﻿@font-face {
  font-family: "swiper-icons";
  src: url("../fonts/swiper.woff") format("woff");
}
.swiper-icons {
  font-family: "swiper-icons" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.swi-linkedin:before {
  content: "\e764";
}

.swi-caidan:before {
  content: "\e620";
  color: #fff;
}

.swi-guanbi:before {
  content: "\eca0";
}

.swi-instagram:before {
  content: "\e736";
}

.swi-tengxunweibo:before {
  content: "\e653";
}

.swi-facebook1:before {
  content: "\e8e7";
}

.swi-pause:before {
  content: "\e618";
}

.swi-arrbar:before {
  content: "\e62a";
}

.swi-arrbal:before {
  content: "\eac0";
}

.swi-shipinhao:before {
  content: "\e64a";
}

.swi-bzhan:before {
  content: "\e613";
}

.swi-huya:before {
  content: "\e617";
}

.swi-douyu:before {
  content: "\e67a";
}

.swi-kuaishou:before {
  content: "\e61b";
}

.swi-bilibili:before {
  content: "\e605";
}

.swi-qq:before {
  content: "\e603";
}

.swi-douyin:before {
  content: "\e690";
}

.swi-Titter:before {
  content: "\e694";
}

.swi-play:before {
  content: "\e630";
}

.swi-facebook:before {
  content: "\e63b";
}

.swi-more:before {
  content: "\e601";
}

.swi-yousanjiao:before {
  content: "\e614";
}

.swi-more1:before {
  content: "\e602";
}

.swi-shijian:before {
  content: "\e6b4";
}

.swi-ssj:before {
  content: "\e6cb";
}

.swi-weixin:before {
  content: "\e615";
}

.swi-sina:before {
  content: "\e61f";
}

.swi-downb:before {
  content: "\e600";
}

.swi-upb:before {
  content: "\eabc";
}

.swi-darrr:before {
  content: "\e65c";
}

.swi-arrlb:before {
  content: "\e62f";
}

.swi-darrl:before {
  content: "\eabb";
}

.swi-morear:before {
  content: "\e679";
}

.swi-jia:before {
  content: "\e65b";
}

.swi-jian:before {
  content: "\e622";
}

.swi-arrl:before {
  content: "\e60a";
}

.swi-close:before {
  content: "\e60b";
}

.swi-arrr:before {
  content: "\e648";
}

.swi-sousuo:before {
  content: "\e616";
}

.swi-arrrb:before {
  content: "\e676";
}

.swi-up:before {
  content: "\eabe";
}

.swi-moreal:before {
  content: "\eabf";
}

.swi-down:before {
  content: "\eabd";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

.headerm {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding-right: 4%;
  padding-left: 4%;
  background: #007a3f;
  height: 0.65rem;
  -webkit-box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.15);
}

.headerm .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerm .logo img {
  height: 0.6rem;
}

.headerm .navbtnm {
  width: 0.86rem;
  height: 0.65rem;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  color: #fff;
  text-align: center;
  line-height: 0.65rem;
  padding-left: 0.1rem;
}

.headerm .navbtnm i {
  font-size: 0.38rem;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.search {
  padding-left: 35px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  color: #FFFFFF;
  margin-right: 0.3rem;
  line-height: 30px;
}

.search input {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  height: 28px;
  line-height: 28px;
  color: #fff;
  border-radius: 14px;
  margin-top: -20px;
  width: 0px;
  text-indent: 10px;
  opacity: 0;
}

.search.active {
  padding-left: 0;
  margin-top: -4px;
}

.search i.active {
  position: absolute;
  right: 0;
  top: -2px;
  /* width: 0.89rem; */
  /* line-height: 30px; */
  /* height: 0.3rem; */
  font-size: 0.24rem;
  text-align: center;
  /* border: 1px solid #fff; */
  /* border-radius: 15px; */
}

.search button {
  display: none;
  background: none;
  position: absolute;
  right: 12px;
}

.search.active button {
  display: block;
  top: 0;
}

.search.active .motion_1 {
  width: 150px;
  opacity: 1;
}

.search.active i.active {
  position: absolute;
  right: -18px;
  top: -4px;
  border: none;
  color: transparent;
  width: auto;
}

.search.active i.active:before {
  content: "x";
  color: #fff;
  font-size: 0.18rem;
}

.big-nav {
  position: fixed;
  z-index: 49;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.big-nav .scroll {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 1.04rem;
  bottom: 0;
  overflow-y: auto;
}

.big-nav .scroll ul {
  max-width: 16.8rem;
  margin: 0 auto;
}

.big-nav .scroll li {
  width: 10%;
  text-align: center;
  padding-top: 0.45rem;
}

.big-nav .scroll li h2 {
  font-size: 0.2rem;
}

.big-nav .scroll li a {
  color: #fff;
}

.big-nav .scroll li a:hover {
  color: #DB2B17;
}

.big-nav .scroll li .list {
  padding: 0.2rem 0;
}

.big-nav .scroll li .list h3 {
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 1.3em;
  padding: 0.1rem 0;
}

.big-nav .scroll li .list dl {
  padding-bottom: 0.2rem;
}

.big-nav .scroll li .list dd {
  font-size: 0.14rem;
  line-height: 0.3rem;
  opacity: 0.65;
}

body.navShow {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

body.navShow .big-nav {
  opacity: 1;
  visibility: visible;
}

body.navShow .header .hd-nav {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

body.navShow .header .hdr-t {
  padding-top: 0.2rem;
}

body.navShow .header .navbtn i:before {
  content: "\eca0";
}

body.navShow .headerm .navbtnm i:before {
  content: "\eca0";
}

body.navShow .header .logo {
  top: -0.4rem;
}

body.navShow .header .hd-a {
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}

.big-nav .btn-list1 {
  display: none;
}

.big-nav * {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

@media screen and (max-width: 800px) {
  .big-nav .btn-list1 {
    display: block;
  }
  .big-nav {
    background: #007a3f;
    overflow-y: auto;
    padding-bottom: 0.3rem;
  }
  .big-nav .scroll {
    position: static;
    padding-top: 0.8rem;
  }
  .big-nav .scroll li {
    width: 100%;
    text-align: left;
    padding-top: 0;
    border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
  }
  .big-nav .scroll li h2 {
    font-size: 0.2rem;
    line-height: 0.65rem;
    padding-left: 6%;
    position: relative;
  }
  .big-nav .scroll li h2.h2:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    right: 6%;
    font-size: 0.2rem;
    font-family: "swiper-icons" !important;
    content: "\e600";
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .big-nav .scroll li h2.subnav.h2:after {
    display: block;
  }
  .big-nav .scroll li .list {
    padding: 0 0 0 6%;
    display: none;
  }
  .big-nav .scroll li .list h3 {
    font-size: 0.17rem;
    border-top: rgba(255, 255, 255, 0.13) solid 1px;
    padding: 0.16rem 0;
    line-height: 1.4em;
  }
  .big-nav .scroll li .list h3:nth-child(1) {
    border: 0;
  }
  .big-nav .scroll li .list dl {
    margin-left: -6%;
    padding: 0 0.2rem 0.2rem 0;
    margin-top: -0.05rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .big-nav .scroll li .list dd {
    font-size: 0.16rem;
    line-height: 0.4rem;
    min-width: 33%;
    padding-left: 6%;
  }
  .big-nav .scroll li .list dd a {
    display: block;
    height: 0.4rem;
  }
  .big-nav .scroll li.on h2.h2:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }
  .phone-search-wrap {
    position: relative;
  }
  .big-nav .search {
    position: relative;
    padding: 0.3rem 6% 0.4rem;
    width: 100%;
  }
  .big-nav .search {
    display: block !important;
    position: relative;
  }
  .big-nav .search .serinp {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
  }
  .big-nav .search .serbtn {
    width: 0.55rem;
    height: 0.55rem;
    position: absolute;
    text-align: center;
    line-height: 0.55rem;
    font-size: 0.22rem;
    color: #fff;
    top: 0;
    right: 0;
  }
  .big-nav .search .serbtn i {
    font-size: 0.2rem;
    display: block;
    width: 0.55rem;
    height: 0.55rem;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 0.4rem;
    color: #007a3f;
    font-size: 0.25rem;
  }
  .big-nav .search .serbtn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.55rem;
    height: 0.55rem;
    z-index: 3;
    background: rgba(255, 255, 255, 0);
    border: 0;
    color: #007a3f;
  }
  .big-nav .search .serinp input {
    width: 100%;
    height: 0.55rem;
    line-height: 0.55rem;
    background: #fff;
    border: 0;
    font-size: 0.18rem;
    border-radius: 5px;
    color: #333;
    padding: 0 0.55rem 0 0.15rem;
    opacity: 1;
  }
  .big-nav .links {
    line-height: 0.35rem;
    color: #fff;
    font-size: 0.18rem;
    padding: 0.2rem 5%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
  }
  .big-nav .links a {
    color: #fff;
    padding: 0 0.15rem;
  }
  .big-nav .links a i {
    font-size: 0.26rem;
    margin-right: 3px;
    vertical-align: -2px;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 85px !important;
  }
  header {
    display: none;
  }
  .headerm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 80px !important;
  }
  .headerm .navbtnm i {
    font-size: 0.28rem;
  }
  .headerm .logo img {
    height: 0.5rem;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 75px !important;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 70px !important;
  }
}/*# sourceMappingURL=mobile.css.map */