/* 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;
  }
}
@font-face {
  font-family: 'gilroyBold';
  src: url('../font/gilroy-extrabold-webfont.woff') format('woff'), url('../font/gilroy-extrabold-webfont.woff2') format('woff2'), url('../font/Gilroy-ExtraBold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroy';
  src: url('../font/gilroy-light-webfont.woff') format('woff'), url('../font/gilroy-light-webfont.woff2') format('woff2'), url('../font/Gilroy-light.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.gilroy {
  font-family: gilroy;
}
.gilroybold {
  font-family: gilroyBold;
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 666;
  right: 0;
}
.header:after {
  content: '';
  background: url('../images/ax.png') no-repeat center center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 210px;
  -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;
  z-index: -1;
}
.header-in {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 100px;
  position: relative;
}
.header-in .logo-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 190px;
  height: 190px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  transform: translateX(-50%);
}
.header-in .logo-wrap img {
  position: relative;
  top: 15px;
  left: 50%;
  transform: translate(-50%);
}
.pc-nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.pc-nav li {
  white-space: nowrap;
  margin-right: 120px;
}
.pc-nav li:nth-last-child(3) {
  margin-left: 160px;
}
.pc-nav li a {
  font-size: 18px;
  position: relative;
}
.pc-nav li a:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  display: none;
  width: 35px;
  height: 2px;
  background-color: #3e8e37;
}
.pc-nav li.active a:after {
  display: block;
}
.phone {
  white-space: nowrap;
  font-size: 24px;
  font-family: 'gilroyBold';
  margin-left: 10px;
}
.faker-header {
  height: 100px;
}
.tb img,
.lang img {
  width: 24px;
}
.tb {
  margin-left: 70px;
}
.lang {
  margin-left: 60px;
}
.swiper-container {
  --swiper-theme-color: #3e8e37;
  --swiper-pagination-color: #3e8e37;
  /* 两种都可以 */
}
.yy {
  box-shadow: 4px 0 14px rgba(40, 38, 37, 0.1);
}
.indexban .swiper-pagination {
  bottom: 40px;
}
.indexban .swiper-pagination .swiper-pagination-bullet {
  margin: 0 22px;
  width: 14px;
  height: 14px;
}
.f-t-w {
  background-color: #f9f9f9;
  padding-bottom: 50px;
}
.f-b-w {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 50px;
  position: relative;
}
.f-b-w .ftlogo {
  position: absolute;
  left: 50%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  top: 0;
  background-color: #fff;
  margin-top: -80px;
  transform: translateX(-50%);
}
.f-b-w .ftlogo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.f-t {
  padding-top: 55px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.f-t .f-t-l {
  font-size: 16px;
  line-height: 40px;
  color: #333;
}
.f-t .f-r-r {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.f-t .f-r-r > li {
  margin-left: 75px;
}
.f-t .f-r-r > li .ftsub-menu {
  padding-top: 35px;
  position: relative;
}
.f-t .f-r-r > li .ftsub-menu:after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 29px;
  height: 1px;
  background-color: #596070;
}
.f-t .f-r-r > li .ftsub-menu a {
  margin-bottom: 20px;
  font-size: 14px;
  display: block;
}
.f-b {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.f-b h6 {
  font-size: 14px;
  color: #666666;
}
.f-b div {
  font-size: 14px;
  color: #666666;
}
.f-t-h20 {
  font-size: 20px;
  font-weight: bold;
}
.sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -85px;
  width: 170px;
  z-index: 666;
  background-color: #f3f3f3;
  /*margin-top: 5px;*/
  display: none;
}
.sub-menu .subitem {
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  color: #333333;
  position: relative;
}
.sub-menu .subitem:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.sub-menu .subitem:hover:after {
  transform-origin: right center;
  width: 100%;
}
