/* CSS Document */
@media (min-width: 768px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1025px) {
  html {
    font-size: 30px !important;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 32px !important;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 34px !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 36px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
.header {
  height: 140px;
}
.header-in {
  height: 100%;
  padding-top: 10px;
}
.header-in .phone-call {
  position: absolute;
  right: 5%;
  top: 0;
}
.header-in .logo {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-in .nav-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-top: 74px;
}
.header-in .nav-box .nav-box-ul {
  width: 42%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.header-in .nav-box .nav-box-ul li {
  width: 33%;
  text-align: center;
  position: relative;
}
.header-in .nav-box .nav-box-ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(14%);
  width: 1px;
  height: 20px;
  border-right: 1px dashed #d2d2d2;
}
.header-in .nav-box .nav-box-ul li a {
  position: relative;
}
.header-in .nav-box .nav-box-ul li a:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  height: 4px;
  width: 35px;
  background-color: #88c44e;
  display: none;
}
.header-in .nav-box .nav-box-ul li.active a:after {
  display: block;
}
.header-in .nav-box .nav-box-ul li.current a:after {
  display: block;
}
.header-in .nav-box .nav-box-ul.spc-ul li:first-child:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(14%);
  width: 1px;
  height: 20px;
  border-right: 1px dashed #d2d2d2;
}
.header-in .nav-box .nav-box-ul.spc-ul li:last-child:after {
  border-right: none;
}
.index-banner {
  height: 900px;
  height: calc(100vh - 140px);
  position: relative;
  overflow: hidden;
}
.index-slider .img-box {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 900px;
  height: calc(100vh - 140px);
  transform: translate3d(80px, 0, 0) scale(1.2);
  transition: all 5s linear;
}
.index-slider.swiper-slide-active .img-box {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translateX(0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1;
}
.index-slider.swiper-slide-active .ban-line {
  transform: scaleX(1);
}
@keyframes banimg {
  0% {
    transform: translate3d(80px, 0, 0) scale(1.1);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translateX(80px) scale(1.1);
    -o-transform: translate3d(80px, 0, 0) scale(1.1);
    -webkit-transform: translate3d(80px, 0, 0) scale(1.1);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.index-slider .doc-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: center;
}
.ban-tit {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.4;
}
.ban-tit .t2 {
  margin-left: 1.55rem;
}
.ban-tit-en {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  opacity: .8;
}
.ban-tit-en.tlt {
  text-shadow: 1px 0 2px rgba(22, 45, 0, 0.68);
}
.ban-tit-en.tlt2 {
  margin-top: 20px;
}
.ban-tit-en.tlt3 {
  opacity: 0.4;
  margin-top: 5px;
}
.ban-zs-l {
  position: absolute;
  left: 0;
  bottom: -20px;
  opacity: 0;
  transform: translate3d(-50px, 50px, -50px);
  transition: all 0.6s linear;
}
.ban-zs-l.animated {
  opacity: 1;
  transform: none;
}
.ban-zs-r {
  position: absolute;
  right: 0;
  top: -20px;
  opacity: 0;
  transform: translate3d(50px, -50px, 50px);
  transition: all 0.6s linear;
}
.ban-zs-r.animated {
  opacity: 1;
  transform: none;
}
.search-component {
  position: absolute;
  width: 50%;
  height: 76px;
  right: 0;
  bottom: 0;
  z-index: 66;
  display: flex;
  flex-flow: row nowrap;
}
.search-component .l-img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 76px;
  width: 100px;
}
.search-component input {
  font-size: 14px;
  color: #000;
  flex: 1;
  width: 100%;
  padding-left: 36px;
}
.search-component .searchbtn {
  width: 145px;
  height: 76px;
  border-left: 2px solid #f3f3f3;
  background-color: #ffffff;
  position: relative;
}
.search-component .searchbtn span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #989898;
}
.footer {
  padding: 1.75rem 0;
}
.footer-in {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: relative;
}
.footer-in .footer-logo {
  position: absolute;
  top: 0%;
  left: 46%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l-contact {
  width: 50%;
}
.l-contact h3 {
  font-weight: bold;
  font-family: Arial;
  font-size: 0.75rem;
  margin-bottom: 0.9rem;
}
.l-contact h3 span {
  font-weight: normal;
  font-family: '微软雅黑';
}
.l-contact p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.l-contact p span {
  min-width: 60px;
  display: inline-block;
}
.l-contact p a {
  color: #666666;
}
.l-contact p a:hover {
  text-decoration: underline;
}
.r-contact {
  width: 50%;
  position: relative;
}
.r-contact .footer-ul {
  float: right;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  width: 70%;
}
.r-contact .footer-ul li {
  margin-left: 2.95rem;
  margin-bottom: 24px;
}
.r-contact .footer-ul li a {
  color: #999999;
}
.r-contact .footer-ul li.active a {
  color: #333;
}
.r-contact .footer-support {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #999999;
}
.r-contact .footer-support span {
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .footer-in .footer-logo {
    margin: 0 auto;
    text-align: center;
  }
  .footer-in .footer-logo img {
    width: 72%;
  }
  .r-contact .footer-support {
    text-align: right;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .l-contact {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .footer-in .footer-logo img {
    width: 45%;
  }
  .footer {
    padding: .7rem 0 0.3rem 0;
  }
  .footer-in {
    display: block;
  }
  .l-contact {
    width: 100%;
  }
  .r-contact {
    width: 100%;
  }
  .l-contact h3 {
    font-weight: bold;
    font-family: Arial;
    font-size: 20px;
    margin-bottom: 0.36rem;
  }
  .l-contact h3 span {
    font-size: 15px;
  }
  .r-contact .footer-ul {
    width: 100%;
    justify-content: space-between;
    margin-top: 14px;
    float: none;
    border-top: 1px solid #eee;
    padding-top: 10px;
  }
  .r-contact .footer-ul li {
    margin-left: 0;
    width: 33%;
    margin-bottom: 4px;
    text-align: center;
  }
  .r-contact .footer-ul li a {
    font-size: 14px;
  }
  .r-contact .footer-support {
    position: relative;
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
  }
  .footer-in .footer-logo {
    left: inherit;
    right: 0;
    transform: none;
    top: -7%;
    text-align: right;
  }
  .l-contact p {
    font-size: 13px;
    color: #666666;
    line-height: 22px;
  }
  .footer-support-ph {
    font-size: 12px;
    text-align: center;
    background-color: #89c44e;
    color: #fff;
    padding: 8px 0;
  }
  .footer-support-ph span {
    display: block;
    margin-top: 6px;
  }
}
.faker-h {
  height: 1.2rem;
  width: 100%;
}
.header-ph {
  width: 100%;
  height: 1.2rem;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 888;
  padding: 0 4%;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
}
.header-ph .header-ph-in {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.header-ph .header-ph-in .ph-logo {
  display: block;
  width: 0.9rem;
}
.header-ph .header-ph-in .ph-logo img {
  width: 100%;
}
.header-ph .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  display: block;
  padding: 0;
  height: 24px;
}
.header-ph .hamburger-box {
  width: 30px;
  height: 24px;
  perspective: 80px;
  display: inline-block;
  position: relative;
}
.header-ph .hamburger-inner,
.header-ph .hamburger-inner::before,
.header-ph .hamburger-inner::after {
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  width: 30px;
  height: 3px;
  background: #89c44f;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.header-ph .hamburger.is-active .hamburger-inner,
.header-ph .hamburger.is-active .hamburger-inner::before,
.header-ph .hamburger.is-active .hamburger-inner::after {
  background: #89c44f;
}
.warp-nav {
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: #fff;
  position: fixed;
  display: none;
  padding-top: calc(71px);
  z-index: 88;
}
.sub-menu {
  width: 100%;
  z-index: 88;
}
.sub-menu ul {
  width: 100%;
  height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.sub-menu li {
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
}
.sub-menu .tit {
  display: block;
  width: 100%;
  padding: 0 3%;
  font-size: 14px;
  line-height: 45px;
  color: #000;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0;
}
.sub-menu .titx {
  display: block;
  width: 100%;
  padding: 0 3%;
  line-height: 45px;
  color: #000;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.sub-menu .sub-tit:after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/ico_03.png) no-repeat center;
  background-size: 15px auto;
  position: absolute;
  right: 3%;
  top: 8px;
}
.sub-menu .sub-tit.on {
  background-color: #89c44f;
  color: #fff;
}
.sub-menu .sub-tit.on:after {
  background: url(../images/ico_03_h.png) no-repeat center;
  background-size: 15px auto;
}
.sub-menu .sec-list {
  line-height: 40px;
  padding: 10px 4%;
  display: none;
}
.sub-menu .sec-list p {
  background: url(../images/ico_04.png) no-repeat left center;
  background-size: 3px auto;
  font-size: 14px;
}
.sub-menu .sec-list a {
  padding-left: 3%;
  color: #666;
  display: block;
}
#preventTran {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.header-nav-lv2-wrap {
  position: relative;
  z-index: 66;
}
.header-nav-lv2 {
  width: 100%;
  height: 5.35rem;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.header-nav-lv2-in {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 100%;
}
.header-nav-lv2-wrap .lv2-tit {
  width: 5.5rem;
  flex: 0 0 5.5rem;
  border-right: 1px solid #818ba4;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  color: #fff;
}
.header-nav-lv2-wrap .lv2-tit h4 {
  font-size: 0.85rem;
  font-weight: bold;
  font-family: 'Segoe UI';
  text-transform: uppercase;
  margin-top: 12px;
}
.header-nav-lv2-wrap .lv2-tit h3 {
  font-size: 0.6rem;
  margin-top: 0.35rem;
}
.header-nav-lv2-wrap .lv2-tit i {
  display: inline-block;
  font-size: 30px;
  margin-top: 10px;
}
.lv2-list {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
}
.lv2-list li a {
  height: 100%;
  width: 4.0rem;
  flex: 0 0 4.0rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #818ba4;
  color: #fff;
}
.lv2-list li a i {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.lv2-list li a span {
  font-size: 0.4rem;
  line-height: 1.2;
  margin-top: 20px;
}
.lv2-list li a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.product-lv2-list-wrap {
  flex: 1;
  width: 100%;
  position: relative;
  z-index: 9999;
}
.product-lv2-list li a {
  width: 100%;
}
.product-lv2-list li a .nav-pro-img {
  width: 2.05rem;
  height: 1.45rem;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-lv2-list li a span {
  line-height: 1;
  margin-top: 0.5rem;
}
.product-lv2-list li a p {
  line-height: 1;
  color: #fff;
  opacity: .6;
  margin-top: 0.4rem;
}
