@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
table{
  word-break: unset;
}
.page-header02{
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.page-header02 .menu-btn{
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.set-position-center {
  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%);
}
.set-display-center {
  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;
}
.flex-wap .flex-left-box {
  margin-bottom: 0;
}
.flex-wrap-1250 .flex-left-box {
  margin-bottom: 0;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: 'Poppins';
  max-width: 1920px;
  --color: #005bac;
  --color1: #70afe7;
  --color2: #0c78d9;
  font-weight: normal;
  margin: 0 auto;
}
.grid-box {
    font-size: 0;
    [;letter-spacing: -4px;
    font-size: 12px;
    ]}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    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%
    }
}
.container {
  width: 1530px;
}
@-webkit-keyframes app-animation {
  from {
    top: -3%;
  }
  to {
    top: 103%;
  }
}
@-moz-keyframes app-animation {
  from {
    top: -3%;
  }
  to {
    top: 103%;
  }
}
@keyframes app-animation {
  from {
    top: -3%;
  }
  to {
    top: 103%;
  }
}
@-webkit-keyframes vision-rotate-infinite {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes vision-rotate-infinite {
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes vision-rotate-infinite {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.public-subhead {
  color: #1c1c1c;
  font-weight: 300;
  border-bottom: 1px solid var(--color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 4px;
}
.public-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.238;
}
.public-title span {
  color: var(--color);
}
.public-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--color);
  padding-left: 36px;
  padding-right: 32px;
  padding-top: 14px;
  padding-bottom: 13px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 28px;
}
.public-btn i {
  font-size: 24px;
  line-height: 1.2;
}
.public-btn::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.public-btn:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.public-btn.b1::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.public-btn.b1:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.public-btn.b1{
  background-color: transparent;
  border: 1px solid var(--color);
  color: var(--color);
}
.public-btn.b1::after {
  background-color: var(--color);
}
.public-btn.b1:hover {
  color: #fff;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
}
#header.active {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header .nav .ui.menu {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  border-left: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
  height: 100%;
  font-weight: 500;
}
#header .nav .ui.menu .h-search span {
  opacity: 0.3;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.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 .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  margin-right: 70px;
  font-weight: 500;
  -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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  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;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  display: block;
  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: 40px;
  height: 36px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background: url(../images/h-link-bg.png) no-repeat center center;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.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;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
  color: #ffffff;
  height: 100%;
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: #222;
}
#header .nav .ui.menu .items .h-language span{
  text-transform: uppercase;
}
#header .nav .ui.menu .items .h-language {
  height: 100%;
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: solid 1px #eeeeee;
}
#header .nav .ui.menu .items .h-language i {
  color: #cccccc;
  font-size: 24px;
}
#header .nav .ui.menu .items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  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 .ui.menu .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .items .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type='text'] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type='submit'] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type='submit']:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type='submit'] {
  width: 45px;
  height: 45px;
  background: url('../images/icon-search-white.png') no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type='submit'] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url('../images/banner-btn-l.png') no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url('../images/banner-btn-r.png') no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner ul.slick-dots li {
  margin-right: 23px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  padding-left: 1px;
  padding-right: 1px;
  line-height: 1.2;
  padding-bottom: 5px;
  position: relative;
}
#banner ul.slick-dots li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
  border-radius: 2px;
  height: 4px;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  opacity: 1;
  padding-left: 12px;
  padding-right: 12px;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  margin-top: 90px;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner {
  position: relative;
}
#banner .banner-slick li {
  position: relative;
}
#banner .banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-slick li .content .text-box {
  padding-top: 11.458%;
  color: #fff;
}
#banner .banner-slick li .content .text-box h2 {
  font-weight: bold;
  max-width: 690px;
  line-height: 1.1;
}
#banner .banner-slick li .content .text-box h2 span {
  color: var(--color2);
}
#banner .banner-slick li .content .text-box p {
  font-weight: 300;
  line-height: 1.2;
}
#banner .banner-slick li .content .text-box .banner-btn {
  background-color: var(--color);
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 28px;
}
#banner .banner-slick li .content .text-box .banner-btn:hover {
  background-color: #000;
}
#banner .banner-dots-box {
  left: 0;
  bottom: 0;
  width: 100%;
}
#index-body .about-number {
  background-color: var(--color);
  z-index: 1;
  overflow: hidden;
}
#index-body .about-number .bg-text {
  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%);
  color: #fff;
  font-size: 250px;
  font-weight: 600;
  color: transparent;
  /* 隐藏文字填充色 */
  -webkit-text-stroke: 1.5px #fff;
  /* 描边宽度和颜色 */
  text-stroke: 1.5px #fff;
  /* 标准属性 */
  opacity: 0.3;
  z-index: -1;
  line-height: 1.2;
}
#index-body .about-number .number-Plus li {
  color: #ffffff;
}
#index-body .about-number .number-Plus li .icon {
  width: 84px;
  height: 84px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .about-number .number-Plus li .icon img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .about-number .number-Plus li .num-box {
  font-size: 70px;
  font-weight: 500;
}
#index-body .about-number .number-Plus li .num-box em {
  line-height: 1.2;
}
#index-body .about-number .number-Plus li .num-box span {
  line-height: 1.2;
}
#index-body .about-number .number-Plus li .num-text span {
  font-weight: 500;
  display: block;
}
#index-body .about-number .number-Plus li .num-text .title {
  font-weight: 300;
  color: #cccccc;
}
#index-body .about-number .number-Plus li:hover .icon img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .about {
  position: relative;
}
#index-body .about .left .img{
  position: relative;
  overflow: hidden;
}
#index-body .about .left .img::after{
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
#index-body .about .left .img:hover::after{
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
#index-body .about .left .img .number-Plus {
  font-size: 60px;
  font-weight: 500;
  background-color: #f2f2f2;
  right: 0;
  top: 0;
  line-height: 1.2;
}
#index-body .about .left .left-text {
  text-align: right;
  line-height: 22px;
}
#index-body .about .left .left-text span {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
#index-body .about .right .intro {
  color: #939393;
  line-height: 28px;
  max-width: 730px;
}
#index-body .category .category-list li {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .category-list li.active {
  color: var(--color);
}
#index-body .category .product-slicks .product-slick {
  margin-left: -8px;
  margin-right: -8px;
  position: absolute;
  left: 0;
  top: 0;
  width: -webkit-calc(100% + 16px);
  width: -moz-calc(100% + 16px);
  width: calc(100% + 16px);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
#index-body .category .product-slicks .product-slick li .slide-box {
  margin-left: 8px;
  margin-right: 8px;
}
#index-body .category .product-slicks .product-slick li .slide-box .img {
  border: 1px solid #bebebe;
}
#index-body .category .product-slicks .product-slick li .slide-box .bottom {
  border: 1px solid #bebebe;
  border-top: none;
  height: 200px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #f2f2f2;
  margin-bottom: 35px;
}
#index-body .category .product-slicks .product-slick li .slide-box .bottom .category-name {
  font-weight: 300;
}
#index-body .category .product-slicks .product-slick li .slide-box .bottom .product-name {
  font-weight: 500;
  line-height: 1.2;
}
#index-body .category .product-slicks .product-slick li .slide-box .bottom .product-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  background-color: var(--color1);
  border-radius: 35px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: right;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
#index-body .category .product-slicks .product-slick li .slide-box .bottom .product-more span {
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .product-slicks .product-slick li .slide-box .bottom .product-more i {
  font-size: 23px;
  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%);
  line-height: 1.2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .product-slicks .product-slick li .slide-box:hover {
  color: #fff;
}
#index-body .category .product-slicks .product-slick li .slide-box:hover .bottom {
  background-color: var(--color);
}
#index-body .category .product-slicks .product-slick li .slide-box:hover .bottom .product-more {
  width: 200px;
}
#index-body .category .product-slicks .product-slick li .slide-box:hover .bottom .product-more span {
  opacity: 1;
  visibility: visible;
}
#index-body .category .product-slicks .product-slick li .slide-box:hover .bottom .product-more i {
  right: 38px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#index-body .category .product-slicks .product-slick .slick-dots {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
