@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.ttf') format('truetype'), url('../fonts/Inter-Regular.eot') format('embedded-opentype'), url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff2') format('woff2'), url('../fonts/Inter-Light.ttf') format('truetype'), url('../fonts/Inter-Light.eot') format('embedded-opentype'), url('../fonts/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.ttf') format('truetype'), url('../fonts/Inter-Medium.eot') format('embedded-opentype'), url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.ttf') format('truetype'), url('../fonts/Inter-SemiBold.eot') format('embedded-opentype'), url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-Bold.eot') format('embedded-opentype'), url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Medium.woff2') format('woff2'), url('../fonts/Unbounded-Medium.ttf') format('truetype'), url('../fonts/Unbounded-Medium.eot') format('embedded-opentype'), url('../fonts/Unbounded-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Unbounded-Regular';
  src: url('../fonts/Unbounded-Regular.woff2') format('woff2'), url('../fonts/Unbounded-Regular.ttf') format('truetype'), url('../fonts/Unbounded-Regular.eot') format('embedded-opentype'), url('../fonts/Unbounded-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Unbounded-Bold';
  src: url('../fonts/Unbounded-ExtraBold.woff2') format('woff2'), url('../fonts/Unbounded-ExtraBold.ttf') format('truetype'), url('../fonts/Unbounded-ExtraBold.eot') format('embedded-opentype'), url('../fonts/Unbounded-ExtraBold.woff') format('woff');
}
body {
  font-family: 'Inter';
  max-width: 1920px;
  --color: #083388;
  --font: "Unbounded";
  margin: 0 auto;
  font-weight: normal;
}
.container {
  width: 1430px;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}




#qrcode{
  position: fixed;
  right:20px;
  bottom:190px;
  width: 60px;
  height: 60px;
  border-radius:50%;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center; 
  z-index: 50;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
#qrcode i{
  color: white;
  font-size: 24px;
}
#qrcode .box{
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
  right: 120%;
  top:50%;
  transform: translateY(-50%) rotateY(-90deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qrcode .box #ewm img,
#qrcode .box #ewm canvas{
  width: 100px;
  height:100px;
  border: 8px solid white; 
}
#qrcode:hover .box{
  opacity:1;
  transform: translateY(-50%) rotateY(0deg);
}

.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.grid-box {
    font-size: 0;
    [;letter-spacing: -4px;
    font-size: 12px;
    ]}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

    .grid-box.five>.column {
        width: 100%
    }
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}




#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 25px;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  padding: 0 30px;
}
#header.active {
  top: 0;
}
#header .nav {
  height: 100px;
  padding: 0 100px 0 40px;
  background-color: white;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#header .nav .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header .nav .menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 80px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .menu .menu-box ul.menu > li > a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .menu .menu-box ul.menu > li > a:hover {
  color: var(--color);
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .menu .right .h-search {
  cursor: pointer;
}
.language-box .zhuyu {
  cursor: pointer;
  font-size: 18px;
  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;
}
.language-box .zhuyu span {
  margin: 0 10px 0 15px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.white {
  color: white;
}
.more {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 45px;
  height: 60px;
  background-color: var(--color);
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
}
.more:hover::before {
  right: 0;
}
.more::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: black;
  right: 100%;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more span {
  font-size: 16px;
  color: white;
  font-family: var(--font);
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}
.more i {
  width: 40px;
  height: 40px;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
span.tag {
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d6e2f2;
  border-radius: 10px;
  height: 40px;
  width: 160px;
  color: var(--color);
}
span.tag::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color);
  margin-right: 10px;
}
h2.h-title {
  font-size: 60px;
  line-height: 1;
  position: relative;
  font-family: var(--font);
  z-index: 5;
  text-transform: uppercase;
}
h3.h-title {
  font-size: 40px;
  line-height: 1;
  position: relative;
  font-family: 'Unbounded-Regular';
  z-index: 5;
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.tit-font {
  font-family: var(--font);
}
.txt-hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.txt-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
}
.txt-light {
  font-weight: 300;
}
.main-color {
  color: var(--color);
}
.txt-color {
  color: var(--color);
}
.m-auto {
  margin: 0 auto;
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .banner-content .container {
  top: 55%;
  padding: 0 8%;
  width: 100%;
}
#index-body .homepage-1 {
  padding: 110px 0 130px;
  background-color: #f0f5fb;
}
#index-body .homepage-1 .top .left {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#index-body .homepage-1 .top .left::after {
  content: "";
  display: block;
  border: 1px solid white;
  position: absolute;
  width: -webkit-calc(100% - 24px);
  width: -moz-calc(100% - 24px);
  width: calc(100% - 24px);
  height: -webkit-calc(100% - 24px);
  height: -moz-calc(100% - 24px);
  height: calc(100% - 24px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .homepage-1 .bottom {
  margin-top: 80px;
}
#index-body .homepage-1 .bottom ul {
  margin: -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;
  width: 100%;
}
#index-body .homepage-1 .bottom ul li {
  width: 24%;
  padding: 10px;
}
#index-body .homepage-1 .bottom ul li:last-child {
  width: 28%;
}
#index-body .homepage-1 .bottom ul li .img {
  border-radius: 10px;
  overflow: hidden;
  height: 340px;
}
#index-body .homepage-1 .bottom ul li .box {
  height: 340px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 20px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
