@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaBT-Medium.eot');
  src: url('../fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBT-Medium.woff2') format('woff2'), url('../fonts/FuturaBT-Medium.woff') format('woff'), url('../fonts/FuturaBT-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway.eot');
  src: url('../fonts/Raleway.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway.woff2') format('woff2'), url('../fonts/Raleway.woff') format('woff'), url('../fonts/Raleway.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@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.eot') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.mon {
  font-family: 'Montserrat';
}
.title,
.fut,
.medium {
  font-family: 'Futura';
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Raleway';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  height: auto;
  --color: #0156aa;
}
.container {
  width: 1630px;
  padding: 0 15px;
}
.col {
  color: var(--color);
}
.col1 {
  color: #111;
}
.col57 {
  color: #575757;
}
.col3c {
  color: #3c3c3c;
}
.col6 {
  color: #666;
}
.colTitl {
  background: linear-gradient(135deg, #5dc2e8, var(--color));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.colTitl span {
  background: linear-gradient(170deg, #5dc2e8, var(--color));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.Hbtn,
.inner-page .Hbtn {
  background-color: var(--color);
}
.Hbtn:hover,
.inner-page .Hbtn:hover {
  background-color: rgba(116, 221, 247, 0.8);
}
@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;
  }
}
#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 > .menu {
  padding: 16px 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.4375vw;
  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 {
      background: linear-gradient(135deg, #5dc2e8, var(--color));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
}
}
#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: uppercase;
  color: #fff;
}
#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: var(--color);
  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: 17px;
  height: 17px;
}
#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: 13px;
  height: 8px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .formBtn {
  width: 19px;
  height: 19px;
}
#header > .nav > .menu .menu-box .right .formBtn:hover {
  opacity: 0.8;
}
#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: var(--color);
  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: #333;
}
#banner .swiper ul li img.pcImg,
#banner .swiper ul li img.phoneImg {
  min-height: 350px;
  object-fit: cover;
  object-position: center;
}
#banner .swiper ul li .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#banner .swiper ul li .container .titl {
  max-width: 800px;
}
#banner .swiper ul li.swiper-slide-active .titl {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .swiper ul li.swiper-slide-active .Hbtn {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .pageBox {
  z-index: 4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  bottom: 4.0625vw;
}
#banner .pageBox .box {
  width: 100%;
  max-width: 420px;
}
#banner .pageBox .box .swiper-pagination {
  position: static;
  width: 100%;
}
#banner .pageBox .box .swiper-pagination span {
  font-size: var(--px22);
  line-height: 1;
}
#banner .pageBox .box .line {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.21);
  height: 3px;
  position: relative;
}
#banner .pageBox .box .line p {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
}
#banner .pageBox .box .line.active p {
  width: 100%;
  -webkit-transition: width 5s linear;
  -moz-transition: width 5s linear;
  transition: width 5s linear;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init_1 .container .colTitl {
  margin-bottom: var(--npx23);
  position: relative;
  z-index: 5;
}
#index-body .init_1 .container .swiperBox ul li {
  height: auto;
  width: 33.33%;
}
#index-body .init_1 .container .swiperBox ul li .listBox {
  width: 100%;
  height: 100%;
}
#index-body .init_1 .container .swiperBox ul li .listBox .list {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, -50px);
  -moz-transform: translate3d(0, 0, -50px);
  transform: translate3d(0, 0, -50px);
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
}
#index-body .init_1 .container .swiperBox ul li .listBox .imgBox {
  display: inline-block;
  width: 100%;
  position: relative;
  transform: scale(0.78);
}
#index-body .init_1 .container .swiperBox ul li .listBox .imgBox img.img {
  width: 100%;
}
#index-body .init_1 .container .swiperBox ul li .listBox .imgBox .titl {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  transform: scale(1.2821) translateY(calc(100% + 27px));
}
#index-body .init_1 .container .swiperBox ul li .listBox .textBox {
  opacity: 0;
  transform: translateY(50px);
}
/*#index-body .init_1 .container .swiperBox ul li.swiper-slide-prev .listBox .imgBox {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
#index-body .init_1 .container .swiperBox ul li.swiper-slide-next .listBox .imgBox {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}*/
#index-body .init_1 .container .swiperBox ul li .listBox .imgBox {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
#index-body .init_1 .container .swiperBox ul li.active .listBox .imgBox {
  transform: scale(1);
}
#index-body .init_1 .container .swiperBox ul li.active .listBox .imgBox .titl {
  transform: translateY(0%) scale(1);
  color: #fff;
}
#index-body .init_1 .container .swiperBox ul li.active .listBox .imgBox .titl:hover {
  color: var(--color);
}
#index-body .init_1 .container .swiperBox ul li.active .listBox .list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#index-body .init_1 .container .swiperBox ul li.active .listBox .list .titlBlack {
  transform: translateY(-100%);
  opacity: 0;
}
#index-body .init_1 .container .swiperBox ul li.active .listBox .textBox {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  /*-webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;*/
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/*#index-body .init_1 .container .swiperBox ul li.swiperLi {
  width: 50%;
}
#index-body .init_1 .container .swiperBox ul li.swiperLi .listBox .imgBox .titl {
      transform: scale(1.2821);
}*/
#index-body .init_2 {
  padding-top: 15.625vw;
}
#index-body .init_2 .left {
  width: 70.3%;
  border-radius: 0px var(--px60) 0px 0px;
  background-color: rgba(1, 86, 170, 0.85);
}
#index-body .init_2 .left .numberBox {
  border-bottom: 2px solid #6b97c4;
}
#index-body .init_2 .right {
  padding-right: 11.875vw;
}
#index-body .init_2 .right .play .top_cont {
  position: relative;
  width: 160px;
  height: 160px;
}
#index-body .init_2 .right .play .top_cont .cir_sub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
#index-body .init_2 .right .play .top_cont .cir_sub div {
  width: 6px;
  height: 6px;
  position: absolute;
  top: -4px;
  left: 50%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init_2 .right .play .top_cont svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .init_2 .right .play .top_cont svg circle {
  width: 100%;
  height: 100%;
  stroke-dashoffset: 460;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#index-body .init_2 .right .play:hover svg circle {
  stroke-dashoffset: 0;
}
#index-body .init_3 .left {
  width: 37%;
}
#index-body .init_3 .left img {
  border-radius: 25px;
}
#index-body .init_3 .right {
  width: 63%;
}
#index-body .init_3 .right ul.lists li.list .icon img {
  width: var(--px60);
  height: var(--px62);
  min-width: 40px;
  min-height: 42px;
}
#index-body .init_3 .right ul.lists li.list .titl {
  color: #3c3c3c;
}
#index-body .init_3 .right ul.lists li.list:hover .icon img {
  transform: rotateY(360deg);
}
#index-body .init_4 .swiper ul li .imgBox .titl {
  color: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
}
#index-body .init_4 .swiper ul li .imgBox .titl:hover {
  color: var(--color);
}
#index-body .init_5 .swiper ul li {
  height: auto;
}
#index-body .init_5 .swiper ul li .list {
  height: 100%;
  background-color: #eeeeee;
  color: #111;
}
#index-body .init_5 .swiper ul li .list:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init_5 .swiper ul li .list .titl:hover {
  opacity: .8;
  color: #fff;
}
#index-body .init_6 {
  background-color: #eee;
  overflow: hidden;
}
#index-body .init_6 .top img {
  width: 100%;
  height: auto;
}
#index-body .init_6 .top .lineH {
  position: absolute;
  width: 19px;
  height: 100%;
  z-index: 2;
  background-color: #eee;
  top: 0;
  right: 12.5520833vw;
}
#index-body .init_6 .bot .swiper ul li .list .titl {
  color: #424242;
}
#index-body .init_6 .bot .swiper ul li .list .titl:hover {
  color: var(--color);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #333333;
  color: #a3a3a3;
}
#footer .qrBox .contQr {
  width: 97px;
  height: 97px;
  padding: 5px;
  background-color: #fff;
}
#footer .qrBox .contQr * {
  width: 100%;
  height: 100%;
}
#footer .footerTop .item {
  line-height: 2.22;
}
#footer .footerTop .item p.linkA a {
  display: inline-block;
}
#footer .footerTop .item p.linkA a:hover {
  color: #fff;
}
#footer .footerTop .item1 {
  width: 250px;
}
#footer .footerTop .item3 {
  width: 26.6%;
}
#footer .footerTop .item3 .contBox .icon {
  width: 36px;
}
#footer .footerTop .item3 .contBox span {
  max-width: calc(100% - 36px);
}
#footer .footerTop .item4 {
  width: 21.5%;
}
#footer .footerTop .item4 form input {
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #fff;
}
#footer .footerTop .item4 form input.bor {
  border-bottom: 1px solid #595a5a;
}
#footer .footerTop .item4 form input::placeholder {
  color: #a3a3a3;
  font-size: 16px;
}
#footer .footerTop .item4 form input.mes {
  padding-right: 26px;
}
#footer .footerTop .item4 form input.inquery {
  width: 26px;
  height: 25px;
  background-image: url('../images/footerSubmit.png');
  bottom: 11px;
  right: 0;
}
#footer .footerTop .item4 form input.inquery:hover {
  transform: rotate(45deg);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  background-color: #262626;
}
#footer .copyright .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
#footer .copyright .container svg {
  height: 28px;
  width: auto;
  fill: #b1b1b1;
  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: #b1b1b1;
  margin-right: 10px;
}
@media screen and (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 2vw;
  }
}
@media (max-width: 1250px) {
  #banner .swiper ul li .container .titl {
    padding-top: 0;
    margin-bottom: 15px;
  }
  #footer .footerTop .item3,
  #footer .footerTop .item4 {
    width: 30%;
  }
}
@media (max-width: 1000px) {
  #banner .swiper ul li img.phoneImg {
    display: block;
  }
  #banner .pageBox {
    bottom: 10px;
  }
  #banner .pageBox .box {
    max-width: 220px;
  }
  #index-body .init_2 .left {
    width: 95%;
  }
  #index-body .init_2 .left h1 {
    padding-right: 0;
  }
  #index-body .init_2 .right {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init_2 .right .play .top_cont {
    margin: auto;
  }
  #index-body .init_3 .right {
    margin-top: 20px;
  }
  #index-body .init_3 .right ul.lists li.list {
    padding: 20px 15px;
  }
  #footer .footerTop .item3,
  #footer .footerTop .item4 {
    width: 49%;
  }
}
@media (max-width: 700px) {
  #index-body .init_2 .left {
    padding: 20px;
  }
  #footer .footerTop .item3,
  #footer .footerTop .item4 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  #index-body .init_2 .left .numberBox li.list {
    width: 50%;
    margin-bottom: 15px;
  }
  #index-body .init_3 .right ul.lists li.list {
    padding: 20px 5px;
  }
}