#index-body .category .product-slicks .product-slick .slick-dots li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  background-color: #f2f2f2;
}
#index-body .category .product-slicks .product-slick .slick-dots li button {
  display: none;
}
#index-body .category .product-slicks .product-slick .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .category .product-slicks .product-slick.active {
  z-index: 4;
  opacity: 1;
}
#index-body .category .product-slicks .product-slick:first-child {
  position: relative;
}
#index-body .category .more-box {
  text-align: center;
}
#index-body .category .more-box .public-btn {
  background-color: #f2f2f2;
  color: var(--color);
}
#index-body .category .more-box .public-btn::after {
  background-color: var(--color);
}
#index-body .category .more-box .public-btn:hover {
  /*background-color: var(--color);*/
  color: #fff;
}
#index-body .application {
  overflow: hidden;
}
#index-body .application .application-img-list li {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .application .application-img-list li.active {
  opacity: 1;
}
#index-body .application .application-img-list li:first-child {
  position: relative;
}
#index-body .application .application-text-list {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index-body .application .application-text-list li {
  height: 100%;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .application .application-text-list li::after {
  content: '';
  display: block;
  position: absolute;
  right: -1px;
  top: -3%;
  width: 3px;
  height: 20px;
  background-color: #fff;
  -webkit-animation: app-animation 7s linear 0s infinite;
  -moz-animation: app-animation 7s linear 0s infinite;
  animation: app-animation 7s linear 0s infinite;
}
#index-body .application .application-text-list li:nth-child(2)::after {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}
#index-body .application .application-text-list li:nth-child(3)::after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#index-body .application .application-text-list li:nth-child(4)::after {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  animation-delay: 4s;
}
#index-body .application .application-text-list li:nth-child(5)::after {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}
#index-body .application .application-text-list li .title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  max-height: 212px;
  line-height: 1;
}
#index-body .application .application-text-list li.active,
#index-body .application .application-text-list li:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#index-body .application .application-text-list li.active::after,
#index-body .application .application-text-list li:hover::after {
  background-color: var(--color1);
}
#index-body .advantage .left {
  width: 10.9375%;
}
#index-body .advantage .center {
  width: 39.0625%;
  position: relative;
  z-index: 1;
}
#index-body .advantage .center .public-title {
  max-width: 511px;
}
#index-body .advantage .center .intro {
  line-height: 28px;
  color: #827e7d;
  max-width: 430px;
}
#index-body .advantage .center .img {
  margin-top: -106px;
  position: relative;
  z-index: -1;
}
#index-body .advantage .right{
  position: relative;
  z-index: 3;
}
#index-body .advantage .right .r-text-slick {
  border-left: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
}
#index-body .advantage .right .r-text-slick ol {
  pointer-events: none;
  width: 1200px;
}
#index-body .advantage .right .r-text-slick ol li .slide-box p {
  white-space: nowrap;
  font-weight: 500;
  font-size: 35px;
  color: transparent;
  /* 隐藏文字填充色 */
  -webkit-text-stroke: 1px #d5d5d5;
  /* 描边宽度和颜色 */
  text-stroke: 1px #d5d5d5;
  /* 标准属性 */
}
#index-body .advantage .right .r-text-slick ol li .slide-box p.p2::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--color);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
#index-body .advantage .right .advantage-list li {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .right .advantage-list li .r-icon {
  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: 165px;
  min-height: 165px;
  border: solid 1px #eeeeee;
}
#index-body .advantage .right .advantage-list li .r-icon .img {
  width: 71px;
  height: 70px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  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;
}
#index-body .advantage .right .advantage-list li .r-icon .img img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#index-body .advantage .right .advantage-list li .r-icon .img .order {
  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: 51px;
  height: 50px;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .right .advantage-list li .r-text {
  width: -webkit-calc(100% - 165px);
  width: -moz-calc(100% - 165px);
  width: calc(100% - 165px);
  border: solid 1px #eeeeee;
  border-left: none;
}
#index-body .advantage .right .advantage-list li .r-text .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .right .advantage-list li .r-text .title i {
  font-size: 21px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .right .advantage-list li .r-text .intro {
  line-height: 28px;
  letter-spacing: 0px;
  color: #a9a6a5;
  max-width: 609px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .right .advantage-list li:hover {
  background-color: #353535;
}
#index-body .advantage .right .advantage-list li:hover .r-icon .img {
  background-color: var(--color1);
}
#index-body .advantage .right .advantage-list li:hover .r-icon .img img {
  opacity: 1;
}
#index-body .advantage .right .advantage-list li:hover .r-icon .img .order {
  opacity: 0;
}
#index-body .advantage .right .advantage-list li:hover .r-text .title {
  color: #ffffff;
}
#index-body .advantage .right .advantage-list li:hover .r-text .title i {
  color: var(--color1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#index-body .vision .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#index-body .vision .top .t-left .public-subhead {
  color: #ffffff;
  padding-bottom: 0;
}
#index-body .vision .top .t-left .public-title {
  color: #ffffff;
}
#index-body .vision .top .t-right .play .img1 {
  -webkit-animation: vision-rotate-infinite 5s linear 0s infinite;
  -moz-animation: vision-rotate-infinite 5s linear 0s infinite;
  animation: vision-rotate-infinite 5s linear 0s infinite;
}
#index-body .vision .top .t-right .play .img2 {
  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 .vision .bottom .intro {
  line-height: 32px;
  color: #d6d6d6;
  max-width: 535px;
}
#index-body .vision .bottom .public-btn {
  background-color: #ffffff;
  color: var(--color);
}
#index-body .vision .bottom .public-btn::after {
  /*display: none;*/
  background-color: var(--color);
}
#index-body .vision .bottom .public-btn:hover {
  /*background-color: var(--color);*/
  color: #fff;
}
#index-body .news .public-subhead {
  margin-left: auto;
  margin-right: auto;
}
#index-body .news .news-top .category-list li {
  position: relative;
  color: #c2c2c2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  padding-left: 24px;
}
#index-body .news .news-top .category-list li::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#index-body .news .news-top .category-list li:hover,
#index-body .news .news-top .category-list li.active {
  color: #000000;
}
#index-body .news .news-top .category-list li:hover::after,
#index-body .news .news-top .category-list li.active::after {
  opacity: 1;
}
#index-body .news .news-top .public-btn {
  background-color: transparent;
  border: 1px solid var(--color);
  color: var(--color);
}
#index-body .news .news-top .public-btn::after {
  /*display: none;*/
  background-color: var(--color);
}
#index-body .news .news-top .public-btn:hover {
  /*background-color: var(--color);*/
  color: #fff;
}
#index-body .news .news-slicks .news-slick {
  margin-left: -15px;
  margin-right: -15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
}
#index-body .news .news-slicks .news-slick li .slide-box {
  border: solid 1px #eeeeee;
  margin-left: 15px;
  margin-right: 15px;
}
#index-body .news .news-slicks .news-slick li .slide-box .img .news-more {
  left: 0;
  bottom: 0;
  background-color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 11px;
  opacity: 0;
  color: #ffffff;
}
#index-body .news .news-slicks .news-slick li .slide-box .img .news-more:hover {
  background-color: var(--color1);
}
#index-body .news .news-slicks .news-slick li .slide-box .bottom .date {
  font-weight: 300;
  color: #727272;
  border-bottom: 1px solid #eeeeee;
}
#index-body .news .news-slicks .news-slick li .slide-box .bottom .title {
  line-height: 1.4;
  color: #010101;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  height: -webkit-calc(1.4em * 2);
  height: -moz-calc(1.4em * 2);
  height: calc(1.4em * 2);
}
#index-body .news .news-slicks .news-slick li .slide-box:hover .img .news-more {
  opacity: 1;
}
#index-body .news .news-slicks .news-slick li .slide-box:hover .bottom .title {
  color: var(--color);
}
#index-body .news .news-slicks .news-slick:first-child {
  position: relative;
}
#index-body .news .news-slicks .news-slick.active {
  z-index: 4;
  opacity: 1;
}
#footer {
  background-color: #f2f2f2;
}
#footer .f-top .content {
  border-bottom: 1px solid #bebebe;
  /*margin-right: -50px;*/
}
#footer .f-top ul.f-nav li {
  position: relative;
  padding-bottom: 43px;
}
#footer .f-top ul.f-nav li:last-child {
  margin-right: 0;
}
#footer .f-top ul.f-nav li::before {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-top ul.f-nav li a {
  display: block;
  position: relative;
}
#footer .f-top ul.f-nav li a::after {
  content: '';
  display: block;
  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: 40px;
  height: 36px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background: url(../images/h-link-bg.png) no-repeat center center;
}
#footer .f-top ul.f-nav li a:hover {
  color: var(--color);
}
#footer .f-top ul.f-nav li a:hover::after {
  opacity: 1;
}
#footer .f-top ul.f-nav li:hover::before {
  opacity: 1;
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dt {
  line-height: 28px;
  color: var(--color);
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl dd a:hover {
  color: var(--color);
}
#footer .f-content dl.f-contact dd ul li .icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  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: 5px;
}
#footer .f-content dl.f-contact dd ul li .contact-text .title {
  color: #a9a6a5;
}
#footer .f-content dl.f-contact dd ul li .contact-text .intro {
  max-width: 305px;
}
#footer .f-content dl.f-product-qr {
  border-left: 1px solid #bebebe;
}
#footer .f-content dl.f-product-qr ul.category-list li:last-child {
  margin-bottom: 0;
}
#footer .f-content dl.f-product-qr ul.category-list li a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  -moz-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-underline-offset: 9px;
}
#footer .f-content dl.f-product-qr ul.category-list li a:hover {
  -webkit-text-decoration-color: var(--color);
  -moz-text-decoration-color: var(--color);
  text-decoration-color: var(--color);
}
#footer .f-content dl.f-product-qr dd.qr-social-account #ewm {
  width: 96px;
  border: 4px solid #fff;
}
#footer .f-content dl.f-product-qr dd.qr-social-account .social-account li {
  margin-left: 14px;
}
#footer .f-content dl.f-product-qr dd.qr-social-account .social-account li a {
  color: var(--color);
  opacity: 0.5;
}
#footer .f-content dl.f-product-qr dd.qr-social-account .social-account li a i {
  font-size: 31px;
  line-height: 1;
}
#footer .f-content dl.f-product-qr dd.qr-social-account .social-account li a:hover {
  opacity: 1;
}
#footer .f-content dl.f-form form {
  width: 370px;
}
#footer .f-content dl.f-form form input,
#footer .f-content dl.f-form form textarea {
  background: none;
  border: none;
  background-color: #ffffff;
  border: solid 1px #bebebe;
  color: #000;
}
#footer .f-content dl.f-form form input::-webkit-input-placeholder, #footer .f-content dl.f-form form textarea::-webkit-input-placeholder {
  color: #d4d4d4;
}
#footer .f-content dl.f-form form input:-moz-placeholder, #footer .f-content dl.f-form form textarea:-moz-placeholder {
  color: #d4d4d4;
}
#footer .f-content dl.f-form form input::-moz-placeholder, #footer .f-content dl.f-form form textarea::-moz-placeholder {
  color: #d4d4d4;
}
#footer .f-content dl.f-form form input:-ms-input-placeholder, #footer .f-content dl.f-form form textarea:-ms-input-placeholder {
  color: #d4d4d4;
}
#footer .f-content dl.f-form form input::placeholder,
#footer .f-content dl.f-form form textarea::placeholder {
  color: #d4d4d4;
}
#footer .f-content dl.f-form form input {
  height: 40px;
  width: 48%;
}
#footer .f-content dl.f-form form textarea {
  height: 142px;
  width: 100%;
}
#footer .f-content dl.f-form form .submit {
  height: 38px;
  background-color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .f-content dl.f-form form .submit:hover {
  background-color: var(--color1);
}
#footer .f-copy {
  -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;
  color: #ffffff;
  background-color: var(--color);
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  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: 12px;
  width: 52px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back {
  display: none;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
  display: none;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
/*ui.container不用设置了*/
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
  #header .nav .ui.menu .items .h-inquiry {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header .nav .ui.menu .h-search {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header .nav .ui.menu .items .h-language {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .about-number .number-Plus li .num-box {
    font-size: 60px;
  }
  #index-body .about-number {
    padding-right: 15px;
  }
  #index-body .about-number .bg-text {
    font-size: 230px;
  }
  #footer .f-top .content {
    margin-right: 0;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #index-body .about-number .number-Plus li .num-box {
    font-size: 50px;
  }
  #index-body .about-number .bg-text {
    font-size: 200px;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 40px;
  }
  #banner {
    margin-top: 60px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-bottom: 25px;
  }
  #index-body .about-number .number-Plus {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about-number .number-Plus li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #index-body .about-number .bg-text {
    font-size: 170px;
  }
  #index-body .advantage .left {
    display: none;
  }
  #index-body .advantage .center {
    padding-left: 15px;
  }
  #index-body .advantage .right {
    width: 60.9375%;
  }
  #footer .f-content dl.dl-margin-l-r {
    margin-left: 0;
    margin-right: 0;
  }
  #footer .f-content dl.f-product-qr {
    padding-left: 15px;
    margin-right: 15px;
  }
  #footer .f-content dl.f-form {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .public-title {
    font-size: 35px;
  }
  #index-body .about-number .number-Plus li {
    width: 100%;
  }
  #index-body .about-number .bg-text {
    font-size: 140px;
  }
  #index-body .category .category-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .category .product-slicks .product-slick li .slide-box:hover .bottom .product-more i {
    right: 15px;
  }
  #index-body .category .product-slicks .product-slick li .slide-box:hover .bottom .product-more {
    width: 150px;
  }
  #index-body .vision .content {
    margin-left: 0;
    margin-right: 0;
  }
  #footer .f-top ul.f-nav li {
    margin-right: 20px;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 26px;
  }
  .public-btn {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobile-display-none {
    display: none;
  }
  #index-body .about-number .number-Plus li .num-box {
    font-size: 40px;
  }
  #index-body .about-number .bg-text {
    font-size: 100px;
  }
  #index-body .about-number .number-Plus li .icon {
    zoom: .6;
  }
  #index-body .about .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .left {
    width: 100%;
  }
  #index-body .about .left .img .number-Plus {
    font-size: 40px;
  }
  #index-body .about .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .category .product-slicks .product-slick li .slide-box .bottom .product-more {
    width: 40px;
    height: 40px;
  }
  #index-body .category .product-slicks .product-slick li .slide-box .bottom {
    height: 140px;
  }
  #index-body .advantage {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .advantage .center {
    width: 100%;
  }
  #index-body .advantage .center .public-title {
    max-width: 100%;
  }
  #index-body .advantage .right {
    width: 100%;
  }
  #index-body .advantage .right .advantage-list li .r-icon {
    width: 80px;
  }
  #index-body .advantage .right .advantage-list li .r-text {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  #index-body .advantage .right .advantage-list li .r-icon .img {
    width: 50px;
    height: 50px;
  }
  #index-body .advantage .right .advantage-list li .r-icon .img > img {
    max-width: 30px;
  }
  #index-body .vision .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .vision .top .t-right {
    zoom: 0.5;
  }
  #index-body .vision .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .news .news-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .news .news-slicks .news-slick li .slide-box .bottom .title {
    height: -webkit-calc(28px * 2);
    height: -moz-calc(28px * 2);
    height: calc(28px * 2);
  }
  #index-body .news .news-top .category-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-top ul.f-nav {
    display: none;
  }
  #footer .f-top .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  #footer .f-content dl.f-contact dd ul li .contact-text .intro {
    max-width: 100%;
  }
  #footer .f-content dl.f-form {
    width: 100%;
  }
  #footer .f-content dl.f-form form {
    width: 100%;
  }
  #footer .f-content dl.f-form form input {
    width: 100%;
  }
  #footer .f-copy .copy {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 20px;
  }
  #banner .banner-slick li {
    height: 240px;
  }
  #banner .banner-slick li > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  #index-body .about-number .number-Plus li .num-box {
    font-size: 30px;
  }
  #index-body .about .left .img .number-Plus {
    font-size: 30px;
  }
  #index-body .application .application-img-list li {
    height: 240px;
  }
  #index-body .application .application-img-list li > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
