@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-DemiBold.eot');
  src: url('../fonts/Oswald-DemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-DemiBold.woff2') format('woff2'), url('../fonts/Oswald-DemiBold.woff') format('woff'), url('../fonts/Oswald-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Heavy.eot');
  src: url('../fonts/Oswald-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Heavy.woff2') format('woff2'), url('../fonts/Oswald-Heavy.woff') format('woff'), url('../fonts/Oswald-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Montserrat';
  font-weight: 400;
  margin: 0 auto;
  color: #111;
  font-size: 16px;
  height: auto;
  --color: #ad2e27;
  --color1: #27649b;
}
.container {
  width: 1670px;
  padding: 0 15px;
}
.os,
.title {
  font-family: 'Oswald';
}
.col3 {
  color: #333;
}
.col6 {
  color: #666;
}
.blue {
  color: var(--color1);
}
.red {
  color: var(--color);
}
.Hbtn,
.inner-page .Hbtn {
  border: 1px solid var(--color);
  border-radius: 23px;
  color: #333;
  padding: 4px;
  position: relative;
}
.Hbtn .por,
.inner-page .Hbtn .por {
  z-index: 1;
}
.Hbtn i,
.inner-page .Hbtn i {
  width: 38px;
  height: 38px;
  background-color: var(--color);
  border-radius: 50%;
}
.Hbtn i img,
.inner-page .Hbtn i img {
  width: 13px !important;
  height: 11px;
}
.Hbtn::after,
.inner-page .Hbtn::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  background-color: var(--color);
  width: 38px;
  height: 38px;
  border-radius: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.Hbtn:hover,