.inner-banner {
  margin-top: 100px;
  padding-top: var(--px60);
  padding-bottom: var(--px80);
  text-align: center;
}

.inner-banner .mbx {
  line-height: 1.7;
  color: #666;
}
.inner-page .m-page {
  text-align: center;
  margin-top: var(--px90);
  margin-bottom: 10px;
}

.inner-page .m-page a,
.inner-page .m-page span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: var(--px18);
  font-weight: bold;
  line-height: 30px;
  font-family: Montserrat;
}

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

.product2-page {
  background: #f9f9f9;
}

.product2-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
  align-items: stretch;
}

.product2-page .product-list ul li {
  padding: 15px;
  flex-shrink: 0;
}
.product2-page .product-list ul li .box {
  height: 100%;
}

.product2-page .product-list ul li .box i {
  position: absolute;
  z-index: 1;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}

.product2-page .product-list ul li .box i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}

.product2-page .product-list ul li .box i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}

.product2-page .product-list ul li .box i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}

.product2-page .product-list ul li .box i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}

.product2-page .product-list ul li .box:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}

.product2-page .product-list ul li .box:hover i.ie2 {
  height: 100%;
  top: 0;
}

.product2-page .product-list ul li .box:hover i.ie3 {
  width: 100%;
  left: 0;
}