#index-body .about h1.Auxil-h1 {
  display: inline;
}
@media screen and (max-width: 700px) {
  .font-14,
  .font-15,
  .font-16,
  .font-17,
  .font-18,
  .font-19,
  .font-20,
  .font-21,
  .font-22,
  .font-23,
  .font-24 {
    line-height: 28px !important;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#index-body form input[type='text'],
#footer form input[type='text'] {
  padding-right: 15px;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
/*内页*/
.tag {
    color: var(--color);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 30px;
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}
.fw-500{
  font-weight: 500;
}
.pt-250 {
  padding-top: 250px;
}
.pb-270 {
  padding-bottom: 270px;
}
.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 33px;
  height: 45px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 35px;
  color: black;
}
.more.white {
  border-color: white;
  color: white;
}
.more.white:hover {
  background-color: white;
  color: black;
}
.more:hover {
  background-color: var(--color);
  color: white;
}
.more span {
  font-size: 16px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.more i {
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.more2 {
  -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 25px;
  height: 45px;
  background-color: var(--color);
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
}
.more2:hover {
  border-color: var(--color);
  background-color: transparent;
}
.more2:hover span,
.more2:hover i {
  color: var(--color);
}
.more2 span {
  font-size: 16px;
  color: white;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 300;
}

@media screen and (max-width: 1450px) {
  .pb-270 {
    padding-bottom: 150px;
  }
  .pt-250 {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .pt-250 {
    padding-top: 75px;
  }
  .pb-270 {
    padding-bottom: 65px;
  }
}
@keyframes round_translate1 {
    0% {
        right: 75%;
    }
    74.99% {
        opacity: 1;
    }
    75% {
        right: -25%;
        top: 100%;
        opacity: 0;
    }
    75.05% {
        right: 100%;
        opacity: 0;
    }
    75.1% {
        opacity: 1;
    }
    100% {
        right: 75%;
    }
}
@keyframes round_translate2 {
    0% {
        right: 40%;
    }
    64.99% {
        opacity: 1;
    }
    65% {
        right: -30%;
        opacity: 0;
    }
    65.05% {
        right: 100%;
        opacity: 0;
    }
    65.1% {
        opacity: 1;
    }
    100% {
        right: 40%;
    }
}
@keyframes round_translate3 {
    0% {
        right: 0;
    }
    9.99% {
        opacity: 1;
    }
    10% {
        right: -25%;
        opacity: 0;
    }
    10.05% {
        right: 100%;
        opacity: 0;
    }
    10.1% {
        opacity: 1;
    }
    100% {
        right: 0;
    }
}
.inner-banner {
  height: 250px;
  width: 100%;
  margin: 90px auto 0;
  overflow: hidden;
  position: relative;
}

.inner-banner::before {
  content: '';
  display: block;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  right: 100%;
  height: 200%;
  background-color: rgba(11, 105, 170, 0.9);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-animation: round_translate2 12s linear infinite;
  -moz-animation: round_translate2 12s linear infinite;
  animation: round_translate2 12s linear infinite;
  z-index: 10;
}

.inner-banner .inner-content {
  width: 100%;
  height: 100%;
  background: url('../images/in-banner.png') no-repeat;
  background-size: cover;
  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;
  position: relative;
}

.inner-banner .inner-content::before {
  content: '';
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  right: 100%;
  height: 200%;
  background-color: rgba(45, 50, 121, 0.9);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: round_translate1 12s linear infinite;
  -moz-animation: round_translate1 12s linear infinite;
  animation: round_translate1 12s linear infinite;
}

.inner-banner .inner-content::after {
  content: '';
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 100%;
  height: 200%;
  background-color: aliceblue rgba(0, 91, 172, 0.9);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: round_translate3 12s linear infinite;
  -moz-animation: round_translate3 12s linear infinite;
  animation: round_translate3 12s linear infinite;
}

.inner-banner .mbx {
  color: white;
  text-align: center;
  position: relative;
  z-index: 10;
}

.inner-banner .mbx h2 {
  font-size: 44px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}

.inner-banner .mbx p {
  font-size: 16px;
  line-height: 32px;
}

@media (max-width: 1250px) {
  .inner-banner {
    margin-top: 60px;
  }
}

@media (max-width: 1000px) {
  .inner-banner {
    width: 100%;
  }
  .inner-banner .mbx h2 {
    font-size: 24px;
    padding: 0 15px;
    line-height: 38px;
  }

  .inner-banner .mbx p {
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
  .inner-banner {
    height: auto;
  }
  .inner-banner .mbx {
    padding: 20px 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner h2 {
    font-size: 26px;
  }
}

.about-page .about-1 .h2 {
  line-height: 1.25;
}
.about-page .about-1 .content {
  line-height: 30px;
  color: #666666;
}
.about-page .about-1 ul li {
  position: relative;
}
.about-page .about-1 ul li em {
  color: var(--color);
}
.about-page .about-1 ul li p {
  color: #999999;
  line-height: 1.8;
}
.about-page .about-1 ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: #d6d6d6;
}
.about-page .about-1 ul li:last-child::after {
  content: none;
}
.about-page .about-2 .box {
  padding: 0 240px;
  background: url(../images/yinhao-1.png) no-repeat left center, url(../images/yinhao-2.png) no-repeat right center;
}
.about-page .about-2 .content {
  line-height: 30px;
}
.about-page .about-3 {
  background: url(../images/adv.jpg) no-repeat;
  /*background-size: cover;*/
  /*color: white;*/
}
.about-page .about-3 .box {
  /*max-width: 1150px;*/
}
.about-page .about-3 .h2 {
  color: white;
}
.about-page .about-3 .content {
  line-height: 30px;
}
.about-page .about-3 .about-3-list {
  margin-left: -16px;
  margin-right: -16px;
}
.about-page .about-3 .about-3-list .box {
  margin-left: 16px;
  margin-right: 16px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  overflow: hidden;
}
.about-page .about-3 .about-3-list .box .icon-order .icon {
  width: 50px;
  height: 50px;
  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;
  background-color: var(--color1);
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
}
.about-page .about-3 .about-3-list .box .icon-order .icon img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-3 .about-3-list .box .icon-order .icon::after {
  background-color: var(--color);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.about-page .about-3 .about-3-list .box .title {
  font-weight: 500;
}
.about-page .about-3 .about-3-list .box .intro {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-3 .about-3-list .box .intro1 {
  background-color: #f5fafe;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
.about-page .about-3 .about-3-list .box .intro1 ol {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about-page .about-3 .about-3-list .box .intro1 ol li {
  position: relative;
  padding-left: 20px;
}
.about-page .about-3 .about-3-list .box .intro1 ol li::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color2);
}
.about-page .about-3 .about-3-list .box .intro1::after {
  background-color: var(--color);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.about-page .about-3 .about-3-list .box:hover {
  background-color: var(--color1);
}
.about-page .about-3 .about-3-list .box:hover .icon-order .icon::after {
  top: auto;
  height: 100%;
}
.about-page .about-3 .about-3-list .box:hover .icon-order .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-3 .about-3-list .box:hover .intro {
  color: rgba(255, 255, 255, 0.5);
}
.about-page .about-3 .about-3-list .box:hover .intro1 ol {
  color: #fff;
  border-color: #fff;
}
.about-page .about-3 .about-3-list .box:hover .intro1::after {
  top: auto;
  height: 100%;
}
.about-page .about-4 .img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 65%;
}
.about-page .about-4 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-4 .box {
  background-color: white;
  width: 55%;
  margin-left: auto;
  z-index: 2;
  position: relative;
}
.about-page .about-4 .box .des {
  line-height: 30px;
}
@media screen and (max-width: 1000px) {
  .about-page .about-2 .box {
    padding: 0 85px;
    background-size: 60px;
  }
  .about-page .about-4 .box {
    width: 77%;
  }
  .about-page .about-1 ul li {
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 30px;
    margin-bottom: 10px;
  }
  .about-page .about-1 ul li:nth-child(2)::after {
    content: none;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-3{
    background-size: cover;
  }
  .about-page .about-3 .about-3-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .about-3-list > li {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 ul li p {
    line-height: 2;
  }
  .about-page .about-1 .h2 {
    line-height: 30px;
  }
  .about-page .about-1 .top {
    padding: 0;
  }
  .about-page .about-1 ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .about-page .about-4 .img {
    position: relative;
    width: 100%;
  }
  .about-page .about-4{
    padding-top: 0;
    padding-bottom: 60px;
  }
  .about-page .about-4 .box{
    padding-bottom: 0;
  }
  .about-page .about-4 .box {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 .box {
    padding: 0;
    background: white;
  }
  .about-page .about-1 ul li {
    padding: 0 10px 0 0;
  }
  .about-page .about-1 ul li::after {
    content: none;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-3 .about-3-list > li {
    width: 100%;
  }
}
.template-1688457679 {
    padding: 120px 0;
}

.template-1688457679 .slide {
    margin-bottom: 75px;
}

.template-1688457679 .slide .left {
    vertical-align: middle;
    position: relative;
    background: #f5f5f5;
}

.template-1688457679 h2.title {
    font-size: 48px;
    color: #242424;
    font-weight: 500;
    line-height: 1.2;
}

.template-1688457679 h2.title em {
    color: var(--color);
}

.template-1688457679 .text {
    font-size: 18px;
    color: #1b1b1b;
    line-height: 1.8;
    margin-top: .5em;
}

.template-1688457679 .slide .left .img {
    height: auto;
}

.template-1688457679 .slide .right {
    vertical-align: middle;
    padding-left: 5%;
    position: relative;
}

.template-1688457679 .slide .right h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
}

.template-1688457679 .slide .right .text {
    margin-top: 1.5em;
    max-height: 218px;
    overflow-y: scroll;
    margin-bottom: 41px;
    padding-right: 15px;
}

.template-1688457679 .slide:nth-child(even) .left {
    left: 50%;
}

.template-1688457679 .slide:nth-child(even) .right {
    left: -50%;
    padding-left: 0;
    padding-right: 5%;
}

.template-1688457679 .slide:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1700px) {
    .template-1688457679 .slide .right h3 {
        font-size: 32px;
    }

    .template-1688457679 .slide .left .img {
        height: 400px;
    }

    .template-1688457679 .text {
        font-size: 16px;
    }

    .template-1688457679 h2.title {
        font-size: 40px;
    }
}

@media screen and (max-width: 1450px) {
    .template-1688457679 .slide .right h3 {
        font-size: 28px;
    }

    .template-1688457679 h2.title {
        font-size: 34px;
    }
}

@media screen and (max-width: 1250px) {
    .template-1688457679 .slide .right h3 {
        font-size: 24px;
    }

    .template-1688457679 h2.title {
        font-size: 28px;
    }

}

@media screen and (max-width: 1000px) {
    .template-1688457679 .slide .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        left: 0 !important;
    }

    .template-1688457679 .slide .left {
        width: 100%;
        left: 0 !important;
    }


    .template-1688457679 .slide {
        margin-bottom: 40px;
    }

    .template-1688457679 h2.title {
        font-size: 24px;
    }
}

@media screen and (max-width: 700px) {
    .template-1688457679{
      padding: 60px 0;
    }
    .template-1688457679 .slide .right h3 {
        font-size: 20px;
    }

    .template-1688457679 .text {
        font-size: 14px;
    }
}

.seo_content {
    padding-top: 5.6771%
}

.seo_content .tag {
    color: var(--color);
    font-weight: 700;
    text-transform: uppercase
}

.seo_content .title {
    text-transform: uppercase
}

.seo_content .title small {
    display: block
}

.seo_content .title em {
    color: var(--color)
}

.seo_content .seo_about {
    background-color: #f6f6f6;
    border-radius: 300px 0 0;
    padding: 3.282% 0 3.115%
}

.seo_content .seo_about .con {
    color: rgba(0,0,0,.6);
    padding-right: 57px;
    margin-top: 43px;
    max-height: 707px;
    overflow-y: auto
}

.seo_content .seo_about .con::-webkit-scrollbar {
    width: 6px
}

.seo_content .seo_about .con::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.22)
}

.seo_content .seo_honor {
    padding: 100px 0;
}

.seo_content .seo_honor .content {
    margin-top: 29px
}

.seo_content .seo_honor .content ul {
    margin-right: -25px
}

.seo_content .seo_honor .content ul li {
    padding-right: 25px
}

.seo_content .seo_honor .content ul li .img-box img {
    width: 100%
}

.seo_content .seo_honor .content ul.slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -89px;
    width: 100%;
    text-align: center;
    margin: 0
}

.seo_content .seo_honor .content ul.slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000;
    padding: 0;
    margin-right: 31px;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seo_content .seo_honor .content ul.slick-dots li button {
    display: none
}

.seo_content .seo_honor .content ul.slick-dots li.slick-active {
    background: var(--color)
}

.seo_content .seo_honor .content ul.slick-dots li:last-child {
    margin-right: 0
}

.seo_content .seo_news {
    background-color: #f6f6f6;
    padding: 3.834% 0 5.344%
}

.seo_content .seo_news .content {
    margin-top: 61px
}

.seo_content .seo_news .content ul {
    margin-right: -25px
}

.seo_content .seo_news .content ul li {
    padding-right: 25px
}

.seo_content .seo_news .content ul li .img {
    position: relative
}

.seo_content .seo_news .content ul li .img .img-box {
    border-radius: 0 100px 0 0;
    min-height: 200px;
}

.seo_content .seo_news .content ul li .img .img-box img {
    width: 100%
}

.seo_content .seo_news .content ul li .img .img-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 100px 0 0;
    background: rgba(0,0,0,.2)
}

.seo_content .seo_news .content ul li .img time {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96px;
    height: 96px;
    background-color: var(--color);
    border-radius: 0 71px 0 0;
    color: #fff;
    padding: 27px 33px 0 14px
}

.seo_content .seo_news .content ul li .img time em {
    line-height: 1;
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px
}

.seo_content .seo_news .content ul li .img time span {
    display: block;
    margin-top: 5px
}

.seo_content .seo_news .content ul li .text {
    padding: 24px 30px 0 16px
}

.seo_content .seo_news .content ul li .text .tit {
    line-height: 1.8;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seo_content .seo_news .content ul li .text .tit:hover {
    color: var(--color)
}

.seo_content .seo_news .content ul li .text .con {
    color: #737373;
    line-height: 1.7;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.seo_content .seo_industry {
    padding-top: 5%
}

.seo_content .seo_industry .con {
    color: rgba(0,0,0,.6);
    margin-top: 41px
}
@media screen and (max-width: 1000px) {
    .seo_content .seo_about {
        border-radius: 0
    }

    .seo_content .seo_honor .content ul.slick-dots {
        bottom: -40px
    }
}
@media screen and (max-width: 700px) {
    .seo_content .seo_about .con {
        margin-top: 20px;
        padding-right: 20px
    }

    .seo_content .seo_news .content ul {
        margin-right: -10px
    }

    .seo_content .seo_news .content ul li {
        padding-right: 10px
    }

    .seo_content .seo_news .content ul li .text {
        padding: 10px 0 0
    }

    .seo_content .seo_honor .content ul.slick-dots li {
        margin-right: 10px
    }
    .seo_content .seo_honor{
      padding: 60px 0;
    }
}
@media screen and (max-width: 500px) {

    .seo_content .seo_honor .content {
        margin-top: 10px
    }

    .seo_content .seo_honor .content ul.slick-dots {
        bottom: -26px
    }

    .seo_content .seo_honor .content ul.slick-dots li {
        margin-right: 5px
    }

    .seo_content .seo_news .content {
        margin-top: 20px
    }
}
.product-page .sidebar-left {
  width: 28%;
  padding-right: 45px;
}

.product-page .sidebar-left .inner-title {
  background-color: var(--color);
  padding: 15px 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product-page .sidebar-left h4{
  color: #fff;
  font-weight: 600;
}
.product-page .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}

.product-page .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 55px;
  border: 1px solid #eee;
  padding: 10px 30px;
  padding-right: 50px;
  font-size: 14px;
  color: #293241;
}

.product-page .sidebar-left .inner .inner-search form input[type="text"]::placeholder {
  color: #293241;
}

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

.product-page .sidebar-left .inner .inner-cat {
  border: 1px solid #e3e3e3;
}

.product-page .sidebar-left .inner .inner-cat>ul {
  padding: 20px 30px;
}

.product-page .sidebar-left .inner .inner-cat ul>li.diyi {
  border-bottom: 1px solid #e3e3e3;
}

.product-page .sidebar-left .inner .inner-cat ul>li.diyi:nth-last-child(1) {
  border-bottom: 0;
}

.product-page .sidebar-left .inner .inner-cat ul>li ol {
  padding: 3px 0;
  display: none;
}

.product-page .sidebar-left .inner .inner-cat ul li.active>ol {
  display: block;
}

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

.product-page .sidebar-left .inner .inner-cat ul>li.diyi>.benji a {
  font-size: 18px;
  line-height: 30px;
  padding: 10px 0;
  font-weight: 500;
  transition: all 0.5s;
}

.product-page .sidebar-left .inner .inner-cat ul>li ol li a {
  padding: 8px 0;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.5s;
  color: #555555;
}

.product-page .sidebar-left .inner .inner-cat ul>li.diyi ol.third>li a {
  color: #8f8f8f;
}

.product-page .sidebar-left .inner .inner-cat ul>li a:hover {
  color: var(--color) !important;
}

.product-page .sidebar-left .inner .inner-cat ul li.active>.benji a {
  color: var(--color) !important;
}

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

.product-page .sidebar-left .inner .inner-cat ul>li .benji i {
  transition: all 0.5s;
  margin-top: 10px;
  transform: rotate(0);
  font-size: 20px;
}
.product-page .sidebar-left .inner .inner-cat ul li>.benji i {
  transform: rotate(0deg);
}
.product-page .sidebar-left .inner .inner-cat ul li.active>.benji i {
  transform: rotate(90deg);
}

.product-page .sidebar-left .inner .inner-recent {
  border: 1px solid #e3e3e3;
}

.product-page .sidebar-left .inner .inner-recent ul {
  padding: 20px 30px;
}

.product-page .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}

.product-page .sidebar-left .inner .inner-recent ul li:nth-last-child(1) {
  border-bottom: 0;
}

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

.product-page .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}

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

.product-page .sidebar-left .inner .inner-recent ul li a .r-text p {
  font-weight: 500;
  display: -webkit-box;
}

.product-page .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}

.product-page .sidebar-left .inner .inner-tag {
  border: 1px solid #e3e3e3;
}

.product-page .sidebar-left .inner .inner-tag>ul {
  padding: 20px 30px;
  margin: 0 -5px;
}

.product-page .sidebar-left .inner .inner-tag>ul li {
  padding: 5px;
}
.product-page .sidebar-left .inner .inner-tag>ul li .box {
  background-color: var(--color);
  padding: 10px 30px;
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.5s;
  display: block;
}

.product-page .sidebar-left .inner .inner-tag>ul li .box:hover {
  background-color: #fff;
  color: var(--color);
  border-color: var(--color);
}
.product-page .sidebar-right {
  width: 72%;
}
.product-page .sidebar-right h1 {
  margin-top: -18px;
}
.product-page .sidebar-right .fenlei.Auxil-catdes{
  max-height: calc(1.5em * 10);
  overflow-y: auto;
}
.product-page .sidebar-right .product-list {
  margin-top: 24px;
}
.product-page .sidebar-right .product-list ul {
  margin: 0 -15px;
}
.product-page .sidebar-right .product-list ul li {
  width: 33.3%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.product-page .sidebar-right .product-list ul li .box .img-box {
  background-color: #f6f6f6;
  position: relative;
}
.product-page .sidebar-right .product-list ul li .box .img-box .public-btn{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  opacity: 0;
}
.product-page .sidebar-right .product-list ul li .box .img-box .public-btn span{
  white-space: nowrap;
}
.product-page .sidebar-right .product-list ul li .box .img-box .btn-go {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  opacity: 0;
}
.product-page .sidebar-right .product-list ul li .box .img-box:hover .public-btn {
  opacity: 1;
}
.product-page .sidebar-right .product-list ul li .box .text .tt {
  height: 3em;
}
.product-page .sidebar-right .product-list ul li .box .text a:hover {
  color: var(--color);
}
@media screen and (max-width: 1700px) {
  .product-page .sidebar-left {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .product-page .sidebar-left {
    padding-right: 20px;
  }
  .product-page .sidebar-left .inner-title {
    padding: 10px 15px;
  }
  .product-page .sidebar-left .inner .inner-recent ul li a .r-img {
    display: none;
  }
  .product-page .sidebar-left .inner .inner-cat>ul,
  .product-page .sidebar-left .inner .inner-recent ul,
  .product-page .sidebar-left .inner .inner-tag>ul {
    padding: 15px;
  }
  .product-page .sidebar-right .product-list ul {
    margin: 0 -5px;
  }
  .product-page .sidebar-right .product-list ul li {
    padding: 0 5px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .sidebar-left {
    display: none;
  }
  .product-page .sidebar-right {
    width: 100%;
  }
  .product-page .sidebar-right .product-list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .product-page .sidebar-right .product-list ul li {
    width: 100%;
  }
  .product-page .sidebar-right .product-list ul li .box .text .tt {
    height: auto;
  }
}




.prodet-page {
    padding: 120px 0;
    position: relative;
    z-index: 1
}

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

.prodet-page .prodet-1 .text {
    width: 50%;
}
.prodet-page .prodet-1 .text .con{
    max-height: 360px;
    overflow-y: auto;
    line-height: 1.8;
}

.prodet-page .prodet-1 .text .in-num {
    color: var(--color)
}

.prodet-page .prodet-1 .text .in-num:before {
    width: 14px;
    height: 14px;
    margin: 5px 7px 0 0
}

.prodet-page .prodet-1 .text .title {
    margin-top: 11px
}

.prodet-page .prodet-1 .img {
    text-align: right;
    width: 45%;
    margin-left: auto;
}
.prodet-page .prodet-1 .img ul{
    margin: 0 -10px;
}
.prodet-page .prodet-1 .img ul li{
    padding: 0 10px;
}
.prodet-page .prodet-1 .img a {
    display: block;
    border: 1px solid #eee;
    padding: 20px;
}
.prodet-page .prodet-1 .text .small ul{
    margin: 0 -10px;
}
.prodet-page .prodet-1 .text .small ul li{
    padding: 0 10px;
}
.prodet-page .prodet-1 .text .small a {
    display: block;
    border: 1px solid #eee;
    padding: 20px;
}

.prodet-page .prodet-2 {
    padding-top: 1.639%
}

.prodet-page .prodet-2 .ret {
    margin-top: 10px
}

.prodet-page .prodet-2 .ret .bt {
    height: 106px;
    padding: 0 104px 0 79px;
    line-height: 106px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    cursor: pointer;
    background: var(--color);
    border-radius: 0 0 50px;
    color: #fff;
    display: none;
    margin-bottom: 30px
}

.prodet-page .prodet-2 .ret .bt:before {
    content: '';
    position: absolute;
    left: 47px;
    top: 42px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff
}

.prodet-page .prodet-2 .ret .con {
    color: rgba(0,0,0,.6)
}

.prodet-page .prodet-2 .ret .con ul {
    margin: -10px
}

.prodet-page .prodet-2 .ret .con ul li {
    padding: 10px
}

.prodet-page .prodet-2 .ret .con ul li a {
    border: 2px solid #eee;
    display: block
}

.prodet-page .prodet-2 .ret form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.prodet-page .prodet-2 .ret form input {
    width: 46%;
    font-size: 18px;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    height: 63px;
    margin-bottom: 30px
}

.prodet-page .prodet-2 .ret form p {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    opacity: .6;
    margin-bottom: 20px
}

.prodet-page .prodet-2 .ret form textarea {
    width: 100%;
    height: 177px;
    font-size: 18px;
    padding: 18px 8px;
    border: 1px solid #dbdbdb
}

.prodet-page .prodet-2 .ret form input[type=submit] {
    background: var(--color);
    color: #fff;
    border: none;
    width: 186px;
    height: 57px;
    margin-top: 45px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.prodet-page .prodet-2 .ret form input[type=submit]:hover {
    background: #000
}

.prodet-page .prodet-3 {
    margin-top: 89px
}

.prodet-page .prodet-3 .content {
    margin-top: 55px
}

.prodet-page .prodet-3 .content ul {
    margin-right: -42px
}

.prodet-page .prodet-3 .content ul li {
    padding-right: 42px
}

.prodet-page .prodet-3 .content ul li .img-box {
    background-color: #f6f6f6;
    border-radius: 0 100px 0 0;
    padding: 50px 30px 30px 25px;
    text-align: center
}

.prodet-page .prodet-3 .content ul li .text {
    padding-top: 30px
}

.prodet-page .prodet-3 .content ul li .text .in-num {
    color: var(--color)
}

.prodet-page .prodet-3 .content ul li .text .in-num:before {
    width: 14px;
    height: 14px;
    margin: 2px 7px 0 0
}

.prodet-page .prodet-3 .content ul li .text .tit {
    font-weight: 500;
    line-height: 1.6;
    font-size: 20px;
    margin-top: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .prodet-3 .content ul li .text .tit:hover {
    color: var(--color)
}

.prodet-page .prodet-3 .content ul li .text .more {
    margin-top: 65px
}

.prodet-page .prodet-3 .content ul li .text .more:hover {
    color: #fff
}

.prodet-page .prodet-3 .content ul li .text .more:hover i {
    color: #fff
}

.prodet-page .prodet-3 .content ul li .text .more:hover:after {
    background: #000
}

.prodet-page .opt {
    background-color: #f6f6f6
}

.prodet-page .opt dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.prodet-page .opt dl dd {
    height: 106px;
    padding: 0 104px 0 79px;
    line-height: 106px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-right: 24px;
    cursor: pointer
}

.prodet-page .opt dl dd:before {
    content: '';
    position: absolute;
    left: 47px;
    top: 42px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--color)
}

.prodet-page .opt dl dd:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color);
    border-radius: 0 0 50px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0
}

.prodet-page .opt dl dd:hover,.prodet-page .opt dl dd.active {
    color: #fff
}

.prodet-page .opt dl dd:hover:before,.prodet-page .opt dl dd.active:before {
    background: #fff
}

.prodet-page .opt dl dd:hover:after,.prodet-page .opt dl dd.active:after {
    opacity: 1
}

.prodet-page .opt dl dd:last-child {
    margin-right: 0
}

.prodet-page:after {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    top: -43px;
    right: 0;
    font-size: 457px;
    line-height: 1;
    font-weight: 700;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(240,241,243,.5)),to(rgba(240,241,243,0)));
    background-image: -webkit-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
    background-image: -moz-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
    background-image: linear-gradient(to bottom,rgba(240,241,243,.5),rgba(240,241,243,0));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}
.m-link {
    margin-top: 30px
}
.m-link a {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.6;
    display: inline-block
}
.m-link a em {
    color: var(--color)
}
.m-link a:first-child {
    margin-top: 0
}
.inner-page .m-page {
    text-align: center
}

.inner-page .m-page a,.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 5px
}

.inner-page .m-page span.current,.inner-page .m-page a:hover {
    background: var(--color) none repeat scroll 0 0;
    color: #fff
}

@media screen and (max-width: 1680px) {
    .prodet-page .prodet-1 .text {
        width:40%
    }
}

@media screen and (max-width: 1440px) {
    .prodet-page:after {
        font-size:300px;
        top: -20px
    }
    .prodet-page .prodet-1 {
        padding: 0
    }
    .prodet-page .prodet-1 .text {
        top: 12%
    }
    .prodet-page .prodet-3 .content ul li .text .more {
        margin-top: 30px
    }
}

@media screen and (max-width: 1280px) {
    .prodet-page .opt dl dd {
        padding:0 79px
    }
}

@media screen and (max-width: 1000px) {
    .prodet-page:after {
        font-size:260px
    }
    .prodet-page .prodet-1 {
        padding: 0
    }
    .prodet-page .prodet-1 .text {
        width: 41%;
        display: inline-block;
        position: initial
    }
    .prodet-page .prodet-1 .img {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-top: 60px;
    }
    .prodet-page .prodet-1 .img img {
        width: auto
    }
    .prodet-page .opt dl dd {
        padding: 0 60px
    }
    .prodet-page .opt dl dd:before {
        left: 30px
    }
    .prodet-page .prodet-3 .content ul {
        margin-right: -20px
    }
    .prodet-page .prodet-3 .content ul li {
        padding-right: 20px
    }
}

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

    .prodet-page:after {
        display:none
    }
    .prodet-page .prodet-1 {
        padding: 0
    }
    .prodet-page .prodet-1 .text {
        position: initial;
        width: 100%
    }
    .prodet-page .opt dl dd {
        margin-right: 0;
        padding: 0 20px 0 40px
    }
    .prodet-page .opt dl dd:before {
        left: 15px
    }
    .prodet-page .prodet-3 .content ul li .text .more {
        padding-left: 31px
    }
}

