@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo2';
  src: url('../fonts/Exo2-Bold.eot');
  src: url('../fonts/Exo2-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2-Bold.woff2') format('woff2'), url('../fonts/Exo2-Bold.woff') format('woff'), url('../fonts/Exo2-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo2';
  src: url('../fonts/Exo2-SemiBold.eot');
  src: url('../fonts/Exo2-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2-SemiBold.woff2') format('woff2'), url('../fonts/Exo2-SemiBold.woff') format('woff'), url('../fonts/Exo2-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo2';
  src: url('../fonts/Exo2-Medium.eot');
  src: url('../fonts/Exo2-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2-Medium.woff2') format('woff2'), url('../fonts/Exo2-Medium.woff') format('woff'), url('../fonts/Exo2-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo2';
  src: url('../fonts/Exo2-Regular.eot');
  src: url('../fonts/Exo2-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2-Regular.woff2') format('woff2'), url('../fonts/Exo2-Regular.woff') format('woff'), url('../fonts/Exo2-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Exo2';
   --index-main-color: #001f33;
  --index-color1: #005caa;
  --index-color2: #002c4d;
  --footer-bg: #00161f;
}
.set-position-center {
  position: absolute;
  left: 50%;
  right: 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-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;
}
.set-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@-webkit-keyframes publicBtnCircle {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes publicBtnCircle {
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes publicBtnCircle {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1530px;
  margin: auto;
  width: 100%;
}
.public-title {
  font-size: 48px;
  font-weight: bold;
  color: #000000;
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.public-title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 6px;
  z-index: -1;
  width: 110%;
  height: 14px;
  background-color: #deeceb;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.public-title1 {
  font-size: 36px;
  line-height: 1.6;
  font-weight: bold;
  color: #0d0d0d;
}
.public-btn {
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 199px;
}
.public-btn:hover .btn-left .circle {
  -webkit-animation: publicBtnCircle 2s linear infinite;
  -moz-animation: publicBtnCircle 2s linear infinite;
  animation: publicBtnCircle 2s linear infinite;
}
.public-btn:hover .btn-text {
  color: var(--index-color1);
}
.public-btn .btn-left {
  height: 57px;
  width: 57px;
  position: relative;
  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;
}
.public-btn .btn-left .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #838383;
}
.public-btn .btn-left .circle::after {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--index-color1);
  border-radius: 50%;
  right: 5px;
  top: 5px;
}
.public-btn .btn-text {
  color: #000;
  line-height: 57px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 32px;
}
.font-60 {
  font-size: 60px;
}
#header {
  background: transparent;
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active {
  position: fixed;
  background: var(--index-main-color);
}
#header.inner {
  background: var(--index-main-color);
}
/*#header.active .h-top {
  display: none;
}*/
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--index-main-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.47);
  background: rgba(0, 0, 0, 0.41);
  padding-top: 11px;
  padding-bottom: 7px;
}
#header .h-top .account li{
  margin: 0 12px;
}
#header .h-top .account li:last-child i{
  font-size: 18px;
}
#header .h-top  .right .h-search{
  margin-right: 20px;
}
#header .h-top  .right .h-search form{
  border: 1px solid rgba(255,255,255,.3);
  align-items: center;
  justify-content: space-between;
  width: 320px;
}
#header .h-top  .right .h-search form .text{
  color: rgba(255, 255, 255, .3);
  width: calc(100% - 34px);
  padding-left: 15px;
}
#header .h-top  .right .h-search form .text::placeholder{
   color: rgba(255, 255, 255, .3)
}
#header .h-top  .right .h-search form input{
  height: 34px;
  border: none;
  background: none;
}
#header .h-top  .right .h-search form .submit{
  background: url('../images/h-search.png') no-repeat center center;
  width: 34px;
}
#header .h-top  .right .h-search span{
  color: rgba(255, 255, 255, .3)
}
#header .h-top  .right .h-inquiry{
  color: #fff;
  margin: 0 12px;
  padding-top:2px; 
  cursor: pointer;
}
#header .h-top .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .left .add i{
  font-size: 16px;
}
#header .h-top .left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 400;
}
#header .h-top .left span {
  padding-left: 16px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#header.active .h-top {
  background: var(--index-main-color);
}
/*#header .h-top .left span:hover {
  color: var(--index-color1);
}*/
#header .h-top .left .tel {
  margin-left: 5.625vw;
}
#header .h-top .h-language {
  position: relative;
  z-index: 101;
  cursor: pointer;
}
#header .h-top .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .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: 16px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: -90px;
  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(--index-main-color);
  display: none \9;
}
#header .h-top .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .h-top .h-language ul.sub-menu li a {
  display: block;
}
#header .h-top .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .h-top .h-language ul.sub-menu li:hover {
  background: var(--index-main-color);
  color: white;
}
#header .h-top .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 {
  position: relative;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  vertical-align: middle;
  margin-top: 24px;
  margin-bottom: 15px;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  margin: 7px 0 0 auto;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  line-height: 1;
  margin-right: 4.84375vw;
  color: #fff;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--index-color1);
}
#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;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  top: 200%;
  left: 0;
  width: 180px;
  -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(--index-main-color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) ul.sub-menu {
   width: 330px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#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: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 .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .items {
  margin-top: 5px;
  margin-left: 48px;
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#banner {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
#banner .banner-slide-ul .slide-box {
  position: relative;
}
#banner .banner-slide-ul .slide-box .text {
  position: absolute;
  top: 32.4%;
  left: 11%;
}
#banner .banner-slide-ul .slide-box .text .title {
  max-width: 1079px;
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 3px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 13px;
  line-height: 1.2;
}
#banner .banner-slide-ul .slide-box .text .intro {
  color: #fff;
  margin-top: 21px;
  margin-bottom: 2.135416666666667vw;
  line-height: 1.6;
}
#banner .banner-slide-ul .slide-box .text .banner-btn {
  display: block;
  width: 190px;
  height: 54px;
  line-height: 50px;
  background-color: var(--index-main-color);
  border: 1px solid var(--index-main-color);
  border-radius: 4px;
  text-align: center;
  color: #fff;
}
#banner .banner-slide-ul .slide-box .text .banner-btn:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
}
#index-body .about {
  margin-top: 5.729166666666667vw;
}
#index-body .about .content {
  margin-bottom: 5.15625vw;
}
#index-body .about .content .left {
  margin-top: 9px;
}
#index-body .about .content .right {
  margin-left: 4.166666666666667vw;
  max-width: 656px;
}
#index-body .about .content .right .public-title1 {
  color: var(--index-color1);
}
#index-body .about .content .right .public-title1::after {
  display: block;
  content: '';
  background: var(--index-color1);
  width: 147px;
  height: 4px;
  margin-top: 13px;
}
#index-body .about .content .right .title {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 29px;
  line-height: 1.4;
}
.shouye{
  font-size: 16px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  font-family: 'Montserrat';
  font-weight: 400;
  -webkit-box-orient: vertical;
  /*overflow: hidden;
  text-overflow: ellipsis;*/
  margin-bottom: 30px;
  color: #646464;
}
.shouye h1{
  display: inline;
  font: inherit;
}
#index-body .about .content .right .intro {
  line-height: 1.8;
  /*display: -webkit-box;
  -webkit-line-clamp: 8;*/
  font-family: 'Montserrat';
  font-weight: 400;
  -webkit-box-orient: vertical;
  /*overflow: hidden;
  text-overflow: ellipsis;*/
  margin-bottom: 30px;
  color: #646464;
}
#index-body .about .content .right .about-standard {
  margin-top: 20vw;
}
#index-body .about .content .right .about-standard li {
  margin-right: 2.604166666666667vw;
}
#index-body .about .strength-data {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11);
  padding-top: 3.3333333333333335vw;
  padding-bottom: 3.1770833333333335vw;
  border-radius: 7px;
}
#index-body .about .strength-data ul.df {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-left: 10px;
  padding-right: 10px;
}
#index-body .about .strength-data ul.df li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .about .strength-data ul.df li .left {
  margin-top: 6px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .about .strength-data ul.df li .right {
  margin-left: 35px;
}
#index-body .about .strength-data ul.df li .right .title {
  font-family: 'Montserrat';
  font-weight: 400;
  color: rgba(1, 1, 1, 0.88);
  margin-bottom: 5px;
  line-height: 30px;
}
#index-body .about .strength-data ul.df li .right .bottom {
  font-weight: bold;
  font-size: 46px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.87);
}
#index-body .advantage {
  margin-top: -5.26041667vw;
  background-color: #f6f6f6;
  padding-top: 9.479166666666668vw;
  padding-bottom: 5.208333333333334vw;
}
#index-body .advantage:hover .public-title::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#index-body .advantage .advantage-list {
  margin-top: 1.9791666666666667vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .advantage .advantage-list .order {
  font-size: 72px;
  line-height: 84px;
  color: var(--index-color2);
  font-weight: bold;
}
#index-body .advantage .advantage-list a.title {
  color: #080808;
  font-weight: 600;
  display: block;
  margin-top: 10px;
  margin-bottom: 25px;
  line-height: 44px;
}
#index-body .advantage .advantage-list .intro {
  max-width: 320px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #080808;
  height: 87px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px;
}
#index-body .faq {
  padding-top: 4.635416666666667vw;
  padding-bottom: 5.729166666666667vw;
}
#index-body .faq:hover .public-title::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#index-body .faq .public-title {
  color: #fff;
}
#index-body .faq .public-title::after {
  background-color: var(--index-color1);
  opacity: 0.27;
}
#index-body .faq .faq-list {
  margin-top: 2.291666666666667vw;
  -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;
}
#index-body .faq .faq-list li {
  max-width: 900px;
  border-bottom: 1px solid #646464;
  margin-bottom: 36px;
  padding-bottom: 4px;
}
#index-body .faq .faq-list li.active .content {
  height: 56px;
  margin-top: 18px;
  line-height: 32px;
  margin-bottom: 1px;
}
#index-body .faq .faq-list li.active .top .icon::after {
  opacity: 0;
}
#index-body .faq .faq-list li:last-child {
  margin-bottom: 0;
}
#index-body .faq .faq-list li .top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#index-body .faq .faq-list li .top .title {
  color: #ffffff;
  display: -webkit-box;
  /*-webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
#index-body .faq .faq-list li .top .icon {
  width: 12px;
  height: 12px;
  position: relative;
  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;
}
#index-body .faq .faq-list li .top .icon::before,
#index-body .faq .faq-list li .top .icon::after {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background: #fff;
}
#index-body .faq .faq-list li .top .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .faq .faq-list li .content {
  margin-top: 0;
  max-width: 787px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #ffffff;
  opacity: 0.37;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  height: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .product {
  position: relative;
  padding-top: 4.166666666666667vw;
  padding-bottom: 4.166666666666667vw;
}
#index-body .product .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .product .public-title1 {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  /*display: inline-flex;*/
  z-index: 1;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .product .public-title1::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 6px;
  z-index: -1;
  width: 110%;
  height: 14px;
  /*background-color: #deeceb;*/
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .product:hover .public-title1::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#index-body .product .left {
  margin-top: 8.697916666666668vw;
}
#index-body .product .left .product-text-slide-ul {
  max-width: 515px;
}
#index-body .product .left .product-text-slide-ul .slide-box .intro {
  font-weight: 300;
  line-height: 1.75;
  color: #3c3c3c;
  margin-top: 25px;
  margin-bottom: 4.739583333333334vw;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .product .right {
  width: 56.46666666666667%;
  max-width: 847px;
}
#index-body .product .right .product-slide-ul .slide-box {
  -webkit-box-shadow: -0.88541667vw 0px 2.08333333vw 0px rgba(0, 0, 0, 0.07);
  box-shadow: -0.88541667vw 0px 2.08333333vw 0px rgba(0, 0, 0, 0.07);
  padding-top: 66.35182998819362%;
  position: relative;
  margin-top: 2.0833333333333335vw;
  margin-bottom: 2.0833333333333335vw;
  margin-left: 2.96875vw;
  display: block;
  background: #fff;
}
#index-body .product .right .product-slide-ul .slide-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 67%;
  transform: translate(-50%,-50%);
  /*width: 100%;
  height: 100%;*/
}
#index-body .product .product-prev {
  left: 0;
}
#index-body .product .product-next {
  right: 0;
}
#index-body .product .product-prev,
#index-body .product .product-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
#index-body .product .product-prev .arrow,
#index-body .product .product-next .arrow {
  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;
}
#index-body .product .product-prev .arrow i,
#index-body .product .product-next .arrow i {
  font-size: 22px;
}
#index-body .service {
  background-color: #468e99;
}
#index-body .service .public-btn .btn-left .circle {
  border-color: #000;
}
#index-body .service .img {
  width: 50%;
}
#index-body .service .text {
  width: 50%;
  padding-bottom: 1vw;
}
#index-body .service .text .public-title {
  color: var(--index-main-color);
}
#index-body .service .text .intro {
  font-weight: 300;
  color: #010101;
  line-height: 1.8;
}
#index-body .service .text .intro1 {
  max-width: 650px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 34px;
  color: var(--index-main-color);
}
#index-body .service .row1 .text {
  padding-top: 4.322916666666667vw;
  padding-left: 5.3125vw;
  padding-right: 15px;
}
#index-body .service .row1 .text .intro {
  margin-top: 20px;
  margin-bottom: 31px;
  max-width: 621px;
}
#index-body .service .row1 .text .intro p:first-child {
  margin-bottom: 30px;
}
#index-body .service .row2 .text {
  padding-top: 4.0625vw;
  padding-left: 10.989583333333334vw;
  padding-right: 15px;
}
#index-body .service .row2 .text .intro {
  margin-top: 21px;
  margin-bottom: 2.5520833333333335vw;
  max-width: 632px;
}
#index-body .service .row2 .text .intro p:first-child {
  margin-bottom: 32px;
}
#index-body .news {
  margin-top: 5.520833333333334vw;
  margin-bottom: 4.6875vw;
  position: relative;
}
#index-body .news .news-prev {
  left: 0;
}
#index-body .news .news-next {
  right: 0;
}
#index-body .news .news-prev,
#index-body .news .news-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
}
#index-body .news .news-prev .arrow,
#index-body .news .news-next .arrow {
  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;
}
#index-body .news .news-prev .arrow i,
#index-body .news .news-next .arrow i {
  font-size: 22px;
}
#index-body .news:hover .public-title::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#index-body .news .title-intro {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #212121;
  margin-top: 10px;
  margin-bottom: 48px;
  font-family: Montserrat;
}
#index-body .news .news-slide-ul {
  margin: 0 -10px 0;
}
#index-body .news .news-slide-ul .slide-box {
  border: 1px solid rgba(0, 31, 51, 0.1);
  padding: 43px 22px 41px 22px;
  margin: 0 10px;
  -webkit-transition: .3s;
  height: 470px;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .news .news-slide-ul .slide-box:hover {
  background: var(--index-main-color);
}
#index-body .news .news-slide-ul .slide-box:hover .date {
  color: #fff;
}
#index-body .news .news-slide-ul .slide-box:hover a.title {
  color: #fff;
}
#index-body .news .news-slide-ul .slide-box:hover .intro {
  color: #fff;
}
#index-body .news .news-slide-ul .slide-box:hover .news-btn .btn-left i {
  color: #fff;
}
#index-body .news .news-slide-ul .slide-box:hover .news-btn .btn-left .circle {
  border-color: #fff;
}
#index-body .news .news-slide-ul .slide-box:hover .news-btn .btn-left .circle::after {
  background-color: #fff;
}
#index-body .news .news-slide-ul .slide-box:hover .news-btn .btn-text {
  color: #fff;
}
#index-body .news .news-slide-ul .slide-box .news-btn .btn-left {
  width: 49px;
  height: 49px;
}
#index-body .news .news-slide-ul .slide-box .news-btn .btn-left i {
  font-size: 20px;
  font-weight: bold;
  color: #191919;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .news .news-slide-ul .slide-box .news-btn .btn-left .circle::after {
  right: 4px;
  top: 4px;
}
#index-body .news .news-slide-ul .slide-box .date {
  font-weight: 400;
  line-height: 26px;
  color: #0d0d0d;
  font-family: Montserrat;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .news .news-slide-ul .slide-box a.title {
  display: -webkit-box;
  /*-webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;*/
  max-width: 310px;
  font-weight: 600;
  color: #1b1b1b;
  margin-top: 10px;
  margin-bottom: 8px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1.7;
  min-height: 8.6em;
}
#index-body .news .news-slide-ul .slide-box .intro {
  height: 110px;
  max-width: 308px;
  font-family: Montserrat;
  font-weight: 400;
  color: #0d0d0d;
  margin-bottom: 10px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1.8;
  display: -webkit-box;
  /*-webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
#index-body .contact #raindrops {
  width: 100%;
  height: 60px;
}
#index-body .contact .content {
  padding-top: 33px;
  padding-bottom: 2.96875vw;
  background: var(--index-main-color);
}
#index-body .contact .content .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .contact .content .title {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  color: #ffffff;
}
#index-body .contact .content a.contact-btn {
  width: 232px;
  height: 56px;
  border-radius: 4px;
  border: solid 1px #ffffff;
  font-weight: 500;
  line-height: 54px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .contact .content a.contact-btn:hover {
  background: #ffffff;
  color: var(--index-main-color);
}
#footer {
  background: var(--footer-bg);
}
#footer .f-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .f-top .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-top .f-logo {
  margin-top: 28px;
  margin-bottom: 27px;
}
#footer .f-top .f-contact {
  margin-left: 15px;
}
#footer .f-top .f-contact li {
  margin-right: 5.416666666666667vw;
  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;
}
#footer .f-top .f-contact li:first-child {
  margin-top: 32px;
}
#footer .f-top .f-contact li:first-child .icon {
  margin-top: -30px;
}
#footer .f-top .f-contact li .icon i{
  font-size: 30px;
  color:#fff;
}
#footer .f-top .f-contact li:last-child {
  margin-right: 0;
}
#footer .f-top .f-contact li .icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .f-top .f-contact li .text {
  max-width: 400px;
  font-family: Montserrat;
  font-weight: 400;
  color: #ffffff;
  margin-left: 11px;
  line-height: 1.8;
}
#footer .f-content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.34375vw;
  margin-bottom: 22px;
}
#footer .f-content dl dt {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 26px;
}
#footer .f-content dl dd {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  color: #838383;
}
#footer .f-content dl dd a:hover {
  color: #fff;
}
#footer .f-content .items .text {
  max-width: 310px;
  font-family: Montserrat;
  font-weight: 400;
  color: #afafaf;
  margin-bottom: 2.3958333333333335vw;
  margin-top: 70px;
  line-height: 1.8;
}
#footer .f-content .items .social-account li {
  width: 40px;
  height: 39px;
  margin-right: 13px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .f-content .items .social-account li:nth-child(1) {
  background-color: #00aced;
}
#footer .f-content .items .social-account li:nth-child(2) {
  background-color: #cb2027;
}
#footer .f-content .items .social-account li:nth-child(3) {
  background-color: #cc2366;
}
#footer .f-content .items .social-account li i {
  color: #fff;
  font-size: 20px;
}
#footer .f-content .f-form dt {
  margin-bottom: 2.135416666666667vw;
}
#footer .f-content .f-form form {
  width: 420px;
  font-family: Montserrat;
}
#footer .f-content .f-form form input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.4);
  padding-left: 23px;
  font-size: 18px;
  font-weight: 300;
  line-height: 48px;
  color: #fff;
  background: none;
  margin-bottom: 20px;
}
#footer .f-content .f-form form input::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 300;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form form input:-moz-placeholder {
  font-size: 18px;
  font-weight: 300;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form form input::-moz-placeholder {
  font-size: 18px;
  font-weight: 300;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form form input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 300;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form form input::placeholder {
  font-size: 18px;
  font-weight: 300;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form form .submit {
  padding-left: 0;
  border-color: var(--index-color1);
  background: var(--index-color1);
  font-weight: 300;
  line-height: 48px;
  color: #ffffff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#footer .f-content .f-form form .submit:hover {
  background: var(--index-main-color);
}
#footer .f-copy {
  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;
  font-family: Montserrat;
  font-weight: 400;
  color: #a1a1a1;
  padding-top: 36px;
  padding-bottom: 36px;
  line-height: 2;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 25px;
  fill: #a1a1a1;
}
#footer .f-copy svg text {
  fill: #a1a1a1;
}
.yejiao{
  margin-left: 10px;
}
@media screen and (max-width: 1440px) {
  #index-body .product .left {
    padding-left: 19px;
  }
}
@media screen and (max-width: 1280px) {
  .font-60 {
    font-size: 45px;
  }
  .public-title {
    font-size: 45px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 15px;
  }
  #banner .banner-slide-ul .slide-box .text {
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #banner .banner-slide-ul .slide-box .text .title {
    font-size: 45px;
  }
  #index-body .advantage .advantage-list .order {
    font-size: 45px;
  }
  #index-body .about .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .content .left {
    margin-bottom: 25px;
    margin-left: 15px;
    margin-right: 15px;
  }
  #index-body .about .content .right {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 100%;
  }
  #index-body .service .row1 .text,
  #index-body .service .row2 .text {
    padding-left: 15px;
  }
  #footer .f-top .f-contact li:first-child .icon,
  #footer .f-top .f-contact li:first-child {
    margin-top: 0;
  }
  #footer .f-top .f-contact {
    margin-bottom: 20px;
  }
  #footer .f-top .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-top .f-contact li {
    margin-right: 20px;
  }
  #footer .f-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content .items .text {
    margin-top: 0;
  }
  #footer .f-content dl {
    margin-bottom: 1vw;
  }
  #footer .f-copy {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .font-24 {
    font-size: 20px;
  }
  .font-40 {
    font-size: 35px;
  }
  .public-title {
    font-size: 35px;
  }
  #header .nav .ui.menu .logo {
    width: 77px;
  }
  #header .nav {
    background: rgba(0, 0, 0, 0.8);
  }
  #header .nav .ui.menu .items {
    display: none;
  }
  #banner .banner-slide-ul .slide-box .text {
    top: 15px;
  }
  #banner {
    margin-top: 60px;
  }
  #banner .banner-slide-ul .slide-box .text .title {
    font-size: 35px;
  }
  #index-body .about .strength-data ul.df {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .strength-data ul.df li {
    margin: 5px 0;
  }
  #index-body .about .strength-data ul.df li .right .bottom {
    font-size: 35px;
  }
  #index-body .advantage .advantage-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .product .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .product .left {
    width: 100%;
  }
  #index-body .product .left .product-text-slide-ul {
    max-width: 100%;
  }
  #index-body .product .left .product-text-slide-ul .slide-box .intro {
    max-width: 100%;
  }
  #index-body .product .left {
    margin-bottom: 20px;
  }
  #index-body .product .right {
    width: 100%;
    max-width: 100%;
  }
  #index-body .service .img {
    width: 100%;
  }
  #index-body .service .text {
    width: 100%;
  }
  #index-body .service .row1,
  #index-body .service .row2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .contact .content .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .contact .content .title {
    margin-bottom: 20px;
  }
  #footer .f-top .f-contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-top .f-contact li {
    margin-bottom: 20px;
  }
  #footer .f-top .f-contact li .text {
    max-width: unset;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 25px;
  }
  .public-title1 {
    font-size: 25px;
  }
  .font-40 {
    font-size: 25px;
  }
  #banner .banner-slide-ul .slide-box .text .title {
    font-size: 25px;
  }
  #index-body .product .left {
    padding-left: 0;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .faq {
    display: none;
  }
  #index-body .service {
    display: none;
  }
  #index-body .contact {
    display: none;
  }
  #footer .f-content {
    margin-bottom: 0;
  }
  #footer .f-content .f-links {
    display: none;
  }
  #footer .f-content .items .social-account {
    display: none;
  }
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-copy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .yejiao{
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .font-24 {
    font-size: 20px;
    line-height: 36px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 30px;
  }
  .font-40 {
    font-size: 20px;
    line-height: 36px;
  }
  .font-16 {
    font-size: 16px;
    line-height: 1.8!important;
  }
  .public-title {
    font-size: 20px;
  }
  .public-title1 {
    font-size: 20px;
  }
  .public-btn {
    width: 169px;
  }
  .public-btn .btn-left {
    height: 37px;
    width: 37px;
  }
  .public-btn .btn-left .circle::after {
    right: 0;
    top: 0;
  }
  .public-btn .btn-text {
    line-height: 37px;
  }
  #banner .banner-slide-ul .slide-box .text .title {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  #banner .banner-slide-ul .slide-box .text .intro {
    display: none;
  }
  #banner .banner-slide-ul .slide-box .text .banner-btn {
    height: 36px;
    line-height: 32px;
  }
  #index-body .product .product-prev,
  #index-body .product .product-next {
    display: none;
  }
  #index-body .news .news-prev,
  #index-body .news .news-next {
    display: none;
  }
  #footer .f-content .f-form form {
    width: 100%;
  }
  #footer .f-content .f-form form input {
    height: 38px;
    line-height: 36px;
  }
  #footer .f-content .f-form form .submit {
    line-height: 38px;
  }
  #footer .f-content .f-form form input {
    font-size: 16px;
  }
}
/*内页*/
.font-35{
  font-size: 35px;
}
.pb-80{
  padding-bottom: 4vw;
}
.tit1 {
    font-size: 40px;
    font-weight: bold;
  }
  .tit1.line::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: currentcolor;
  }
  .tit1.txt-center.line::after {
    margin: 20px auto;
  }
  
  @media screen and (max-width: 1300px) {
    .tit1 {
      font-size: 30px;
    }
  }
  @media screen and (max-width: 1200px) {
    .tit1 {
      font-size: 26px;
    }
  }
  @media screen and (max-width: 700px) {
    .tit1 {
      font-size: 20px;
    }
  }
  
  .baseBtn {
    line-height: 50px;
    display: inline-block;
    border-left: 4px solid var(--index-main-color);
    padding: 0 30px;
    background-color: rgba(255, 255, 255, 0.27);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
  }
  .baseBtn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: var(--index-main-color);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
  }
  .baseBtn:hover {
    color: white;
  }
  .baseBtn:hover::before {
    width: 100%;
  }
  .baseBtn.gray {
    background-color: #f6f6f6;
  }
  #msg {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid white;
    color: white;
    font-family: arial;
    line-height: 38px;
    padding: 0 18px;
    margin-left: 25px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
  }
  #msg:hover {
    color: black;
    background-color: white;
  }
  #header.sm #msg {
    color: #464646;
    border-color: #464646;
    font-size: 14px;
  }
  @media (max-width: 1280px) {
    #msg {
      display: none;
    }
  }