.product2-page .product-list ul li .box:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}
.product2-page .product-list ul li .img {
  overflow: hidden;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
  background: #f7f7f7;
  position: relative;
}

.product2-page .product-list ul li .img img {
  width: 100%;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

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

.product2-page .product-list ul li .text .btm .slick-slide img {
  padding: 5px;
}

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

.product2-page .product-list ul li .pro-box .imgbox img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.product2-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
  display: none;
}

.product2-page .product-list ul li .pro-box .btm .tupianji img {
  max-height: 145px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

.product2-page .product-list ul li .text h2 {
  font-weight: bold;
  margin-top: 10px;
  line-height: 32px;
  text-transform: capitalize;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product2-page .product-list ul li .img img.yin {
  position: absolute;
  left: 0;
  opacity: 0;
}

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

.product2-page .sidebar-right h1 {
  font-size: 50px;
  /*color: #111;*/
  font-weight: 700;
  text-transform: uppercase;
}

.product2-page .sidebar-right .Auxil-catdes {
  color: #666;
  line-height: 1.8;
  max-height: 300px;
  overflow: auto;
}
.pr {
  position: relative;
}

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

.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
  padding: var(--px40) var(--px20);
  background: #ffffff;
  width: 100%;
  box-shadow: 0px -0.4px 9px 3px rgb(0 0 0 / 5%);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  line-height: 2;
  color: #111;
  border-bottom: 1px solid #e7e7e7;
  text-transform: uppercase;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 12px;
}

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

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

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

.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: var(--px40);
  padding-right: 5px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2.4;
  word-break: break-all;
  position: relative;
  color: #111;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
  float: right;
  position: relative;
  padding-top: 15px;
}

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

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

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

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li {
  margin-left: 10px;
  color: #505050;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
  line-height: 2;
  color: #666;
}
.inner-page .sidebar-box .sidebar-left .inner .formBox input,
.inner-page .sidebar-box .sidebar-left .inner .formBox textarea {
  width: 100%;
  height: var(--px40);
  min-height: 30px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  background-color: #f9f9f9;
}
.inner-page .sidebar-box .sidebar-left .inner .formBox textarea {
  height: 90px;
}
.inner-page .sidebar-box .sidebar-left .inner .formBox input.inquery {
  background-color: var(--color);
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .inner .formBox input.inquery:hover {
  opacity: .8;
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
@media screen and (max-width: 1250px) {
  .product2-page .product-list ul {
    margin: 0 -10px;
  }
  .product2-page .product-list ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 1000px){
  .inner-page .sidebar-box .sidebar-left,
  .inner-page.product2-page .sidebar-left {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right,
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .product2-page .sidebar-right h1 {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
  }
  .product2-page .product-list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .product2-page .product-list ul {
    margin: 0 -5px;
  }
  .product2-page .product-list ul li {
    padding: 5px;
  }
}
#innerMobileBanner .banner2 .mbx .cont a:hover {
  color: var(--color);
}
#mobile2 .logo img {
  -webkit-filter:brightness(0) invert(1);
  -moz-filter:brightness(0) invert(1);
  -ms-filter:brightness(0) invert(1);
  -o-filter:brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

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

.prodet-page {
  background: #f9f9f9;
}

.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  align-items: stretch;
}

.prodet-page .prodet-1 .box .left .big {
  width: 85%;
  flex-shrink: 0;
}
.prodet-page .prodet-1 .box .left .big ul, .prodet-page .prodet-1 .box .left .big ul * {
  height: 100%;
}
.prodet-page .prodet-1 .box .left .big ul li a {
  border: 1px solid #ccc;
}
.prodet-page .prodet-1 .box .left .big ul li img {
  height: auto;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: var(--px20);
  color: #fff;
  background-color: var(--color);
  font-family: FontAwesome;
}

.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: var(--px20);
}

.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: var(--px40);
}

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

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

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

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

  font-weight: bold;
}

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

.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  max-height: 403px;
  overflow: auto;
}

.prodet-page .prodet-1 .box .right .content .msgBtn {
  color: #fff;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  text-align: center;
  font-weight: bold;
  width: 36%;
  padding: 12px 0;
}

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

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

.prodet-page .prodet-2 {
  padding-top: 60px;
  background: #fff;
  padding-bottom: 80px;

}

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

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