@media screen and (max-width: 700px) {
    .prodet-page{
      padding: 60px 0;
    }
    .prodet-page .prodet-2 .opt {
        display:none
    }
    .prodet-page .prodet-2 .ret .bt {
        display: block;
        height: 80px;
        line-height: 80px
    }
    .prodet-page .prodet-2 .ret .bt:before {
        top: 30px
    }
    .prodet-page .prodet-2 .ret .slide {
        display: block !important;
        margin-top: 30px
    }
    .prodet-page .prodet-2 .ret .slide:first-child {
        margin-top: 0
    }
    .prodet-page .prodet-3 {
        margin-top: 30px
    }
    .prodet-page .prodet-3 .opt dl dd {
        padding: 0 104px 0 79px;
        height: 80px;
        line-height: 80px;
        width: 100%
    }
    .prodet-page .prodet-3 .opt dl dd:before {
        top: 30px;
        left: 47px
    }
    .prodet-page .prodet-2 .ret form input{
      font-size: 14px;
    }
    .prodet-page .prodet-2 .ret form input[type=submit]{
      height: 40px;
    }
}

@media screen and (max-width: 500px) {
    .prodet-page .prodet-2 .ret {
        margin-top:0
    }
    .prodet-page .prodet-3 .opt dl dd,.prodet-page .prodet-2 .ret .bt {
        height: 60px;
        line-height: 60px;
        padding: 0 0 0 30px
    }
    .prodet-page .prodet-3 .opt dl dd:before,.prodet-page .prodet-2 .ret .bt:before {
        left: 10px;
        top: 22px;
        width: 14px;
        height: 14px
    }
    .prodet-page .prodet-2 .ret form input {
        width: 100%;
        margin-right: 0
    }
    .prodet-page .prodet-3 .content {
        margin-top: 20px
    }
    .prodet-page .prodet-3 .content ul li .text .more {
        padding-left: 20px
    }
}
.news-page {
    padding-bottom: 110px
}
.news-page .tips_title {
    font-weight: 700;
    padding-left: 60px;
    text-transform: uppercase;
    padding-right: 25px;
    display: inline-block;
    position: relative;
    line-height: 1;
    z-index: 2
}