#bans .mouse {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 20px;
  height: 32px;
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 50px;
  margin-left: -10px;
  border-radius: 20px;
}
#bans .mouse:after {
  content: '';
  display: block;
  width: 2px;
  height: 4px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  top: 5px;
  margin-left: -1px;
  -webkit-animation: mouse-middle 0.86s ease infinite;
  -moz-animation: mouse-middle 0.86s ease infinite;
  animation: mouse-middle 0.86s ease infinite;
}
@-webkit-keyframes mouse-middle {
    0% {
      opacity: .8;
    }
    50% {
      opacity: 1;
      top: 15px;
      height: 7px;
    }
    100% {
      opacity: 0;
      top: 28px;
      height: 4px;
    }
  }
  @-moz-keyframes mouse-middle {
    0% {
      opacity: .8;
    }
    50% {
      opacity: 1;
      top: 15px;
      height: 7px;
    }
    100% {
      opacity: 0;
      top: 28px;
      height: 4px;
    }
  }
  @keyframes mouse-middle {
    0% {
      opacity: .8;
    }
    50% {
      opacity: 1;
      top: 15px;
      height: 7px;
    }
    100% {
      opacity: 0;
      top: 28px;
      height: 4px;
    }
  }
  #nav-box {
    position: fixed;
    z-index: 998;
    background: url('../images/nav_bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
  }
  #nav-box .item {
    width: 16.666666%;
    height: 100%;
    background: #fff;
    border-right: 1px solid #eaeaea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s;
  }
  #nav-box .item:hover {
    background: rgba(255, 255, 255, 0);
    border-right: 0px none;
  }
  #nav-box .item:last-child {
    border-right: 0px none;
  }
  #nav-box .item .line {
    width: 1px;
    height: 0px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 20%;
    margin-top: 30px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
  }
  #nav-box .item:hover .line {
    height: 60px;
    margin-top: 0;
  }
  #nav-box .item .num {
    position: absolute;
    top: 32%;
    width: 100%;
    left: 0;
    text-align: center;
    font-weight: bold;
    color: #eee;
    font-size: 76px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  #nav-box .item:hover .num {
    margin-top: -35px;
    color: var(--index-main-color);
  }
  #nav-box .item .cn {
    position: absolute;
    top: 42%;
    width: 100%;
    left: 0;
    text-align: center;
    font-family: 'Microsoft YaHei Light', 'Microsoft YaHei', sans-serif;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 0;
  }
  #nav-box .item:hover .cn {
    color: #fff;
    opacity: .3;
  }
  #nav-box .item dl {
    position: absolute;
    top: 42%;
    width: 100%;
    left: 0;
    text-align: center;
  }
  #nav-box .item dl a {
    display: block;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
  }
  #nav-box .item dt a {
    font-size: 22px;
    color: #464646;
    padding: 35px 0;
  }
  #nav-box .item dd a {
    font-size: 15px;
    padding: 8px 0;
  }
  #nav-box .item:hover a {
    color: #fff;
  }
  #nav-box .item:hover a:hover {
    color: #5d92fe;
  }
  
  @media (max-width: 1366px) {
    #nav-box .item dt a {
      font-size: 20px;
    }
    #nav-box .item dd a {
      font-size: 14px;
    }
  }
  @media (max-width: 1280px) {
    #nav-box .item dt a {
      font-size: 18px;
    }
    #nav-box .item dd a {
      font-size: 13px;
    }
  }
  @media (max-width: 1080px) {
    #nav-box .item dd a {
      font-size: 12px;
    }
  }
  @media (max-width: 920px) {
    #nav {
      width: 70px;
      height: 70px;
      margin-top: 0;
    }
    #header.sm #nav {
      width: 60px;
      height: 60px;
    }
    #nav-box {
      height: auto;
      min-height: 100%;
      padding-top: 80px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      top: 0;
      bottom: 0;
      overflow: auto;
    }
    #nav-box .item {
      width: 100%;
      height: auto;
      background: none;
      float: none;
      border: 0px none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    #nav-box .item:last-child {
      border-bottom: 0px none;
    }
    #nav-box .item .line {
      display: none;
    }
    #nav-box .item .num {
      display: none;
    }
    #nav-box .item .cn {
      display: none;
    }
    #nav-box .item dl {
      position: relative;
      top: 0;
      width: 100%;
      left: 0;
      text-align: left;
    }
    #nav-box .item dl:after {
      content: '';
      display: block;
      position: absolute;
      left: 30px;
      top: 24px;
      width: 2px;
      height: 18px;
      background: #fff;
    }
    #nav-box .item dt {
      position: relative;
    }
    #nav-box .item dt > span {
      display: block;
      position: absolute;
      right: 15px;
      top: 0;
      width: 50px;
      height: 100%;
    }
    #nav-box .item dt > span:after {
      content: '';
      display: block;
      position: absolute;
      right: 18px;
      top: 31px;
      width: 14px;
      height: 2px;
      background: #fff;
    }
    #nav-box .item dt > span:before {
      content: '';
      display: block;
      position: absolute;
      right: 24px;
      top: 25px;
      width: 2px;
      height: 14px;
      background: #fff;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s;
    }
    #nav-box .item dt > span.active:before {
      height: 2px;
      top: 32px;
    }
    #nav-box .item dt a {
      font-size: 16px;
      color: #fff;
      padding: 24px 50px;
      font-weight: bold;
      display: inline-block;
    }
    #nav-box .item dd {
      padding-left: 50px;
      padding-bottom: 25px;
      display: none;
    }
    #nav-box .item dd a {
      color: rgba(255, 255, 255, 0.6) !important;
      font-size: 14px;
    }
  }
  #lan {
    display: inline-block;
    vertical-align: middle;
  }
  #lan .tit {
    padding-right: 20px;
    position: relative;
    color: #fff;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
  }
  #lan .tit::after {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
  }
  #lan .tit i {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
  }
  #lan .tit i img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
  }
  #lan > div {
    position: absolute;
    left: -10px;
    top: 60px;
    width: 140px;
    -webkit-transition: all .45s;
    -moz-transition: all .45s;
    transition: all .45s;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .45s;
    -moz-transition: height .45s;
    transition: height .45s;
  }
  #lan > div.active {
    height: 140px;
  }
  #lan > div > a {
    display: block;
    height: 42px;
    color: #fff;
    background: var(--index-main-color);
    font-size: 15px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    position: relative;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    padding-left: 20px;
  }
  #lan > div > a img {
    height: 19px;
    margin: -2px 8px auto auto;
  }
  #lan > div > a span {
    position: relative;
    display: block;
    z-index: 2;
  }
  #lan > div > a:hover {
    background: #eee;
    color: #464646;
  }
  #lan > div > a:last-child {
    border-bottom: 0px none;
  }
  @media (max-width: 920px) {
    #lan > div > a {
      -webkit-transition: none;
      -moz-transition: none;
      transition: none;
      font-size: 14px;
    }
    #lan > div > a img {
      margin-top: 0 !important;
    }
  }
  table {
    width: 100%;
    margin-bottom: 20px;
    word-break: break-word;
  }
  table td,
  table th {
    padding: 5px 10px;
    border: 1px solid #666;
    width: 50%;
  }
  table td:first-child {
    color: #2d2d2d;
  }
  table td:last-child {
    color: #666;
  }
  .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;
  }
  .swiper-wrapper {
    height: 100%;
    width: 100%;
  }
  @-webkit-keyframes ks {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @-moz-keyframes ks {
    from {
      -moz-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
    10% {
      -moz-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -moz-transform: scale(1.5);
      transform: scale(1.5);
      opacity: .3;
    }
    to {
      -moz-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      transform: scale(1.5);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
    .product-page .productBox .productNav{
      width: 24%;
      margin-right: 30px;
    }
    .product-page .productBox .productList{
      width: 76%;
    }
  .product-page .productBox .productList ul li .content_cont {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 30;
    text-align: left;
  }
  .product-page .productBox .productList ul li .content_cont .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .product-page .productBox .productList ul li .content_cont .content_c {
    max-width: 100%;
    background-color: #fff;
    position: absolute;
    width: 1580px;
    padding-top: 25px;
    top: 56%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .product-page .productBox .productList ul li .content_cont .content_c .close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    line-height: 37px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    transform-origin: center;
    transition: .3s;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .close:hover {
    transform: rotate(180deg);
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top {
    padding: 0 40px 0 60px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .left{
    width: 35%;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .left .big-img-box{
    position: relative;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .left .big-img-box .big-img-slide{
    margin: 0;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .left .big-img-box .big-img-slide li{
    padding: 0;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .left .big-img-box .big-img-slide li img{
    border: 1px solid #c9c9c9;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .left .big-img-box .img2{
    position: absolute;
    left: 0px;
    bottom: 0px;
    transform-origin: left bottom;
    transition: .3s;
    width: 20%;
    border: 1px solid #c9c9c9;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .left .big-img-box:hover .img2{
    width: 100%;
  } 


  .product-page .productBox .productList ul li .content_cont .content_c .top .big_img {
    /*width: 500px;
    height: 500px;*/
    /*background-color: #f5f5f5;*/
        border: 1px solid #c9c9c9;
        display: block;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .big_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .middle {
    width: 100%;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .middle .slick {
    width: 70%;
    margin: 20px 0 0 0;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .middle .slick .slick-list {
    width: 100%;
    height: 100% !important;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .middle .slick li {
    height: 116px;
    padding: 0 5px;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .middle .slick li .box2 {
    height: 100%;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .middle .slick li .box2 a {
    display: inline-flex;
    height: 100px;
    border: 1px solid #c9c9c9;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .middle .slick li .box2 a img {
    background-color: #f5f5f5;
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .middle .btn {
    position: absolute;
    bottom: -34px;
    left: 15px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-size: 16px;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .middle .btn:hover {
    background-color: #212122;
    color: #fff;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .middle .next {
    left: 56px;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .right {
    /*width: calc(100% - 530px);*/
    width: 65%;
    padding-left: 60px;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .right .title {
    font-weight: bold;
    line-height: 44px;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .right .des {
    color: #515151;
    margin-top: 20px;
    /*max-height: 240px;
    overflow-y: auto;
    padding-right: 4px;*/
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .right .more_c {
    margin-top: 20px;
    margin-left: -14px;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .right .more_c .more {
    margin-top: 10px;
    display: inline-block;
    font-weight: 500;
    border: 1px solid #212122;
    padding: 10px 30px;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .right .more_c .more:hover {
    color: #fff;
    background-color: #212122;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .right .more_c .contact {
    margin-left: 14px;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .top .right table{
    width: 100% !important;
    max-height: 437px;
    overflow: auto;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .bottom {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 30px;
    font-weight: 500;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .bottom a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #212122;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-left: 10px;
    border: 1px solid #212122;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .bottom a:hover {
    background-color: #fff;
    color: #212122;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .form_cont {
    display: none;
    padding: 20px 30px 30px;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .form_cont .form_list {
    margin-top: 10px;
    position: relative;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .form_cont .form_list .line {
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #d9d9d9;
    top: 10px;
    left: 0;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .form_cont .form_list input {
    width: 100%;
    border: none;
    background-color: #f5f5f5;
    padding: 14px 12px;
    font-size: 14px;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .form_cont .name,
  .product-page .productBox .productList ul li .content_cont .content_c .form_cont .mail {
    width: 390px;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .form_cont .submit_btn {
    margin-top: 10px;
    padding: 12px 10px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #212122;
    font-size: 16px;
    font-weight: 500;
    width: 160px;
    background-color: #212122;
    color: #fff;
    margin-left: 30px;
  }
  .product-page .productBox .productList ul li .content_cont .content_c .form_cont .submit_btn:hover {
    color: #212122;
    background-color: #fff;
  }
  @media (max-width: 1500px) {
    .product-page .productBox .productList ul li .content_cont .content_c .top .big_img {
        height: 300px;
        width: 300px;
      }
      /*.product-page .productBox .productList ul li .content_cont .content_c .top .right {
        width: 540px;
      }*/
  }
  @media (max-width: 1250px) {
    .product-page .productBox .productList ul li .content_cont .content_c .phone_cont {
        overflow-y: auto;
        max-height: 500px;
        padding-right: 10px;
      }
      .product-page .productBox .productList ul li .content_cont .content_c {
        width: 970px;
        padding-top: 40px;
      }
      .product-page .productBox .productList ul li .content_cont .content_c .top .middle .btn {
        display: none !important;
      }
      .product-page .productBox .productList ul li .content_cont .content_c .top .middle .slick{
        width: 100%;
      }
      .product-page .productBox .productList ul li .content_cont .content_c .top {
        text-align: center;
        flex-wrap: wrap;
      }
      .product-page .productBox .productList ul li .content_cont .content_c .top .big_img {
        width: 340px;
        height: 340px;
      }
      .product-page .productBox .productList ul li .content_cont .content_c .top .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
      }
      .product-page .productBox .productList ul li .content_cont .content_c .bottom {
        display: none;
      }
      .product-page .productBox .productList ul li .content_cont .content_c .top .right .des {
        max-height: 200px;
        overflow: auto;
      }
      .product-page .productBox .productList ul li .content_cont .content_c .form_cont .name,
      .product-page .productBox .productList ul li .content_cont .content_c .form_cont .mail {
        width: 50%;
      }
      .product-page .productBox .productList ul li .content_cont .content_c .form_cont .submit_btn {
        margin-left: 0;
      }
  }
  @media (max-width: 1000px) {
    .product-page .productBox .productList ul li .content_cont .content_c {
        width: 700px;
      }
      .product-page .productBox .productList ul li .content_cont .content_c .top .left{
        width: 100%;
      }
  }
  @media (max-width: 700px) {
    .product-page .productBox .productList ul li .content_cont .content_c {
        width: 96%;
      }
      .product-page .productBox .productList ul li .content_cont .content_c .top .big_img {
        width: -webkit-calc(-10%);
        width: -moz-calc(-10%);
        width: calc(100% - 110px);
      }
      .product-page .productBox .productList ul li .content_cont .content_c {
        padding-right: 10px;
      }
      .product-page .productBox .productList ul li .content_cont .content_c .top {
        padding: 20px 0 20px 20px;
      }
  }
  @media (max-width: 500px) {
    .product-page .productBox .productList ul li .content_cont .content_c .top .right .more_c .more {
        width: 100%;
        text-align: center;
      }
      .product-page .productBox .productList ul li .content_cont .content_c .top .right .more_c .contact {
        margin-left: 0;
      }
      .product-page .productBox .productList ul li .content_cont .content_c .form_cont {
        padding: 20px 0 20px 16px;
      }
      .product-page .productBox .productList ul li .content_cont .content_c .form_cont .name,
      .product-page .productBox .productList ul li .content_cont .content_c .form_cont .mail {
        width: 100%;
      }
      .product-page .productBox .productList ul li .content_cont .content_c .form_cont .form_list .line {
        display: none;
      }
  } 
  .inner-banner.about {
    height: 100vh;
   }
   
   .inner-banner {
     height: 450px;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     padding-top: 200px;
     margin-top: 48px;
   }
   .inner-banner.about h2 {
     color: #000000;
       font-weight: 500;
   }
   .inner-banner h1,
   .inner-banner h2 {
     color: #FFFFFF;
     line-height: 1.6;
   }
   .inner-banner.about .mbx {
     color: #000000;
   }
   .inner-banner .mbx {
     color: #FFFFFF;
     font-style: italic;
     line-height: 20px;
   }
   .contact-page .contact-1 {
     padding: 80px 0;
   }
   .contact-page .contact-1 i {
     display: block;
     height: 70px;
     line-height: 70px;
   }
   .contact-page .contact-1 i img {
     vertical-align: middle;
   }
   .contact-page .contact-1 p {
     color: #848484;
     font-size: 16px;
     line-height: 30px;
     font-family: 'Montserrat';
   }
   .contact-page .contact-1 .box {
     max-width: 1400px;
     margin: auto;
   }
   .contact-page .contact-1 ul {
     margin: -10px;
   }
   .contact-page .contact-1 ul li {
     padding: 10px;
   }
   .contact-page .contact-2 {
     background-color: #fafafa;
   }
   .contact-page .contact-2 .left {
     vertical-align: middle;
     padding-left: 10%;
     padding-right: 7%;
   }
   .contact-page .contact-2 .right {
     vertical-align: middle;
   }
   .contact-page .contact-2 .right .img {
     height: 555px;
   }
   .contact-page .contact-2 .right .img img {
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
   }
   .contact-page .contact-2 .form input {
     margin-bottom: 20px;
     padding: 10px;
     width: 100%;
     font-size: 16px;
     background-color: transparent;
     border: none;
     border-bottom: 1px solid #cfcfcf;
   }
   .contact-page .contact-2 .form button {
     margin-top: 20px;
     width: 170px;
     height: 40px;
     color: #6e6e6e;
     font-size: 14px;
     text-transform: uppercase;
     border: 1px solid #6d6d6d;
     background-color: transparent;
   }
   @media screen and (max-width: 1200px) {
     .contact-page .contact-2 .left {
       padding-left: 5%;
       padding-right: 5%;
     }
     .inner-banner{
       height: 280px;
       padding-top: 150px;
     }
   }
   @media screen and (max-width: 1000px) {
     .contact-page .contact-1 {
       padding: 60px 0;
     }
   }
   @media screen and (max-width: 700px) {
     .contact-page .contact-2 .left {
       width: 100%;
       padding: 60px 15px;
     }
     .contact-page .contact-2 .right {
       width: 100%;
     }
     .contact-page .contact-2 .right .img {
       height: auto;
     }
   }
   .about-page .about-1 {
     padding: 90px 0;
   }
   .about-page .about-1 .box {
     padding: 60px 100px;
     background-color: #f9f9f9;
   }
   .about-page .about-1 .text {
     line-height: 2;
     font-family: 'Montserrat';
    font-weight: 400;
   }
   .about-page .about-1 .number {
     margin-top: 50px;
   }
   .about-page .about-1 .number ul {
     margin: 0 -100px;
   }
   .about-page .about-1 .number ul li {
     padding: 15px;
   }
   .about-page .about-1 .number ul li + li {
     border-left: 1px solid #c9cecd;
   }
   .about-page .about-2 {
     background-color: #fff;
     overflow: hidden;
   }
   .about-page .about-2 .top {
     height: 460px;
     background: url(../images/inner-about-2-img.jpg) no-repeat center;
     background-attachment: fixed;
     padding-top: 200px;
   }
   .about-page .about-2 .top p {
     line-height: 2;
     color: #FFFFFF;
     max-width: 800px;
     font-size: 18px;
     margin: auto;
   }
   .about-page .about-2 .bottom .list {
     margin-top: 50px;
   }
   .about-page .about-2 .bottom .list ul {
     margin: -40px;
   }
   .about-page .about-2 .bottom .list ul li {
     padding: 40px;
   }
   .about-page .about-2 .bottom .list i {
     width: 48px;
     height: 48px;
     line-height: 48px;
     text-align: center;
     border-radius: 2px;
     background-color: #F1f1f1;
   }
   .about-page .about-2 .bottom .list i img {
     vertical-align: middle;
   }
   .about-page .about-3 {
     padding: 100px 0;
   }
   .about-page .about-3 .left ul li + li {
     margin-top: 30px;
   }
   .about-page .about-4 {
     background: url(../images/about-4-bg.jpg) no-repeat center;
     /*background-attachment: fixed;*/
     height: 700px;
     padding: 60px 0 120px;
     margin-bottom: 80px;
   }
   .about-page .about-4 .box {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     max-width: 1000px;
     margin: auto;
     overflow: hidden;
   }
   .about-page .about-4 .box .list {
     width: 100%;
     height: 440px;
     overflow-y: auto;
     /*解决ios上滑动不流畅*/
     -webkit-overflow-scrolling: touch;
     padding-right: 25px;
     margin-right: -25px;
   }
   .about-page .about-4 .box ul::after {
     content: '';
     width: 2px;
     height: 100%;
     left: 50%;
     top: 0;
     background: #dddddd;
     position: absolute;
   }
   .about-page .about-4 .box ul li i {
     width: 12px;
     height: 12px;
     background: var(--index-main-color);
     border-radius: 100%;
     position: absolute;
     left: 50%;
     margin-left: -5px;
     top: 17px;
     z-index: 1;
   }
   .about-page .about-4 .box ul li i::after {
     width: 100%;
     height: 100%;
     content: '';
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     border-radius: inherit;
     background: rgba(194, 157, 99, 0.15);
     -webkit-animation: ks 2s linear infinite;
     -moz-animation: ks 2s linear infinite;
     animation: ks 2s linear infinite;
     z-index: -1;
   }
   .about-page .about-4 .box ul li .left {
     padding-right: 45px;
     text-align: right;
     position: relative;
   }
   .about-page .about-4 .box ul li .left h5 {
     color: #001f33;
     line-height: 1.6;
   }
   .about-page .about-4 .box ul li .left p {
     min-height: 63px;
     color: #000;
     line-height: 30px;
   }
   .about-page .about-4 .box ul li:nth-child(even) .left {
     left: 50%;
     text-align: left;
     padding-right: 0;
     padding-left: 45px;
   }
   .about-page .about-5 {
     padding: 80px 0;
   }
   .about-page .about-5 .box {
     max-width: 1140px;
     margin: auto;
   }
   .about-page .about-5 .list ul {
     margin: -2px;
   }
   .about-page .about-5 .list ul li {
     padding: 2px;
   }
   .about-page .about-6 {
     padding: 80px 0;
     background-color: #f9f9f9;
   }
   .about-page .about-61 {
     background-color: white! important;;
   }
   .about-page .about-6 .left {
     width: 35%;
     vertical-align: middle;
         line-height: 2;
   }
   h4.font-18.font-w-400.mt-10 {
       line-height: 2;
   }
   .about-page .about-6 .right {
     padding: 50px 80px;
     background: url(../images/about-6-bg.png) no-repeat center bottom;
     background-size: 100% auto;
     width: 65%;
     vertical-align: middle;
   }
   .about-page .about-6 .right ul{
     margin: -10px;
   }
   .about-page .about-6 .right ul li{
     padding: 10px;
   }
   
   .about-page .about-7 {
     padding: 90px 0 100px;
   }
   .about-page .about-7 .list {
     overflow: hidden;
   }
   .about-page .about-7 .list ul {
     margin: -15px;
   }
   .about-page .about-7 .list ul li {
     padding: 15px;
   }
   .about-page .about-7 .list .slick-arrow {
     position: absolute;
     z-index: 1;
     top: -webkit-calc(50% - 25px);
     top: -moz-calc(50% - 25px);
     top: calc(50% - 25px);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     font-size: 30px;
     width: 28px;
     height: 56px;
     border: none;
     background-color: #FFFFFF;
   }
   .about-page .about-7 .list .slick-arrow.slick-prev {
     left: 115px;
   }
   .about-page .about-7 .list .slick-arrow.slick-next {
     right: 113px;
   }
   @media screen and (max-width: 1200px) {
     .about-page .about-1 .box {
       padding: 60px;
     }
     .about-page .about-1 .number ul {
       margin: 0 -60px;
     }
     .about-page .about-2 .top {
       height: 400px;
       padding-top: 150px;
     }
     .about-page .about-2 .bottom .list ul {
       margin: -15px;
     }
     .about-page .about-2 .bottom .list ul li {
       padding: 15px;
     }
     .about-page .about-3 .left ul li + li {
       margin-top: 15px;
     }
     .about-page .about-3 .left {
       padding-right: 30px;
     }
   }
   @media screen and (max-width: 1000px) {
     .about-page .about-1 {
       padding: 60px 0;
     }
     .about-page .about-1 .box {
       padding: 30px 15px;
     }
     .about-page .about-1 .number ul {
       margin: 0 -15px;
     }
     .about-page .about-1 .number {
       margin-top: 30px;
     }
     .about-page .about-2 .top {
       height: 300px;
       padding-top: 100px;
     }
     .about-page .about-3 {
       padding: 60px 0;
     }
     .about-page .about-3 .left {
       width: 100%;
       padding: 0;
       margin-bottom: 40px;
     }
     .about-page .about-3 .right {
       width: 100%;
     }
     .about-page .about-4 {
       padding: 60px 0;
     }
     .about-page .about-5 {
       padding: 60px 0;
     }
     .about-page .about-6 {
       padding: 60px 0;
     }
     .about-page .about-6 .left {
       width: 100%;
     }
     .about-page .about-6 .right {
       width: 100%;
     }
     .about-page .about-7 {
       padding: 60px 0;
     }
   }
   @media screen and (max-width: 700px) {
     .about-page .about-1 .number ul li {
       border: none!important;
     }
     .about-page .about-2 .top {
       height: auto;
       padding: 100px 15px;
     }
     .about-page .about-4 .box ul {
       padding-left: 40px;
     }
     .about-page .about-4 .box ul li {
       padding-bottom: 30px;
     }
     .about-page .about-4 .box ul li .right,
     .about-page .about-4 .box ul li .left {
       width: 100%;
       left: 0 !important;
       text-align: left !important;
       padding: 0 !important;
     }
     .about-page .about-4 .box ul li i {
       left: -18px;
       top: 5px;
     }
     .about-page .about-4 .box ul:after {
       left: 22px;
       top: 5px;
     }
     .about-page .about-6 .right {
       padding: 50px;
     }
   }
   @media screen and (max-width: 500px) {
     .about-page .about-6 .right {
       padding: 20px;
     }
     .about-page .about-7 .list .slick-arrow.slick-prev {
       left: 30px;
     }
     .about-page .about-7 .list .slick-arrow.slick-next {
       right: 30px;
     }
   }
   .faq-page {
     padding: 90px 0 40px;
   }
   .faq-page .box ul li {
     border: 1px solid #dfe1e6;
     border-radius: 5px;
     padding: 20px 40px;
     background-image: url("../images/icon-lt.png");
     background-position: top 35px left 40px;
     background-repeat: no-repeat;
     position: relative;
     cursor: pointer;
     cursor: hand;
   }
   .faq-page .box ul li::after {
     content: "\f107";
     font-size: 30px;
     position: absolute;
     right: 35px;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     font-family: "FontAwesome";
   }
   .faq-page .box ul li + li {
     margin-top: 10px;
   }
   .faq-page .box ul li.active {
     background-image: url("../images/icon-lt2.png");
   }
   .faq-page .box ul li.active::after {
     content: "\f106";
   }
   @media screen and (max-width: 1000px) {
     .faq-page {
       padding: 60px 0;
     }
   }
   @media screen and (max-width: 500px) {
     .faq-page .box ul li {
       padding: 20px;
       background-image: none!important;
     }
     .faq-page .box ul li::after {
       right: 15px;
     }
   }
   .application-page .appBox {
     padding: 80px 0;
     background-color: #f8f8f8;
   }
   .application-page .appBox .box {
     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;
   }
   .application-page .appBox .box .left .imgs .slick-arrow {
     position: absolute;
     z-index: 1;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     width: 30px;
     height: 30px;
     line-height: 30px;
     border-radius: 50%;
     text-align: center;
     border: none;
     font-size: 20px;
     color: var(--index-main-color);
     background-color: #FFFFFF;
   }
   .application-page .appBox .box .left .imgs .slick-arrow.slick-prev {
     left: 10px;
   }
   .application-page .appBox .box .left .imgs .slick-arrow.slick-next {
     right: 10px;
   }
   .application-page .appBox .box .right {
     padding-left: 120px;
   }
   .application-page .appBox .box .right ul li + li {
     margin-top: 5px;
   }
   .application-page .appBox .box .right ul li {
     color: var(--index-main-color);
     font-style: italic;
     position: relative;
   }
   .application-page .appBox .box .right ul li::before {
     content: "\f105";
     font-size: 20px;
     font-family: FontAwesome;
     font-style: initial;
     margin-right: 5px;
   }
   .application-page .appBox:nth-child(odd) {
     background-color: #FFFFFF;
   }
   .application-page .appBox:nth-child(odd) .box {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
     -ms-flex-direction: row-reverse;
     flex-direction: row-reverse;
   }
   .application-page .appBox:nth-child(odd) .box .right {
     padding-left: 0;
     padding-right: 120px;
   }
   @media screen and (max-width: 1200px) {
     .application-page .appBox .box .right {
       padding-left: 60px;
     }
     .application-page .appBox:nth-child(odd) .box .right {
       padding-right: 60px;
     }
   }
   @media screen and (max-width: 1000px) {
     .application-page .appBox .box {
       display: block;
     }
     .application-page .appBox .box .left {
       width: 100%;
     }
     .application-page .appBox .box .right {
       width: 100%;
       padding: 0!important;
       margin-top: 30px;
     }
     .application-page .appBox {
       padding: 60px 0;
     }
   }
   .news-page {
     padding-top: 100px;
   }
   .news-page .news-list ul li + li {
     margin-top: 80px;
   }
   .news-page .news-list time {
     color: #adadad;
   }
   .news-page .news-list p {
     color: #6d6d6d;
   }
   .news-page .news-list a.btn1 {
     display: inline-block;
     line-height: 40px;
     height: 40px;
     color: #6d6d6d;
     border: 1px solid #6d6d6d;
     padding: 0 40px;
     -webkit-transition: .5s ease;
     -moz-transition: .5s ease;
     transition: .5s ease;
   }
   .news-page .news-list a.btn1:hover {
     color: #FFFFFF;
     background-color: var(--index-main-color);
     border-color: var(--index-main-color);
   }
   @media screen and (max-width: 1000px) {
     .font-36 {
       font-size: 30px;
     }
     .news-page {
       padding-top: 60px;
     }
   }
   @media screen and (max-width: 700px) {
     .font-36 {
       font-size: 20px;
       line-height: 36px;
     }
     .news-page .news-list ul li + li {
       margin-top: 40px;
     }
   }
   #sideBox {
     margin: -25px;
   }
   #sideBox .sideLeft {
     padding: 25px;
     width: 75%;
   }
   #sideBox .sideRight {
     padding: 25px;
     width: 25%;
   }
   #sideBox .sideRight .latestInfo ul li + li {
     margin-top: 10px;
   }
   #sideBox .sideRight .latestInfo .img {
     width: 100px;
     height: 100px;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     vertical-align: middle;
   }
   #sideBox .sideRight .latestInfo .text {
     width: -webkit-calc(100% - 100px);
     width: -moz-calc(100% - 100px);
     width: calc(100% - 100px);
     vertical-align: middle;
   }
   #sideBox .sideRight .navInfo {
     margin-top: 50px;
   }
   #sideBox .sideRight .navInfo ul li + li {
     margin-top: 15px;
   }
   #sideBox .sideRight .navInfo ul li a {
     color: #adadad;
     border-bottom: 1px solid transparent;
   }
   #sideBox .sideRight .navInfo ul li a:hover {
     color: var(--index-main-color);
     border-color: currentcolor;
   }
   #sideBox .sideRight .contact-info {
     margin-top: 50px;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     padding: 90px 0;
   }
   #sideBox .sideRight .contact-info h4 {
     color: #FFFFFF;
   }
   #sideBox .sideRight .contact-info a.btn1 {
     display: inline-block;
     line-height: 40px;
     height: 40px;
     border-radius: 5px;
     color: #FFFFFF;
     background-color: var(--index-main-color);
     padding: 0 40px;
     -webkit-transition: .5s ease;
     -moz-transition: .5s ease;
     transition: .5s ease;
   }
   #sideBox .sideRight .contact-info a.btn1:hover {
     background-color: #000000;
   }
   @media screen and (max-width: 1000px) {
     #sideBox {
       margin: -15px;
     }
     #sideBox .sideLeft {
       width: 100%;
       padding: 15px;
     }
     #sideBox .sideRight {
       display: none;
       padding: 15px;
     }
   }
   .newdet-page {
     padding: 100px 0 60px;
   }
   .newdet-page .prodet-3{
     background-color: #fafafa;
   }
   @media screen and (max-width: 1000px) {
     .newdet-page {
       padding: 60px 0;
     }
   }
   .bespoke-page .bespoke-1 {
     padding: 100px 0;
   }
   .bespoke-page .bespoke-1 .list ul {
     margin: -15px;
   }
   .bespoke-page .bespoke-1 .list ul li {
     padding: 15px;
   }
   .bespoke-page .bespoke-1 .list .img {
     overflow: hidden;
   }
   .bespoke-page .bespoke-1 .list .img .mask {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     padding: 20px;
   }
   .bespoke-page .bespoke-1 .list .img .text {
     padding: 15px;
     background-color: #FFFFFF;
     -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
     -ms-transform: translateY(100%);
     transform: translateY(100%);
     opacity: 0;
     -webkit-transition: .5s ease;
     -moz-transition: .5s ease;
     transition: .5s ease;
   }
   .bespoke-page .bespoke-1 .list .img .text span {
     color: #acacac;
   }
   .bespoke-page .bespoke-1 .list .img:hover .text {
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     transform: translateY(0);
     opacity: 1;
   }
   .bespoke-page .bespoke-2 {
     background: url(../images/bespoke-2-bg.jpg) no-repeat center;
     background-size: cover;
     padding: 100px 0;
   }
   .bespoke-page .bespoke-2 p {
     line-height: 2;
   }
   .bespoke-page .bespoke-2 .btns a {
     min-width: 180px;
     padding: 0 30px;
     display: inline-block;
     line-height: 55px;
     border: 1px solid currentcolor;
     -webkit-transition: .5s ease;
     -moz-transition: .5s ease;
     transition: .5s ease;
   }
   .bespoke-page .bespoke-2 .btns a:hover {
     color: #FFFFFF;
     border-color: var(--index-main-color);
     background-color: var(--index-main-color);
   }
   .bespoke-page .bespoke-3 {
     padding-top: 100px;
   }
   .bespoke-page .bespoke-3 .left .content {
     -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
     padding: 30px;
     border-radius: 5px;
     border: 1px solid #ebecf0;
   }
   .bespoke-page .bespoke-3 .left .tabs ul li {
     width: auto;
   }
   .bespoke-page .bespoke-3 .left .tabs ul li a {
     height: 45px;
     line-height: 45px;
     border-radius: 23px;
     padding: 0 20px;
   }
   .bespoke-page .bespoke-3 .left .tabs ul li.active a {
     color: #FFFFFF;
     background-color: var(--index-main-color);
   }
   .bespoke-page .bespoke-3 .left .list ul {
     margin: -6px;
   }
   .bespoke-page .bespoke-3 .left .list ul li {
     padding: 6px;
   }
   .bespoke-page .bespoke-3 .left .list ul li .img {
     border-radius: 5px;
     overflow: hidden;
   }
   .bespoke-page .bespoke-3 .right {
     padding-left: 120px;
   }
   .bespoke-page .bespoke-3 .right p {
     line-height: 2;
   }
   .bespoke-page .bespoke-3 .right a.btn1 {
     margin-top: 50px;
     display: inline-block;
     line-height: 55px;
     height: 55px;
     border-radius: 5px;
     color: #FFFFFF;
     background-color: var(--index-main-color);
     padding: 0 75px;
     -webkit-transition: .5s ease;
     -moz-transition: .5s ease;
     transition: .5s ease;
   }
   .bespoke-page .bespoke-3 .right a.btn1:hover {
     background-color: #000000;
   }
   .bespoke-page .bespoke-4 {
     padding-top: 100px;
   }
   @media screen and (max-width: 1200px) {
     .bespoke-page .bespoke-3 .right {
       padding-left: 60px;
     }
   }
   @media screen and (max-width: 1000px) {
     .bespoke-page .bespoke-1 {
       padding: 60px 0;
     }
     .bespoke-page .bespoke-2 {
       padding: 60px 0;
     }
     .bespoke-page .bespoke-2 .btns {
       margin-top: 30px;
     }
     .bespoke-page .bespoke-3 {
       padding-top: 60px;
     }
     .bespoke-page .bespoke-3 .left {
       width: 100%;
     }
     .bespoke-page .bespoke-3 .right {
       width: 100%;
       padding: 0;
     }
     .bespoke-page .bespoke-4 {
       padding-top: 60px;
     }
     .bespoke-page .bespoke-3 .left .content {
       padding: 30px 15px;
     }
   }
   @media screen and (max-width: 700px) {
     .bespoke-page .bespoke-2 .btns a {
       display: block;
       margin: 10px 0;
       line-height: 40px;
     }
   }
   @media screen and (max-width: 500px) {
     .bespoke-page .bespoke-3 .left .list ul li {
       width: 50%!important;
     }
   }
   .customer-page {
     padding-top: 100px;
   }
   .customer-page .customer-1 .list ul {
     margin: -20px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
   }
   .customer-page .customer-1 .list ul li {
     padding: 20px;
   }
   .customer-page .customer-1 .list .mml-text {
     height: 100%;
     padding: 40px 30px;
     -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   }
   .customer-page .customer-1 .list i {
     display: block;
     height: 70px;
   }
   .customer-page .customer-1 .list p {
     line-height: 2;
   }
   .customer-page .customer-2 {
     padding: 100px 0;
   }
   .customer-page .customer-2 .box {
     margin: -15px;
   }
   .customer-page .customer-2 .box .left {
     padding: 15px;
   }
   .customer-page .customer-2 .box .right {
     padding: 15px;
   }
   .customer-page .customer-2 .tabs {
     border-bottom: 1px solid #f2f2f2;
   }
   .customer-page .customer-2 .tabs ul {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -moz-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
   }
   .customer-page .customer-2 .tabs ul li {
     padding: 15px 0;
     position: relative;
     width: auto;
   }
   .customer-page .customer-2 .tabs ul li::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     width: 85px;
     height: 3px;
     background-color: var(--index-main-color);
     opacity: 0;
     -webkit-transition: .5s ease;
     -moz-transition: .5s ease;
     transition: .5s ease;
   }
   .customer-page .customer-2 .tabs ul li.active::after {
     opacity: 1;
   }
   .customer-page .customer-2 .tabs ul li a {
     font-style: italic;
   }
   .customer-page .customer-2 .content .text {
     color: #a0a0a0;
   }
   .customer-page .customer-3 {
     background-color: #f8f8f8;
     padding: 80px 0;
   }
   .customer-page .customer-3 hr {
     margin: 50px 0;
     border: none;
     border-bottom: 1px solid #dbdbdb;
   }
   .customer-page .customer-3 .list .slick-arrow {
     position: absolute;
     z-index: 1;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     width: 30px;
     height: 30px;
     line-height: 30px;
     border-radius: 50%;
     text-align: center;
     border: none;
     font-size: 20px;
     color: #FFFFFF;
     background-color: #c2ab8c;
   }
   .customer-page .customer-3 .list .slick-arrow.slick-prev {
     left: -40px;
   }
   .customer-page .customer-3 .list .slick-arrow.slick-next {
     right: -40px;
   }
   .customer-page .customer-3 .list ul {
     margin: -40px;
   }
   .customer-page .customer-3 .list ul li {
     padding: 40px;
   }
   .customer-page .customer-3 .list img {
     display: inline-block;
   }
   .customer-page .customer-4 {
     padding: 100px 0 0;
   }
   .customer-page .customer-4 .list ul {
     margin: -15px;
   }
   .customer-page .customer-4 .list ul li {
     padding: 15px;
   }
   @media screen and (max-width: 1200px) {
     .customer-page .customer-3 .list ul {
       margin: -15px;
     }
     .customer-page .customer-3 .list ul li {
       padding: 15px;
     }
     .customer-page .customer-3 .list .slick-arrow.slick-prev {
       left: 0;
     }
     .customer-page .customer-3 .list .slick-arrow.slick-next {
       right: 0;
     }
   }
   @media screen and (max-width: 1000px) {
     .customer-page .customer-1 .list ul {
       display: block;
       margin: -10px;
     }
     .customer-page .customer-1 .list ul li {
       padding: 10px;
     }
     .customer-page .customer-1 .list .mml-text {
       padding: 30px 15px;
     }
     .customer-page .customer-2 .box .left {
       width: 100%;
     }
     .customer-page .customer-2 .box .right {
       width: 100%;
       text-align: center;
     }
     .customer-page {
       padding-top: 60px;
     }
     .customer-page .customer-2 {
       padding: 60px 0;
     }
     .customer-page .customer-3 {
       padding: 60px 0;
     }
     .customer-page .customer-4 {
       padding: 60px 0 0;
     }
   }
   @media screen and (max-width: 700px) {
     .customer-page .customer-2 .tabs ul {
       display: block;
     }
     .customer-page .customer-2 .tabs ul li {
       margin-right: 30px;
     }
   }
   .product-page .category-desc {
     background-color: #f9f9f9;
     line-height: 2;
   }
   .product-page .productNav ul {
     position: relative;
   }
   .product-page .productNav ul::after {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     border-bottom: 1px solid #f2f2f2;
   }
   .product-page .productNav ul li {
     width: auto;
     position: relative;
     border-bottom: 1px solid #f2f2f2;
   }
    .product-page .productNav ul li:last-child{
      border-bottom: none;
    }
   /*.product-page .productNav ul li + li {
     margin-left: 50px;
   }*/
   .product-page .productNav ul li a {
     padding: 10px 0;
     line-height: 1.8;
   }
   .product-page .productNav ul li a:hover,
   .product-page .productNav ul li a.active{
     color: var(--index-color1)!important;
   }
   .product-page .productNav ul li>ul{
     margin-left: 15px;
     padding-bottom: 5px;
   }
   .product-page .productNav ul::after{
     display: none
   }
   .product-page .productNav ul li a::after {
     content: "";
     position: absolute;
     z-index: 1;
     left: 0;
     bottom: -1px;
     display: block;
     height: 3px;
     width: 0;
     background-color: var(--index-main-color);
     -webkit-transition: .5s ease;
     -moz-transition: .5s ease;
     transition: .5s ease;
   }
   .product-page .productNav ul li.active a::after {
     width: 100%;
   }
   .productList ul {
     margin: -20px;
   }
   .productList ul li {
     padding: 20px;
   }
   @media screen and (max-width: 1000px) {
     .product-page .productNav {
       display: none;
     }
     .productList ul {
       margin: -15px;
     }
     .productList ul li {
       padding: 15px;
     }
   }
   .prodet-page {
     padding: 100px 0;
   }
   .prodet-page .prodet-1 .box .left .big-small {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
     -ms-flex-direction: row-reverse;
     flex-direction: row-reverse;
   }
   .prodet-page .prodet-1 .box .left .big {
     width: 85%;
   }
   .prodet-page .prodet-1 .box .left .big .slick-arrow {
     position: absolute;
     z-index: 1;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     width: 30px;
     height: 30px;
     line-height: 30px;
     border-radius: 50%;
     text-align: center;
     border: none;
     font-size: 20px;
     color: var(--index-main-color);
     background-color: #FFFFFF;
   }
   .prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
     left: 20px;
   }
   .prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
     right: 20px;
   }
   .prodet-page .prodet-1 .box .left .small {
     width: 15%;
   }
   .prodet-page .prodet-1 .box .left .small ul {
     margin: -5px;
   }
   .prodet-page .prodet-1 .box .left .small ul li {
     padding: 5px;
   }
   .prodet-page .prodet-1 .box .right .content {
     max-width: 410px;
   }
   .prodet-page .prodet-1 .box .right .content .text {
     line-height: 2;
   }
   .prodet-page .prodet-1 .box .right .content a.msg {
     color: #FFFFFF;
     background-color: var(--index-main-color);
     -webkit-transition: .5s ease;
     -moz-transition: .5s ease;
     transition: .5s ease;
     text-align: center;
   }
   .prodet-page .prodet-1 .box .right .content a.msg:hover {
     background-color: #000000;
   }
   .prodet-page .prodet-1 .box .right .content .social-links h4,
   .prodet-page .prodet-1 .box .right .content .social-links ul {
     display: inline-block;
     vertical-align: middle;
   }
   .prodet-page .prodet-2 {
     padding-top: 100px;
   }
   .prodet-page .prodet-2 form input,
   .prodet-page .prodet-2 form textarea {
     width: 100%;
     padding: 20px;
     font-size: 14px;
     border: 1px solid #e5e5e5;
     margin-bottom: 20px;
     font-style: italic;
   }
   .prodet-page .prodet-2 form textarea {
     height: 240px;
   }
   .prodet-page .prodet-2 form button {
     margin-top: 30px;
     font-size: 14px;
     font-weight: 400;
     color: #FFFFFF;
     background-color: var(--index-main-color);
     border: none;
     padding: 15px 45px;
     text-transform: uppercase;
     -webkit-transition: .5s ease;
     -moz-transition: .5s ease;
     transition: .5s ease;
   }
   .prodet-page .prodet-2 form button:hover {
     background-color: #000000;
   }
   .prodet-page .prodet-2 .options ul {
     position: relative;
   }
   .prodet-page .prodet-2 .options ul::after {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     border-bottom: 1px solid #f2f2f2;
   }
   .prodet-page .prodet-2 .options ul li {
     width: auto;
     position: relative;
   }
   .prodet-page .prodet-2 .options ul li + li {
     margin-left: 130px;
   }
   .prodet-page .prodet-2 .options ul li a {
     padding: 15px 40px;
   }
   .prodet-page .prodet-2 .options ul li a::after {
     content: "";
     position: absolute;
     z-index: 1;
     left: 0;
     bottom: -1px;
     display: block;
     height: 3px;
     width: 0;
     background-color: var(--index-main-color);
     -webkit-transition: .5s ease;
     -moz-transition: .5s ease;
     transition: .5s ease;
   }
   .prodet-page .prodet-2 .options ul li.active a::after {
     width: 100%;
   }
   .prodet-page .prodet-2 .ret ul li .content {
     padding-left: 100px;
     padding-right: 100px;
   }
   .prodet-page .prodet-2 .ret ul li .content.form {
     padding-top: 60px;
     padding-bottom: 60px;
     -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   }
   .prodet-page .prodet-3 {
     padding-top: 100px;
   }
   .prodet-page .prodet-3 .slick-arrow {
     position: absolute;
     z-index: 1;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     width: 40px;
     height: 40px;
     line-height: 40px;
     border-radius: 50%;
     text-align: center;
     border: none;
     font-size: 20px;
     color: #FFFFFF;
     background-color: #c2ab8c;
   }
   .prodet-page .prodet-3 .slick-arrow.slick-prev {
     left: -50px;
   }
   .prodet-page .prodet-3 .slick-arrow.slick-next {
     right: -50px;
   }
   @media screen and (max-width: 1200px) {
     .prodet-page .prodet-1 .box .right .content h1 {
       margin: 0;
     }
     .prodet-page .prodet-1 .box .right .content a.msg {
       margin-top: 30px;
     }
     .prodet-page .prodet-2 .options ul li + li {
       margin-left: 60px;
     }
   }
   @media screen and (max-width: 1000px) {
     .prodet-page {
       padding: 60px 0;
     }
     .prodet-page .prodet-1 .box .left {
       width: 100%;
     }
     .prodet-page .prodet-1 .box .right {
       width: 100%;
       padding: 0;
       margin-top: 40px;
     }
     .prodet-page .prodet-2 {
       padding-top: 60px;
     }
     .prodet-page .prodet-3 {
       padding-top: 60px;
     }
     .prodet-page .prodet-2 .ret ul li .content {
       padding-left: 30px;
       padding-right: 30px;
     }
     .prodet-page .prodet-2 .ret ul li .content.form {
       padding-top: 30px;
       padding-bottom: 30px;
     }
   }
   @media screen and (max-width: 500px) {
     .prodet-page .prodet-1 .box .left .big-small {
       display: block;
     }
     .prodet-page .prodet-1 .box .left .big {
       width: 100%;
       padding: 0;
     }
     .prodet-page .prodet-1 .box .left .small {
       width: 100%;
       margin-top: 10px;
     }
     .prodet-page .prodet-2 form input,
     .prodet-page .prodet-2 form textarea {
       padding: 10px;
     }
     .prodet-page .prodet-2 .options ul li {
       width: 100%;
     }
     .prodet-page .prodet-2 .options ul li + li {
       margin: 0;
     }
     .prodet-page .prodet-2 .ret ul li .content {
       padding-left: 0;
       padding-right: 0;
     }
     .prodet-page .prodet-2 .ret ul li .content.form {
       padding-left: 15px;
       padding-right: 15px;
     }
     .prodet-page .prodet-2 form textarea {
       height: 100px;
     }
   }
   
   
   .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;
     -moz-box-shadow: 0 2px 10px 0 #d8dde6;
     -o-box-shadow: 0 2px 10px 0 #d8dde6;
     box-shadow: 0 2px 10px 0 #d8dde6;
     -webkit-transition: .5s;
     -moz-transition: .5s;
     -ms-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     margin: 5px;
   }
   
   .inner-page .m-page span.current,
   .inner-page .m-page a:hover {
     background: var(--index-main-color) none repeat scroll 0 0;
     color: #fff;
   }
   
   
   
   .glBox ul{
     margin: -15px;
   }
   .glBox ul li{
     padding: 15px;
   }
   
   
   
   .social-links ul li {
     width: auto!important;
   }
   .social-links ul li a {
     display: inline-block;
     vertical-align: middle;
   }
   .social-links ul li + li::before {
     content: "";
     margin: 0 10px;
     display: inline-block;
     vertical-align: middle;
     width: 15px;
     height: 1px;
     background-color: #000000;
   }
   
.service .service-1 {
  padding-top: 40px;
  padding-bottom: 5vw;
}
.service .service-1 .service-1-title span{
  color: var(--index-main-color);
}
.service .service-1 .container ul {
  margin: 0 -17px;
  background: url("../images/service-line.png") no-repeat center 80px;
}
.service .service-1 .container ul li {
  padding: 0 17px;
  margin-top: 48px;
}
.service .service-1 .container ul li .img_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  background-color: #ececec;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.service .service-1 .container ul li .img_box span {
  display: block;
  background-color: var(--index-main-color);
  color: white;
  position: absolute;
  left: 0;
  top: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  line-height: 52px;
  font-family: var(--font);
}
.service .service-1 .container ul li h4 {
  margin: 30px 0 15px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .service .service-1 .container ul {
    background-size: 80%;
  }
}
@media (max-width: 1200px) {
  .service .service-1 .container ul li {
    width: 50%;
    margin: 20px 0;
  }
  .service .service-1 .container ul {
    background: none;
  }
}
@media (max-width: 500px) {
  .font-35{
    font-size: 20px;
  }
  .service .service-1 .container ul li {
    width: 100%;
  }
  .service .service-1 {
    padding-top: 70px;
  }
}



   
   
  
   span.h2 {
     font-weight: 800;
     line-height: 1.4;
     font-size: 40px;
     display: block;
     text-transform: uppercase;
   }
   span.h2 i {
     color: var(--index-main-color);
   }
   span.tag {
     font-size: 18px;
     display: block;
     text-transform: uppercase;
     color: var(--index-main-color);
     line-height: 1.8;
     margin-bottom: .5em;
   }
   .text2 {
     font-size: 16px;
     font-weight: 400;
     font-family: 'Montserrat';
     color: #120c0b;
     line-height: 1.8;
   }
   .text2 strong {
     font-weight: 500;
   }
   a.more2 {
     font-weight: 500;
     font-size: 18px;
     display: inline-block;
     text-transform: uppercase;
     line-height: 3.2;
     height: 60px;
     padding: 0 2em 0 2.5em;
     /*border-left: 0.5em solid var(--index-main-color);*/
     position: relative;
     background-color: white;
     z-index: 1;
     -webkit-transition: .5s;
     -moz-transition: .5s;
     transition: .5s;
     overflow: hidden;
   }
   a.more2:before {
     content: '';
     width: .3em;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
     -webkit-transition: .5s;
     -moz-transition: .5s;
     transition: .5s;
     background-color: var(--index-main-color);
     z-index: -1;
   }
   a.more2:hover {
     color: white;
   }
   a.more2:hover:before {
     width: 100%;
   }
   
   .service-page .service-1 {
     padding-top: 20px;
     padding-bottom: 100px;
   }
   .service-page .service-1 .left {
     vertical-align: middle;
   }
   .service-page .service-1 .left .img {
     height: 560px;
     display: block;
     /*-webkit-mask-image: url("../images/service-1-mask.png");
     mask-image: url("../images/service-1-mask.png");*/
     -webkit-mask-size: cover;
     mask-size: cover;
     -webkit-mask-repeat: no-repeat;
     mask-repeat: no-repeat;
     background-position: center;
     background-size: cover;
   }
   .service-page .service-1 .right {
     vertical-align: middle;
     padding-left: 5%;
     padding-top: 2%;
     line-height: 1.8;
   }
   .service-page .service-1 .right span.h2 {
     margin: .5em 0;
   }
   .service-page .service-1 .right span.h2 em {
     font-size: 0.875em;
   }
   .service-page .service-1 .right a.more2 {
     background-color: #f3f3f3;
     margin-top: 2em;
   }
   .service-page .service-2 {
     padding: 100px 0 40px;
     text-align: center;
   }
   .service-page .service-2 .list {
     margin-top: 80px;
   }
   .service-page .service-2 .list ul {
     margin: -13px;
   }
   .service-page .service-2 .list ul li {
     padding: 13px;
     text-align: left;
   }
   .service-page .service-2 .list ul li span.num {
     font-size: 50px;
     font-weight: 900;
     color: var(--index-main-color);
     display: block;
     line-height: 1;
     white-space: nowrap;
     overflow: hidden;
   }
   .service-page .service-2 .list ul li span.num:after {
     content: '';
     width: 100%;
     background-color: black;
     height: 1px;
     display: inline-block;
     vertical-align: middle;
     margin-left: .5em;
     margin-top: -0.2em;
   }
   .service-page .service-2 .list ul li span.h6 {
     font-weight: 500;
     font-size: 24px;
     color: #120c0b;
     margin: .5em 0;
     display: block;
     line-height: 40px;
   }
   .service-page .service-2 .list ul li .text2 {
     line-height: 2;
   }
   .service-page .service-2 .list ul li:last-child span.num:after {
     display: none;
   }
   .service-page .service-3 {
     padding: 130px 0 90px;
     text-align: center;
     color: white;
     background-image: url("../images/inner-about-2-img.jpg");
     background-position: center;
     background-attachment: fixed;
     background-size: cover;
   }
   .service-page .service-3 span.h2 {
     margin-bottom: 1.2em;
   }
   .service-page .service-3 a.more2 {
     color: #120c0b;
   }
   .service-page .service-3 a.more2:hover {
     color: white;
   }
   .service-page .service-4 {
     padding: 60px 0;
     background-color: var(--index-main-color);
     color: white;
     text-align: center;
   }
   .service-page .service-4 ul {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
   }
   .service-page .service-4 ul li {
     padding: 5px;
     border-right: 1px solid white;
   }
   .service-page .service-4 ul li span.h6 {
     font-weight: 900;
     font-size: 60px;
     display: block;
     line-height: 1.2;
   }
   .service-page .service-4 ul li span.h6 sub {
     font-size: 50%;
     vertical-align: baseline;
   }
   .service-page .service-4 ul li .text2 {
     color: inherit;
     margin-top: .5em;
   }
   .service-page .service-4 ul li:last-child {
     border-right: none;
   }
   
   
   .chainList {
     padding: 80px 0 100px;
   }
   .chainList .top .left {
     vertical-align: bottom;
   }
   .chainList .top .left span.tag {
     margin-bottom: 1em;
   }
   .chainList .top .right {
     vertical-align: bottom;
     text-align: right;
   }
   .chainList .top .right a.more2 {
     background-color: #f3f3f3;
   }
   .chainList .bottom {
     margin-top: 70px;
   }
   .chainList .bottom .list ul {
     margin: -10px;
   }
   .chainList .bottom .list ul li {
     padding: 10px;
     font-size: 22px;
     font-weight: 500;
     /*text-transform: uppercase;*/
     line-height: 1.2;
   }
   .chainList .bottom .list ul li a.img-box {
     display: block;
   }
   .chainList .bottom .list ul li span.h6 {
     display: block;
     margin-top: .6em;
     margin-bottom: 5px;
   }
   .chainList .bottom .list ul li time {
     display: block;
     color: var(--index-main-color);
   }
   
   
   
   
   /* mask */
   #mask {
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     position: fixed;
     z-index: 111;
     display: none;
   }
   
   #mask .slick-track {
     margin-left: 0;
   }
   
   #mask .mask-bg {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background-color: rgba(0, 0, 0, 0.3);
   }
   
   #mask .mask-close {
     position: absolute;
     z-index: 1;
     right: 30px;
     top: 30px;
     color: #000;
     cursor: pointer;
     font-size: 18px;
   }
   
   #mask .mask-inner {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     display: flex;
     align-items: center;
   }
   
   #mask .mask-inner .item{
     width: 80%;
     margin: auto;
     max-height: 100%;
     overflow-y: auto;
   }
   
   #mask .mask-inner .item .box{
     padding: 40px;
     background-color: white;
     position: relative;
     box-shadow: 0 0 10px #ccc;
   }
   
   #mask .mask-inner .item .box .left{
     padding: 20px;
   }
   #mask .mask-inner .item .box .left ul.mask-big-slick{
     box-shadow: 0 0 10px #ccc;
   }
   #mask .mask-inner .item .box .right{
     padding: 20px;
   }
   
   #mask .mask-inner .item .box .right .small-slick{
     margin: -15px;
       overflow-y: auto;
       display:-webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 3;
   }
   
   #mask .mask-inner .item .box .right ul.mask-small-slick li{
     padding: 15px;
     width: 25%!important;
   }
   #mask .mask-inner .item .box .right ul.mask-small-slick li img{
     box-shadow: 0 0 10px #ccc;
   }
   
   
   @media screen and (max-width: 1000px) {
     #mask .mask-inner .item .box .right .name{
       font-size: 24px;
     }
   }
   @media screen and (max-width: 700px) {
     #mask .mask-close{
       right: 0;
       top: 0;
     }
     #mask .mask-inner .item .box{
       padding: 0;
     }
     #mask .mask-inner .item .box .left{
       width: 100%!important;
     }
     #mask .mask-inner .item .box .right{
       width: 100%!important;
     }
     #mask .mask-inner .item .box .right .name{
       font-size: 20px;
     }
   }
   
   
   /*案例*/
   .index_casebj{width:100%;background:url(../images/index_j2_07.jpg) no-repeat center center;overflow:hidden;position:relative;padding-bottom:200px;}
   .index_casebt1{ font-size:30px; color:#666666;text-align:center; margin-top:60px;}
   .index_casebt2{ font-size:15px; color:#666666;text-align:center; margin-top:15px;}
   .slideGroup{width:100%;}
   .slideGroup .parHd{position:relative; margin-top:40px;}
   .slideGroup .parHd ul{display:table; margin:0 auto;}
   .slideGroup .parHd ul li{ float:left;margin-right:50px;cursor:pointer; font-size:16px; color:#666666;}
   .slideGroup .parHd ul li:last-child{margin-right: 0;}
   .slideGroup .parHd ul li.on{background:url(../images/index_p_21.png) no-repeat center bottom; padding-bottom:15px;}
   /*案例1*/
   .houseNew {width:100%;position:relative; margin-top:40px;}
   .houseNew .lr a {position:absolute;display:block;cursor: pointer;width:40px;height:40px;z-index: 10;}
   .houseNew .lr a.left {left:calc(50% - 80px); bottom:-100px;}
   .houseNew .lr a.right {right:calc(50% - 80px); bottom:-100px;}
   .houseNew .lr a img {display:block;margin:0 auto;width:40px;height:40px;}
   .houseNewAll {position: relative;overflow:hidden;}
   .houseNewAll ul {position: relative;overflow:hidden;display:block;}
   .houseNewAll ul li{position: relative;height:650px;/*width: 14.3%;*/transition:linear 0.3s;}
   .index_casek{ width:100%;height:650px;transition:linear 0.4s; position:absolute; top:0; left:0;transform:scale(0)}
   .houseNewAll ul li:hover .index_casek{background-color:rgba(0,31,51,0.7);transform:scale(1)}
   .index_casektext{position:absolute;width:100%;height:100%;}
   .index_casektext h3{ color:#fff; text-align:center; margin-top:300px; font-size:24px; color:#ffffff; background:url(../images/index_p_26.png) no-repeat bottom;
   padding-bottom:20px; transition:linear 0.3s;}
   .index_casektext p{ width:80%; margin:0 auto;text-align:center; color:#ffffff; font-size:14px; line-height:35px; opacity:0; transition:linear 0.5s;}
   .houseNewAll ul li:hover .index_casektext h3{margin-top:230px;}
   .houseNewAll ul li:hover .index_casektext p{opacity:1;margin-top:35px;}
   
   /* change-news */
   .change-news ul{
     margin: -15px;
   }
   .change-news ul li{
     padding: 15px;
   }
   .change-news ul li .content{
     padding: 30px;
     /*border: 1px solid #eee;*/
     height: 420px;
     background-color: #f3fcfc;
   }
   .change-news ul li time{
     display: block;
     font-size: 16px;
     line-height: 30px;
   }
   .change-news ul li h2,
   .change-news ul li h4{
     font-size: 24px;
     line-height: 44px;
     font-weight: bold;
     margin-top: 20px;
     min-height: 8.9rem;
   }
   .xwbankuai{
     height: 550px;
   }
   .change-news ul li p{
     font-size: 16px;
     line-height: 30px;
     min-height: 9.5em;
     color: #505050;
     margin: 15px 0;
     font-family: 'Montserrat';
    font-weight: 400;
   }
   .change-news ul li a.btn1 {
     display: inline-block;
     line-height: 40px;
     height: 40px;
     color: #6d6d6d;
     border: 1px solid #6d6d6d;
     padding: 0 40px;
     -webkit-transition: .5s ease;
     -moz-transition: .5s ease;
     transition: .5s ease;
   }
   .change-news ul li a.btn1:hover {
     color: #FFFFFF;
     background-color: var(--index-main-color);
     border-color: var(--index-main-color);
   }
   /* end */
   
/* seo-base-css-start */
.seo_title{
	font-size: 40px;
  line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
}

#seo_about ._box{
	margin: -15px;
}

#seo_about ._left,
#seo_about ._right{
	padding: 15px;
	vertical-align: middle;
}

#honor_list ul{
	margin: -15px;
}

#honor_list ul li{
	padding: 15px;
}