#index-body .homepage-1 .bottom ul li .box .text {
  text-align: right;
  width: 80%;
  margin-left: auto;
}
#index-body .homepage-1 .bottom ul li .box h3 {
  font-family: 'Unbounded-Bold';
  color: var(--color);
}
#index-body .homepage-1 .bottom ul li .box h3 em {
  font-size: 62px;
  line-height: 0.8;
}
#index-body .homepage-1 .bottom ul li .box h3 span {
  font-size: 24px;
}
#index-body .homepage-1 .bottom ul li .box p {
  font-size: 16px;
  font-family: 'Unbounded-Bold';
  margin-top: 5px;
}
#index-body .homepage-2 {
  padding: 85px 0 115px;
  background: url("../images/home2-bg.jpg") no-repeat;
  background-size: contain;
  background-position: left 0 top 600px;
}
#index-body .homepage-2 ul {
  margin: -35px -45px;
}
#index-body .homepage-2 ul li {
  padding: 35px 45px;
}
#index-body .homepage-2 ul li .box {
  background-color: #f0f5fb;
  border-radius: 10px;
  overflow: hidden;
}
#index-body .homepage-2 ul li .box .text {
  padding: 30px 15% 15px 30px;
  height: 225px;
}
#index-body .homepage-2 ul li .box .text h4 {
  font-family: 'Unbounded-Bold';
  margin-bottom: 15px;
}
#index-body .homepage-2 ul li .box .text h4::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background-color: var(--color);
  margin-top: 15px;
}
#index-body .homepage-2 ul li .box .text .con {
  max-height: 105px;
  overflow-y: auto;
}
#index-body .homepage-3 {
  padding: 85px 0 55px;
  background-color: #f0f5fb;
}
#index-body .homepage-3 ul {
  margin: 0 -10px;
}
#index-body .homepage-3 ul li {
  padding: 0 10px;
}
#index-body .homepage-3 ul li:hover .img .btn {
  bottom: 0;
}
#index-body .homepage-3 ul li .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: white;
}
#index-body .homepage-3 ul li .img .btn {
  position: absolute;
  width: 100%;
  height: 45px;
  bottom: -100%;
  border-radius: 10px;
  left: 0;
  font-size: 12px;
  font-family: 'Unbounded-Medium';
  color: white;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 45px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 53, 137, 0)), to(#0b3589));
  background: -webkit-linear-gradient(top, rgba(11, 53, 137, 0) 0%, #0b3589 100%);
  background: -moz-linear-gradient(top, rgba(11, 53, 137, 0) 0%, #0b3589 100%);
  background: linear-gradient(to bottom, rgba(11, 53, 137, 0) 0%, #0b3589 100%);
}
#index-body .homepage-3 .slick-dots {
  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;
  margin-top: 50px;
}
#index-body .homepage-3 .slick-dots li {
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #7c94c1;
  margin: 0 15px;
  position: relative;
}
#index-body .homepage-3 .slick-dots li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .homepage-3 .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .homepage-3 .slick-dots li.slick-active::before {
  border-color: var(--color);
}
#index-body .homepage-3 .slick-dots li button {
  display: none;
}
#index-body .homepage-4 {
  margin-top: 55px;
  margin-bottom: 110px;
}
#index-body .homepage-4 .top .slickArrow {
  width: 90px;
  height: 40px;
  border-radius: 35px;
  overflow: hidden;
  position: relative;
}
#index-body .homepage-4 .top .slickArrow::before {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .homepage-4 .top .slickArrow span.arrow {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #020202;
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#index-body .homepage-4 .top .slickArrow span.arrow:hover {
  background-color: var(--color);
}
#index-body .homepage-4 .top .slickArrow span.arrow i {
  font-size: 16px;
}
#index-body .homepage-4 .bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 40px;
}
#index-body .homepage-4 .bottom ul li .box {
  height: 440px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 30px 35px;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-4 .bottom ul li .box:hover {
  background-color: var(--color);
  color: white;
}
#index-body .homepage-4 .bottom ul li .box:hover .bob .btn {
  background-color: white;
  color: var(--color);
}
#index-body .homepage-4 .bottom ul li .box .bot span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 0 10px;
  border-radius: 35px;
  background-color: black;
  height: 22px;
  line-height: 22px;
  margin-bottom: 30px;
}
#index-body .homepage-4 .bottom ul li .box .bot h4 {
  font-family: 'Unbounded-Regular';
}
#index-body .homepage-4 .bottom ul li .box .bob .btn {
  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;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #d9d9d9;
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-4 .bottom ul li .box .bob .btn i {
  font-size: 16px;
}
#index-body .homepage-5 {
  padding: 60px 0 65px;
}
#index-body .homepage-5 .bg {
  position: absolute;
  inset: 0;
}
#index-body .homepage-5 form {
  position: relative;
  width: 980px;
  margin: auto;
}
#index-body .homepage-5 form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#index-body .homepage-5 form ul li {
  width: 29%;
  padding: 0 10px;
}
#index-body .homepage-5 form ul li:last-child {
  width: 42%;
  position: relative;
}
#index-body .homepage-5 form ul li:last-child input[type='text'] {
  padding-right: 60px;
}
#index-body .homepage-5 form ul li input[type='text'] {
  width: 100%;
  height: 65px;
  border: none;
  padding: 0 30px;
  background-color: transparent;
  font-size: 14px;
  color: black;
  background-color: white;
  border-radius: 35px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#index-body .homepage-5 form ul li input[type='submit'] {
  width: 43px;
  height: 42px;
  background: url('../images/submit.png') no-repeat;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 22px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 form ul li input[type='submit']:hover {
  -webkit-transform: translateY(-50%) scale(1.1);
  -moz-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}
#index-body .homepage-5 form ul li input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#footer {
  position: relative;
  background-color: #083388;
}
#footer .bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
#footer .center {
  padding: 95px 0 120px;
}
#footer .center ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .center ul li.contact {
  max-width: 360px;
}
#footer .center ul li.contact .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px;
}
#footer .center ul li.contact .list i {
  width: 55px;
}
#footer .center ul li.contact .list span {
  width: -webkit-calc(100% - 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 35px);
  line-height: 2;
}
#footer .center ul li.contact .list:nth-child(3) {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .center ul li.contact .list:last-child {
  margin-bottom: 0;
}
#footer .center ul li.link span {
  display: block;
  border-bottom: 1px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 25px;
}
#footer .center ul li.link span:last-child {
  margin-bottom: 0;
}
#footer .center ul li.link span:hover {
  border-color: white;
}
#footer .center ul li form {
  position: relative;
}
#footer .center ul li form input[type='text'] {
  width: 270px;
  height: 60px;
  border: none;
  background-color: white;
  padding: 0 60px 0 30px;
  font-size: 14px;
  border-radius: 35px;
}
#footer .center ul li form input[type='text'] input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .center ul li form input[type='submit'] {
  width: 43px;
  height: 42px;
  background: url('../images/f-search.png') no-repeat;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .center ul li form input[type='submit']:hover {
  -webkit-transform: translateY(-50%) scale(1.1);
  -moz-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}