.news-page .tips_title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: 0;
    left: 0;
    background-color: #a50f0f1f;
    z-index: -1
}

.news-page .content {
    margin-top: 50px
}

.news-page .content ul li {
    position: relative
}

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

.news-page .content ul li .box {
    position: relative;
    z-index: 1;
    border: 1px solid #eceef1;
    height: 320px;
    padding: 30px 50px;
    background-color: #fff
}
.news-page .content ul li .box .title {
    font-weight: 700;
    font-size: 30px
}
.news-page .content ul li .box .title:before {
    display: none
}

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

.news-page .content ul li .box .des {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    line-height: 2
}

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

.news-page .content ul li .box .info_c {
    margin-top: 30px
}

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

.news-page .content ul li .box .info_c .time {
    color: rgba(33,33,33,.7);
    margin-left: 30px;
    width: auto;
    font-size: 16px;
    vertical-align: middle
}

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

.news-page .content ul li:hover .box {
    -webkit-transform: translate(10px,-10px);
    -moz-transform: translate(10px,-10px);
    -ms-transform: translate(10px,-10px);
    -o-transform: translate(10px,-10px);
    transform: translate(10px,-10px)
}

.newdet-page .init-1 .container .title {
    /*font-size: 30px*/
}

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

.newdet-page .init-1 .container .time {
    color: #9e9e9e;
    margin-top: 30px
}