#news_list ul{
	margin: -15px;
}

#news_list ul li{
	padding: 15px;
}

#news_list ._time span{
	display: inline-block;
	padding: 5px;
  line-height: 30px;
}

#news_list ._time span._cate{
	color: #FFFFFF;
	background-color: var(--index-main-color);
}

#news_list ._time span._date{
	background-color: #f1f1f1;
}

#news_list ._table{
	padding: 30px 20px;
  height: 420px;
	border: 2px solid #CCCCCC;
}
.xwbt{
  min-height: 8.9rem!important;
}

#seo_public_from{padding:60px 0;background:#f9f9f9;}#seo_public_from h4{font-size:40px;font-weight:bold;color:#333;}#seo_public_from .seo_public_from{margin-top:30px;}#seo_public_from .seo_public_from ul{margin:-10px;}#seo_public_from .seo_public_from ul li{padding:10px;}#seo_public_from .seo_public_from ul li.wid-100{width:100%;}#seo_public_from .seo_public_from ul li input,#seo_public_from .seo_public_from ul li textarea{width:100%;line-height:24px;padding:10px 15px;border:1px solid #eee;font-family: 'Montserrat';font-size:16px; line-height: 30px; color:black;background:white;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s;}#seo_public_from .seo_public_from ul li input:focus,#seo_public_from .seo_public_from ul li textarea:focus{border-color:black;}#seo_public_from .seo_public_from ul li textarea{height:120px;}#seo_public_from .seo_public_from ul li input[type="submit"]{width:auto;display:inline-block;padding:10px 30px;background:#001f33;color:white;}#seo_public_from .seo_public_from ul li input[type="submit"]:hover{opacity:.7;}