.inner-page .Hbtn:hover {
  color: #fff;
}
.Hbtn:hover::after,
.inner-page .Hbtn:hover::after {
  width: calc(100% - 8px);
}
.Hbtn1,
.inner-page .Hbtn1 {
  color: #111;
  border-color: #fff;
  background-color: #fff;
}
.aboutBtn {
  position: relative;
  padding-left: var(--px30);
  height: 55px;
}
.aboutBtn .redRound {
  width: var(--px55);
  height: var(--px55);
  min-width: 30px;
  min-height: 30px;
  border-radius: 28px;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 0;
}
.aboutBtn .line {
  display: inline-block;
  width: var(--px50);
  min-width: 30px;
  height: 1px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.aboutBtn .por {
  z-index: 1;
}
.aboutBtn:hover .redRound {
  width: 100%;
}
@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 dots {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-6px);
    opacity: 0.7;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes rotAni2 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: transparent;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .f-top {
  background-color: #002b31;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: 12px 0;
}
#header > .nav > .menu .menu-box {
  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 .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 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;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 3.54166vw;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
  color: #333;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > .sub-menu {
  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;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 19px;
  height: 19px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 21px;
  height: 21px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .searchBox .line {
  width: 1px;
  height: 16px;
  background-color: #fff;
  opacity: 0.2;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  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;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header.actived > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
  background-color: #fff;
}
#header.active > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img,
#header.actived > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img,
#header.active > .nav > .menu .menu-box .right .search,
#header.actived > .nav > .menu .menu-box .right .search {
  filter: invert(1);
}
#header.active > .nav > .menu .menu-box .right .searchBox .line,
#header.actived > .nav > .menu .menu-box .right .searchBox .line {
  background-color: #111;
}
#header.active > .nav > .menu .menu-box .right .Hbtn1,
#header.actived > .nav > .menu .menu-box .right .Hbtn1 {
  border-color: var(--color);
}
#banner {
  position: relative;
}
#banner .swiper ul li {
  background-color: #f1f1f0;
  position: relative;
}
#banner .swiper ul li .bgImg {
  display: block;
  margin-left: auto;
}
#banner .swiper ul li .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: var(--px85);
}
#banner .swiper ul li .container .textBox .txt {
  max-width: 660px;
}
#banner .swiper ul li .container .iconBox .icon img {
  width: var(--px73);
  height: var(--px74);
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
#banner .swiper ul li .container .iconBox .icon:last-child {
  margin-right: 0;
}
#banner .ban_down {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  color: #ffffff;
  background: url(../images/bannerArrowBg.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  transition: 0.7s 0.7s;
  z-index: 2;
}
#banner .ban_down .dots img {
  animation: dots 1s infinite alternate ease-in-out;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init_1 .container .titleBpx .titl {
  color: #232323;
}
#index-body .init_1 .container .titleBpx .nav2Box {
  background-color: #eeeeed;
  border-radius: 34px;
}
#index-body .init_1 .container .titleBpx .nav2Box .nav {
  cursor: pointer;
  border-radius: 34px;
}
#index-body .init_1 .container .titleBpx .nav2Box .nav:hover {
  color: var(--color);
}
#index-body .init_1 .container .titleBpx .nav2Box .nav.active {
  background-color: var(--color);
  color: #fff;
}
#index-body .init_1 .container .txt {
  color: #5b5b5b;
  max-width: 1070px;
}
#index-body .init_1 .bottom {
  width: 100%;
  color: #303030;
  overflow: hidden;
}
#index-body .init_1 .bottom .botBox {
  overflow: hidden;
  background-color: #f1f1f0;
  box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.08);
  border-radius: var(--px50) 0px 0px var(--px50);
  display: none;
}
#index-body .init_1 .bottom .botBox .bot {
  align-items: stretch;
}
#index-body .init_1 .bottom .botBox .bot .lists {
  width: 24.7%;
  flex-shrink: 0;
}
#index-body .init_1 .bottom .botBox .bot .lists .list {
  border-bottom: 1px solid #dedede;
  border-right: 2px solid #fff;
}
#index-body .init_1 .bottom .botBox .bot .lists .list .round {
  width: 13px;
  height: 13px;
  background-color: var(--color1);
  border-radius: 7px;
}
#index-body .init_1 .bottom .botBox .bot .lists .list .titl {
  max-width: calc(100% - 13px);
}
#index-body .init_1 .bottom .botBox .bot .lists .list:last-child {
  border-bottom: none;
}
#index-body .init_1 .bottom .botBox .bot .lists .list:hover {
  color: var(--color1);
}
#index-body .init_1 .bottom .botBox .bot .lists .list.active {
  background-color: var(--color1);
  color: #fff;
}
#index-body .init_1 .bottom .botBox .bot .lists .list.active .round {
  background-color: #fff;
}
#index-body .init_1 .bottom .botBox .bot .swiperBox {
  width: 75.3%;
  flex-shrink: 0;
}
#index-body .init_1 .bottom .botBox .bot .swiperBox .box {
  display: none;
  height: 100%;
}
#index-body .init_1 .bottom .botBox .bot .swiperBox .box .swiper {
  height: 100%;
}
#index-body .init_1 .bottom .botBox .bot .swiperBox .box .swiper ul li {
  width: 33.33%;
  border-right: 1px solid #fff;
}
#index-body .init_1 .bottom .botBox .bot .swiperBox .box .swiper ul li .titl:hover {
  color: var(--color1);
}
#index-body .init_1 .bottom .botBox .bot .swiperBox .box .swiper ul li .imgBox {
  box-shadow: 0px 3px var(--px78) 14px rgba(0, 0, 0, 0);
  overflow: hidden;
}
#index-body .init_1 .bottom .botBox .bot .swiperBox .box .swiper ul li .imgBox .link {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--px57);
  height: var(--px57);
  min-width: 30px;
  min-height: 30px;
  opacity: 0;
  z-index: 2;
}
#index-body .init_1 .bottom .botBox .bot .swiperBox .box .swiper ul li .imgBox .porImg2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  z-index: -1;
}
#index-body .init_1 .bottom .botBox .bot .swiperBox .box .swiper ul li:hover .imgBox {
  border-radius: 50%;
  box-shadow: 0px 3px var(--px78) 14px rgba(0, 0, 0, 0.1);
}
#index-body .init_1 .bottom .botBox .bot .swiperBox .box .swiper ul li:hover .imgBox img {
  border-radius: 50%;
}
#index-body .init_1 .bottom .botBox .bot .swiperBox .box .swiper ul li:hover .imgBox .link {
  opacity: 1;
}
#index-body .init_1 .bottom .botBox .bot .swiperBox .box .swiper ul li:hover .imgBox .porImg2 {
  opacity: 1;
  z-index: 1;
}
#index-body .init_1 .bottom .botBox .bot .swiperBox .box:first-child {
  display: block;
}
#index-body .init_1 .bottom .botBox:first-child {
  display: block;
}
#index-body .init_2 .top {
  padding-left: 13.54166vw;
}
#index-body .init_2 .top .play {
  width: var(--px171);
  height: var(--px171);
  background-color: transparent;
  min-width: 50px;
  min-height: 50px;
}
#index-body .init_2 .top .play::before,
#index-body .init_2 .top .play::after {
  display: none;
}
#index-body .init_2 .top .box {
  width: 100%;
  height: 100%;
}
#index-body .init_2 .top .box .bgImg {
  width: 100%;
  border-radius: 0px 0px 0px var(--px98);
  box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, 0.25);
}
#index-body .init_2 .top .box .bigTitle {
  font-size: var(--px160);
  position: absolute;
  left: 0;
  top: 42%;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  line-height: 0.8;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 10;
}
#index-body .init_2 .top .box .textBox {
  position: absolute;
  bottom: 0;
  background-image: url('../images/init_2TxtBg.png');
  max-width: 702px;
  border-radius: 0px 0px 0px var(--px98);
  left: -16px;
}
#index-body .init_2 .top .box .textBox .title {
  color: #232323;
}
#index-body .init_2 .top .box .textBox h1 {
  color: #5b5b5b;
}
#index-body .init_2 .bot {
  padding-top: 23.95833vw;
  margin-top: -23.95833vw;
  background-color: var(--color1);
  color: #fff;
}
#index-body .init_3 .top .rollBox {
  overflow: hidden;
  color: #232323;
}
#index-body .init_3 .top .rollBox .roll {
  white-space: nowrap;
  -webkit-animation: scroll-left 50s linear infinite;
  -moz-animation: scroll-left 50s linear infinite;
  animation: scroll-left 50s linear infinite;
}
#index-body .init_3 .bot {
  margin-top: var(--npx76);
}
#index-body .init_3 .bot .items {
  margin: 0 -9px;
}
#index-body .init_3 .bot .items .item {
  padding-left: 9px;
  padding-right: 9px;
  height: 703px;
  width: 12.45%;
}
#index-body .init_3 .bot .items .item .list {
  width: 100%;
  background-color: #f2f3f3;
  border-radius: 10px;
}
#index-body .init_3 .bot .items .item .list .imgBox .icon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init_3 .bot .items .item .list .imgBox .img {
  border-radius: 10px;
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init_3 .bot .items .item .list .num {
  color: #828ea2;
}
#index-body .init_3 .bot .items .item .list .titl {
  color: #767676;
}
#index-body .init_3 .bot .items .item .list .txt {
  padding-right: 2px;
  display: none;
  color: #454544;
  height: 120px;
  overflow-y: auto;
}
#index-body .init_3 .bot .items .item.active {
  width: 25.3%;
}
#index-body .init_3 .bot .items .item.active .list {
  box-shadow: 0px 5px 7px 0px rgba(45, 45, 45, 0.14);
  padding-left: 12px;
  padding-right: 12px;
}
#index-body .init_3 .bot .items .item.active .list .imgBox .icon {
  display: none;
}
#index-body .init_3 .bot .items .item.active .list .imgBox .img {
  display: block;
}
#index-body .init_3 .bot .items .item.active .list .num {
  display: none;
}
#index-body .init_3 .bot .items .item.active .list .titl {
  font-weight: 600;
  font-family: 'Oswald';
  color: var(--color1);
  font-size: var(--px35);
}
#index-body .init_3 .bot .items .item.active .list .txt {
  display: block;
}
#index-body .init_4 {
  min-height: 48.8541vw;
  position: relative;
}
#index-body .init_4 .imgBox {
  width: 100%;
}
#index-body .init_4 .imgBox img {
  width: 100%;
  height: auto;
}
#index-body .init_4 .container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
#index-body .init_4 .container .swiper ul li {
  height: 400px;
  color: #fff;
  width: 25%;
}
#index-body .init_4 .container .swiper ul li .list {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: var(--px20) var(--px20) 0 0;
}
#index-body .init_4 .container .swiper ul li .list .numBox {
  border-bottom: 2px solid #fff;
}
#index-body .init_4 .container .swiper ul li .list .title {
  display: inline-block;
  height: 80px;
}
#index-body .init_4 .container .swiper ul li .list .txt {
  max-height: 0;
  overflow: hidden;
}
#index-body .init_4 .container .swiper ul li.active .list {
  background-color: var(--color1);
}
#index-body .init_4 .container .swiper ul li.active .list .txt {
  max-height: none;
  padding-top: 30px;
}
#index-body .init_5 .title {
  color: #232323;
}
#index-body .init_5 ul.left {
  width: 44.6%;
  color: #303030;
}
#index-body .init_5 ul.left li {
  background-color: #f1f1f0;
  box-shadow: 0px 5px 7px 0px rgba(45, 45, 45, 0.14);
  border-radius: var(--px39);
  height: 95px;
  overflow: hidden;
  cursor: pointer;
}
#index-body .init_5 ul.left li .titleBox .titl {
  max-width: calc(100% - 22px);
}
#index-body .init_5 ul.left li.active {
  height: auto;
  background-color: var(--color1);
  color: #fff;
}
#index-body .init_5 ul.left li.active .titleBox {
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
#index-body .init_5 ul.left li.active .titleBox img {
  filter: brightness(0) invert(1);
}
#index-body .init_5 ul.left li:hover {
  background-color: var(--color1);
  color: #fff;
}
#index-body .init_5 ul.left li:hover .titleBox img {
  filter: brightness(0) invert(1);
}
#index-body .init_5 .right {
  width: 53.6%;
}
#index-body .init_5 .right .logo {
  margin-right: var(--npx60);
  z-index: 2;
}
#index-body .init_5 .right .logo img {
  -webkit-animation: rotAni2 8s linear infinite;
  -moz-animation: rotAni2 8s linear infinite;
  -o-animation: rotAni2 8s linear infinite;
  animation: rotAni2 8s linear infinite;
}
#index-body .init_5 .right .imgBox img {
  border-radius: 20px;
  display: none;
  max-width: 821px;
}
#index-body .init_5 .right .imgBox img:first-child {
  display: block;
}
#index-body .init_6 {
  background-color: #f1f1f0;
}
#index-body .init_6 .title {
  color: #232323;
}
#index-body .init_6 .swiper ul li {
  width: 32%;
}
#index-body .init_6 .swiper ul li .list {
  background-color: #ffffff;
  border-radius: var(--px20);
}
#index-body .init_6 .swiper ul li .list .titl {
  color: #303030;
}
#index-body .init_6 .swiper ul li .list .line {
  border-bottom: 1px solid #e5e5e5;
}
#index-body .init_6 .swiper ul li .list .txt {
  color: #555;
}
#index-body .init_6 .swiper ul li .list .date {
  color: #858585;
}
#index-body .init_6 .swiper ul li:hover {
  transform: translateY(var(--npx28));
}
#index-body .init_6 .swiper ul li:hover .list {
  background-color: var(--color1);
}
#index-body .init_6 .swiper ul li:hover .list .titl,
#index-body .init_6 .swiper ul li:hover .list .txt,
#index-body .init_6 .swiper ul li:hover .list .date {
  color: #fff;
}
#index-body .init_6 .swiper ul li:hover .list .titl:hover {
  color: var(--color);
}
#index-body .init_6 .swiper ul li:hover .list .line {
  border-bottom: 1px solid #fff;
}
#index-body .init_7 {
  background-color: var(--color1);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
}
#footer .footerTop .item .title {
  line-height: 1.25;
  color: #0a0c00;
}
#footer .footerTop .item1 {
  width: 39.5%;
}
#footer .footerTop .item1 form {
  width: 100%;
}
#footer .footerTop .item1 form input,
#footer .footerTop .item1 form button {
  border: none;
  background-color: #fff;
  color: #a0a09f;
}
#footer .footerTop .item1 form input {
  border-bottom: 1px solid #000;
  padding-bottom: var(--px20);
}
#footer .footerTop .item1 form input.mail {
  width: 30%;
}
#footer .footerTop .item1 form input.cont {
  width: 68%;
  padding-right: 15px;
}
#footer .footerTop .item1 form button {
  position: absolute;
  right: 0;
  top: 0;
}
#footer .footerTop .item1 form button:hover {
  transform: rotate(45deg);
}
#footer .footerTop .item1 .txt {
  color: #000;
}
#footer .footerTop .item p.link {
  color: #0a0c00;
}
#footer .footerTop .item3 {
  width: 351px;
}
#footer .footerTop .item .icon {
  width: 15px;
}
#footer .footerTop .item p.txt {
  max-width: calc(100% - 15px);
  color: #000000;
}
#footer .copyright {
  position: relative;
  font-size: var(--px18);
  font-weight: 500;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-bottom: 14px;
}
#footer .copyright .container .line {
  border-top: 2px solid #b2b2b2;
  padding-top: 14px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #797979;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #797979;
  margin-right: 10px;
}
@media (max-width: 1700px) {
  #index-body .init_3 .bot .items .item {
    height: 645px;
  }
}
@media (max-width: 1450px) {
  #banner .swiper ul li .container .textBox {
    width: 55%;
  }
  #banner .swiper ul li .container .textBox .title {
    font-size: var(--px50);
  }
  #banner .swiper ul li .container .textBox .txt {
    max-width: 550px;
    padding-top: 15px;
    margin-bottom: 15px;
  }
  #banner .swiper ul li .container .textBox .mb-70 {
    margin-bottom: 15px;
  }
  #banner .ban_down {
    padding-top: 35px;
  }
  #index-body .init_2 .bot ul li {
    padding-left: var(--px120);
  }
  #index-body .init_3 .bot .items .item {
    width: 17%;
    height: 620px;
  }
  #index-body .init_3 .bot .items .item.active {
    width: 32%;
  }
  #index-body .init_5 ul.left li {
    height: 70px;
  }
}
@media (max-width: 1250px) {
  #banner .ban_down {
    padding-top: 25px;
  }
  #banner .swiper ul li .container {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #index-body .init_2 .top .play {
    top: 40%;
  }
  #index-body .init_3 .bot .items .item {
    width: 21%;
    height: 580px;
  }
  #index-body .init_3 .bot .items .item.active {
    width: 37%;
  }
  #index-body .init_5 ul.left li {
    height: 55px;
  }
}
@media (max-width: 1000px) {
  #banner {
    background-color: #f1f1f0;
  }
  #banner .swiper ul li .bgImg {
    display: none;
  }
  #banner .swiper ul li .container {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
  #banner .swiper ul li .container .textBox {
    width: 100%;
    padding-top: var(--px80);
    padding-bottom: var(--px80);
  }
  #banner .swiper ul li .container .textBox .txt {
    max-width: 100%;
  }
  #banner .ban_down {
    position: relative;
    width: auto;
    display: inline-flex;
    padding-top: 20px;
  }
  #index-body .init_1 .bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .init_2 .top .box .bigTitle {
    top: 30%;
  }
  #index-body .init_2 .top .box .textBox {
    position: static;
    margin-top: 20px;
  }
  #index-body .init_3 .bot .items .item {
    width: 25%;
    height: 500px;
  }
  #index-body .init_3 .bot .items .item .active {
    width: 50%;
  }
  #index-body .init_4 .imgBox img {
    min-height: 400px;
    object-fit: cover;
    object-position: center;
  }
  #index-body .init_4 .container .swiper ul li {
    height: auto;
  }
  #index-body .init_5 ul.left li {
    height: auto;
  }
  #index-body .init_5 ul.left li .txt {
    color: #303030;
  }
  #index-body .init_5 ul.left li.active .txt {
    color: #fff;
  }
  #index-body .init_5 .right {
    margin-top: 20px;
  }
  #footer .footerTop .item1,
  #footer .footerTop .item3 {
    width: 48%;
  }
}
@media (max-width: 700px) {
  #index-body .init_2 .top {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .init_2 .top .play {
    top: 28%;
  }
  #index-body .init_3 .bot {
    margin-top: 15px;
  }
  #index-body .init_3 .bot .items .item {
    width: 33.33%;
    height: auto;
    margin-bottom: 10px;
  }
  #index-body .init_3 .bot .items .item.active {
    width: 33.33%;
  }
  #index-body .init_3 .bot .items .item .list .imgBox .icon {
    display: none;
  }
  #index-body .init_3 .bot .items .item .list .imgBox .img {
    display: block;
  }
  #index-body .init_3 .bot .items .item .list .num {
    display: none;
  }
  #index-body .init_3 .bot .items .item .list .titl {
    font-weight: 600;
    font-family: 'Oswald';
    color: var(--color1);
    font-size: var(--px35);
  }
  #index-body .init_3 .bot .items .item .list .txt {
    display: block;
  }
  #index-body .init_4 .container .swiper ul li .list .title {
    height: auto;
    margin-bottom: 10px;
  }
  #footer .footerTop .item1,
  #footer .footerTop .item3 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .init_2 .top .play {
    top: 20%;
  }
  #index-body .init_3 .bot .items .item {
    width: 50%;
  }
  #index-body .init_3 .bot .items .item.active {
    width: 50%;
  }
  #footer .footerTop .item1 form input.mail,
  #footer .footerTop .item1 form input.cont {
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .footerTop .item1 form button {
    top: auto;
    bottom: 25px;
    width: 13px;
    height: 14px;
  }
}
#mobile2 .logo img {
  filter: brightness(0) invert(1);
  max-height: 50px;
}