#footer .center ul li #ewm canvas,
#footer .center ul li #ewm img {
  width: 140px;
  height: 140px;
  border: 8px solid white;
}
#footer .center ul li h4 {
  font-size: 24px;
  color: white;
  font-family: 'Unbounded-Regular';
  margin-bottom: 30px;
  line-height: 1;
}
#footer .center ul li span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
}
#footer .bottom {
  padding-bottom: 20px;
  color: rgba(255, 255, 255, 0.5);
}
#footer .bottom .container span {
  font-size: 18px;
}
#footer .bottom .container span .txt-hover:hover {
  color: white;
}
#footer .bottom .container span img {
  width: 300px;
  height: auto;
  padding-top: 5px;
  opacity: 0.6;
  margin-left: 10px;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1700px) {
  #header .nav .logo {
    width: 240px;
  }
  #header .nav .menu .right {
    margin-left: 30px;
  }
  #header .nav .menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
  #header .nav .menu .right .h-search {
    margin-right: 30px;
  }
}
@media (max-width: 1450px) {
  h2.h-title {
    font-size: 44px;
  }
  #index-body .homepage-1 .bottom ul li .box h3 em {
    font-size: 44px;
  }
}
@media (max-width: 1250px) {
  #banner .banner-content .container {
    padding: 0 30px;
    top: 50%;
  }
  #banner .banner-content .container .box {
    width: 100%;
  }
  h2.h-title {
    font-size: 34px;
  }
  #index-body .homepage-1 .bottom ul li .box h3 em {
    font-size: 34px;
  }
  #index-body .homepage-1 .bottom ul li {
    width: 33.3333333%;
  }
  #index-body .homepage-1 .bottom ul li:last-child {
    display: none;
  }
  #index-body .homepage-1 .bottom ul li .box {
    height: 280px;
  }
  #index-body .homepage-2 ul li .box .text {
    padding: 30px 15% 15px 30px;
    height: 250px;
  }
  #footer .center ul li.link {
    display: none;
  }
  #index-body .homepage-5 form {
    width: 100%;
  }
  #banner .banner-content .bg {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
  }
}
@media (max-width: 1000px) {
  #index-body .homepage-1 .bottom ul li .box .text {
    width: 100%;
    margin-left: 0;
  }
  #index-body .homepage-1 .bottom ul li .box h3 em {
    font-size: 30px;
  }
  #index-body .homepage-1 .bottom ul li .box {
    height: 320px;
  }
  #index-body .homepage-1 .top .left {
    width: 100%;
  }
  #index-body .homepage-1 .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  #index-body .homepage-1 .top .right h2.h-title {
    margin: 20px 0;
  }
  #index-body .homepage-1 {
    padding: 85px 0;
  }
  #index-body .homepage-2 ul {
    margin: -15px -10px;
  }
  #index-body .homepage-2 ul li {
    padding: 15px 10px;
  }
  #index-body .homepage-2 .icon {
    width: 130px;
  }
  #index-body .homepage-4 .bottom ul li .box {
    height: 360px;
  }
  h3.h-title {
    font-size: 30px;
  }
  #footer .bottom .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom .container span {
    text-align: center;
  }
  #footer .bottom .container span img {
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  .more {
    padding: 0 25px;
    height: 45px;
  }
  .more span {
    font-size: 14px;
  }
  #index-body .homepage-1 .bottom ul li {
    width: 100%;
  }
  #index-body .homepage-2 .icon {
    display: none;
  }
  #index-body .homepage-2 ul li {
    width: 100%;
  }
  #index-body .homepage-2 ul li .box .text {
    padding: 30px;
    height: auto;
  }
  #index-body .homepage-2 ul li .box .text .con {
    max-height: unset;
    overflow-y: unset;
  }
  #index-body .homepage-2 {
    padding: 85px 0;
  }
  #index-body .homepage-4 .top .slickArrow {
    display: none;
  }
  #index-body .homepage-4 {
    margin: 85px 0;
  }
  #footer .center ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .center ul li.contact {
    max-width: 100%;
    margin-top: 60px;
  }
  #index-body .homepage-5 form ul li {
    width: 100%;
    margin: 10px 0;
  }
  #index-body .homepage-5 form ul li:last-child {
    width: 100%;
  }
}
@media (max-width: 500px) {
  h3.h-title,
  h2.h-title {
    font-size: 24px;
  }
  #banner .banner-content .container .box a.more {
    display: none;
  }
  #footer .center {
    padding: 65px 0 120px;
  }
}




