.newdet-page .init-1 .container .content {
    margin-top: 20px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    color: #767676;
    padding: 30px 0;
    line-height: 2
}

.newdet-page .init-1 .container .bottom_cont {
    margin-top: 40px
}

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

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

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

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

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

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

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

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

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

.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
    margin-right: 0
}

@media screen and (max-width: 1000px) {
    .news-page {
        text-align:center
    }
    .news-page .tips_title {
        padding-left: 20px;
        padding-right: 20px
    }
    .news-page .content .grid-box li {
        width: 100%;
        margin-top: 20px;
        text-align: center
    }
    .newdet-page .init-1 .container .bottom_cont {
        margin-top: 20px
    }
    .newdet-page .init-1 .container .bottom_cont .left {
        width: 100%;
        padding: 0
    }
    .newdet-page .init-1 .container .bottom_cont .right {
        display: none
    }
}

@media screen and (max-width: 700px) {
  .news-page{
    padding-bottom: 60px;
  }
  .news-page .content{
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
    .news-page .content ul li .box {
        padding: 20px 16px
    }
    .news-page .content ul li .box .info_c .time {
        width: 100%;
        margin: 16px 0 0
    }
    .news-page .content ul li .box .title {
        font-size: 20px
    }
    .newdet-page .init-1 .container .bottom_cont {
        margin-top: 0
    }
    .newdet-page .init-1 .container .time {
        margin-top: 16px
    }
}
.gallery-page .tab {
    position: sticky;
    top: 80px;
    z-index: 10;
    background: #fff
}

.gallery-page .tab ul {
    margin: -20px
}

.gallery-page .tab ul li {
    padding: 10px
}

.gallery-page .tab ul li a {
    font-size: 16px;
    line-height: 1.8;
    padding: 10px;
    background: #f6f6f6;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.gallery-page .tab ul li a:hover,.gallery-page .tab ul li a.active {
    background: var(--color);
    color: #fff
}

.gallery-page .content .box {
    text-align: center;
    padding-bottom: 90px
}

.gallery-page .content .box h2 {
    color: #182333;
    font-size: 35px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.3
}

.gallery-page .content .box p {
    text-align: center;
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px
}

.gallery-page .content .box div {
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px
}

.gallery-page .content .box ul {
    margin: 0 -15px;
    text-align: left
}

.gallery-page .content .box ul li {
    padding: 1px
}

.gallery-page .content .box ul li .imgbox {
    overflow: hidden;
    position: relative;
    padding: 5px;
    border-radius: 5px
}

.gallery-page .content .box ul li .imgbox .text {
    text-align: center;
    margin-top: 5px
}

.gallery-page .content .box ul li .imgbox .text h5 {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 0 15px 0 0;
    background-color: #333
}

.gallery-page .content .box ul li .imgbox .text .con {
    margin-top: 20px;
    min-height: 90px;
    overflow: auto;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.7
}

.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
    background: var(--color)
}