.prodet-page .prodet-2 form button {
  margin-top: var(--px30);
  font-size: var(--px20);
  font-weight: 400;
  color: #FFFFFF;
  background-color: var(--color);
  border: none;
  padding: 10px var(--px45);
  text-transform: uppercase;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

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

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

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

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

.prodet-page .prodet-2 .options ul li a {
  text-transform: uppercase;
  color: #222;
  line-height: 1.8;
}

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

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

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

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

.prodet-page .prodet-2 .ret ul li .content.form h4 {
  text-transform: uppercase;
  font-size: var(--px44);
}

.prodet-page .prodet-3 h2 {
  text-transform: uppercase;
  text-align: center;
}

.prodet-page .prodet-3 ul li .img img {
  width: 100%;
}

.prodet-page .prodet-3 .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: var(--px40);
  height: var(--px40);
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: var(--px20);
  color: #FFFFFF;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.prodet-page .prodet-3 .slick-arrow.slick-prev {
  left: -2vw;
}

.prodet-page .prodet-3 .slick-arrow.slick-next {
  right: -2vw;
}
.productList ul {
  margin: -15px;
}

.productList ul li {
  padding: 15px;
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .box .right .content h1 {
    margin: 0;
  }

  .prodet-page .prodet-2 .options ul li+li {
    margin-left: 60px;
  }
  .prodet-page .prodet-3 .slick-arrow.slick-prev {
    left: 20px;
  }
  .prodet-page .prodet-3 .slick-arrow.slick-next {
    right: 20px;
  }
}
@media screen and (max-width: 1000px) {

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

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

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

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

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

  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .box .left .big-small {
    display: block;
  }

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

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

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

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

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

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

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

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

.about-page .about-1 .top .img {
  position: relative;
}

.about-page .about-1 .top .img .play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  cursor: hand;
}

.about-page .about-1 .top .img .play::before,
.about-page .about-1 .top .img .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}

.about-page .about-1 .top .img .play::after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

.about-page .about-1 .top .text {
  max-width: 1339px;
  width: 100%;
  margin: var(--npx190) auto 0;
  background: #fff;
  -webkit-box-shadow: 0px 9px var(--px38) 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 9px var(--px38) 0px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 1;
  padding: var(--px85) var(--px70) var(--px105);
}

.about-page .about-1 .top .text .title {
  line-height: 1.2;
  text-transform: uppercase;
}

.about-page .about-1 .top .text .con {
  margin-top: var(--px46);
  font-size: var(--px18);
  line-height: 1.8;
  color: #505050;
}

.about-page .about-1 .bottom {
  max-width: 1335px;
  width: 100%;
  margin: var(--px80) auto 0;
}

.about-page .about-1 .bottom ul {
  margin: 0 var(--npx35);
}

.about-page .about-1 .bottom ul li {
  padding: 0 var(--px45);
}

.about-page .about-1 .bottom ul li .data {
  padding-bottom: 16px;
  border-bottom: 1px solid #58596c;
}

.about-page .about-1 .bottom ul li .data em {
  font-size: var(--px80);
  line-height: 1;
  color: #222;
  display: inline-block;
  vertical-align: bottom;

}

.about-page .about-1 .bottom ul li .data sub {
  font-size: 38px;
  color: var(--color);
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  text-transform: capitalize;
  margin: 0 0 0px 7px;
}

.about-page .about-1 .bottom ul li .text .tit {
  font-size: var(--px24);
  font-weight: 700;
  color: #000000;
  line-height: 2;
  margin-top: var(--px18);
}

.about-page .about-1 .bottom ul li .text p {
  font-size: var(--px18);
  line-height: 1.8;
  color: #505050;
}

.about-page .about-2 {
  margin-top: var(--px135);
}

.about-page .about-2 .box {
  padding: 122px 0;
  position: relative;
  z-index: 1;
}

.about-page .about-2 .box .img {
  width: 40%;
  vertical-align: middle;
}

.about-page .about-2 .box .text {
  width: 60%;
  max-width: 880px;
  padding-left: var(--px60);
  vertical-align: middle;
  color: #fff;
}

.about-page .about-2 .box .text .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 24px;
}

.about-page .about-2 .box .text .header .left {
  width: 100%;
}

.about-page .about-2 .box .text .header .title {
  line-height: 1.2;
}

.about-page .about-2 .box .text .header .more {
  color: #000;
  margin-bottom: 10px;
  background: #fff;
}

.about-page .about-2 .box .text .header .more span {
  text-decoration: none;
}

.about-page .about-2 .box .text .con {
  font-size: var(--px18);
  line-height: 1.8;
}

.about-page .about-2 .box .text .list {
  margin-top: 29px;
}

.about-page .about-2 .box .text .list ul {
  margin-bottom: -25px;
}

.about-page .about-2 .box .text .list ul li {
  position: relative;
  padding-left: 47px;
  font-size: var(--px20);
  line-height: 1.5;
  padding-bottom: 25px;
}

.about-page .about-2 .box .text .list ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 2px;
  background: white;
}

.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 84.25%;
  height: 100%;
  background: var(--color);
}

.about-page .about-3 {
  background-color: #f2f2f2;
  padding: 11.979166vw 0 7%;
  margin-top: -6.354vw;
}

.about-page .about-3 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 63px;
  border-bottom: 1px solid #b8b8bc;
}

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

.about-page .about-3 .header .left span.tag {
  color: var(--color);
}

.about-page .about-3 .header .left .title {
  margin-top: 12px;
  line-height: 1.2;
  
  text-transform: uppercase;
}

.about-page .about-3 .header .right {
  width: 50%;
  font-size: var(--px18);
  line-height: 1.8;
  color: #505050;
  padding: 0 0 0 20px;
}

.about-page .about-3 .content {
  margin-top: var(--px85);
}

.about-page .about-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 var(--npx37) var(--npx37) 0;
}