.about-banner {
  background: url(../images/about-banner.jpg) no-repeat center center;
  background-size: 100% 100%;
  height: 436px;
  text-align: right;
  padding-top: 240px;
}
.about-page .about-1 {
  margin-top: 100px;
      margin-bottom: 100px;
}
.about-page .about-1 .left {
  vertical-align: bottom;
  padding-right: 27px;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 30px;
}
.about-page .about-1 .left .title {
  margin-top: -1%;
}
.about-page .about-1 .left .con {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin-top: 30px;  
}
.about-page .about-1 .right {
  /*padding-left: 59px;*/
  vertical-align: baseline;
  width: 100%;
}
.about-page .about-1 .play{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 95px;
  cursor: pointer;
  background: var(--color);
  color: white;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .about-1 .play i{
  position: relative;
  left: 3px;
}
.about-page .about-1 .right .data {
  margin-top: 46px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 24px 30px 13px 30px;
}
.about-page .about-1 .right .data ul {
  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;
}
.about-page .about-1 .right .data ul li {
  display: inline-block;
  font-weight: 600;
  color: var(--color);
  font-size: 18px;
  line-height: 1.6;
}
.about-page .about-1 .right .data ul li span {
  line-height: 1;
}
.about-page .about-1 .right .data ul li .num {
  font-size: 60px;
  line-height: 0.6;
}
.about-page .about-1 .right .data ul li p {
  margin-top: 12px;
}
.about-page .about-2 {
  padding: 11.41% 0 10%;
}
.about-page .about-2 .left {
  width: 35%;
  padding-top: 54px;
}
.about-page .about-2 .left ul li {
  padding-bottom: 45px;
}
.about-page .about-2 .left ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}
.about-page .about-2 .left ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
  font-size: 20px;
  color: #323232;
  font-weight: 600;
  line-height: 1.6;
  width: 88%;
}
.about-page .about-2 .left ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-2 .right {
  width: 65%;
  position: relative;
}
.about-page .about-2 .right .title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  max-width: 668px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .right .info {
  margin-top: -5.5%;
}
.about-page .about-2 .right .info .img-box {
  width: 50.81%;
}
.about-page .about-2 .right .info .text {
  width: 49.19%;
  padding: 13.21% 0 0 45px;
}
.about-page .about-2 .right .info .text .con {
  font-size: 20px;
  /*font-weight: 600;*/
  color: #323232;
  line-height: 1.5;
}
.about-page .about-2 .right .info .text .more {
  margin: 47px 0 0 88px;
}
.about-page .about-2 .right .bicycle {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -50px;
}
.about-page .about-2 .right .bicycle .tire {
  position: absolute;
  z-index: -1;
  bottom: -84px;
  -webkit-animation: xz 2s linear infinite;
  -moz-animation: xz 2s linear infinite;
  animation: xz 2s linear infinite;
}
.about-page .about-2 .right .bicycle .tire1 {
  left: -128px;
}
.about-page .about-2 .right .bicycle .tire2 {
  right: -141px;
}
.about-page .about-2 .right .shadow {
  position: absolute;
  bottom: -110px;
  left: -130px;
}
.about-page .about-3 {
  padding: 9.2% 0 8.24%;
  background: url(../images/about3-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: white;
}
.about-page .about-3 .left {
  width: 32%;
}
.about-page .about-3 .left .title {
  font-size: 60px;
  line-height: 1.4;
  font-weight: 700;
}
.about-page .about-3 .left p {
  font-size: 16px;
  line-height: 1.8;  
  margin-top: 37px;
}
.about-page .about-3 .left .more {
  margin-top: 36px;
}
.about-page .about-3 .right {
  width: 68%;
  padding-left: 8.21%;
}
/*.about-page .about-3 .right ul {
  margin-right: -63px;
  margin-left: -29px;
}*/
/*.about-page .about-3 .right ul .slick-slide {
  padding: 19px 20px 29px;
}*/
/*.about-page .about-3 .right ul .slick-current li .ig {
  -webkit-transform: scale(1.023);
  -moz-transform: scale(1.023);
  -ms-transform: scale(1.023);
  transform: scale(1.023);
  margin-left: 0;
}*/
/*.about-page .about-3 .right ul .slick-current li .ig .img-box {
  opacity: 1;
}*/
.about-page .about-3 .right ul li .ig {
  padding: 19px 17px;
  /*border: 1px solid rgba(255, 255, 255, 0.35);*/
  /*-webkit-transform: scale(0.908);
  -moz-transform: scale(0.908);
  -ms-transform: scale(0.908);
  transform: scale(0.908);*/
  margin-left: 17px;
}
.about-page .about-3 .right ul li .ig .img-box {
  display: block;
  /*border: 20px solid var(--color);*/
  position: relative;
  z-index: 1;
  /*opacity: .6;*/
}
.about-page .about-4 {
  padding-top: 8.1%;
}
.about-page .about-4 .left {
  width: 74.37%;
  vertical-align: bottom;
  padding-right: 82px;
}
.about-page .about-4 .left ul {
  margin-right: -80px;
}
.about-page .about-4 .left ul li {
  padding-right: 80px;
  color: #323232;
}
.about-page .about-4 .left ul li .top em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}
.about-page .about-4 .left ul li .top span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 10px;
}
.about-page .about-4 .left ul li .con {
  font-size: 18px;
  line-height: 32px;
  margin-top: 34px; 
  font-weight: 400;
}
.about-page .about-4 .left ul li .img-box {
  margin-top: 39px;
}
.about-page .about-4 .right {
  vertical-align: bottom;
  color: #323232;
  width: 25.63%;
}
.about-page .about-4 .right .title {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;
}
.about-page .about-4 .right .con {
  font-size: 20px;
  line-height: 1.8; 
  /*font-weight: 300;*/
  margin-top: 59px;
}
.about-page .about-4 .right a {
  display: block;
  background: var(--color);
  color: white;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  padding: 24px 0 23px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 57px;
}
.about-page .about-4 .right a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .right a:hover::after {
  width: 100%;
}
.about-page .about-5 {
  padding: 8.5% 0 0%;
}
.about-page .about-5 .ui.container{
  max-width: 100%;
  padding: 0;
}
.about-page .about-5 .title {
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  color: #323232;
}
.about-page .about-5 .content {
  margin-top: 101px;
}
/*.about-page .about-5 .content ul {
  margin-right: -78px;
}
.about-page .about-5 .content ul li {
  padding-right: 78px;
}*/
.about-page .about-5 .content ul li .ig {
  position: relative;
  z-index: 1;
  /*padding-bottom: 65px;*/
}
.about-page .about-5 .content ul li .ig .img-box {
  display: block;
}
.about-page .about-5 .content ul li .ig .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul li .ig .text {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
  width: 100%;
  height: 87%;
  z-index: -1;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-5 .content ul li .ig:hover .text {
  top: 50px;
  left: 53px;
  opacity: 1;
}
.about-page .about_process{
  padding-top: 80px;
}
.about-page .about_process ul{
  margin: -20px;
}
.about-page .about_process ul li{
  padding: 20px;
}
.about-page .about_process ul li .title{
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 20px;
}
.about-page .about_process ul li .des{
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 1680px) {
  .about-page .about-2 .left ul li span {
    width: 86%;
  }
  .about-page .about-2 .right .bicycle {
    zoom: .82;
  }
  .about-page .about-2 .right .shadow {
    zoom: .8;
  }
  .about-page .about-1 .right .data {
    padding: 24px 29px 13px;
  }
  
}
@media screen and (max-width: 1440px) {
  .about-page .about-1 .right .data ul li .num {
    font-size: 50px;
    line-height: 1;
  }
  .about-page .about-2 .left ul li {
    padding-bottom: 50px;
  }
  .about-page .about-2 .left ul li span {
    font-size: 20px;
    width: 85%;
    padding-left: 10px;
  }
  .about-page .about-2 .right .info .text {
    padding: 12% 0 0 45px;
  }
  .about-page .about-2 .right .info .text .con {
    font-size: 20px;
  }
  .about-page .about-3 .left .title {
    font-size: 46px;
  }
  .about-page .about-4 .left {
    padding-right: 30px;
  }
  .about-page .about-4 .left ul {
    margin-right: -40px;
  }
  .about-page .about-4 .left ul li {
    padding-right: 40px;
  }
  .about-page .about-4 .left ul li .top span {
    font-size: 18px;
    width: 67%;
  }
  .about-page .about-4 .left ul li .con {
    font-size: 17px;
  }
  .about-page .about-4 .right .title {
    font-size: 50px;
  }
  .about-page .about-5 .content ul li .ig .text {
    height: 80%;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .left {
    padding-right: 0;
  }
  .about-page .about-1 .right {
    padding-left: 30px;
  }
  .about-page .about-1 .right .data {
    padding: 24px 15px 13px;
  }
  .about-page .about-2 .right .bicycle {
    zoom: .6;
  }
  .about-page .about-2 .left ul li span {
    font-size: 18px;
    width: 82%;
  }
  .about-page .about-2 .right .title {
    font-size: 40px;
  }
  .about-page .about-2 .right .shadow {
    zoom: .6;
  }
  .about-page .about-4 .right .title {
    font-size: 40px;
  }
  .about-page .about-4 .right .con {
    font-size: 18px;
    margin-top: 40px;
  }
  .about-page .about-4 .left ul {
    margin-right: -20px;
  }
  .about-page .about-4 .left ul li {
    padding-right: 20px;
  }
  .about-page .about-4 .left ul li .top em {
    font-size: 50px;
  }
  .about-page .about-4 .left ul li .con {
    font-size: 15px;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    left: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 .left .con {
    margin-top: 30px;
  }
  .about-page .about-2 .left ul li {
    padding-bottom: 30px;
  }
  .about-page .about-2 .left ul li span {
    width: 80%;
    font-size: 16px;
  }
  .about-page .about-2 .right .info .text {
    padding: 7% 0 0 45px;
  }
  .about-page .about-2 .right .info .text .con {
    font-size: 18px;
    line-height: 1.6;
  }
  .about-page .about-2 .right .info .text .more {
    margin: 40px 0 0 70px;
  }
  .about-page .about-3 .left .title {
    font-size: 38px;
  }
   
  /*.about-page .about-4 .left ul li .con {
    height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }*/
  .about-page .about-4 .right a {
    font-size: 18px;
  }
  .about-page .about-5 .content ul {
    margin-right: -40px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .about-banner {
    height: 300px;
    padding-top: 150px;
  }
  .about-page .about-1 {
    margin-top: 50px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    display: none;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding-top: 0;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding-top: 20px;
  }
  .about-page .about-2 .right .bicycle {
    left: 130px;
    zoom: .55;
  }
  .about-page .about-2 .right .shadow {
    zoom: .55;
    left: 0;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 20px 0 0;
  }
  .about-page .about-4 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-4 .left ul li .top em {
    display: block;
  }
  .about-page .about-4 .left ul li .top span {
    width: 100%;
    display: block;
    padding: 0;
    height: 60px;
  }
  .about-page .about-4 .right {
    width: 100%;
    padding-top: 20px;
  }
  .about-page .about-4 .right .con {
    margin-top: 15px;
  }
  .about-page .about-4 .right a {
    margin-top: 20px;
  }
  .about-page .about-5 .title {
    font-size: 50px;
  }
  .about-page .about-5 .content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 {
    padding: 7% 0 10%;
  }
  .about-page .about-2 .right {
    display: none;
  }
  .about-page .about-5 .title {
    font-size: 40px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul {
    margin-right: -20px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 20px;
  }
  .about-page .about-5 .content ul li .ig {
    padding-bottom: 0;
  }
  .about-page .about-5 .content ul li .ig .text {
    position: initial;
    height: auto;
    opacity: 1;
    background: var(--color);
    padding: 10px 0;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 .left ul li span {
    width: 78%;
  }
  .about-page .about-3 .left .title {
    font-size: 30px;
  }
  .about-page .about-3 .left p {
    font-size: 15px;
    margin-top: 15px;
  }
  .about-page .about-3 .left .more {
    margin-top: 20px;
  }
  
  .about-page .about-5 .title {
    font-size: 27px;
  }
}
.font-18 {
  line-height: 1.6;
}




.inner-banner {
  background-position: center center;
  max-width: 1920px;
  margin: 0 auto 0 0;
  height: 520px;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  z-index: 1;
}
.inner-banner .ui.container{
  max-width: 1540px;
}
.inner-banner .text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 34px;
}
.inner-banner .text .title {
  font-size: 30px;
  line-height: 1.8;
  font-weight: 900;
}
.inner-banner .text .mbx { 
  /*font-weight: 300;*/
      font-size: 14px;
  margin-top: 12px;
}
.inner-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgba(0, 0, 0, 0.21)), color-stop(5%, rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
}
.inner-banner.factory_banner::after{
  content: none;
}
.product-cat-page {
  padding: 5% 0 8.81%;
}
.product-cat-page .list {
  padding: 5px 0 0;
  border-top: 1px solid #c9c9c9;
}
.product-cat-page .list ul li {
  padding-bottom: 12px;
  margin-bottom: 11px;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-cat-page .list ul li .text {
  width: 63%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.product-cat-page .list ul li .text .title {
  display: block;
  font-size: 60px;
  line-height: 1.1;
  font-weight: bold;
  color: var(--color);
}
.product-cat-page .list ul li .text .desc {
  font-size: 18px;
  color: #323232;
  line-height: 32px;   
  margin-top: 48px;
}
.product-cat-page .list ul li .img {
  width: 37%;
  padding-left: 38px;
  text-align: right;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-cat-page .list ul li .img .img-box {
  display: block;
}
.product-cat-page .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .product-cat-page .list ul li .text .title {
    font-size: 50px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner{
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .product-cat-page .list ul li .text .title {
    font-size: 40px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .text .title {
    font-size: 36px;
  }
  .product-cat-page .list ul li .text {
    width: 100%;
  }
  .product-cat-page .list ul li .img {
    padding-left: 0;
    position: absolute;
    right: 0;
    width: 32%;
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 300px;
  }
  .inner-banner .text .title {
    font-size: 30px;
  }
  .product-cat-page .list ul li .text {
    width: 100%;
  }
  .product-cat-page .list ul li .text .title {
    font-size: 32px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 10px;
  }
  .product-cat-page .list ul li .img {
    width: 48%;
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    height: 240px;
  }
  .inner-banner .text .title {
    display: none;
  }
  .product-cat-page .list ul li .img {
    display: none;
  }
  .product-cat-page .list ul li .text .title {
    font-size: 24px;
  }
  .product-cat-page .list ul li .text .desc {
    font-size: 15px;
  }
}
.inner-page .m-page {
 margin-top: 5%;
    margin-bottom: 7%;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  font-size: 23px;
  color: #474747;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  line-height: 1;
  font-weight: 500;
  margin-right: 45px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  border-color: #474747;
}
.inner-page .m-page span.current {
  border-color: #474747;
}
.product-page {
  padding: 4.74% 0 0%;
}
.product-page .category {
  text-align: center;
}
.product-page .category .ui.container {
  max-width: 1728px;
  width: 100%;
}
.product-page .category ul {
  margin-right: -40px;
}
.product-page .category ul li {
  padding-right: 40px;
}
.product-page .category ul li .img-box {
  display: block;
}
.product-page .category ul li .img-box img {
  display: inline-block;
}
.product-page .category ul li .tit {
  display: block;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 2;
}
.product-page .category ul li.active .tit{
  color: var(--color);
}
.product-page .top {
  text-align: center;
  margin-top: 5%;
}
.product-page .top .fl-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 365px;
  height: 68px;
}
.product-page .top .fl-list span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #474747;
  text-align: left;
  padding: 21px 34px 0 28px;
  cursor: pointer;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 1.8;
}
.product-page .top .fl-list span em {
  display: inline-block;
  /*margin-right: 22px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 86%;
}
.product-page .top .fl-list span i {
  float: right;
  margin-top: 8px;
}
.product-page .top .fl-list ul {
  text-align: left;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  background: white;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
}
.product-page .top .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  font-weight: bold;
}
.product-page .top .fl-list ul li:hover {
  color: var(--color);
}
.product-page .top .fl-list:hover ul {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.product-page .top .product-search {
  vertical-align: top;
  display: inline-block;
  margin-left: 54px;
}
.product-page .top .product-search form {
  width: 365px;
  position: relative;
}
.product-page .top .product-search form input[type="text"] {
  width: 100%;
  height: 68px;
  border: solid 1px #474747;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  padding: 0 100px 0 30px;
}
.product-page .top .product-search form input[type="submit"] {
  width: 91px;
  height: 68px;
  border: 1px solid #474747;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/product-search.png) #474747 no-repeat center center;
}
.product-page .info {
  color: #474747;
  padding-top: 3.3%;
}
.product-page .info .ui.container {
  max-width: 1273px;
}
.product-page .info h1 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
}
.product-page .info .con {
  font-size: 16px;
  line-height: 1.8; 
  font-weight: 300;
  margin-top: 1%;
}
.product-page .list {
  margin-top: 3.25%;
}
.product-page .list ul {
  margin: 0 -52px -89px 0;
}
.product-page .list ul li {
  padding: 0 52px 89px 0;
}
.product-page .list ul li .img-box {
  display: block;
  border: solid 1px #dadada;
}
.product-page .list ul li .img-box img {
  display: inline-block;
}
.product-page .list ul li .img-box .i2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .list ul li .img-box:hover .i1 {
  opacity: 0;
}
.product-page .list ul li .img-box:hover .i2 {
  opacity: 1;
}
.product-page .list ul li .tit {
  font-size: 22px;
  color: #474747;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 25px;
  display: block;
}
 
@media screen and (max-width: 1280px) {
  .product-page .list ul {
    margin: 0 -30px -50px 0;
  }
  .product-page .list ul li {
    padding: 0 30px 50px 0;
  }
  .product-page .list ul li .tit {
    font-size: 19px;
  }
   
}
@media screen and (max-width: 1000px) {
  .product-page .top .fl-list {
    width: 320px;
  }
  .product-page .top .product-search {
    margin-left: 26px;
  }
  .product-page .top .product-search form {
    width: 320px;
  }
  .product-page .list ul {
    margin: 0 -15px -30px 0;
  }
  .product-page .list ul li {
    padding: 0 15px 30px 0;
  }
   
  .product-page .category {
    display: none;
  }
  .product-page #index-body .news .content ul li .tips .category {
    display: inline-block;
  }
}
@media screen and (max-width: 700px) {
  .product-page .top {
    display: none;
  }
  .product-page .info h1 {
    font-size: 36px;
  }
   
}
@media screen and (max-width: 500px) {
  .product-page .info h1 {
    font-size: 30px;
  }
  .product-page .list ul li .tit {
    font-size: 18px;
    line-height: 2;
  }
   
}
.prodet-page {
  padding: 134px 0 0px;
}
.prodet-page .prodet-1 .left {
  /*vertical-align: bottom;*/
  border: 1px solid #e6e6e6;
  text-align: center;
  width: 41.24%;
}
.prodet-page .prodet-1 .left img {
  width: 100%;
}
.prodet-page .prodet-1 .right {
  padding-left: 72px;
  vertical-align: bottom;
}
.prodet-page .prodet-1 .right span {
  font-size: 18px;
  line-height: 1.5;
  color: var(--color);
  font-weight: bold;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
  color: #000;
  /*line-height: 60px;*/
  font-weight: bold;
  margin-top: 27px;
}
.prodet-page .prodet-1 .right .gallery {
  margin-top: 50px;
}
.prodet-page .prodet-1 .right .gallery ul {
  margin-right: -33px;
}
.prodet-page .prodet-1 .right .gallery ul li {
  padding-right: 33px;
}
.prodet-page .prodet-1 .right .gallery ul li .img-box {
  display: block;
  border: solid 1px #e6e6e6;
}
.prodet-page .prodet-1 .right a.mores {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  background: var(--color);
  color: white;
  padding: 12px 37px 11px 36px;
  margin-top: 49px;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-1 .right a.mores::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right a.mores:hover::after {
  width: 100%;
}
.prodet-page .prodet-1 .right .m-link {
  margin-top: 52px;
}
.prodet-page .prodet-1 .right .m-link a {
  display: block;
  font-size: 18px;
  line-height: 2;
  color: #474747; 
  font-weight: 600;
}
.prodet-page .prodet-2 {
  margin-top: 70px;
}
.prodet-page .prodet-2 .top {
  padding-bottom: 27px;
  border-bottom: 1px solid #d8d8d8;
}
.prodet-page .prodet-2 .top ul li {
  display: inline-block;
  margin-right: 105px;
  color: #474747;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
.prodet-page .prodet-2 .top ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: 8px 12px 0 0;
  display: none;
}
.prodet-page .prodet-2 .top ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-2 .top ul li.active::before {
  display: inline-block;
}
.prodet-page .prodet-2 .content {
  margin-top: 26px;
  color: #474747;
  font-size: 18px;
  line-height: 2; 
  /*font-weight: 300;*/
}
.prodet-page .prodet-2 .content .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  display: none;
}
.prodet-page .prodet-2 .content .title::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: 14px 12px 0 0;
}
.prodet-page .prodet-2 .content strong {
  font-weight: bold;
}
.prodet-page .prodet-3 {
  margin-top: 130px;
}
.prodet-page .prodet-3 ul {
  margin-right: -54px;
}
.prodet-page .prodet-3 ul li {
  padding-right: 54px;
}
.prodet-page .prodet-3 ul li .img-box {
  display: block;
  border: solid 1px #e6e6e6;
}
.prodet-page .prodet-3 ul li .tit {
  display: block;
  padding: 31px 0 0 12px;
  font-size: 20px;
  line-height: 2;
  color: #474747;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 36px;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .prodet-1 .right span {
    font-size: 26px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 30px;
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .right .gallery {
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .right a.mores {
    margin-top: 25px;
  }
  .prodet-page .prodet-1 .right .m-link {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 ul {
    margin-right: -20px;
  }
  .prodet-page .prodet-3 ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-3 {
    margin-top: 60px;
  }
  .prodet-page .prodet-3 ul li .tit {
    padding: 15px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-2 {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .top ul li {
    margin-right: 50px;
  }
  .prodet-page .prodet-3 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .right span {
    font-size: 22px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 26px;
  }
  .prodet-page .prodet-2 .top {
    display: none;
  }
  .prodet-page .prodet-2 .content .title {
    display: block;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .content .slide {
    display: block;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .content .slide:first-child {
    margin-top: 0;
  }
}
.faq-page .marginBox {
  padding: 110px 0 100px;
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color);
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
  color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
  font-size: 18px;
  color: #242424;
  text-align: right;
  display: block;
  position: relative;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  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 {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  margin: 30px 0;
  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;
}
.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-right: 3%;
}
.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #f3f3f3;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 20px;
  font-weight: bold;
  color: #242424;
  line-height: 1.2;
  margin-bottom: .8em;
  display: block;
  margin-top: 2em;
}
.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}
.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: white;
  font-size: 18px;
  color: #8e8e8e;
  padding: 0 .7em;
}
.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .sideBarBox .sideBarRight form.search input[type="submit"] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../images/icon-search-black.png") center center no-repeat;
}
.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 1.2;
  color: #8e8e8e;
  padding: .5em 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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  border-radius: 100%;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarRight .newsList 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;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  /*width: 34%;*/
  margin-right: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 2;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 1.5;
  margin-top: .3em;
  display: block;
}
.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 460px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: white;
  line-height: 2;
  padding: 2em;
}
.news-page .marginBox {
  padding: 90px 0 70px 0;
}
.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li a.img-box img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 690px;
}
.news-page .sideBarLeft .list ul li a.img-box time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}
.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 100px;
  font-size: 16px;
}
.news-page .sideBarLeft .list ul li .content span.h3 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 32px;
  margin: 1em 0;
}
.news-page .sideBarLeft .list ul li .content a.link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  /*text-transform: uppercase;*/
  line-height: 1;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.newdet-page .marginBox {
  padding: 90px 6%;
}
.newdet-page .sideBarLeft time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: 5px 15px;
  padding-bottom: 0;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.newdet-page .sideBarLeft h1 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  margin: 2em 0 1em;
}
.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 32px;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.newdet-page .sideBarLeft .share {
  font-size: 24px;
  color: #bfbfbf;
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sideBarLeft .share a {
  margin-left: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}
.newdet-page .sideBarLeft .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}
.newdet-page .sideBarLeft .m-link .prev {
  margin-right: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .prev a.link img {
  margin-right: .5em;
}
.newdet-page .sideBarLeft .m-link .next {
  margin-left: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.newdet-page .sideBarLeft .m-link .next a.link img {
  margin-left: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .sideBarLeft .m-link a.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #242424;
  margin-bottom: .5em;
}
.newdet-page .sideBarLeft .m-link .btnBox {
  padding: 20px;
  background: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sideBarLeft .m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
.newdet-page .sideBarLeft .m-link .btnBox .text {
  margin-left: 15px;
}
.newdet-page .sideBarLeft .m-link .btnBox .text time {
  font-size: 16px;
  color: #8e8e8e;
  margin: 0;
}
.newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: .1em;
  display: block;
}
.newdet-page .sideBarLeft .publicForm span.h6 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}
.testimonials-page .marginBox {
  padding: 100px 0 65px;
  text-align: center;
}
.testimonials-page .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
  margin-top: 110px;
}
.testimonials-page .options span {
  font-size: 20px;
  font-weight: bold;
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.testimonials-page .options span em {
  color: #bfbfbf;
}
.testimonials-page .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}
.testimonials-page .ret .list {
  margin: 0;
}
.testimonials-page .ret .list ul {
  margin: -30px -15px;
  text-align: left;
}
.testimonials-page .ret .list ul.active li a{
  /*border: 10px solid var(--color);*/
}
.testimonials-page .ret .list ul li {
  padding: 30px 15px;
  text-align: center;
}
.testimonials-page .ret .list ul li a {
  display: block;
  position: relative;
}
.testimonials-page .ret .list ul li a img {
  width: 100%;
}
.testimonials-page .ret .list ul li a span {
  width: 40px;
  height: 40px;
  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%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.testimonials-page .ret .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.testimonials-page .ret .list ul li a:hover span {
  opacity: 1;
}
.newdet-page .form ul {
  margin: -15px -7px;
}
.newdet-page .form ul li {
  padding: 15px 7px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}
.newdet-page .form ul li input::-webkit-input-placeholder, .newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-moz-placeholder, .newdet-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::-moz-placeholder, .newdet-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-ms-input-placeholder, .newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li textarea {
  height: 150px;
}
.newdet-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .form ul li input[type="submit"]:hover {
  background: #242424;
}
.newdet-page .form ul li.wid-100 {
  width: 100%;
}
span.txt {
  font-size: 24px;
  color: var(--color);
  /*text-transform: uppercase;*/
  display: block;
  line-height: 2;
  /*letter-spacing: .2em;*/
  margin-bottom: 0.5em;
}
span.h2 {
  font-size: 60px;
  font-weight: bold;
  color: #242424;
  line-height: 1.3;
  margin-bottom: 20px;
  display: block;
}
span.h2 i {
  font-size: 83.33333333%;
}
@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 20px;
  }
  .news-page .sideBarLeft .list ul li .content span.h1 {
    font-size: 24px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
  }
  .news-page .sideBarLeft .list ul li .content a.link:after {
    border-width: 2px;
  }
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    margin: 1em 0;
  }
  .newdet-page .sideBarLeft .content {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .share {
    font-size: 20px;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox {
    padding: 10px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0 40px;
  }
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
  .testimonials-page .options span {
    font-size: 18px;
    width: 280px;
  }
  .testimonials-page .options {
    margin-top: 60px;
  }
  /*.testimonials-page .ret .list {
    margin: 50px 0;
  }*/
  .testimonials-page .ret .list ul li {
    padding: 10px;
  }
  .testimonials-page .ret .list ul {
    margin: -10px;
  }
  .newdwt-page .form ul li {
    padding: 6px;
  }
  .newdwt-page .form ul {
    margin: -6px;
  }
  .newdwt-page .form ul li input,
  .newdwt-page .form ul li textarea,
  .newdwt-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
  span.txt {
    font-size: 20px;
  }
  span.h2{
    font-size: 48px;
  }
}
@media screen and (max-width: 1450px) {
  .testimonials-page .marginBox {
    padding: 60px 0;
  }
  .testimonials-page .options span {
    font-size: 16px;
    width: 220px;
  }
  .testimonials-page .options {
    margin-top: 30px;
  }
  span.txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 20px;
  }
  .news-page .sideBarLeft .list ul li .content {
    padding: 20px 0 30px;
  }
  .newdet-page .sideBarLeft h1,
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 20px;
  }
  .testimonials-page .options span {
    font-size: 14px;
    width: 200px;
  }
  /*.testimonials-page .ret .list {
    margin: 30px 0;
  }*/
}
@media screen and (max-width: 1000px) {
   .body-overflow-box{
      overflow: hidden !important;
   }
  .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
  }
  .testimonials-page .options {
    display: none;
  }
  .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .newdet-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
   span.txt {
    font-size: 14px;
  }
  .testimonials-page .ret .list ul li{
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
    padding-left: 10px;
    line-height: 2;
  }
   .faq-page .marginBox .box .right .list ul li span.title i{
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }
  .newdet-page .sideBarLeft .m-link .btnBox a.img {
    display: none;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 14px;
  }
  .testimonials-page .options span {
    font-size: 14px;
    width: 140px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .sideBarLeft .m-link .prev {
    margin-right: 10px;
  }
  .newdet-page .sideBarLeft .m-link .next {
    margin-left: 10px;
  }
  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
  }
  .newdet-page .sideBarLeft time em {
    font-size: 14px;
  }
  .testimonials-page .ret .list ul li {
    width: 50%;
  }
  .testimonials-page .marginBox {
    padding: 30px 0;
  }
}
.news-page .sideBarLeft .list ul li .content a.link:hover {
  color: #242424;
  border-color: #242424;
}
.news-page .sideBarLeft .list ul li .content a.link:hover:after {
  border-color: #242424;
}
@media screen and (max-width: 1000px){
  .foot-links {
    display: none !important;
  }
  h1.Auxil-h1.wow.fadeInUp {
    display: none;
  }
  .con.Auxil-catdes.wow.fadeInUp {
    font-size: 16px;
    line-height: 1.8;
  }
  .news-page .sideBarLeft .list ul li a.img-box img{
    height: auto!important;
 }
}