.m-page span,
.m-page a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 16px;
  margin: 0 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

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


.inner-page .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;
  align-items: flex-start;
}

.inner-page .sidebar-box .sidebar-left {
  width: 29%;
  position: sticky;
  top: 120px;
}

.inner-page .sidebar-box .sidebar-left form {
  position: relative;
}

.inner-page .sidebar-box .sidebar-left form input[type="text"] {
  width: 100%;
  height: var(--px72);
  border-radius: var(--px72);
  border: 1px solid #eee;
  padding-left: var(--px28);
  font-size: var(--px18);
  color: #000;
  line-height: 1;
  padding-right: var(--px67);
}

.inner-page .sidebar-box .sidebar-left form input[type="submit"] {
  width: var(--px67);
  height: var(--px67);
  background: url(../images/product-s-1.png) no-repeat center center;
  background-size: 100% auto;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: var(--px38) var(--px40);
  border: 1px solid #eee;
  margin-top: var(--px30);
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav h3 {
  font-size: var(--px30);
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav {
  margin-top: var(--px25);
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li {
  margin-bottom: 10px;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:last-child {
  margin-bottom: 0;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav>li>a {
  font-weight: bold;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a {
  display: block;
  padding: var(--px18) 45px var(--px18) var(--px20);
  background: #f1f1f1;
  margin-bottom: 10px;
  font-size: var(--px17);
  color: #7a7777;
  line-height: 1.6;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active>a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a:hover {
  background: var(--color);
  color: #fff;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active a .fa,
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a:hover .fa {
  color: #fff;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active a .fa {
  transform: translateY(-50%) rotate(90deg);
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a .fa.active {
  transform: translateY(-50%) rotate(90deg);
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active>ul {
  display: block;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li>ul {
  display: none;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li.active>ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li {
  width: 100%;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li.active {
  order: -1;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact {
  margin-top: var(--px40);
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li {
  padding: var(--px20);
  padding-left: 60px;
  margin-bottom: var(--px18);
  -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
  box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:last-child {
  margin-bottom: 0;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(1) {
  background: url(../images/p-phone.png) no-repeat 10px center;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(2) {
  background: url(../images/p-mail.png) no-repeat 10px center;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(3) {
  background: url(../images/p-add.png) no-repeat 10px 20px;
}

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

.product-page {
  padding: var(--px80) 0;
}

.product-page .product-box {
  padding-left: 34px;
}

.product-page .product-box h1 {
  font-size: var(--px26);
  font-weight: bold;
  margin-bottom: var(--px20);
}

.product-page .product-box .details {
  max-height: 200px;
  overflow-y: auto;
}

.product-page .product-box .product-list {
  margin: 0 -10px;
  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;
}

.product-page .product-box .product-list li {
  padding: 0 10px;
  width: 33.333%;
  margin-bottom: var(--px40);
}

.product-page .product-box .product-list li a {
  display: block;
  padding-bottom: var(--px32);
  position: relative;
}

.product-page .product-box .product-list li a:hover .content {
  background: var(--color);
  border: 1px solid transparent;
}

.product-page .product-box .product-list li a:hover .content h2,
.product-page .product-box .product-list li a:hover .content h4 {
  color: #fff;
}

.product-page .product-box .product-list li a:hover .content h4::after {
  width: 100%;
}

.product-page .product-box .product-list li a:hover .content p {
  color: #fff;
}

.product-page .product-box .product-list li a:hover .content p::after {
  background: #fff;
}

.product-page .product-box .product-list li a .pro-img {
  overflow: hidden;
}

.product-page .product-box .product-list li a .pro-img img {
  width: 100%;
}

.product-page .product-box .product-list li a .content {
  position: relative;
  border: 1px solid #eee;
  background: #fff;
  left: 50%;
  width: 90%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.product-page .product-box .product-list li a .content h2 {
  font-size: var(--px24);
  line-height: 1.25;
  color: #000000;
  font-weight: 700;
  /*text-transform: uppercase; */
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.product-page .product-box .product-list li a .content h2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.product-page .product-box .product-list li a .content p {
  line-height: 1.75;
  color: #22221d;
  position: relative;
}

.product-page .product-box .product-list li a .content p::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 1px;
  background: #000;
  left: 0;
  bottom: -3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
@media screen and (max-width:1450px) {
  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li p {
    font-size: 16px;
  }
  .product-page .product-box .product-list li a .content {
    width: 90%
  }
}
@media screen and (max-width:1250px) {
   .inner-page .sidebar-box .sidebar-left {
    display: none;
  }

  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .product-page .product-box {
    padding-left: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-box h1 {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .product-page {
    padding: 30px 0 !important;
  }
  .product-page .product-box .product-list li {
    width: 50%;
  }
}
@media screen and (max-width:500px) {
  .product-page .product-box .product-list li {
    width: 100%;
  }
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}

.prodet-page {
  padding: var(--px20) 0;
}

.prodet-page .det-1 {
  padding: var(--px50) 0 0;
}

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

.prodet-page .det-1 .right {
  widows: 60%;
}

.prodet-page .det-1 .grid-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.prodet-page .det-1 .grid-box .left .ig .big-img {
  width: 100%;
  text-align: center;
  border: 2px solid #e1e1e1;
}

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

.prodet-page .det-1 .grid-box .left .gallery {
  width: 100%;
  margin-right: 0px;
  text-align: center;
  margin-top: 20px;
}

.prodet-page .det-1 .grid-box .left .gallery .slick-track {
  margin-left: 0;
}

/*.prodet-page .det-1 .grid-box .left .gallery .slick-track {
  margin-left: 0;
}*/
.prodet-page .det-1 .grid-box .left .gallery ul {
  margin: -5px;
}

.prodet-page .det-1 .grid-box .left .gallery ul li {
  padding: 5px;
}

.prodet-page .det-1 .grid-box .left .gallery ul li .img {
  text-align: center;
  border: 2px solid #e1e1e1;
}

.prodet-page .det-1 .grid-box .right {
  padding-left: 3%;
  width: 60%;
}

.prodet-page .det-1 .grid-box .right .text h1 {
  font-size: var(--px26);
  font-weight: 700;
  line-height: 1.3;
  color: #1c1c1c;
  margin-bottom: var(--px40);
  margin-top: 10px;
}

.prodet-page .det-1 .grid-box .right .text h3 {
  font-size: var(--px40);
  line-height: 1.25;
  font-weight: bold;
}

.prodet-page .det-1 .grid-box .right .text .con {
  font-size: var(--px18);
  line-height: 1.8;
  color: #616161;
  max-height: 330px;
  overflow-y: auto;
}

.prodet-page .det-1 .grid-box .right .text .share {
  display: flex;
  align-items: center;
  margin-top: var(--px30)
}

.prodet-page .det-1 .grid-box .right .text .share h5 {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
  font-size: var(--px20);
}

.prodet-page .det-1 .grid-box .right .text .share ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: auto;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
.prodet-page .det-1 .grid-box .right .text .share ul li a:hover {
  color: var(--color);
}

.prodet-page .det-1 .grid-box .right .text .more {
  margin-top: var(--px40);
}

.prodet-page .det-1 .grid-box .right .text .more .fl {
  font-size: var(--px18);
  font-weight: bold;
  line-height: 1.7;
}

.prodet-page .det-1 .grid-box .right .text .more .fl:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: var(--color);
  vertical-align: middle;
}


.prodet-page .det-2 {
  margin-top: var(--px60);
}

.prodet-page .det-2 .tabs ul {
  border-bottom: 2px solid #e1e1e1;
}

.prodet-page .det-2 .tabs ul li {
  display: inline-block;
  margin-right: var(--px30);
}

.prodet-page .det-2 .tabs ul li a {
  position: relative;
  display: inline-block;
  font-size: var(--px36);
  font-weight: 700;
  color: #1c1c1c;
  padding: 8px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.prodet-page .det-2 .tabs ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 0%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.prodet-page .det-2 .tabs ul li a:hover {
  color: var(--color);
}

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

.prodet-page .det-2 .related {
  margin-top: 50px;
}

.prodet-page .det-2 .related ul li.active {
  display: block;
}

.prodet-page .det-2 .related ul li .con {
  font-size: 16px;
  line-height: 1.8;
  color: #616161;
}

.prodet-page .det-3 {
  margin-top: var(--px60);
} 
.prodet-page .det-3 .title h3 {
  font-size: var(--px36);
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: var(--px30);
  border-bottom: 2px solid #e1e1e1;
}

.prodet-page .det-3 .title h3 span {
  display: inline-block;
  position: relative;
  padding: 10px 0;
}

.prodet-page .det-3 .title h3 span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}



.prodet-page .det-3 .det-3-box ul {
  margin: 0 -15px;
}

.prodet-page .det-3 .det-3-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}

.prodet-page .det-3 .det-3-box ul li .ig {
  display: block;
}

.prodet-page .det-3 .det-3-box ul li .ig .img {
  position: relative;
  border: 2px solid #d6d6d6;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.prodet-page .det-3 .det-3-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: var(--color);
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
}

.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}

.prodet-page .det-3 .det-3-box ul li .ig .text {
  text-align: center;
  margin-top: 12px;
}

.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
  font-size: 16px;
  line-height: 30px;

  font-weight: 700;
  color: #1c1c1c;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
  border-color: var(--color);
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
  opacity: 1;
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
  color: var(--color);
}

@media screen and (max-width: 1000px) {
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
    line-height: 30px;
  }

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

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

  .prodet-page .det-1 .grid-box .right .text .more {
    position: relative;
    left: 0;
  }
}

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

  /*.prodet-page .det-2 .tabs ul {
    border: none;
  }*/
  .prodet-page .det-2 .tabs ul li {
    /*display: block;*/
    text-align: center;
    /*border-bottom: 2px solid #e1e1e1;*/
  }

  .prodet-page .det-2 .tabs ul li a {
    display: block;
    font-size: var(--px18);
  }

  .prodet-page .det-3 .det-3-box ul li {
    padding: 0 5px;
  }

  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 14px;
    line-height: 28px;
  }
}

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

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

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

.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: var(--color);
}

.inner-page .form ul li textarea {
  height: 120px;
}

.inner-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}

.inner-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: var(--color);
  border-color: var(--color);
}

.inner-page .form ul li.wid-100 {
  width: 100%;
} 
@media screen and (max-width:1250px) {
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .form ul li {
    width: 100%;
  }
}

.about-page1 .init-1 .container .left {
  padding-right: var(--px60);
  width: 48%;
}

.about-page1 .init-1 .container .left .title1 {
  display: block;
}

.about-page1 .init-1 .container .left .title1 img {
  display: block;
  margin: auto;
}

.about-page1 .init-1 .container .left .title2 {
  /*color: var(--color);*/
  font-weight: bold;
  line-height: 1.2;
      font-family: 'Oswald';
}

.about-page1 .init-1 .container .left .title3 {
  margin-top: 15px;
  color: var(--color1);
  line-height: 1.2;
      font-family: 'Oswald';
}

.about-page1 .init-1 .container .left .title3 .playTips {
  font-size: 80px;
  margin-left: 48px;
}

.about-page1 .init-1 .container .left .title3 .play {
  position: relative;
  margin: 10px 0 0 50px;
  cursor: pointer;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--color);
  color: #fff;
}

.about-page1 .init-1 .container .left .title3 .play .img {
  width: 26px;
  height: 26px;
  position: relative;
}

.about-page1 .init-1 .container .left .title3 .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}

.about-page1 .init-1 .container .left .title3 .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.about-page1 .init-1 .container .right {
  padding-left: var(--px40);
  width: 52%;
}

.about-page1 .init-1 .container .right .title {
  color: var(--color);
}

.about-page1 .init-1 .container .right .des {
  color: #666666;
  line-height: 1.5;
}

.about-page1 .init-2 {
  overflow: hidden;
}

.about-page1 .init-2 .container {
  overflow: hidden;
}

.about-page1 .init-2 .container img {
  display: block;
  width: 100%;
}

.about-page1 .init-3 .container ul {
  padding-top: var(--px110);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-page1 .init-3 .container ul li {
  padding: 0 5px;
}

.about-page1 .init-3 .container ul li .box .top {
  font-size: var(--px45);
  line-height: 1;
  font-weight: bold;
  color: #333;
}

.about-page1 .init-3 .container ul li .box .top .sub {
  font-size: var(--px30);
}

.about-page1 .init-3 .container ul li .box .bottom {
  color: #333333;
  margin-top: 13px;
}

.about-page1 .init-3 .container ul li .box:hover .top {
  color: var(--color);
}

.about-page1 .init-3 .container ul li:last-child .top span:last-child {
  font-size: var(--px20);
}

.about-page1 .init-4 {
  background-size: cover;
}

.about-page1 .init-4 .container .tipsTitle {
  text-align: center;
  color: #333;
  font-weight: bold;
      font-family: 'Oswald';
}

.about-page1 .init-4 .container .content {
  position: relative;
  margin: 45px auto 0;
}

.about-page1 .init-4 .container .content .btn {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 0;
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e6e6e6;
  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;
}

.about-page1 .init-4 .container .content .btn i {
  font-size: var(--px20);
  color: #666666;
}

.about-page1 .init-4 .container .content .btn.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.about-page1 .init-4 .container .content .btn:hover {
  background-color: var(--color);
}

.about-page1 .init-4 .container .content .btn:hover i {
  color: #fff;
}

.about-page1 .init-4 .container .content .prev {
  left: 0;
}

.about-page1 .init-4 .container .content ul li {
  padding: 0 20px;
}

.about-page1 .init-4 .container .content ul li .box {
  padding: 0 100px;
  text-align: center;
  position: relative;
}

.about-page1 .init-4 .container .content ul li .box .num {
  font-size: 20.833vw;
  font-weight: bold;
  text-align: center;
  color: rgba(51, 51, 51, 0.1);
  line-height: 1;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
      font-family: 'Oswald';
}

.about-page1 .init-4 .container .content ul li .box .desC {
  height: 500px;
  padding-right: 10px;
  overflow-y: auto;
}

.about-page1 .init-4 .container .content ul li .box .desC .des {
  position: relative;
  z-index: 2;
  font-size: var(--px20);
}

.about-page1 .init-4 .container .content2 {
  margin: 0 auto 0;
  position: relative;
}

.about-page1 .init-4 .container .content2 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #333;
}

.about-page1 .init-4 .container .content2 ul .slick-track {
  margin-left: 0;
}

.about-page1 .init-4 .container .content2 ul .slick-current li .box .num {
  color: var(--color);
}

.about-page1 .init-4 .container .content2 ul .slick-current li .box .cir {
  background-color: var(--color);
}

.about-page1 .init-4 .container .content2 ul li .box {
  cursor: pointer;
  text-align: center;
}

.about-page1 .init-4 .container .content2 ul li .box .num {
  font-size: var(--px24);
  line-height: 1;
}

.about-page1 .init-4 .container .content2 ul li .box .cir {
  border-radius: 50%;
  background-color: #333;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}

.about-page1 .about-page1-wrap1 .left .big-title {
  /*color: #333333;*/
  line-height: 1.15;
      font-family: 'Oswald';
}

.about-page1 .about-page1-wrap1 .left .intro {
  color: #666666;
  font-weight: 300;
}


.about-page1 .about-page1-wrap1 .rigt .big-title {
  color: #333333;
  line-height: 1.15;
  font-family: 'Oswald';
}

.about-page1 .about-page1-wrap1 .right .intro {
  color: #666666;
  font-weight: 300;
}
.about-page1 .about-page1-wrap2 .about-page1-wrap2-slick {
  margin-left: -14px;
  margin-right: -14px;
}

.about-page1 .about-page1-wrap2 .about-page1-wrap2-slick li .img {
  display: block;
  margin-left: 14px;
  margin-right: 14px;
  border-radius: 10px;
}

@media (max-width: 1500px) {
  .about-page1 .init-4 .container .content ul li .box .desC {
    height: 400px;
  }
}

@media (max-width: 1250px) {
  .about-page1 .init-1 .container .left {
    width: 100%;
    padding: 0;
  }

  .about-page1 .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    text-align: center;
  }

  .about-page1 .init-1 .container .right .title {
    padding-left: 0;
  }

  .about-page1 .init-4 .container .content {
    margin-top: 0;
  }

  .about-page1 .init-4 .container .content ul li .box .desC {
    height: 260px;
  }

  .about-page1 .init-1 .container .left .title2 {
    text-align: center;
  }

  .about-page1 .init-1 .container .left .title3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
}

@media (max-width: 1000px) {
  .about-page1 .init-1 .container .left .title1 img {
    max-width: 400px;
    width: 100%;
  }

  .about-page1 .init-3 .container ul li .box .top {
    font-size: var(--px40);
  }

  .about-page1 .init-2 .container {
    height: auto;
  }

  .about-page1 .init-4 .container .content {
    width: 100%;
  }

  .about-page1 .init-4 .container .content ul li .box .desC {
    height: 220px;
  }

  .about-page1 .init-3 .container ul {
    padding-top: 60px;
  }

  .about-page1 .about-page1-wrap1 .left {
    width: 100%;
    margin-bottom: 25px;
  }

  .about-page1 .about-page1-wrap1 .right {
    width: 100%;
  }

  .about-page1 .init-3 .container ul {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 700px) {
  .about-page1 .init-2 .container {
    height: auto;
  }

  .about-page1 .init-3 .container ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page1 .init-3 .container ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .about-page1 .init-1 .container .left .title2 {
    margin-top: 30px;
  }

  .about-page1 .init-1 .container .left .title3 .play {
    margin-left: 30px;
  }

  .about-page1 .init-3 {
    margin-top: 20px;
  }

  .about-page1 .init-3 .container ul {
    padding-top: 0;
  }

  .about-page1 .init-3 .container ul li {
    margin-top: 20px;
    width: 50%;
  }

  .about-page1 .init-3 .container ul li .box .top {
    font-size: 30px;
  }

  .about-page1 .init-4 .container .content {
    padding-top: 80px;
  }

  .about-page1 .init-4 .container .content .btn {
    width: 40px;
    height: 40px;
    top: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    left: 50%;
  }

  .about-page1 .init-4 .container .content .prev {
    left: -webkit-calc(50% - 50px);
    left: -moz-calc(50% - 50px);
    left: calc(50% - 50px);
  }

  .about-page1 .init-4 .container .content .next {
    left: -webkit-calc(50% + 10px);
    left: -moz-calc(50% + 10px);
    left: calc(50% + 10px);
  }

  .about-page1 .init-4 .container .content ul li {
    padding: 0 10px;
  }

  .about-page1 .init-4 .container .content ul li .box {
    padding: 0;
  }

  .about-page1 .init-4 .container .content ul li .box .num {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .about-page1 .init-4 .container .content ul li .box .desC {
    height: auto;
  }

  .about-page1 .init-4 .container .content ul li .box .desC {
    text-align: left;
    margin-top: 20px;
  }

  .about-page1 .init-4 .container .content ul li .box .desC .des {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }

  .about-page1 .init-4 .container .content2 {
    width: 100%;
  }
}

.gallery-page ul {
  margin-left: -15px;
  margin-right: -15px;
}

.gallery-page ul li {
  padding: 15px;
}

.gallery-page .m-page .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1250px) {
  .gallery-page ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-page ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .gallery-page ul {
    margin: 0;
  }
  .gallery-page ul li {
    width: 100%;
  }
}

.faq-page {
  padding: var(--px120) 0;
}

.faq-page ul li {
  margin-bottom: var(--px20);
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}

.faq-page ul li h4 {
  font-size: var(--px20);
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8;
}

.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  line-height: 1.875;
}

.faq-page ul li:last-child {
  margin-bottom: 0;
}

.solution-page1 .init-1 {
  position: relative;
  z-index: 2;
}

.solution-page1 .init-1 .subText {
  font-size: 15.625vw;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-weight: bold;
  z-index: -1;
  color: #333333;
  opacity: 0.05;
  line-height: 1.1;
}

.solution-page1 .init-1 .container .tipsTitle {
  position: relative;
  text-align: center;
  /*color: #333;*/
  font-family: 'Oswald';
  width: 70%;
  margin:auto;
}

.solution-page1 .init-1 .container .tipsDes {
  position: relative;
  margin: auto;
  max-width: 1016px;
  text-align: center;
  color: #666666;
  font-weight: 300;
}

.solution-page1 .init-1 .container .imgSub {
  display: block;
  margin: var(--px25) auto 0;
  position: relative;
  z-index: -1;
}

.solution-page1 .init-1 .container .desC {
  overflow: hidden;
  border-radius: var(--px20);
  background-size: cover;
  text-align: left;
  min-height: 500px;
  color: #fff;
  margin-top: var(--npx97);
}

.solution-page1 .init-1 .container .desC .title {
  font-weight: bold;
  max-width: 600px;
  line-height: 1.2;
}

.solution-page1 .init-1 .container .desC .des {
  max-width: 813px;
  margin-top: var(--px24);
}

.solution-page1 .init-4 {
  position: relative;
}

.solution-page1 .init-4 .subText {
  font-size: 15.625vw;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: var(--px70);
  left: 0;
  font-weight: bold;
  z-index: -1;
  color: #333333;
  opacity: 0.05;
  line-height: 1.5;
}

.solution-page1 .init-4 .container .tipsTitle {
  position: relative;
  text-align: center;
  color: #333333;
  font-family: 'Oswald';
}

.solution-page1 .init-4 .container .tipsDes {
  position: relative;
  margin: auto;
  max-width: 1000px;
  text-align: center;
  color: #666666;
  font-weight: 300;
}

.solution-page1 .init-4 .container .tipsTitle {
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: bold;
}

.solution-page1 .init-4 .container .content ul {
  margin: 0 var(--npx25);
}

.solution-page1 .init-4 .container .content ul li {
  width: 25%;
  padding: 0 var(--px25);
}

.solution-page1 .init-4 .container .content ul li .box {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}

.solution-page1 .init-4 .container .content ul li .box .img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 14.0625vw;
  min-width: 210px;
  margin: auto;
  display: block;
  margin-top: var(--npx110);
}

.solution-page1 .init-4 .container .content ul li .box .img2 {
  display: block;
  width: 52px;
  margin: auto;
  position: relative;
  z-index: 2;
  -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}

.solution-page1 .init-4 .container .content ul li .box .title {
  margin-top: var(--npx40);
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: bold;
}

.solution-page1 .init-4 .container .content ul li .box .des {
  margin-top: var(--px20);
  color: #666666;
  text-align: center;
}

.solution-page1 .init-4 .container .content ul li .box:hover .img2 {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.solution-page1 .init-4 .container .content ul li .box:hover .img {
  -webkit-transform: rotateX(36deg);
  -moz-transform: rotateX(36deg);
  transform: rotateX(36deg);
}

.solution-page1 .solution-page1-wrap1 {
  overflow: hidden;
  position: relative;
  padding-top: 10.4vw;
}

.solution-page1 .solution-page1-wrap1 .text-box {
  margin-left: auto;
  background-color: var(--color1);
  border-radius: var(--px30) 0px 0px var(--px30);
  color: #fff;
  position: relative;
  width: 58.372%;
  z-index: 1;
}

.solution-page1 .solution-page1-wrap1 .text-box::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color1);
  -webkit-transform: translateX(90%);
  -moz-transform: translateX(90%);
  -ms-transform: translateX(90%);
  transform: translateX(90%);
  z-index: -1;
}

.solution-page1 .solution-page1-wrap1 .text-box .intro {
  font-weight: 300;
}
.solution-page1 .solution-page1-wrap1 .bgImg {
  position: absolute;
  min-width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 140px;
  object-fit: cover;
  object-position: center;
}
.solution-page1 .solution-page1-wrap1 .container {
  z-index: 3;
}
.solution-page1 .solution-page1-wrap2 .text-box .title,
.solution-page1 .solution-page1-wrap3 .text-box .title {
  color: #333;
}

.solution-page1 .solution-page1-wrap2 .text-box .intro,
.solution-page1 .solution-page1-wrap3 .text-box .intro {
  color: #666666;
}
@media (max-width: 1800px) {

  .solution-page1 .init-4 .container .content {
    margin-top: 100px;
  }

  .solution-page1 .init-4 .subText {
    top: 0;
  }
}
@media (max-width: 1250px) {
  .solution-page1 .init-4 .container .content ul li {
    width: 50%;
    margin-top: 60px;
  }
}
@media (max-width: 1000px) {

  .solution-page1 .init-4 .subText,
  .solution-page1 .init-1 .subText {
    display: none;
  }

  .solution-page1 .solution-page1-wrap2 .container,
  .solution-page1 .solution-page1-wrap3 .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .solution-page1 .solution-page1-wrap2 .container .text-box,
  .solution-page1 .solution-page1-wrap3 .container .text-box {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .solution-page1 .solution-page1-wrap2 .container .img,
  .solution-page1 .solution-page1-wrap3 .container .img {
    width: 100%;
  }

  .solution-page1 .solution-page1-wrap2 .container .text-box {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (max-width: 700px) {
  .solution-page1 .init-4 .container .content ul li {
    width: 100%;
  }
  .solution-page1 .solution-page1-wrap1 .text-box {
    width: 80%;
  }
}

@media (max-width: 500px) {
  .solution-page1 .init-1 .container .tipsDes {
    padding-top: 20px;
  }

  .solution-page1 .init-4 .container .content {
    margin-top: 20px;
  }

  .solution-page1 .init-1 .container .desC {
    min-height: 360px;
  }

  .solution-page1 .solution-page1-wrap1 .text-box {
    width: 95%;
  }
}

.applicaation-page ul li {
  background-color: #f5f5f5;
}

.applicaation-page ul li .left {
  position: relative;
  width: 50%;
  vertical-align: middle;
  max-height: 495px;
  overflow: hidden;
  border-radius: var(--px50);
}

.applicaation-page ul li .left img {
  width: 100%;
}

.applicaation-page ul li .right {
  position: relative;
  width: 50%;
  vertical-align: middle;
  padding: var(--px20) var(--px50) var(--px20) var(--px50);
}

.applicaation-page ul li .right .title {
  font-weight: 600;
  position: relative;
  padding-right: var(--px90);
}

.applicaation-page ul li .right .title .more7 {
  position: absolute;
  right: -25px;
  width: var(--px70);
  height: var(--px70);
  min-width: 40px;
  min-height: 40px;
  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;
  border-radius: 100%;
  top: -7px;
  font-weight: 400;
  transition: all 0.5s;
}

.applicaation-page ul li .right .title .more7:hover {
  transform: scale(1.1);
}

.applicaation-page ul li .right .title .more7::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px dashed #dbdbdb;
  border-radius: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s;
  animation: xz 5s linear infinite;
}

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

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

.applicaation-page ul li .right .title .more7 em {
  width: var(--px49);
  height: var(--px49);
  line-height: var(--px49);
  min-width: 35px;
  min-height: 35px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 100%;
  background: #dbdbdb;
  transition: all 0.5s;
}

.applicaation-page ul li .right .des {
  margin-top: 30px;
  font-weight: 400;
  font-size:18px;
  opacity: 0.6;
}

.applicaation-page ul li:nth-child(2n) {
  flex-direction: row-reverse;
}

.applicaation-page ul li:hover {
  background-color: var(--color1);
  color: #fff;
}

.applicaation-page ul li:hover .title .more7::before {
  border: 2px dashed #fff;
}

.applicaation-page ul li:hover .title .more7 em {
  background: #fff;
  color: #000;
}

@media (max-width: 1000px) {
  .applicaation-page ul li .right .title .more7 {
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
  }

  .applicaation-page ul li .right .title .more7::before {
    width: 44px;
    height: 44px;
    left: -2px;
    top: -2px;
  }

  .applicaation-page ul li .right .title a {
    width: calc(100% - 45px);
  }

  .applicaation-page ul li {
    margin-top: 20px;
  }

  .applicaation-page ul li .left {
    width: 100%;
  }

  .applicaation-page ul li .right {
    width: 100%;
    padding: 20px;
  }

  .applicaation-page ul li:nth-child(2n) .left {
    left: 0;
  }

  .applicaation-page ul li:nth-child(2n) .right {
    left: 0;
  }
}

@media (max-width: 500px) {
  .applicaation-page ul li .right .des {
    margin-top: 16px;
  }

  .applicaation-page ul li .right .title .more7 {
    width: 50px;
    height: 50px;
  }

  .applicaation-page ul li .right .title {
    padding-right: 60px;
  }

  .applicaation-page ul li .right .title .more7::before {
    display: none;
  }
}


.industries-page1 .init-2 .container .img {
  width: 39.5%;
  text-align: center;
  max-height: 380px;
  overflow: hidden;
  border-radius: 10px;
}

.industries-page1 .init-2 .container .img img {
  border-radius: 10px;
}

.industries-page1 .init-2 .container .right {
  width: 60.5%;
  padding-left: var(--px70);
}

.industries-page1 .init-2 .container .right .title {
  color: var(--color1);
}

.industries-page1 .init-2 .container .right .des {
  margin-top: 18px;
  color: #666666;
  line-height: 1.5;
}

.industries-page1 .init-2 .container .right .listC {
  overflow: hidden;
  margin-top: 52px;
}

.industries-page1 .init-2 .container .right .listC ul li .box {
  padding-bottom: 25px;
  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;
  color: #666666;
}

.industries-page1 .init-2 .container .right .listC ul li .box .icon {
  margin-right: 12px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.industries-page1 .industries-page1-wrap1 {
  position: relative;
  overflow: hidden;
}

.industries-page1 .industries-page1-wrap1 .content {
  /*position: absolute;
  left: 0;
  right: 0;
  bottom: 0;*/
  margin-top: var(--npx115);
}

.industries-page1 .industries-page1-wrap1 .content .text-box {
  margin-left: auto;
  background-color: var(--color1);
  border-radius: 30px 0px 0px 30px;
  color: #fff;
  position: relative;
  max-width: 990px;
  z-index: 1;
}

.industries-page1 .industries-page1-wrap1 .content .text-box::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color1);
  -webkit-transform: translateX(90%);
  -moz-transform: translateX(90%);
  -ms-transform: translateX(90%);
  transform: translateX(90%);
  z-index: -1;
}

.industries-page1 .industries-page1-wrap1 .content .text-box .intro {
  font-weight: 300;
}

@media (max-width: 1000px) {
  .industries-page1 .init-2 {
    padding-top: 40px;
  }

  .industries-page1 .init-2 .container .img {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
  }

  .industries-page1 .init-2 .container .right {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 700px) {
  .industries-page1 .init-2 .container .right .listC {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .industries-page1 .init-2 .container .right .des {
    margin-top: 10px;
  }

  .industries-page1 .init-2 .container .right .listC {
    margin-top: 20px;
  }

  .industries-page1 .init-2 .container .right .listC ul li .box {
    padding: 10px 5px;
  }

  .industries-page1 .init-2 {
    padding-top: 0;
  }

  .industries-page1 .industries-page1-wrap1 .content {
    position: unset;
  }

  .industries-page1 .industries-page1-wrap1 {
    padding-bottom: 0px;
  }
}


.news-page {
  padding: var(--px55) 0 var(--px70);
}

.news-page .slideBarleft .list ul li {
  padding: var(--px50) 0;
  border-bottom: 1px solid #dcdcdc;
}

.news-page .slideBarleft .list ul li:first-child {
  padding-top: 0;
}

.news-page .slideBarleft .list ul li .img {
  vertical-align: middle;
  width: 40%;
  padding-right: 20px;
  position: relative;
}

.news-page .slideBarleft .list ul li .img a.img-box {
  display: block;
}

.news-page .slideBarleft .list ul li .img a.img-box img {
  width: 100%;
}

.news-page .slideBarleft .list ul li .content {
  width: 100%;
  padding-left: 20px;
  vertical-align: middle;
  position: relative;
}

.news-page .slideBarleft .list ul li .content span.tag:after {
  display: none;
}

.news-page .slideBarleft .list ul li .content span.tag {
  margin-bottom: 35px;
  font-size: 16px;
  color: #181818;
}

.news-page .slideBarleft .list ul li .content span.tag:before {
  width: 50px;
}

.news-page .slideBarleft .list ul li .content h3 {
  font-size: var(--px33);
  color: #181818;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  font-weight: 700;
  -moz-transition: .5s;
  transition: .5s;
}

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

.news-page .slideBarleft .list ul li .content div.tag {
  font-size: 16px;
  color: #909090;
  margin-top: 10px;
}

.news-page .slideBarleft .list ul li .content div.tag img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -3px;
}

.news-page .slideBarleft .list ul li .content .share {
  margin-top: 40px;
}

.news-page .slideBarleft .list ul li .content .share dd {
  margin-right: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  background: #eee;
  font-size: var(--px18);
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}

.news-page .slideBarleft .list ul li .content .share dd a {
  display: block;
}

.news-page .slideBarleft .list ul li .content .share dd:hover {
  color: white;
  background: var(--color);
}

.news-page .slideBarleft .list ul li .content a.more {
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  border-radius: 2px;
  background: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 20px;
  display: inline-block;
  font-size: var(--px18);
  border-radius: 50px
}

.news-page .slideBarleft .list ul li .content a.more:hover {
  background: #222;
  border-radius: 50px
}

.inner-page .slideBarBox .slideBarleft {
  width: 75%;
  padding-right: 2%;
}

.inner-page .slideBarBox .slideBarright {
  width: 25%;
  padding-left: 2%;
  line-height: 2;
  position: sticky;
  top: 110px;
}

.inner-page .slideBarBox .slideBarright form {
  position: relative;
  width: 100%;
}

.inner-page .slideBarBox .slideBarright form input {
  width: 100%;
  height: var(--px72);
  min-height: 50px;
  padding: 0 60px 0 15px;
  font-size: var(--px18);
  color: #333;
  border: 1px solid #eee;
  border-radius: 72px;
}

.inner-page .slideBarBox .slideBarright form input::-webkit-input-placeholder {
  color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input:-moz-placeholder {
  color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input::-moz-placeholder {
  color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input:-ms-input-placeholder {
  color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input::placeholder {
  color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input[type="submit"] {
  width: var(--px66);
  min-width: 40px;
  position: absolute;
  right: 2px;
  top: 0;
  padding: 0;
  background: url("/meigemachinery/2023/12/22/product-s-1.png") center center no-repeat;
  background-size: contain;
  border: none;
}

.inner-page .slideBarBox .slideBarright h3 {
  margin: var(--px60) 0 var(--px20);
  font-size: var(--px30);
  font-weight: 700;
  color: #181818;
  line-height: 1;
}

.inner-page .slideBarBox .slideBarright h3:after {
  content: '';
  width: 56px;
  height: 2px;
  background: var(--color);
  margin-top: 15px;
  display: block;
}

.inner-page .slideBarBox .slideBarright .navList ul li {
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: var(--px20);
  color: #181818;
  position: relative;
}

.inner-page .slideBarBox .slideBarright .navList ul li:after {
  content: '';
  width: 9px;
  height: 2px;
  background: var(--color);
  position: absolute;
  right: 100%;
  top: 22px;
  margin-right: 8px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarright .navList ul li a span {
  max-width: calc(100% - 26px);
}
.inner-page .slideBarBox .slideBarright .navList ul li em {
  float: right;
  color: #939393;
}

.inner-page .slideBarBox .slideBarright .navList ul li.active,
.inner-page .slideBarBox .slideBarright .navList ul li:hover {
  color: var(--color);
}

.inner-page .slideBarBox .slideBarright .navList ul li.active:after,
.inner-page .slideBarBox .slideBarright .navList ul li:hover:after {
  opacity: 1;
}

.inner-page .slideBarBox .slideBarright .proList ul li {
  padding-bottom: 20px;
  margin-top: 25px;
  border-bottom: 1px solid #dcdcdc;
}

.inner-page .slideBarBox .slideBarright .proList ul li span {
  max-width: 30%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.inner-page .slideBarBox .slideBarright .proList ul li span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(2, 67, 136, .5) url("../images/icon-right.png") center center no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .slideBarBox .slideBarright .proList ul li h6 {
  display: inline-block;
  vertical-align: middle;
  width: 95%;
  color: #181818;
  line-height: 1.6;
  font-weight: bold;
  word-break: break-word;
}

.inner-page .slideBarBox .slideBarright .proList ul li h6 small {
  display: block;
  color: #7f7f7f;
  margin-bottom: 5px;
  font-weight: normal;
}

.inner-page .slideBarBox .slideBarright .proList ul li:first-child {
  margin-top: 0;
}

.inner-page .slideBarBox .slideBarright .proList ul li:hover span:after {
  opacity: 1;
}
@media screen and (max-width: 1450px) {
  .news-page .slideBarleft .list ul li .content .share dd {
    margin-right: 5px;
  }

  .news-page .slideBarleft .list ul li .content .share {
    margin-top: 20px;
  }

  .news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 20px;
  }

  .news-page .slideBarleft .list ul li .content span.tag:before {
    width: 30px;
  }

  .inner-page .slideBarBox .slideBarright h3 {
    font-size: var(--px20);
  }
}
@media screen and (max-width: 1250px) {
  .news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 8px;
  }
  .inner-page .slideBarBox .slideBarright form input {
    font-size: 14px;
  }

  .news-page .slideBarleft .list ul li .content .share dd {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .news-page .slideBarleft .list ul li .content a.more {
    font-size: 16px;
    line-height: 36px;
    height: 36px;
  }

  .news-page .slideBarleft .list ul li .content div.tag {
    font-size: 14px;
  }

  .news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 8px;
  }
}

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

  .inner-page .slideBarBox .slideBarright {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .news-page .slideBarleft .list ul li .img {
    width: 100%;
    padding-right: 0;
    padding-left: 0 !important;
    left: 0 !important;
  }

  .news-page .slideBarleft .list ul li .content {
    width: 100%;
    padding-left: 0;
    padding-right: 0 !important;
    padding-top: 30px;
    left: 0 !important;
  }
}


.newdet-page {
  padding: var(--px55) 0 var(--px110);
}

.newdet-page .slideBarleft .newsContent {
  text-align: center;
}

.newdet-page .slideBarleft .newsContent h1 {
  font-size: var(--px34);
  color: #181818;
  font-weight: 700;
  line-height: 1.5;
}

.newdet-page .slideBarleft .newsContent time {
  display: block;
  font-size: 16px;
  color: #7f7f7f;
  margin-top: 15px;
  line-height: 1;
}

.newdet-page .slideBarleft .newsContent .content {
  display: block;
  border-bottom: 1px solid #dcdcdc;
  color: #181818;
  line-height: 2;
  text-align: left;
}

.newdet-page .slideBarleft .newsContent .content p {
  padding-bottom: 10px;
}

.newdet-page .slideBarleft .newsContent .content p:last-child {
  padding-bottom: 0;
}

.newdet-page .slideBarleft .newsContent .share {
  text-align: right;
  margin-top: 24px;
}

.newdet-page .slideBarleft .newsContent .share ul li {
  margin-left: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  background: #eee;
  font-size: var(--px18);
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}

.newdet-page .slideBarleft .newsContent .share ul li a {
  display: block;
}

.newdet-page .slideBarleft .newsContent .share ul li:hover {
  color: white;
  background: var(--color);
}

.newdet-page .slideBarleft .newsContent .m-link {
  margin-top: 40px;
}

.newdet-page .slideBarleft .newsContent .m-link div i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  position: relative;
}

.newdet-page .slideBarleft .newsContent .m-link div i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(2, 67, 136, .55) url(../images/icon-right.png) center center no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .slideBarleft .newsContent .m-link div span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #181818;
  margin: 0 10px;
  max-width: 60%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2;
}

.newdet-page .slideBarleft .newsContent .m-link div span em {
  color: var(--color);
}

.newdet-page .slideBarleft .newsContent .m-link div.prev {
  text-align: left;
}

.newdet-page .slideBarleft .newsContent .m-link div.prev i:after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.newdet-page .slideBarleft .newsContent .m-link div.next {
  text-align: right;
}

.newdet-page .slideBarleft .newsContent .m-link div:hover i:after {
  opacity: 1;
}

@media screen and (max-width: 1250px) {
  .newdet-page .slideBarleft .newsContent .share ul li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page .slideBarleft .newsContent .m-link div.next {
    text-align: left;
  }
}

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

  .newdet-page .slideBarleft .newsContent .m-link div span {
    max-width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .newdet-page .slideBarleft .newsContent .m-link div {
    width: 100%;
  }

  .newdet-page .slideBarleft .newsContent .m-link div.next {
    text-align: left;
  }
}

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

.contact-page .contact-1 .left .info ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-page .contact-1 .left .info ul li span {
  background-image: -webkit-linear-gradient(0deg, var(--color1) 0%, rgba(46 100 153) 100%);
  display: block;
  padding: 6px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  color: var(--color1);
  border-radius: 100%;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact-page .contact-1 .left .info ul li span i {
  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: white;
  height: 100%;
  width: 100%;
  border-radius: 100%;
}

.contact-page .contact-1 .left .info ul li h6 {
  color: #666;
}

.contact-page .contact-1 .left .info ul li h6 small {
  font-size: 1.33333333em;
  color: black;
  display: block;
}

.contact-page .contact-1 .right {
  width: 70%;
  padding-left: 4%;
}

.contact-page .contact-1 .right .form {
  padding: var(--px60);
  background: #edf2f5;
}

.contact-page .contact-1 .right .form ul {
  margin: -10px;
}

.contact-page .contact-1 .right .form ul li {
  padding: 10px;
}

.contact-page .contact-1 .right .form ul li input,
.contact-page .contact-1 .right .form ul li textarea {
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  padding: var(--px25);
  outline: none;
  line-height: 19px;
  border: none;
  font-size: 14px;
  caret-color: var(--color);
}

.contact-page .contact-1 .right .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .right .form ul li textarea::-webkit-input-placeholder {
  color: #999;
}

.contact-page .contact-1 .right .form ul li input:-moz-placeholder,
.contact-page .contact-1 .right .form ul li textarea:-moz-placeholder {
  color: #999;
}

.contact-page .contact-1 .right .form ul li input::-moz-placeholder,
.contact-page .contact-1 .right .form ul li textarea::-moz-placeholder {
  color: #999;
}

.contact-page .contact-1 .right .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .right .form ul li textarea:-ms-input-placeholder {
  color: #999;
}

.contact-page .contact-1 .right .form ul li input::placeholder,
.contact-page .contact-1 .right .form ul li textarea::placeholder {
  color: #999;
}

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

.contact-page .contact-1 .right .form ul li textarea {
  height: 180px;
}

.contact-page .contact-1 .right .form ul li a.more {
  width: 100%;
  text-align: center;
  background: var(--color);
  color: white;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: var(--px18);
}

.contact-page .contact-2 .box {
  padding: 40px 55px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, .07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, .07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, .07);
  border-radius: 14px;
  text-align: center;
}

.contact-page .contact-2 .box span.tag {
  color: var(--color);
}

.contact-page .contact-2 .box span.tag:before {
  display: none;
}

.contact-page .contact-2 .box h2.title {
  /*color: white;*/
  font-size: var(--px36);
}

.contact-page .contact-2 .box .left {
  width: 70%;
  vertical-align: middle;
}

.contact-page .contact-2 .box .right {
  vertical-align: middle;
  width: 30%;
  text-align: right;
}

.contact-page .contact-3 {
  position: relative;
  z-index: 0;
}

.contact-page .contact-3 .button-group .button {
  background: var(--color);
}

.contact-page .contact-3 #mapContainer {
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
}

.contact-page span.tag {
  font-size: 16px;
  color: var(--color1);
  display: block;
  line-height: 1;
  margin-bottom: 1em;
}

.contact-page h2.title {
  font-size: 50px;;
  font-weight: 700;
  color: #1c1628;
  line-height: 1;
  padding: 40px 0
}

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

  .contact-page .contact-1 .left .info ul li span {
    width: 70px;
    height: 70px;
  }

  .contact-page .contact-1 .left .info ul li h6 small {
    font-size: 1.2em;
  }

  .contact-page .contact-1 .right .form ul li {
    padding: 5px;
  }

  .contact-page .contact-1 .right .form ul {
    margin: -5px;
  }

  .contact-page .contact-1 .right .form ul li input,
  .contact-page .contact-1 .right .form ul li textarea {
    padding: 15px;
  }

  .contact-page .contact-2 .box h2.title {
    font-size: 28px;
  }

  .contact-page .contact-2 .box {
    padding: 50px 5%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-2 .box {
    padding: 30px 3%;
    margin-top: -50px;
  }

  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .box .left {
    width: 100%;
  }

  .contact-page .contact-2 .box .right {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .contact-1 .right .form ul li {
    width: 100%;
  }
  .contact-page .contact-2 .box h2.title {
    font-size: 22px;
  }

  .contact-page .contact-2 .box {
    margin-top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .contact-page .contact-2 {
    padding-bottom: 30px;
  }
}

.inner-banner {
  margin-top: 108px;
  padding-top: 148px;
  padding-bottom: 142px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  overflow: hidden;
}
.inner-banner .con .circle {
  width: 244px;
  height: 244px;
  border-radius: 50%;
  background-color: var(--color1);
  position: absolute;
  top: -45px;
  left: -26px;
  animation: zumpBottom 1s infinite alternate;
  z-index: -1;
}

.inner-banner .con .text h2 {
  font-family: 'Oswald';
}
.inner-banner .con .circle-text {
  position: absolute;
  top: 50%;
  right: 107px;
  transform: translateY(-50%);
  width: 164px;
  height: 162px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 22;
}
.inner-banner .con .circle-text .curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  animation: rotate 10s infinite linear;
}
.inner-banner .con .circle-text .curved-circle .item {
  width: 100%;
}
.inner-banner .con .circle-text .curved-circle .item span {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.2em;
}
.inner-banner .shape-one {
  position: absolute;
  right: -15px;
  bottom: 0;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}
.inner-banner .shape-one path:nth-child(1) {
  fill: var(--color1);
}
.inner-banner .shape-one path:nth-child(2) {
  fill: var(--color1);
}
@keyframes zumpBottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-13px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes zumpX {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-13px);
  }
}