/* mobile-product-nav */
@media screen and (max-width: 1000px) {
	#seo_about ._left,
	#seo_about ._right{
		width: 100%!important;
	}
	
    #cp-Nav {
    	display: block;
    }
    #cp-Nav .nav {
    	padding: 0 15px;
    }
    #cp-Nav .nav h3.title {
    	font-size: 18px;
    	font-weight: bold;
    	padding: 8px 10px;
    	background: #c7a484;
    	border-radius: 5px;
    }
    #cp-Nav .nav i.mask {
    	width: 100%;
    	height: 100%;
    	position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 230;
    	background: rgba(0, 0, 0, 0.2);
    }
    #cp-Nav .nav>ul {
    	display: none;
    }
    #cp-Nav .nav ul {
    	position: fixed;
    	top: 10%;
    	max-height: 80%;
    	left: 5%;
    	width: 90%;
    	padding: 20px;
    	border-radius: 5px;
    	background: white;
    	z-index: 300;
    	font-size: 16px;
    	overflow: auto;
    }
    #cp-Nav .nav ul ul {
    	padding: 0 10px;
    	font-size: 14px;
    	position: static;
    	max-height: none;
    	width: 100%;
    	margin: 10px 0;
    }
    #cp-Nav .nav ul li a {
    	display: block;
    	padding: 5px 0;
    	line-height: 28px;
    }
}
/* seo-base-css-end */