.design-page {
    padding: 0
}

.design-page .init-1 {
    padding: 50px 0
}

.design-page .init-1 h2 {
    line-height: 2;
    margin-bottom: 6px;
    font-size: 48px;
    font-family: var(--font);
    font-style: normal;
    text-align: center; 
}

.design-page .init-1 p {
    font-size: 16px;
    color: #777;
    line-height: 2;
    text-align: center; 
}

.design-page .init-1 #carousel {
    padding: 50px 10%
}

.design-page .init-1 .ft {
    padding-top: 60px
}

.design-page .init-1 .btn a {
    display: block;
    width: fit-content;
    padding:10px 35px;
    font-size: 18px;
    line-height: 2;
    color: #fff !important;
    background: var(--color);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 auto;
}
.design-page .init-1 .btn a:hover{
  background: black;
}
.design-page .init-1 ul li img {
    width: 100%;
   
}

.design-page .init-1 ul .slick-slide li {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    z-index: 0;
    background: #333;
    padding: 0 10%;
     border-radius: 20px;
}

.design-page .init-1 ul .slick-slide.slick-current li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    left: 0;
    z-index: 1
}

.design-page .init-1 ul .slick-slide.slick-current+div li {
    left: -25%
}

.design-page .init-2 {
    padding: 120px 0;
    background: #ededed;
}

