html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-y: scroll;

}

* {word-wrap:break-word;word-break:break-all;
  word-break: break-word;
}

@font-face {
  font-family: "Arca Heavy";
  src:
    url("../font/Arca-Heavy.ttf") format("truetype");

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ArcaMajora Bold";
  src: url("../font/ArcaMajora3-Bold.eot");
  src: url("../font/ArcaMajora3-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/ArcaMajora3-Bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ArcaMajora Heavy";
  src: url("../font/ArcaMajora3-Heavy.eot");
  src: url("../font/ArcaMajora3-Heavy.eot?#iefix") format("embedded-opentype"),
    url("../font/ArcaMajora3-Heavy.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

.font-heavy {
  font-family:  "arial";
  font-weight: bold;
}

.font-bold {
  font-family: "arial";
  font-weight: bold;
}

.en-time i {
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  font-family: "arial", "Source Sans Pro", sans-serif;
  display: block;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.w1400 {
  width: 94%;
  max-width: 1350px;
  margin: 0 auto;
}

-webkit-scrollbar {
  width: 0;
}

scrollbar {
  width: 0;
}

img {display: block;
  filter: blur(0);
  transition: filter 1s;
}

li {
  list-style: none;
}

em {
  font-style: normal;
}

p,
li,
span,
ul,
dd {
  padding: 0px;
  margin: 0px;
}

*,
:after,
:before {
  box-sizing: border-box;
}

:root {

  --sitecolor: #CDA76B;
}

.linear {
  background-image: linear-gradient(to right, #0276b0, #00a971);
}

.linear-light {
  transition: all .6s;
  background-image: linear-gradient(to right, #aed006, #00a971);
}

.linear-light:hover {
  transition: all .6s;
  background-image: linear-gradient(to right, #00a971, #aed006);
}

a {
  text-decoration: none;
}

.line {
  border-top-style: solid;
  border-top-width: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 0px;
  max-height: none;
  height: auto;
}

.hover {
  position: relative;
}

.hover:after {
  display: block;
  content: '';
  width: 100%;
  height: 0px;
  transition: all .3s;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--sitecolor);
  z-index: 0;
}

.hover:hover:after {

  width: 100%;
  height: 100%;
  transition: all .3s;

}

#header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  transition: .36s ease;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, .0))
}

#header #hcontact {
  display: flex;
}

#header .u-h_contact {
  padding: 5px 15px;
  border-radius: 30px;
}

#header .u-h_contact .fa-phone .icon {
  width: 28px;
  height: 28px;
  fill: #00cb68;
}

#header .u-h_contact .inteco-style-round {
  color: #00df72 !important;
}

#header .u-h_contact {
  border-width: 2px;
  border-style: solid;

  border-color: #00df72 !important;
  font-size: 16px;
  border-radius: 50px;
  padding: 0.5rem 1.5rem !important;
}

#header #logo {
  height: auto;
  transition: .36s ease
}

#header.u-site-header .u-site-logo .hei {
  display: none;

}

#header.u-site-header .u-site-logo .bai {
  display: block;

}

#header.u-site-header.mini .u-site-logo .hei {
  display: block;

}

#header.mini #logo img {
  height: 100%;

}

#header.u-site-header.mini .u-site-logo .bai {
  display: none;

}

#header.u-site-header.mini {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .0), rgba(0, 0, 0, .0))
}

#header #logo img {
  height: 100%;
}

#header .wrapper {
  width: 94%;
  max-width: 1350px;
  margin: 0 auto
}

#header .wrapper>.content {
  display: flex;
  width: 100%;
  height: 90px;
  transition: .36s ease;
  align-items: center;
  justify-content: space-between
}

#header .wrapper>.content .clear {
  display: none
}

#header #navWrapper {
  height: 100%;
  display: flex;
  width: 70%;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

#header #navWrapper>.content {
  display: flex;
  height: 100%;
  align-items: center
}