.about-page .about-3 .content ul li {

  margin: 0 var(--px37) var(--px37) 0;
  background: #fff;
  padding: var(--px39) var(--px35);
  width: calc(33.33% + var(--npx37));
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #121212;
}

.about-page .about-3 .content ul li .tit {
  font-size: var(--px24);
  font-weight: 700;
     padding-bottom: 20px;
}

.about-page .about-3 .content ul li p {
  font-size: var(--px18);
  line-height: 1.8;
  color: #505050;
}

.about-page .about-3 .content ul li:hover {
  background: var(--color);
}

.about-page .about-3 .content ul li:hover i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}

.about-page .about-3 .content ul li:hover .tit,
.about-page .about-3 .content ul li:hover p {
  color: white;
}

.about-page .about-3 .list .img-box {
  display: block;
}

.about-page .about-3 .list .img-box img {
  width: 100%;
}

.about-page .about-3 .list .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: right;
  padding-right: 22px;
}

.about-page .about-3 .list .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
}

.about-page .about-3 .list .slick-dots li:last-child {
  margin-right: 0;
}

.about-page .about-3 .list .slick-dots li button {
  display: none;
}

.about-page .about-3 .list .slick-dots li.slick-active {
  background: var(--color);
}

.about-page .about-4 {
  background: var(--color);
  padding: 68px 0 70px;
  max-width: 959px;
  width: 100%;
  margin-top: -17%;
  position: relative;
  z-index: 1;
  color: #fff;
}

.about-page .about-4 .box {
  max-width: 507px;
  margin: 0 94px 0 auto;
}

.about-page .about-4 .box .title {
  margin-top: 27px;
}

.about-page .about-4 .box .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}

.about-page .about-4 .box .info {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.about-page .about-4 .box .info .tit {
  font-size: var(--px20);
  line-height: 1.5;
}

.about-page .about-4 .box .info p {
  font-size: 16px;
  line-height: 1.8;
}

.about-page .about-4 .box .more {
  margin-top: 36px;
  background: #000;
}

.about-page .about-4 .box .more:hover {
  background: #fff;
  color: var(--color);
}

.about-page .about-5 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: var(--px45);
  border-bottom: 1px solid #b8b8bc;
}

.about-page .about-5 .header span.tag {
  color: var(--color);
}

.about-page .about-5 .header .title {
  margin-top: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-page .about-5 .header .more {
  background: var(--color);
  margin-bottom: 4px;
}

.about-page .about-5 .header .more:hover {
  background: #000;
}

.about-page .about-5 .content {
  margin-top: var(--px45);
}

.about-page .about-5 .content ul {
  margin-right: var(--npx40);
}

.about-page .about-5 .content ul li {
  padding-right: var(--px40);
}

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

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

.about-page .about-5 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: center;
}

.about-page .about-5 .content ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #d2d2d2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
}

.about-page .about-5 .content ul .slick-dots li:last-child {
  margin-right: 0;
}

.about-page .about-5 .content ul .slick-dots li button {
  display: none;
}

.about-page .about-5 .content ul .slick-dots li.slick-active {
  background: var(--color);
}
@media screen and (max-width: 1450px) {
  .about-page .about-4 .box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1250px) {


  .about-page .about-2 .box .text {
    padding: 0 15px 0 30px;
  }

  .about-page .about-4 {
    max-width: 800px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-4 {
    max-width: 700px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .bottom ul li {
    width: 50%;
    margin-bottom: 15px;
  }

  .about-page .about-2 .box {
    padding: 0 0 60px;
  }

  .about-page .about-2 .box .img img {
    display: block;
    margin: auto;
  }

  .about-page .about-2 .box .text {
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
    padding: 15px !important;
  }

  .about-page .about-2 .box::after {
    width: 100%;
  }

  .about-page .about-3 {
    margin-top: 0;
  }

  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

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

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

  .about-page .about-3 .content ul li {
    width: calc(50% + var(--npx37));
  }

  .about-page .about-3 .list .slick-dots {
    bottom: -40px;
  }

  .about-page .about-4 {
    max-width: 680px;
    margin-top: 0;
  }

  .about-page .about-5 .header {
    padding-bottom: 30px;
  }

  .about-page .about-5 .header .left {
    width: 52%;
  }

  .about-page .about-5 .content ul {
    margin-right: var(--npx20);
  }

  .about-page .about-5 .content ul li {
    padding-right: var(--px20);
  }
}

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


  .about-page .about-1 .top .text {
    margin-top: 0;
    padding: 15px 10px;
  }

  .about-page .about-1 .bottom ul li .data {
    padding-bottom: 0;
  }

  .about-page .about-3 .content ul li p {
    margin-top: 10px;
  }
  .about-page .about-4 {
    padding: 30px 15px;
  }

  .about-page .about-5 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: var(--px20);
  }

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

  .about-page .about-5 .header .left .title {
    margin-top: 15px;
  }

  .about-page .about-5 .header .right {
    margin-top: var(--px20);
  }

  .about-page .about-5 .content {
    margin-top: var(--px20);
  }

  .about-page .about-5 .content ul .slick-dots {
    bottom: -25px;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-1 .bottom ul li {
    width: 100%;
  }
  .about-page .about-2 .box {
    padding-bottom: 30px;
  }
  .about-page .about-3 .content ul {
    margin: 0 auto;
  }

  .about-page .about-2 .box .text .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-2 .box .text .header .left {
    width: 100%;
  }

  .about-page .about-2 .box .text .header .left .title {
    margin-top: 10px;
  }

  .about-page .about-2 .box .text .header .right {
    padding: 20px 0 0;
  }

  .about-page .about-2 .box .text .list ul li {
    font-size: 16px;
    line-height: 1.8;
  }

  .about-page .about-3 .header {
    padding-bottom: 10px;
  }

  .about-page .about-3 .header .left .title {
    margin-top: 10px;
  }

  .about-page .about-3 .content ul li {
    width: 100%;
    margin: 10px auto;
  }

  .about-page .about-4 .box .title {
    margin-top: 10px;
  }

  .about-page .about-4 .box .con {
    margin-top: 10px;
  }

  .about-page .about-4 .box .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

  .about-page .about-4 .box .info p {
    font-size: 14px;
    line-height: 2;
  }

  .about-page .about-4 .box .info .left {
    width: 100%;
  }

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

  .about-page .about-5 .header .left .title {
    margin-top: 10px;
  }
  .about-page .about-5 .content ul {
    margin: 0;
  }
  .about-page .about-5 .content ul li {
    padding: 0;
  }
}
.lg-page ul {
  margin: -15px;
}

.lg-page li {
  padding: 15px;
}
@media screen and (max-width: 1250px) {
  .lg-page li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px) {
  .lg-page li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .lg-page ul {
    margin: 0;
  }
  .lg-page li {
    padding: 10px 0;
    width: 100%;
  }
}
.faq-page .marginBox .box .right {
  width: 100%;
}

.faq-page .marginBox .box .right .list ul li {
  padding: 15px;
  background: #eee;
  border: 1px solid #bfbfbf;
}

.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
  line-height: 1.7;
  color: #242424;
  text-align: left;
  display: block;
  position: relative;
  padding-left: 25px;
}