.design-page .init-2 .grid-box .column {
    vertical-align: middle
}
.design-page .init-2 .grid-box .column img{border-radius: 40px;}
.design-page .init-2 .grid-box .column:nth-child(1) {
    padding-right: 5%
}

.design-page .init-2 .grid-box .column:nth-child(1) h3 {
    margin-bottom: 8px;
    font-size: 20px;
    font-family: var(--font);
    line-height: 2;
}

.design-page .init-2 .grid-box .column:nth-child(1) h2 {
    font-family: var(--font);
    font-size: 40px;
    line-height: 1.6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 30px
}

.design-page .init-2 .grid-box .column:nth-child(1) p {
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 2;
    color: #777 !important
}

.design-page .tit {
    text-align: center
}

.design-page .tit h3 {
     font-family: var(--font);
    font-size: 48px;
    line-height: 1.7;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 20px
}

.design-page .tit p {
    font-size: 16px;
    color: #777;
    font-weight: 300;
    font-style: normal;
    line-height: 2
}

.design-page .init-3 {
    padding: 100px 0
}

.design-page .init-3 .init-3-list {
    padding-top: 60px;
    padding-left: 12%
}

.design-page .init-3 .init-3-list ul li {
    padding: 0 20px;
    padding-top: 80px
}

.design-page .init-3 .init-3-list ul li .item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 40px;
    background-color: #f3f3f3;
}