#header #navWrapper .nav {
  display: flex;
  height: 100%;
  transition: .26s ease
}

#header #navWrapper .nav:hover {
  color: #00a01e
}

#header #navWrapper .navitem {
  position: relative;
  display: flex;
  padding: 0 1.2vw;
  align-items: center
}

#header #navWrapper .navitem .fa {
  margin-left: 4px
}

#header #navWrapper .navitem a {
  color: #fff;
}

#header #navWrapper .navitem.active a,
#header #navWrapper .navitem:hover a {
  color: var(--sitecolor)
}


#header #navWrapper .navitem:hover .subnav {
  display: block;
}

#header #navWrapper .navitem.active a span:before,
#header #navWrapper .navitem:hover a span:before {
  width: 100%;
  opacity: 1
}

#header #navWrapper .navitem a span {
  position: relative;
  font-family: "ArcaMajora Bold";
}

#header #navWrapper .navitem a span:before {
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  transition: all .36s ease 0s;
  opacity: 0;
  background-color: var(--sitecolor)
}

#header #navWrapper .navitem .subnav {
  line-height: 42px;
  position: absolute;
  top: 100%;
  left: 0%;
  display: none;
  min-width: 100%;
  overflow: hidden;
  width: max-content;
  transform: translateX(-0%);
  border-radius: 0 0 5px 5px;

  box-shadow: 0 10px 24px 0 rgba(200, 200, 200, .1);
  background-color:#000;
}

#header #navWrapper .subnav:hover {
  color: var(--sitecolor)
}

#header #navWrapper .subnav li {
  position: relative;
  transition: .26s ease
}

#header #navWrapper .subnav li:hover {
  background: var(--sitecolor)
}

#header #navWrapper .navitem .subnav>li>a {
font-size: 0.875rem;
  color: #ccc
}

#header #navWrapper .subnav li:hover a {

  color: #fff
}

#header #navWrapper .subnav a {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  line-height: 2.2rem;
  width: 100%;
  padding: 5px 15px;
  transition: .36s ease
}

#header #headTop .search_wrap,
#header #navWrapper .move,
#header .searchGroup {
  display: none
}

#header.mini {
  background-color: #000;
  box-shadow: 0 0 24px 0 hsla(0, 0%, 51.8%, .1)
}

#header.mini .wrapper>.content {
  height: 81px
}

#header.mini #logo {
  height: auto
}

#navMini {
  display: none
}

@media screen and (min-width: 1100px) {

  #header #logo img {
    max-height: 40px;
  }

  #header.mini #navWrapper .navitem>a {
    color: #fff;
    line-height: 80px;
  }
}

/*顶部导航*/
/*滑动广告*/
.box_banner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.swiper-slide a {
  display: block;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.box_banner .banner_pic {
  position: relative;
  width: 100%;
}

.box_banner .banner_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box_banner .banner_pic::before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  background-color: rgba(0, 0, 0, .2);
  z-index: 1;
}