.gallery-page .content .box ul li .imgbox .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0,0,0,.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.gallery-page .content .box ul li .imgbox .textbox i {
    margin-bottom: 20px;
    font-size: 45px;
    color: var(--color)
}

.gallery-page .content .box ul li .imgbox .textbox i:hover {
    cursor: pointer
}

.gallery-page .content .box ul li .imgbox .textbox h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    color: var(--color);
    padding: 5px 20px;
    background: rgba(0,0,0,.5);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    min-width: 100px;
    text-align: center
}

.gallery-page .content .box ul li .imgbox .textbox h4:hover {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    background: #000
}

.gallery-page .content .box ul li .imgbox:hover .text h5 {
    background: var(--color);
    color: #fff
}

.gallery-page .content .box ul li:hover {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.gallery-page .content .box ul li:hover .imgbox .textbox {
    top: 0
}

.gallery-page .content .box:nth-child(even) {
    background: #f8f8f8;
    padding: 90px 0
}
.gallery-page {
  padding: 90px 0 110px;
}
.gallery-page .oprions {
  margin-bottom: 40px;
}
.gallery-page .oprions a {
  display: inline-block;
  padding: .5em 1em;
  border-radius: 5px;
  background: #eee;
  font-size: 14px;
  transition: .5s;
  margin: 2px;
}
.gallery-page .oprions a:hover,
.gallery-page .oprions a.active {
  color: white;
  background: var(--color);
}
.gallery-page .list ul {
  margin: -15px;
}
.gallery-page .list ul li {
  padding: 15px;
}
.gallery-page .list ul li a {
  display: block;
  overflow: hidden;
}
.gallery-page .list ul li a img {
  width: 100%;
}
.gallery-page .list ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 1440px) {
    .gallery-page .content .box ul li {
        width:25%
    }
}

@media screen and (max-width: 1000px) {
    .gallery-page .content .box ul li {
        width:33.3333%
    }
}

@media screen and (max-width: 992px) {
    .gallery-page .content .box ul li {
        width:50%
    }
}