.design-page .init-3 .init-3-list ul li .item .pic {
    position: relative;
    z-index: 10;
    max-width: 500px;
    width: 100%;
    -webkit-transform: translate(0,-80px);
    -ms-transform: translate(0,-80px);
    transform: translate(0,-80px)
}
.design-page .init-3 .init-3-list ul li .item .pic img{border-radius: 20px;}

.design-page .init-3 .init-3-list ul li .item .text {
    position: relative;
    max-width: 420px;
    width: 100%;
    padding-bottom: 50px;
    color: #fff
}

.design-page .init-3 .init-3-list ul li .item .text .text-main {
    max-width: 380px;
    margin: 0 auto;
    margin-right: 0;
    padding-top: 54px;
    padding-left: 30px
}

.design-page .init-3 .init-3-list ul li .item .text .text-main h4 {
    margin-bottom: 22px;
    font-size: 24px;
    color: #464444;
    font-family: var(--font);
    font-style: normal
}

.design-page .init-3 .init-3-list ul li .item .text .text-main p {
    color: #464444!important;
    font-size: 16px;
    line-height: 2
}

.design-page .init-4 {
    padding-top: 80px;
}

.design-page .init-5 {
    padding: 40px 0 80px;
    text-align: center;
}

.design-page .init-5 p {
    max-width: 760px;
    margin: 0 auto 52px
}