.about-page .about-honor .left{
  width: 48%;
  padding-right: 2vw;
}
.about-page .about-honor .left ol li ._img{
  margin-top: 5vw;
  margin-bottom: 5vw;
  transition: .3s;
}
.about-page .about-honor .left ol li ._name{
  display: none;
}
.about-page .about-honor .left ol .slick-current + div li ._img{
  transform: scale(1.6);
}
.about-page .about-honor .left ol .slick-current + div li ._name{
  display: block;
}
/*.about-page .about-honor .left ol .slick-current li ._img{
  transform: scale(1.6);
}
.about-page .about-honor .left ol .slick-current + div + div li ._img{
  transform: scale(1.6);
}*/
.about-page .about-honor .right{
  width: 52%;
  padding-left: 60px;
    margin-top: 80px;
    line-height: 1.8;
}
.about-page .about-honor .right h2{
  margin-bottom: 30px;
}
.about-page .about-honor .right ol{
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-page .about-honor .right ol li{
  font-weight: 600;
}
.about-page .about-honor .right ol li span{
  color: var(--index-color1);
}

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

  .about-page .about-honor .ui.container{
    flex-wrap: wrap;
  }
  .about-page .about-honor .left{
    width: 100%;
  }
  .about-page .about-honor .right{
    width: 100%;
  }
  .about-page .about-honor .left ol .slick-current + div li ._img{
    transform: scale(1);
  }
  .about-page .about-honor .left ol li{
    padding: 15px;
  }
  .product-page .productBox .productNav{
    display: none;
  }
  .product-page .productBox .productList{
    width: 100%;
  }

}
@media screen and (max-width: 1440px){
  #news_list ._table{
    height: auto;
  }
  .change-news ul li .content{
    height: auto;
  }
}

@media screen and (max-width: 1000px){
  .service-page .service-4 ul{
    flex-wrap: wrap;
  }
  .service-page .service-4 ul li{
    border-right: none;
  }
  .change-news ul li{
    width: 50%!important;
  }
  .change-news ul li .content{
    padding: 10px;
  }
}

@media screen and (max-width: 500px){
  .change-news ul li{
    width: 100%!important;
  }
  .gengduo{
    margin-top: 65%;
  }
  #index-body .about .content .right .about-standard{
    margin-top: 10vw!important;
  }
}
.xinwen h3{
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}