@media screen and (max-width: 700px) {
    .gallery-page{
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .gallery-page .content .box p {
        font-size:14px
    }
    .gallery-page .content .box ul li {
        width: 100%
    }
}
.faq-page .ui.container {
  max-width: 1370px;
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}
.faq-page .faq-1 span.tag {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.faq-page .faq-1 .list {
  margin-top: 50px;
  text-align: left;
}
.faq-page .faq-1 .list ul li .box {
  position: relative;
  margin-bottom: 10px;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li .box h6 {
  position: relative;
  font-size: 20px;
  line-height: 35px;
  color: #222222;
  line-height: 1.8em;
  font-weight: 700;
  cursor: pointer;
  padding: 16px 30px;
  padding-right: 45px;
  margin-bottom: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-page .faq-1 .list ul li .box h6 i.fa {
  float: right;
  margin-top: .2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li .box .text {
  position: relative;
  padding: 0px 30px 25px;
  font-size: 18px;
  display: none;
}
.faq-page .faq-1 .list ul li .box.active {
  border-color: var(--color);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.faq-page .faq-1 .list ul li .box.active h6 i.fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page .faq-2 {
  padding: 50px 0 90px;
  background: url("../images/about-1-bg.png") top left -25% no-repeat;
  position: relative;
}
.faq-page .faq-2 .form {
  margin-top: 50px;
  max-width: 80%;
}
.faq-page .faq-2:after {
  content: '';
  width: 100%;
  height: 188%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/faq-1.png") right top 20% no-repeat;
  z-index: -1;
}
.pro_public .init-related {
    background-color: #f7f7f7
}
.pro_public .init-related .container .tips {
    text-align: center;
    font-weight: 700
}
.pro_public .init-related .container .content {
    margin-top: 40px
}
.pro_public .init-related .container .content .slick .slick-list {
    margin: 0 -25px
}
.pro_public .init-related .container .content .slick li {
    padding: 0 25px
}
.pro_public .init-related .container .content .slick li .box .img {
    background-color: #fff;
    display: block;
    padding: 40px
}
.pro_public .init-related .container .content .slick li .box .text {
    display: block;
    margin-top: 20px
}
.pro_public .init-related .container .content .slick li .box .text:hover {
    color: var(--color)
}


.app-page .about-2 {
  margin-top: 137px;
}

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

.app-page .about-2 .box .img {
  width: 50%;
  vertical-align: middle;
  border-radius: 10px;
}

.app-page .about-2 .box .img img {
  border-radius: 10px;
}

.app-page .about-2 .box .text {
  width: 50%;
  padding-left: 64px;
  vertical-align: middle;
  color: #111;
}

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

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

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

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

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

.app-page .about-2 .box .text .con {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

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

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

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

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

.app-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 84.5%;
  height: 100%;
  background: #fff;
  border-radius: 15px;
}

@media screen and (max-width: 1440px) {
  .app-page .about-2 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .app-page .about-2 {
    margin-top: 80px;
  }
  .app-page .about-2 .box .text {
    padding: 0 15px 0 30px;
  }
}
@media screen and (max-width: 1000px) {
  .app-page .about-2 {
    margin-top: 47px;
  }
  .app-page .about-2 .box {
    padding: 0 0 60px;
  }
  .app-page .about-2 .box .img {
    width: 100%;
  }
  .app-page .about-2 .box .text {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .app-page .about-2 .box::after {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .app-page .about-2 .box .text .con {
    margin-top: 20px;
  }
  .app-page .about-2 {
    margin-top: 30px;
  }
  .faq-page .faq-1{
    padding: 60px 0;
  }
  .faq-page .faq-1 .list ul li .box .text{
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
  .app-page .about-2 .box {
    padding-bottom: 30px;
  }
  .app-page .about-2 .box .text .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .app-page .about-2 .box .text .header .left {
    width: 100%;
  }
  .app-page .about-2 .box .text .header .left .title {
    margin-top: 10px;
  }
  .app-page .about-2 .box .text .header .right {
    padding: 20px 0 0;
  }
  .app-page .about-2 .box .text .con {
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
  }
  .app-page .about-2 .box .text .list ul li {
    font-size: 16px;
    line-height: 1.8;
  }
}

.contact-page {
    padding-top: 120px;
}
.contact-page .contact-1 .left form ul {
    margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
    padding: 0 30px 37px 0;
}
.contact-page .contact-1 .left form ul li .box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}

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

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

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

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

.contact-page .contact-1 .left form ul li .box i {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.contact-page .contact-1 .left form ul li .more {
    padding: 0;
    vertical-align: middle;
}
.contact-page .contact-1 .left form ul li .more i {
    margin-right: 6px;
    display: inline-block;
}
.contact-page .contact-1 .left form ul li .more input[type="submit"] {
    background: transparent;
    border: none;
    width: 100%;
    padding: 0 40px;
}
.contact-page .contact-1 .left form ul li p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #83827f;
}
.contact-page .contact-1 .left form ul li p span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
    width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
    width: 100% !important;
}
.contact-page .contact-1 .right {
    padding-left: 7.65%;
}
.contact-page .contact-1 .right .title {
    line-height: 1.2;
}
.contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
    color: #83827f;
    margin-top: 7px;
}
.contact-page .contact-1 .right .list {
    margin-top: 22px;
}

.contact-page .contact-1 .right .list ul li {
    color: #111;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    width: 20px;
    text-align: center;
    margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    padding-left: 20px;
}
.contact-page .contact-1 .right .list ul li:last-child {
    margin-bottom: 0;
}
.contact-page .contact-2 {
    padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
    height: 520px;
}

@media screen and (max-width: 1280px) {
    .contact-page .contact-1 .right {
        padding-left: 5.65%;
    }
}
@media screen and (max-width: 1000px) {
    .contact-page {
        padding-top: 60px;
    }
    .contact-page .contact-1 .left {
        width: 100%;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding: 30px 0 0 0;
    }
    .contact-page .contact-2 {
        padding-top: 60px;
    }
    .contact-page .contact-2 #mapContainer {
        height: 360px;
    }
}
@media screen and (max-width: 700px) {
    .contact-page {
        padding-top: 30px;
    }
    .contact-page .contact-1 .left form ul li .more {
        padding: 18px 20px;
    }
    .contact-page .contact-2 {
        padding-top: 30px;
    }
}
@media screen and (max-width: 500px) {
    .contact-page .contact-1 .left form ul li .more {
        padding: 2px 12px;
    }
    .contact-page .contact-1 .left form ul li p {
        display: block;
        padding: 10px 0 0 0;
    }
    .contact-page .contact-1 .left form ul {
        margin-bottom: -20px;
    }
    .contact-page .contact-1 .left form ul li {
        padding-bottom: 20px;
    }
    .contact-page .contact-1 .left form ul li .box input,
    .contact-page .contact-1 .left form ul li .box textarea {
        padding: 10px 0 10px 36px;
    }
    .contact-page .contact-1 .right p {
        font-size: 16px;
        line-height: 30px;
    }
    .contact-page .contact-1 .right .list ul li {
        font-size: 16px;
    }
    .contact-page .contact-2 #mapContainer {
        height: 260px;
    }
}

.app-page .about-2 {
  margin-top: 137px;
}

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

.app-page .about-2 .box .img {
  width: 50%;
  vertical-align: middle;
  border-radius: 10px;
}

.app-page .about-2 .box .img img {
  border-radius: 10px;
}

.app-page .about-2 .box .text {
  width: 50%;
  padding-left: 64px;
  vertical-align: middle;
  color: #111;
}

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

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

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

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

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

.app-page .about-2 .box .text .con {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

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

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

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

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

.app-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 84.5%;
  height: 100%;
  background: #fff;
  border-radius: 15px;
}

@media screen and (max-width: 1440px) {
  .app-page .about-2 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .app-page .about-2 {
    margin-top: 80px;
  }
  .app-page .about-2 .box .text {
    padding: 0 15px 0 30px;
  }
}
@media screen and (max-width: 1000px) {
  .app-page .about-2 {
    margin-top: 47px;
  }
  .app-page .about-2 .box {
    padding: 0 0 60px;
  }
  .app-page .about-2 .box .img {
    width: 100%;
  }
  .app-page .about-2 .box .text {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .app-page .about-2 .box::after {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .app-page .about-2 .box .text .con {
    margin-top: 20px;
  }
  .app-page .about-2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .app-page .about-2 .box {
    padding-bottom: 30px;
  }
  .app-page .about-2 .box .text .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .app-page .about-2 .box .text .header .left {
    width: 100%;
  }
  .app-page .about-2 .box .text .header .left .title {
    margin-top: 10px;
  }
  .app-page .about-2 .box .text .header .right {
    padding: 20px 0 0;
  }
  .app-page .about-2 .box .text .con {
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
  }
  .app-page .about-2 .box .text .list ul li {
    font-size: 16px;
    line-height: 1.8;
  }
}
.design-page .design-2 {
  padding: 20px 0 110px;
}
.design-page .design-2 .i-title {
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.design-page .design-2 .left .img {
  /*text-align: right;*/
  border-radius: 10px;
}
.design-page .design-2 .left .txt {
  font-size: 20px;
  line-height: 1.4;
  color: #7b7b7b;
  margin-bottom: 20px;
}
.design-page .design-2 .left .img img {
  border-radius: 10px;
}
.design-page .design-2 .right {
  padding-left: 90px;
}
.design-page .design-2 .right img {
  border-radius: 10px;
}
.design-page .design-2 .right .txt {
  font-size: 20px;
  line-height: 32px;
  color: #7b7b7b;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .design-page .design-2 .right {
    padding-left: 50px;
  }
  .design-page .design-2 .right .txt {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .design-page .design-2 {
    padding: 60px 0 65px;
  }
  .design-page .design-2 .right .txt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .design-page .design-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .design-page .design-2 .left {
    width: 100%;
  }
  .design-page .design-2 .i-title {
    margin-bottom: 30px;
  }
  .design-page .design-2{
    padding-bottom: 30px;
  }
  .design-page .design-2 .right .txt{
    font-size: 16px;
    line-height: 28px;
  }
  .design-page .design-2 .left .txt{
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
  .design-page .design-2 {
    padding: 30px 0 30px;
  }
  .design-page .design-2 .right .txt {
    margin-top: 30px;
  }
}

.contact-page {
    padding-top: 120px;
}
.contact-page .contact-1 .left form ul {
    margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
    padding: 0 30px 37px 0;
}
.contact-page .contact-1 .left form ul li .box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b;
}

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

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

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

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

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

.contact-page .contact-1 .left form ul li .box i {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.contact-page .contact-1 .left form ul li .more {
    padding: 0;
    vertical-align: middle;
}
.contact-page .contact-1 .left form ul li .more i {
    margin-right: 6px;
    display: inline-block;
}
.contact-page .contact-1 .left form ul li .more input[type="submit"] {
    background: transparent;
    border: none;
    width: 100%;
    padding: 0 40px;
}
.contact-page .contact-1 .left form ul li p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #83827f;
}
.contact-page .contact-1 .left form ul li p span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
    width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
    width: 100% !important;
}
.contact-page .contact-1 .right {
    padding-left: 7.65%;
}
.contact-page .contact-1 .right .title {
    line-height: 1.2;
}
.contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
    color: #83827f;
    margin-top: 7px;
}
.contact-page .contact-1 .right .list {
    margin-top: 22px;
}

.contact-page .contact-1 .right .list ul li {
    color: #111;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    width: 20px;
    text-align: center;
    margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    padding-left: 20px;
}
.contact-page .contact-1 .right .list ul li:last-child {
    margin-bottom: 0;
}
.contact-page .contact-2 {
    padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
    height: 520px;
}

@media screen and (max-width: 1280px) {
    .contact-page .contact-1 .right {
        padding-left: 5.65%;
    }
}
@media screen and (max-width: 1000px) {
    .contact-page {
        padding-top: 60px;
    }
    .contact-page .contact-1 .left {
        width: 100%;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding: 30px 0 0 0;
    }
    .contact-page .contact-2 {
        padding-top: 60px;
    }
    .contact-page .contact-2 #mapContainer {
        height: 360px;
    }
}
@media screen and (max-width: 700px) {
    .contact-page {
        padding-top: 30px;
    }
    .contact-page .contact-1 .left form ul li .more {
        padding: 18px 20px;
    }
    .contact-page .contact-2 {
        padding-top: 30px;
    }
}
@media screen and (max-width: 500px) {
    .contact-page .contact-1 .left form ul li .more {
        padding: 2px 12px;
    }
    .contact-page .contact-1 .left form ul li p {
        display: block;
        padding: 10px 0 0 0;
    }
    .contact-page .contact-1 .left form ul {
        margin-bottom: -20px;
    }
    .contact-page .contact-1 .left form ul li {
        padding-bottom: 20px;
    }
    .contact-page .contact-1 .left form ul li .box input,
    .contact-page .contact-1 .left form ul li .box textarea {
        padding: 10px 0 10px 36px;
    }
    .contact-page .contact-1 .right p {
        font-size: 16px;
        line-height: 30px;
    }
    .contact-page .contact-1 .right .list ul li {
        font-size: 16px;
    }
    .contact-page .contact-2 #mapContainer {
        height: 260px;
    }
}

.btn-go {
  display: inline-flex;
  color: #fff;
}
.btn-go span {
  background-image: linear-gradient(90deg, var(--color) 0%, var(--color1) 100%), linear-gradient(var(--color2), var(--color2));
}
.btn-go .rs-txt {
  color: #fff;
  border-radius: 28px;
  padding: 16px 36px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  z-index: 9;
  font-weight: 500;
  transform: translate3d(-56px, 0, 0);
  transform-style: preserve-3d;
}
.btn-go .rs-ico {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.btn-go .rs-ico.two {
  opacity: 1;
  transform: translate3d(-56px, 0, 0);
  transform-style: preserve-3d;
}
.btn-go:hover .rs-txt {
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
}
.btn-go:hover .rs-ico {
  opacity: 1;
}
.btn-go:hover .rs-ico.two {
  opacity: 0;
}
@media (max-width: 700px) {
  .btn-go .rs-txt {
    padding: 10px 22px;
  }
  .btn-go .rs-ico {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 500px) {
  .btn-go .rs-ico {
    width: 50px;
    height: 50px;
  }
  .btn-go .rs-txt {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