.design-page .init-5 .section-link {
    display: inline-block;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2;
    color: #017bc5 !important;
    text-decoration: underline!important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width: 1000px) {
    .design-page .init-1 h2,.design-page .init-2 .grid-box .column:nth-child(1) h2,.design-page .tit h3 {
        line-height:30px;
        font-size: 25px
    }

    .design-page .init-3{
        display: none
    }
}

@media screen and (max-width: 700px) {
    .design-page .init-2 .grid-box .column:nth-child(1) h3 {
        font-size:20px
    }

    .design-page .init-2 .grid-box .column {
        width: 100%
    }

    .design-page .init-2 {
        padding: 30px 0
    }
}

.contact-page {
  padding-top: 80px;
  position: relative;  
}
.contact-page .img2 {
    position: absolute;
    right: 0px;
    top: 0;
    width: 228px;
    height: 234px;
    background: url(../images/about-page-1.png) no-repeat;
}
.contact-page .img1 {
    position: absolute;
    left: 0;
    top: 23%;
    width: 163px;
    height: 203px;
    background: url(../images/about-page-2.png) no-repeat;
}
.contact-page .img3 {
    position: absolute;
    right: 3px;
    top: 50%;
    width: 191px;
    height: 218px;
    background: url(../images/about-page-3.png) no-repeat;
}
.contact-page .title em{
  color: var(--color);
}
.contact-page .contact-1 ul {
  margin: -15px;
}
.contact-page .contact-1 ul li {
  padding: 15px;
  text-align: center;
}
.contact-page .contact-1 ul li .tit {
  line-height: 1.3;
  margin: 19px 0 11px;
      font-family: var(--font);
}
.contact-page .contact-1 ul li p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.53);
}
.contact-page .contact-2 {
  padding-top: 6.15%;
}
.contact-page .contact-2 .form {
  margin-top: 80px;
}
.contact-page .contact-2 .form ul {
  margin: -15px;
}
.contact-page .contact-2 .form ul li {
  padding: 15px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 20px;
  border-radius: 32px;
  border: 1px solid #d7d5d5;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
  font-size: 18px;
  font-weight: 300;
  padding-left: 100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input::-webkit-input-placeholder, .contact-page .contact-2 .form ul li textarea::-webkit-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-moz-placeholder, .contact-page .contact-2 .form ul li textarea:-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::-moz-placeholder, .contact-page .contact-2 .form ul li textarea::-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-ms-input-placeholder, .contact-page .contact-2 .form ul li textarea:-ms-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::placeholder,
.contact-page .contact-2 .form ul li textarea::placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-2 .form ul li textarea {
  height: 236px;
  resize: vertical;
}
.contact-page .contact-2 .form ul li .box {
  position: relative;
}
.contact-page .contact-2 .form ul li .box label {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 0;
  border-radius: 100%;
  background: var(--color);
  display: block;
}
.contact-page .contact-2 .form ul li .box label img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  margin-top: 40px;
  padding: 0 66px 0 67px;
  line-height: 55px;
  height: 55px;
  border-radius: 28px;
  background: var(--color);
  color: #fff;
  font-size: 19px;
  width: auto;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li:nth-child(5) .box label::after {
  content: '';
  border-left: 18px solid var(--color);
  border-bottom: 18px solid var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
}
/*.contact-page .contact-3 {
  padding-top: 5.1045%;
  margin-bottom: -125px;
}*/
.contact-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1440px) {
  .contact-page::after {
    font-size: 300px;
    top: -20px;
  }
}
@media screen and (max-width: 1100px) {
  .contact-page::after {
    font-size: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page::after {
    display: none;
  }
  .contact-page .contact-2 .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .form ul li .box label {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    padding: 12px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .form ul li {
    width: 100%;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    font-size: 14px;
    padding-left: 60px;
  }
  .contact-page .contact-2 .form ul li input[type="submit"] {
    margin-top: 0;
  }
  .contact-page .img2{
    background-size: 50%;
    right: -30px;
    top: -2%;
    background-position: right top;
  }
  .contact-page .img1{
    background-size: 60%;
    background-position: left top;
  }
  .contact-page .img3{
    background-size: 60%; 
    background-position: right top;
  }
}