.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 12px;
  cursor: pointer;
  cursor: hand;
}

.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-page .marginBox .box .right .list ul li .text {
  color: #8e8e8e;
  line-height: 2;
  display: none;
}

.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}

.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}

.service-page {
  background: #f9f9f9;
}

#index-body .about .top .text {
  vertical-align: middle;
  padding-right: var(--px70);
}

#index-body .about .top .text .btn a.link {
  display: inline-block;
  vertical-align: top;
  margin-left: var(--px35);
}

#index-body .about .top .text .btn a.link em {
  display: inline-block;
  background: var(--color);
  padding: var(--px17);
}

#index-body .about .top .text .btn a.link span {
  display: inline-block;
  font-size: var(--px20);
  line-height: 1.5;
  padding-left: 5px;
}

#index-body .about .top .text .btn {
  margin-top: var(--px37);
}

#index-body .init1 {
  background: var(--color);
  padding: var(--px60) 0 var(--px65);
}
#index-body .init1 .Hbtn {
  background-color: #fff;
  color: #000;
}
#index-body .init1 .Hbtn:hover {
  background-color: rgba(116, 221, 247, 0.8);
  color: #fff;
}
#index-body .init1 .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .service-1 #index-body .about {
  padding-top: 0px;
}

.service-page .service-1 #index-body .about .top .text h2.title {
  margin-bottom: 20px;
  line-height: 1.4;
  text-transform: uppercase;
}

.service-page .service-1 #index-body .about .top .text h3 {
  font-size: var(--px22);
  line-height: 1.6;
  color: #181818;
  font-weight: 400;
  margin-top: var(--px32);
}

.service-page .service-1 #index-body .about .top .text p {
  line-height: 1.8;
  color: #505050;
}

.service-page .service-1 #index-body .about .top .img {
  text-align: right;
  padding: 0 0 var(--px50) 0;
}

.service-page .service-1 #index-body .about .top .img .i2 {
  position: absolute;
  left: 0;
  bottom: var(--npx25);
  top: auto;
  z-index: 1;
}

.service-page .service-2 {
  background: #fff;
}

.service-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}

.service-page .service-2 .header .title {
  line-height: 1.2;
  text-transform: uppercase;
}

.service-page .service-2 .content ul {
  margin-right: var(--npx30);
}

.service-page .service-2 .content ul li {
  padding-right: var(--px30);
}

.service-page .service-2 .content ul li .ig {
  text-align: center;
}

.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 75%;
  margin: 0 auto;
  border-radius: 50%;
}

.service-page .service-2 .content ul li .ig .text {
  padding-top: var(--px28);
}

.service-page .service-2 .content ul li .ig .text span {
  font-size: var(--px17);
  color: #83827F;
  line-height: 1.6;
  text-transform: uppercase;
}

.service-page .service-2 .content ul li .ig .text h3 {
  font-size: var(--px24);
  line-height: 1.8;
  margin-top: 10px;
  font-weight: bold;
}

.service-page .service-2 .content ul li .ig .text p {
  line-height: 1.8;
  color: #83827F;
      width: 82%;
    margin: auto;
}


.service-page #index-body .init1 h3 {
  width: 46%;
}

.service-page #index-body .rate .content {
  margin-top: var(--px50);
}

.service-page #index-body .rate .content ul {
  margin: -15px;
}

.service-page #index-body .rate .content ul li {
  padding: 15px;
}

.service-page #index-body .rate .content ul li .box {
  background: #f2f2f2;
  padding: var(--px60);
  min-height: 160px;
}

.service-page #index-body .rate .content ul li .box .title {
  display: block;
  font-weight: bold;
  font-size: var(--px26);
}

.service-page #index-body .rate .content ul li .box .desc {
  font-size: var(--px18);
  line-height: 1.7;
  margin-top: var(--px20);
  color: #505050;
}
.service-page #index-body .rate .content ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
.service-page #index-body .rate .content ul li .box:hover .desc {
  color: #fff;
}
.service-page #index-body .init1 h3 {
  width: 70%;
  color: #fff;
  font-size: var(--px24);
  line-height: 1.4;
  /*font-weight: bold;
  text-transform: uppercase;*/
}