.box_banner .banner_title {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.box_banner .banner_title h3 {
  font-size: 4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.box_banner .banner_title p {
  font-size: 1rem;
  color: #fff;
  text-align: center;

}






/*新闻资讯*/
.news-box {
  padding: 0;
}

.news-box .news-list {
  margin: 4vw 0;
}

.news-box .title .title-font {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: var(--sitecolor);
}

.news-box .title .title-en {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: normal;
  color: #707b85;
  font-size: 20px;
}

.news-list .row {
  margin: 0 auto;
}

.news-list .news-item {
  align-items: center;
  display: flex;
  margin: 30px 0;
  background-color: #f1f1f1;
}

.news-list .news-item .news-pic {
  border: 1px solid #f1f1f1;
  position: relative;
  padding-bottom: 20%;
}

.news-list .news-item .news-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

.news-list .news-item .news-text {
  padding: 30px 50px;

}

.news-list .news-item .news-text .news-title {
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
  font-size: 1.55rem;
}

.news-list .news-item .news-text .news-summary {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  margin: 30px 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666;
  font-size: 1rem;
}

.news-list .news-item .news-text .news-date {
  color: #666;
  font-size: 1rem;
  margin-top: 10px;
  display: block;
}

.news-list .news-item .news-text:hover .news-title {
  color: var(--sitecolor);
  transition: all .5s;
}

.news-list .news-item .news-text:hover .news-summary {
  color: var(--sitecolor);
  transition: all .5s;
}

.news-list .news-item .news-text:hover .news-date {
  color: rgba(155, 155, 155, .7);
  transition: all .5s;
}

/*新闻详情*/
.news-box .news-detail {
  width: 92%;
  max-width: 1180px;
  margin: 60px auto 40px auto;
}

.news-box .hot-news {
  padding: 80px 0px 50px;
  background-color: #f5f5f5;
}

.news-box .hot-news h3 {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 800;
}

.news-box .hot-news .hot-news-title {
  background-color: #fff;
  padding: 45px 40px 30px;
  display: block;
}

.news-box .hot-news .hot-news-title h3 {
  font-size: 21px;
  color: #0c101e;
}

.news-box .hot-news .hot-news-summary {

  font-size: 1rem;
  padding: 5px 0;
  color: #666;
  line-height: 1.6rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news-box .hot-news .hot-news-pic {
  display: block;
  overflow: hidden;
}

.news-box .hot-news .hot-news-date {
  color: #959595;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 6px;
}

.news-box .hot-news .hot-news-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.news-box .news-detail .p_articles div {
  font-size: 1rem;
  line-height: 2rem;
  color: #666;
}

.news-box .news-detail .handle {
  height: auto;
  padding-top: 12px;
  overflow: hidden;
  clear: both;
}

.news-box .news-detail .handle .digg {
  width: 59px;
  height: 59px;
  float: left;
  background: url(../images/digg-bg.gif) no-repeat;
  margin-right: 12px;
}

.news-box .news-detail .handle .digg .digg_num {
  width: 56px;
  height: 34px;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
  overflow: hidden;
  color: #6B9169;
}

.news-box .news-detail .handle .digg .digg_act {
  width: 56px;
  height: 22px;
  line-height: 23px;
  overflow: hidden;
}

.news-box .news-detail .handle .digg .digg_act a {
  margin-left: 11px;
  color: #666;
  float: left;
}

.news-box .news-detail .handle .context {
  float: left;
}

.news-box .news-detail .handle .context ul {
  padding-left: 0px;

}

.news-box .news-detail .handle .context ul li {
  line-height: 29px;
  color: #888;
}

.news-box .title-font {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}

.news-box .news-date em {
  font-style: normal;
}

/*版权所有*/
.footer-box {
  padding: 3vw 0;
  background-color: #191919;
}


.foot-message .foot-ewm-list {
  display: flex;
  justify-content: space-around;
}

.foot-message .foot-ewm-list .foot-more {
  padding: 10px 35px;
  border-radius: 3px 15px;
  font-size: 0.875rem;
  font-weight: normal;
}

.foot-message .foot-ewm-list .foot-ewm-font {
  width: 100%;
  font-size: 1rem;
  color: #eee;
}

.foot-message .foot-ewm-list .foot-ewm-font p {
  text-align: left;
  color: #b6b6b6;
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 20px 0;
}

.footer-box .foot-list {
  display: flex;
  justify-content: space-between;
  max-width: 1350px;
  width: 94%;
  margin: 0 auto;
}

.footer-box .foot-list .foot-contact {
  padding: 0 1vw;
  width: 30%;
}

.footer-box .foot-list .foot-message {
  padding: 0 10px;
  width: 25%;
}


.footer-box .foot-list .foot-menu {
  width: 50%;
  padding: 0 .5vw;
  display: flex;

}

.footer-box .foot-list .foot-menu .foot-menu-list {
  width: 50%;
  padding: 0 1vw;
}

.footer-box .foot-list .foot-menu .foot-menu-list .foot-menu-font {
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.footer-box .foot-list .foot-menu .foot-object-list {
  width: 50%;
  padding: 0 1vw;
}

.footer-box .foot-list .foot-menu .foot-object-list .foot-object-font {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.footer-box .foot-list .foot-menu .foot-object-list .foot-object-font a {
  font-size: 0.85rem;
  padding: 10px 0;
  color: #b6b6b6;
  line-height: 1.3rem;

}

.footer-box .foot-list .foot-menu .foot-object-list .foot-object-font a:hover {
  color: #fff;
}

.footer-box .foot-list .foot-menu .foot-menu-list .foot-menu-font a {
  font-size: 0.85rem;
  display: block;
  color: #b6b6b6;
  line-height: 1.8rem;

}

.footer-box .foot-list .foot-menu .foot-menu-list .foot-menu-font a:hover {
  color: #fff;
}

.footer-box .foot-title {
  font-size: 1.125rem;
  font-family: "ArcaMajora Heavy";
  line-height: 2rem;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
}

.footer-box .foot-title a {
  color: #fff;
  font-family: "ArcaMajora Heavy";
}

.footer-box .foot-contact .foot-text a {
  color: #b6b6b6;

}

.footer-box .foot-contact .foot-text {
  color: #b6b6b6;
  font-size: 1rem;
}

.footer-box .foot-contact .foot-text dt {
  display: flex;
  align-items: center;
  color: #fff;

}

.footer-box .foot-contact .foot-text dd b.addfont {
  color: #b6b6b6;
  display: inline;
  line-height: 1.6rem;
  font-size: 0.875rem;
}

.footer-box .foot-contact .foot-text dt .icon {
  width: 46px;
  height: 46px;
  margin-right: 10px;
  fill: #afd005;
}

.footer-box .foot-contact .foot-text em {
  font-style: normal;

}
.foot-contact .foot-text dd a{ color: #b6b6b6;}
.foot-contact .foot-text dd {
  margin-bottom: 15px;
  line-height: 1.6rem;
  font-size: 0.875rem;
}
.foot-contact .foot-text .flex li{
  padding: 0 10px;
}
.foot-contact .foot-text .flex_wrap.cont_mail{
  padding-left: 6vw;
}
.foot-contact .foot-text .flex_wrap h5{
  color: var(--sitecolor);margin-bottom: 1.5rem;
}
.foot-contact .foot-text .flex_wrap ._main{color: #333; line-height: 2rem;}
.foot-contact .foot-text .flex_wrap ._main a{color: #333;}
.foot-contact .foot-text .flex .icon{width: 22px;height: 22px; fill:#b6b6b6;}
.foot-contact .foot-text .flex a:hover .icon{fill:#fff}

.foot-contact .foot-text .flex{
margin-top: 10px;
display: flex;
justify-content: flex-start;
}
.copyright-box {
  padding: 20px 0;
  justify-content: center;
  text-align: center;
  display: flex;
  font-size: 0.875rem;
  background-color: #000;
  color: #ccc;
}

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

  #header #navWrapper .navitem {

    padding: 0 .8vw;
    align-items: center;
  }

  #header #navWrapper {
    height: 100%;
    display: flex;
    width: 75%;
  }
}

@media screen and (min-width: 1100px) {
  #openBtn {
    position: relative;
    display: none;
  }
}

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

  #header #navWrapper .navitem .subnav {
    line-height: 42px;
    position: static;
  }

  #header #navWrapper.wrapper-after-show {
    background-color: #1c1c1c;
  }

  #openBtn {
    position: relative;
    display: inline-flex;
  }

  #header a.u-btn--open_nav {
    position: relative;
    top: auto;
    left: auto;
    width: 5.6vw;
    height: 100%;
    margin: 0;
    content: 'viewport-units-buggyfill';
    width: 5.6vw';

  }

  #header .lcbody {
    position: static;
    margin-top: 10px;
    width: 5.6vw;
    left: 0;
    height: 3.733vw;
    transform: translate3d(0, -50%, 0);
    content: 'viewport-units-buggyfill';
    width: 5.6vw;
    height: 3.733vw';

  }

  #header .lcitem {
    position: absolute;
    top: 0;
    left: 0;
    width: 5.6vw;
    height: 2px;
    transform: none;
    background-color: #bfbfbf;
    content: 'viewport-units-buggyfill';
    width: 5.6vw';

  }

  .u-head_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #header .lcbody.meun-btn-open .lcitem.center {
    width: 0%;
    transition: all .3s;
  }

  #header .meun-btn-open .lcitem.top {
    transform: translateY(2vw) rotate(45deg);
    transition: all .3s;
  }

  #header .lcbody.meun-btn-open .lcitem.bottom {
    transform: translateY(2vw) rotate(-45deg);
    transition: all .3s;
  }
  #header #navWrapper .navitem a span:before {
    position: absolute;
    top: -10px;
  }
  #header #navWrapper .navitem a span {
    position: relative;
    display: block;
  }
  #header #navWrapper .nav {
    display: block;width: 100%;
    height: calc(100% - 80px);
    transition: .26s ease
  }

  #header .lcitem.top {
    transition: all .3s;
    transform: translateY(0vw);
    content: 'viewport-units-buggyfill';
  }

  #header .lcitem.center {
    transition: all .3s;
    transform: translateY(1.533vw);
    content: 'viewport-units-buggyfill';
  }

  #header .lcitem.bottom {
    transition: all .3s;
    transform: translateY(2.933vw);
    content: 'viewport-units-buggyfill; transform: translateY(2.933vw)';
  }

  #header #navWrapper .navitem a {
    color: #eee;
    line-height: 40px;
    display: block;
    width: 100%;
    text-align: center;
  }

  #header #navWrapper .navitem {
    position: relative;
    display: block;
    border-bottom: 1px solid #888;
    padding: 10px 0px;
    align-items: center;
    width: 100%;
  }

  #header .wrapper>.content {
    display: flex;
    width: 100%;
    height: 70px;
  }

  #header #logo img {
    height: 100%;
    margin-top: 0px;
    max-height: 28px;
  }

  #header {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
    position: static;
  }


  #header.mini {

    position: fixed;
  }

  .news-list .news-item .news-pic {
    position: relative;
    padding-bottom: 75%;
    width: 100%;
    box-sizing: content-box;
  }

  .navbar .mr-auto {
    display: none;
  }

  .about-box {
    flex-direction: column;
  }

  .about-box .about-box-pic img {
    display: block;
    width: 100%;
  }

  #header.mini #navWrapper {
    top: 70px;
    height: calc(100% - 70px);
  }

  #header #navWrapper {
    position: fixed;
    left: 0px;
    display: none;
    top: 70px;
    height: calc(100% - 70px);
    width: 100%;
    background: #f1f1f1;
    z-index: 99;
    flex-direction: column;
  }

  #header #navWrapper.wrapper-after-show {
    display: block;
  }

  .prod-box .cate-main {
    width: 100%;
  }

  .prod-box .prod-main {
    width: 100%;
  }

  .footer-box .foot-list {

    flex-direction: column;
  }

  .footer-box .foot-list .foot-contact {
    padding: 0 1vw;
    width: 100%;
  }

  .footer-box .foot-list .foot-menu {
    width: 100%;
    padding: 0 2vw;
  }


  .footer-box .foot-list .foot-menu .foot-menu-font {

    padding: 0vw;
    flex: 0 0 100%;
    width: 49%;
    display: inline-block;
  }
  .footer-box .foot-list .foot-menu .foot-menu-list .foot-menu-font {
   margin-right:9%;    width: 40%;
  }
  .footer-box .foot-list .foot-message {
    padding: 0 2vw;
    width: 100%;
  }

  .news-list .news-item {
    flex-wrap: wrap;
  }

  .news-box .hot-news .hot-news-title {

    padding: 25px 20px 10px;
    display: block;
  }

}

