* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  display: block;
}
img {
  display: block;
}
.pointer {
  cursor: pointer;
}
input {
  display: block;
  box-sizing: border-box;
  outline: none;
}
header:hover .main-header {
  background-color: #fff;
}
header:hover .main-header .header .logo .logow {
  opacity: 0;
}
header:hover .main-header .header .logo .logog {
  opacity: 1;
}
header:hover .main-header .header .menu-list .item {
  color: #000;
}
header:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  background-color: #f6f6f6;
}
header .main-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
  transition: background-color 0.3s linear;
  background-color: #fff;
}
header .main-header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  margin: 0 auto;
  width: calc(100% - 30px);
}
header .main-header .header .logo {
  height: 50px;
  width: auto;
  position: relative;
}
header .main-header .header .logo img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  transition: all 0.3s linear;
}
header .main-header .header .logo .logow {
  opacity: 0;
}
header .main-header .header .logo .logog {
  opacity: 1;
}
header .main-header .header .menu-list {
  display: none;
  height: 100%;
}
header .main-header .header .menu-list .item {
  width: 150px;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .main-header .header .menu-list .item:hover > div {
  color: #7AAE5A;
  border-bottom: 2px solid #5F943F;
}
header .main-header .header .menu-list .item > div {
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
header .main-header .header .menu-list .search-box {
  position: relative;
  width: 210px;
  height: 40px;
  cursor: pointer;
  background: #f8f8f8;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
header .main-header .header .menu-list .search-box img {
  width: 13px;
  height: auto;
  margin-right: 10px;
}
header .active {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
header .active .header .logo .logow {
  opacity: 0;
}
header .active .header .logo .logog {
  opacity: 1;
}
header .active .header .menu-list .item {
  color: #000;
}
header .sub-menu {
  width: 100%;
  position: fixed;
  left: 0;
  top: 110px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  padding: 30px 0;
  transition: all 0.3s linear;
  background-color: #fff;
  display: none;
}
header .sub-menu .sub-wrap {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .sub-menu .sub-wrap .right-box {
  display: flex;
}
header .sub-menu .sub-wrap .right-box .item-box {
  width: 150px;
}
header .sub-menu .sub-wrap .right-box .item-box > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #a7a7a7;
  transition: all 0.3s linear;
  white-space: nowrap;
}
header .sub-menu .sub-wrap .right-box .item-box > a:hover {
  color: #000;
}
header .sub-menu .sub-wrap .right-box .search {
  width: 210px;
}
header .small-menu {
  width: 100%;
  position: fixed;
  left: 0;
  top: 60px;
  background-color: #f6f6f6;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.3s linear;
}
header .small-menu .s-item {
  border-bottom: 1px dashed #ddd;
}
header .small-menu .s-item:last-child {
  border-bottom: none;
}
header .small-menu .s-item a {
  height: 50px;
  line-height: 48px;
  padding: 0 15px;
}
header .small-menu .s-item div {
  padding: 0 15px;
  display: grid;
  grid-auto-rows: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
header .small-menu .s-item div > a {
  height: 40px;
  line-height: 26px;
  font-size: 14px;
  color: #33333300;
}
header .small-menu .s-item .show {
  grid-auto-rows: 1fr;
  opacity: 1;
  visibility: visible;
}
header .small-menu .s-item .show > a {
  color: #333;
}
header .small-menu .search {
  margin-top: 10px;
  padding: 0 15px;
}
header .small-menu .search a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  height: 40px;
  background: #eee;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
}
header .small-menu .search a img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
header .openNav-box {
  cursor: pointer;
}
header .openNav-box .line {
  transition: all 0.5s linear;
  width: 38px;
  height: 4px;
  background-color: #333;
  border-radius: 2px;
  margin-top: 8px;
}
header .openNav-box .line:first-child {
  margin-top: 0;
}
header .act {
  opacity: 1;
  visibility: visible;
}
header .animate1 .second-line {
  transform: rotateY(360deg);
  opacity: 0;
}
header .animate1 .first-line {
  transform-origin: center center;
  transform: translateY(12px) rotate(405deg);
}
header .animate1 .third-line {
  transform-origin: center center;
  transform: translateY(-12px) rotate(-405deg);
}
footer {
  background-color: #F2F2F2;
}
footer .footer {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 40px 0;
  display: block;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #a7a7a7;
  line-height: 34px;
}
footer .footer .foot-tit {
  font-size: 18px;
  font-weight: 700;
  color: #686868;
}
footer .footer .l-box .l-item {
  display: flex;
  align-items: center;
}
footer .footer .l-box .l-item:nth-of-type(3) .img img {
  width: 16px;
  height: 10px;
}
footer .footer .l-box .l-item:nth-of-type(4) .img img {
  width: 14px;
  height: 17px;
}
footer .footer .l-box .l-item .img {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
footer .footer .l-box .l-item .img img {
  width: 16px;
  height: 15px;
}
footer .footer .c-box {
  display: flex;
  flex-wrap: wrap;
}
footer .footer .c-box > div {
  width: 50%;
  margin-top: 20px;
}
footer .footer .r-box {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #a7a7a7;
  width: fit-content;
  margin-top: 20px;
}
footer .footer .r-box img {
  width: 140px;
  height: 140px;
  background: #959595;
  margin-bottom: 10px;
}
footer .copyright {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #a7a7a7;
  height: 60px;
  width: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #dfdfdf;
}
@media (min-width: 992px) {
  header:hover .main-header {
    background-color: #fff;
  }
  header:hover .main-header .header .logo .logow {
    opacity: 0;
  }
  header:hover .main-header .header .logo .logog {
    opacity: 1;
  }
  header:hover .main-header .header .menu-list .item {
    color: #000;
  }
  header .main-header {
    background-color: #ffffff00;
  }
  header .main-header .header {
    height: 80px;
    width: 932px;
  }
  header .main-header .header .logo {
    height: 64px;
  }
  header .main-header .header .logo .logow {
    opacity: 1;
  }
  header .main-header .header .logo .logog {
    opacity: 0;
  }
  header .main-header .header .menu-list {
    display: flex;
    align-items: center;
  }
  header .main-header .header .menu-list .item {
    width: 90px;
    font-size: 16px;
  }
  header .main-header .header .menu-list .search-box {
    width: 120px;
    height: 30px;
    padding: 0 10px;
  }
  header .active {
    background-color: #fff;
  }
  header .active .header .logo .logow {
    opacity: 0;
  }
  header .active .header .logo .logog {
    opacity: 1;
  }
  header .active .header .menu-list .item {
    color: #000;
  }
  header .sub-menu {
    top: 80px;
    display: block;
  }
  header .sub-menu .sub-wrap {
    width: 932px;
    display: flex;
  }
  header .sub-menu .sub-wrap .right-box {
    display: flex;
  }
  header .sub-menu .sub-wrap .right-box .item-box {
    width: 150px;
  }
  header .sub-menu .sub-wrap .right-box .item-box > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #a7a7a7;
    transition: all 0.3s linear;
  }
  header .sub-menu .sub-wrap .right-box .item-box > a:hover {
    color: #000;
  }
  header .sub-menu .sub-wrap .right-box .search {
    width: 210px;
  }
  header .openNav-box {
    display: none;
  }
  footer {
    background-color: #F2F2F2;
  }
  footer .footer {
    width: 932px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #a7a7a7;
    line-height: 34px;
  }
  footer .footer .foot-tit {
    font-size: 18px;
    font-weight: 700;
    color: #686868;
  }
  footer .footer .l-box .l-item {
    display: flex;
    align-items: center;
  }
  footer .footer .l-box .l-item:nth-of-type(3) .img img {
    width: 16px;
    height: 10px;
  }
  footer .footer .l-box .l-item:nth-of-type(4) .img img {
    width: 14px;
    height: 17px;
  }
  footer .footer .l-box .l-item .img {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
  }
  footer .footer .l-box .l-item .img img {
    width: 16px;
    height: 15px;
  }
  footer .footer .c-box {
    display: flex;
  }
  footer .footer .c-box > div {
    width: 50%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  footer .footer .r-box {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #a7a7a7;
    margin-top: 0;
  }
  footer .footer .r-box img {
    width: 140px;
    height: 140px;
    background: #959595;
    margin-bottom: 10px;
  }
  footer .copyright {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #a7a7a7;
    height: 80px;
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #dfdfdf;
  }
}
@media (min-width: 1200px) {
  header .main-header .header {
    width: 1140px;
    height: 90px;
  }
  header .main-header .header .logo {
    height: 68px;
  }
  header .main-header .header .menu-list .item {
    width: 110px;
  }
  header .main-header .header .menu-list .search-box {
    width: 160px;
    height: 36px;
    padding: 0 15px;
  }
  header .sub-menu {
    display: block;
    top: 90px;
  }
  header .sub-menu .sub-wrap {
    width: 1140px;
    display: flex;
  }
  header .sub-menu .sub-wrap .right-box .item-box {
    width: 110px;
  }
  header .sub-menu .sub-wrap .right-box .search {
    width: 160px;
  }
  footer {
    background-color: #F2F2F2;
  }
  footer .footer {
    width: 1140px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #a7a7a7;
    line-height: 34px;
  }
  footer .footer .foot-tit {
    font-size: 18px;
    font-weight: 700;
    color: #686868;
  }
  footer .footer .l-box .l-item {
    display: flex;
    align-items: center;
  }
  footer .footer .l-box .l-item:nth-of-type(3) .img img {
    width: 16px;
    height: 10px;
  }
  footer .footer .l-box .l-item:nth-of-type(4) .img img {
    width: 14px;
    height: 17px;
  }
  footer .footer .l-box .l-item .img {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
  }
  footer .footer .l-box .l-item .img img {
    width: 16px;
    height: 15px;
  }
  footer .footer .c-box {
    display: flex;
  }
  footer .footer .c-box > div {
    width: 50%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  footer .footer .r-box {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #a7a7a7;
    margin-top: 0;
  }
  footer .footer .r-box img {
    width: 140px;
    height: 140px;
    background: #959595;
    margin-bottom: 10px;
  }
  footer .copyright {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #a7a7a7;
    height: 80px;
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #dfdfdf;
  }
}
@media (min-width: 1430px) {
  header .main-header .header {
    height: 100px;
    width: 1370px;
  }
  header .main-header .header .logo {
    height: 70px;
  }
  header .main-header .header .menu-list .item {
    width: 120px;
  }
  header .main-header .header .menu-list .search-box {
    width: 160px;
    height: 36px;
    padding: 0 15px;
  }
  header .sub-menu {
    top: 100px;
  }
  header .sub-menu .sub-wrap {
    width: 1140px;
  }
  header .sub-menu .sub-wrap .right-box .item-box {
    width: 120px;
  }
  header .sub-menu .sub-wrap .right-box .search {
    width: 160px;
  }
}
@media (min-width: 1660px) {
  header:hover .main-header {
    background-color: #fff;
  }
  header:hover .main-header .header .logo .logow {
    opacity: 0;
  }
  header:hover .main-header .header .logo .logog {
    opacity: 1;
  }
  header:hover .main-header .header .menu-list .item {
    color: #000;
  }
  header .main-header .header {
    height: 110px;
    width: 1600px;
  }
  header .main-header .header .logo {
    height: 74px;
  }
  header .main-header .header .menu-list {
    display: flex;
    align-items: center;
  }
  header .main-header .header .menu-list .item {
    width: 150px;
    font-size: 18px;
  }
  header .main-header .header .menu-list .search-box {
    width: 210px;
    height: 40px;
    padding: 0 15px;
  }
  header .sub-menu {
    top: 110px;
  }
  header .sub-menu .sub-wrap {
    width: 1600px;
  }
  header .sub-menu .sub-wrap .right-box .item-box {
    width: 150px;
  }
  header .sub-menu .sub-wrap .right-box .search {
    width: 210px;
  }
  footer {
    background-color: #F2F2F2;
  }
  footer .footer {
    width: 1600px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #a7a7a7;
    line-height: 34px;
  }
  footer .footer .foot-tit {
    font-size: 18px;
    font-weight: 700;
    color: #686868;
  }
  footer .footer .l-box .l-item {
    display: flex;
    align-items: center;
  }
  footer .footer .l-box .l-item:nth-of-type(3) .img img {
    width: 16px;
    height: 10px;
  }
  footer .footer .l-box .l-item:nth-of-type(4) .img img {
    width: 14px;
    height: 17px;
  }
  footer .footer .l-box .l-item .img {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
  }
  footer .footer .l-box .l-item .img img {
    width: 16px;
    height: 15px;
  }
  footer .footer .c-box {
    display: flex;
  }
  footer .footer .c-box > div {
    width: 200px;
  }
  footer .footer .r-box {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #a7a7a7;
  }
  footer .footer .r-box img {
    width: 140px;
    height: 140px;
    background: #959595;
    margin-bottom: 10px;
  }
  footer .copyright {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #a7a7a7;
    height: 80px;
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #dfdfdf;
  }
}
/*# sourceMappingURL=common.css.map */