.service-page #index-body .init1 .more {
  background: white;
  color: black;
}

.service-page #index-body .init1 .more:hover {
  color: white;
}
@media screen and (max-width: 1450px) {
  .service-page #index-body .rate .content ul li .box .desc {
    min-height: 162px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page #index-body .init1 h3 {
    width: 100%;
  }

  .service-page .service-1 #index-body .about .top .text {
    padding-right: 0;
    width: 100%;
  }

  .service-page .service-1 #index-body .about .top .img {
    width: 100%;
    margin-top: 25px;
  }

  .service-page .service-2 .content ul li .ig .text h3 {
    min-height: 60px;
  }
  .service-page #index-body .rate .content ul {
    margin: 0;
  }
  .service-page #index-body .rate .content ul li {
    padding: 5px;
  }
}
@media screen and (max-width: 700px) {
  
  .service-page .service-2 .header {
    width: 100%;
  }

  .service-page .service-2 .content {
    margin-top: 20px;
  }

  .service-page .service-2 .content ul {
    margin-right: -10px;
  }

  .service-page .service-2 .content ul li {
    padding-right: 10px;
  }

  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }
}
@media screen and (max-width: 500px) {

  .service-page #index-body .about .top .text .btn a.link {
    display: block;
    margin: 10px 0 0 0;
  }
}
.design-page .design-1 .ui.container {
  max-width: 100%;
}


.design-page .design-2 .i-title {
  line-height: 1.2;
  text-transform: uppercase;
}

.design-page .design-2 .left .img {
  text-align: right;
}

.design-page .design-2 .right .txt {
  font-size: var(--px20);
  line-height: 1.5;
  color: #505050;
  margin-top: var(--px70);
}

.design-page .design-3 .i-title {
  margin-bottom: var(--px48);
  text-transform: uppercase;
}

.design-page .design-3 ul {
  margin: var(--npx40) var(--npx20);
}

.design-page .design-3 ul li {
  padding: var(--px40) var(--px20);
}

.design-page .design-3 ul .slick-list {
  padding: 0 28%;
}

.design-page .design-3 ul li .box {
  position: relative;
  background-color: #efefef;
  padding: var(--px50) var(--px50) var(--px60) var(--px50);
  min-height: 335px;
}

.design-page .design-3 ul li .box  img {
  padding-bottom: 15px;
}

.design-page .design-3 ul li .box p {
  color: #565656;;
}

.design-page .design-3 ul li .content {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: white;
    position: absolute;
    left: 0;
    bottom: 18%;
    padding: 20px;
    opacity: 0;
}

.design-page .design-3 ul li .content h4 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
}

.design-page .design-3 ul li .content p {
    font-size: 18px;
    font-weight: bold;
}
.design-page .design-3 ul li .box:hover img {
    transform: rotateY(360deg);
}

.design-page .design-3 ul li:hover .content {
  opacity: 1;
}

.design-page .design-3 ul .slick-dots {
  margin: 0;
  text-align: center;
}

.design-page .design-3 ul .slick-dots li {
  padding: 0;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #e5e5e5;
  display: inline-block;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.design-page .design-3 ul .slick-dots li button {
  display: none;
}

.design-page .design-3 ul .slick-dots li.slick-active {
  background: var(--color);
}

.design-page .design-4 {
  background: url(../images/design-4-bg.jpg) no-repeat;
  color: white;
  background-attachment: fixed;
}

.design-page .design-4 .left {
  position: sticky;
  top: 170px;
  width: 30%;
}

.design-page .design-4 .left .i-title {
  line-height: 1.2;
  text-transform: uppercase;
}

.design-page .design-4 .right {
  width: 70%;
}

.design-page .design-4 .right ul li {
  padding-left: var(--px140);
  position: relative;
  padding-bottom: var(--px100);
}

.design-page .design-4 .right ul li .icon {
  width: var(--px77);
  height: var(--px77);
  min-width: 40px;
  min-height: 40px;
  border-radius: 100%;
  background: #0156aa;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.design-page .design-4 .right ul li .icon img {
  vertical-align: middle;
  max-width: 60%;
}

.design-page .design-4 .right ul li .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 130%;
  width: 1px;
  height: 262%;
  background: rgba(255, 255, 255, 0.3);
}

.design-page .design-4 .right ul li:last-child .icon::after {
  content: none;
}

.design-page .design-4 .right ul li h4 {
  font-size: var(--px30);
  font-weight: bold;
  /*text-transform: uppercase;*/
}

.design-page .design-4 .right ul li .des {
  line-height: 1.7;
  opacity: 1;
}

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

.design-page .design-5 .i-title {
  line-height: 1.2;
  text-transform: uppercase;
}

.design-page .design-5 .wrap {
  /*padding-left: 14%;*/
  margin-top: var(--px40);
}

.design-page .design-5 .wrap .left {
  width: 50%;
}

.design-page .design-5 .wrap .left .txt {
  font-size: var(--px20);
  line-height: 1.5;
  color: #505050;
  margin-bottom: var(--px45);
}

.design-page .design-5 .wrap .left img {
  width: 100%;
}