/* 分页*/


.list-page {
  text-align: center;
  padding: 15px 15px;
}

.mws-panel-content {
  background: #eee;
}

.pagination {
  margin: 0 !important;
  padding: 10px 10px;
  justify-content: center;
}
.pagination li a{color:#666;}
.pagination li {
  border: 1px solid #e6e6e6;
  padding: 3px 8px;
  display: inline-block;
}

.pagination .active {
  background-color: var(--sitecolor);
  color: #fff;
}

.pagination .disabled {
  color: #aaa;
}

/*搜索*/
.search_box {
  padding: 20px 0;
  background-color: #fff;
}

.search {
  text-align: right;
  margin: 8px 0;
}

.search .public_search_form .layui-input {
  background-color: #fff;
  padding-left: 15px;
  outline: none;
  border-radius: 20px 0px 0 20px;
  border: 0;
  font-size: 0.875rem;
  max-width: 260px;
  width: 100%;
  line-height: 2rem;
}

.search .public_search_form .layui-input:focus {
  border: none;
}

.search .public_search_form .layui-btn {
  border-radius: 0 20px 20px 0;
  border: 0;
  padding: 0px 10px;
  background-color: var(--sitecolor);
  line-height: 2rem;
}

.search .public_search_form .layui-btn .icon {
  width: 18px;
  height: 18px;
  fill: #fff;

}

.brand-nav {
  background-color: #f1f1f1;
}

.brand-nav .container_target {
  font-size: 14px;
  line-height: 1;
  padding: 20px 0;
  color: #a6a6a6;
}

.brand-nav .container_target a {
  color: #666;
  padding: 0 5px;
}

.brand-nav .container_target .fa {
  margin: 0 5px;
  font-style: normal;
}

@media screen and (max-width: 1100px) {
  .box_banner .banner_title h3 {
    font-size: 1.8rem;
  }

  .news-list .news-item .news-text {
    padding: 20px;
  }
  .news-list .news-item .news-text .news-title{
    font-size: 1.25rem;
  }
  .copyright-box {
    display: block;

  }

  .footer-box .foot-list .foot-menu .foot-menu-list {
    width: 100%;
    display: block;

  }

  .footer-box .foot-list .foot-menu {
    width: 100%;
 
    padding: 0 2vw;
  }

  .footer-box .foot-list .foot-menu .foot-object-list {
    width: 100%;   display:none;
    padding: 0 1vw;
  }

  .search .public_search_form .layui-input {
    height: 2.2rem;
    width: calc(100% - 42px);
    max-width: 100%;
  }

  .search .public_search_form .layui-btn {
    width: 42px;
    height: 2.2rem;
  }
  #index.box_banner .banner_pic {
    height:450px;
  }

  .box_banner .banner_pic {
    height: 240px;
  }

  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .kasperzi-mobile-wapp {
    float: left;
    cursor: pointer;
    margin-top: -9px;
    font-size: 1.3rem;
    width: 60px;
    display: inline-block;
  }

  .kasperzi-mobile-wapp .fa-whatsapp .icon {
    fill: #00df72;
    width: 26px;
    height: 26px;
  }

  .footer-box {
    padding: 45px 0;
  }
}

.form-group {
  position: relative;
}

.form-group .high {
  position: absolute;
  top: 10px;
  right: 5px;
  color: #f00;
  font-size: 15px;
}

.form-group .onError {
  color: #f00;
  font-size: 14px;
}