.design-page .design-5 .wrap .right {
  width: 50%;
  padding-left: var(--px115);
}
@media screen and (max-width:1700px) {
  .design-page .design-5 .ui.container {
    padding-left: 7%;
  }

  .design-page .design-5 .wrap {
    padding-left: 10%;
  }
}
@media screen and (max-width:1450px) {
  .design-page .design-5 .wrap {
    padding-left: 0;
  }
}
@media screen and (max-width:1250px) {

  .design-page .design-3 ul li {
    padding: var(--px20);
  }

  .design-page .design-3 ul {
    margin: var(--npx20);
  }

  .design-page .design-4 .right ul li {
    padding-left: 75px;
    padding-bottom: var(--px40);
  }

  .design-page .design-4 .right ul li .icon:after {
    height: 225%;
  }

  .design-page .design-5 .wrap .right {
    padding-left: var(--px50);
  }
}
@media screen and (max-width:1000px) {
  .design-page .design-2 .left .img {
    text-align: center;
    margin-bottom: 15px;
  }
  .design-page .design-2 .right img {
    display: block;
    margin: auto;
  }
  .design-page .design-3 ul .slick-list {
    padding: 0 18%;
  }

  .design-page .design-4 .left {
    position: relative;
    top: 0;
  }

  .design-page .design-4 .right {
    width: 100%;
    margin-top: var(--px20);
  }

  .design-page .design-5 .wrap .left {
    width: 100%;
  }

  .design-page .design-5 .wrap .right {
    width: 100%;
    padding-left: 0;
    margin-top: var(--px40);
  }

  .design-page .design-5 .ui.container {
    padding: 0 15px;
  }
}
@media screen and (max-width:700px) {

  .design-page .design-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }

  .design-page .design-2 .left {
    width: 100%;
  }

  .design-page .design-2 .i-title {
    margin-bottom: 30px;
  }

  .design-page .design-3 ul .slick-list {
    padding: 0;
  }

  .design-page .design-3 {
    padding: 0 15px 50px;
  }

  .design-page .design-4 .right {
    padding-left: 0;
  }
}
@media screen and (max-width:500px) {
  .design-page .design-4 .right ul li {
    padding-left: 0;
  }

  .design-page .design-4 .right ul li .icon {
    position: relative;
    margin-bottom: 12px;
  }

  .design-page .design-4 .right ul li .icon::after {
    content: none;
  }
}

.news-page .content ul {
  align-items: stretch;
}
.news-page .content ul li {
  position: relative;
  flex-shrink: 0;
}

.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}

.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;
  padding: var(--px30) var(--px50);
  background-color: #fff;
  height: 100%;
}

.news-page .content ul li .box .title {
  display: block;
  font-weight: bold;
  font-size: var(--px30);
  text-transform: uppercase;
}

.news-page .content ul li .box .title::before {
  display: none;
}

.news-page .content ul li .box .title:hover {
  color: var(--color);
}

.news-page .content ul li .box .des {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: var(--px20);
  line-height: 2;
}

.news-page .content ul li .box .des:hover {
  color: var(--color);
}

.news-page .content ul li .box .info_c {
  margin-top: var(--px30);
}

.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  background-color: var(--color);
  padding: 4px var(--px22);
}

.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: var(--px30);
  width: auto;
  line-height: 1.5;
  vertical-align: middle;
}

.news-page .content ul li:hover {
  z-index: 2;
}

.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
@media screen and (max-width: 1000px) {
  .news-page {
    text-align: center;
  }
  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .news-page .content ul li .box {
    padding: 20px 10px;
    height: unset;
  }

  .news-page .content ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0;
  }
}

.newdet-page .init-1 .container .title {
  font-size: var(--px30);
  text-transform: uppercase;
}

.newdet-page .init-1 .container .title::before {
  display: none;
}

.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: var(--px30);
}

.newdet-page .init-1 .container .content {
  margin-top: var(--px20);
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  padding: var(--px30) 0;
  line-height: 2;
}

.newdet-page .init-1 .container .bottom_cont {
  margin-top: var(--px40);
}

.newdet-page .init-1 .container .bottom_cont .left {
  width: calc(100% - 200px);
  padding-right: var(--px20);
}

.newdet-page .init-1 .container .bottom_cont .right {
  width: 200px;
}

.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: var(--color);
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1000px){
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }

  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }

  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }
}
@media screen and (max-width: 500px) {

  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }

  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
}

.contact-page {
  background: #f9f9f9;
}

.contact-page .contact-1 .left form ul {
  margin: 0 var(--npx30) var(--npx35) 0;
}

.contact-page .contact-1 .left form ul li {
  padding: 0 var(--px30) var(--px35) 0;
}

.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}

.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 36px;
  line-height: 1.8;
  color: #505050;
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827F;
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827F;
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827F;
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827F;
}

.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827F;
}

.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 20px;
}

.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 2;
  color: #83827F;
}

.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
}

.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}

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

.contact-page .contact-1 .right {
  padding-left: 7.65%;
}

.contact-page .contact-1 .right .title {
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-page .contact-1 .right p {
  line-height: 1.8;
  color: #83827F;
}

.contact-page .contact-1 .right .list {
  margin-top: var(--px22);
}

.contact-page .contact-1 .right .list ul li {
  color: #83827F;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 20px;
  text-align: center;
}

.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding-left: 20px;
}

.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}

.contact-page .contact-2 {
  padding-top: 120px;
}

.contact-page .contact-2 #mapContainer {
  height: 520px;
}

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

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

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

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

  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}

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

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

  .contact-page .contact-1 .left form ul li p {
    display: block;
  }

  .contact-page .contact-1 .left form ul {
    margin-bottom: 0;
  }

  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
    width: 100%;
  }

  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}
.seoPublic .Auxil-news .list ul li .content {
     margin-top: 1px; 
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-weight:bold;
}

.seoPublic .title {
   
    margin-bottom: 1em;
}