@charset "UTF-8";
body {
  background: #f5f5f5;
}

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  background: #f5f5f5;
  min-width: 1299px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  z-index: 998;
}
.header-wrap .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 15px;
  width: 1299px;
  height: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
.header-wrap .head .head-info {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0 58px;
}
.header-wrap .head .head-info .logo-wrap {
  height: 27px;
}
.header-wrap .head .head-info .logo-wrap h1 {
  height: 100%;
}
.header-wrap .head .head-info .logo-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-wrap .head .head-info .nav-list {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.header-wrap .head .head-info .nav-list .nav-item {
  min-width: 84px;
  font-size: 14px;
  color: #333;
  text-align: center;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.header-wrap .head .head-info .nav-list .nav-item.active {
  border-bottom: 2px solid #a82a2e;
}
.header-wrap .head .head-info .nav-list .nav-item:hover {
  border-bottom: 2px solid #a82a2e;
}
.header-wrap .head .head-info .nav-list .nav-item:hover .lk {
  font-weight: bold;
}
.header-wrap .head .head-info .nav-list .nav-item .lk {
  display: block;
  height: 78px;
  line-height: 78px;
  box-sizing: border-box;
}
.header-wrap .head .head-info .nav-list .nav-item .submenu {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.header-wrap .head .head-info .nav-list .nav-item .submenu .sub-list {
  width: 1299px;
  margin: 0 auto;
  padding: 30px 10px 50px;
  display: flex;
  gap: 0 30px;
}
.header-wrap .head .head-info .nav-list .nav-item .submenu .sub-list .sub-item {
  min-width: 240px;
  text-align: initial;
}
.header-wrap .head .head-info .nav-list .nav-item .submenu .sub-list .sub-item .sub-item-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.header-wrap .head .head-info .nav-list .nav-item .submenu .sub-list .sub-item .sub-item-head .tit-img {
  display: block;
  width: 220px;
  height: 130px;
  border-radius: 4px;
}
.header-wrap .head .head-info .nav-list .nav-item .submenu .sub-list .sub-item .sub-item-head .tit {
  margin-top: 20px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.header-wrap .head .head-info .nav-list .nav-item .submenu .sub-list .sub-item .sub-item-head .sub {
  margin-top: 10px;
  font-size: 12px;
  color: #333;
}
.header-wrap .head .head-info .nav-list .nav-item .submenu .sub-list .sub-item .lk-list .lk-item {
  margin-top: 15px;
  font-size: 16px;
  color: #545454;
  transition: all .2s linear;
}
.header-wrap .head .head-info .nav-list .nav-item .submenu .sub-list .sub-item .lk-list .lk-item:hover {
  transform: translate(0, -2px);
}
.header-wrap .head .head-info .nav-list .nav-item .submenu .sub-list .sub-item .lk-list .lk-item:hover .sub-lk {
  color: #a82a2e;
}
.header-wrap .head .head-info .nav-list .nav-item .submenu .sub-list .sub-item .lk-list .sub-lk {
  font-weight: normal;
}
.header-wrap .head .tel-wrap {
  font-size: 24px;
}
.header-wrap .head .tel-wrap .tip {
  font-size: 18px;
  color: #878787;
}
.header-wrap .head .tel-wrap .tel {
  color: #a82a2e;
}

.g-list-wrap {
  background: #f5f5f5;
}

.section.no-p {
  background: #f5f5f5;
}

.g-list {
  width: 1279px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  align-items: center;
}
.g-list .g-item {
  flex: 1;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  border-right: 1px solid #ccc;
}
.g-list .g-item:hover .lk {
  color: #a82a2e;
}
.g-list .g-item:last-child {
  border-right: none;
}
.g-list .g-item .lk {
  color: #878787;
}

.footer-wrap {
  padding-top: 45px;
  padding-bottom: 120px;
  background: #505050;
}
.footer-wrap .content {
  width: 1279px;
  margin: 0 auto;
}
.footer-wrap .content .footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-wrap .content .foot-logo {
  flex-shrink: 0;
  min-width: 220px;
}
.footer-wrap .content .foot-logo .des {
  margin-top: 10px;
  font-size: 18px;
  color: #878787;
}
.footer-wrap .content .f-nav-list {
  display: flex;
}
.footer-wrap .content .f-nav-list .f-nav-item {
  width: 215px;
  text-align: center;
  border-right: 1px solid #777;
}
.footer-wrap .content .f-nav-list .f-nav-item:last-child {
  border: none;
}
.footer-wrap .content .f-nav-list .f-nav-item .tit {
  font-size: 18px;
  color: #fff;
}
.footer-wrap .content .f-nav-list .sub-wrap {
  margin-top: 24px;
}
.footer-wrap .content .f-nav-list .sub-wrap .sub {
  display: block;
  font-size: 14px;
  color: #878787;
  margin-bottom: 24px;
}

.filings-wrap {
  height: 74px;
  line-height: 74px;
  background: #505050;
  border-top: 1px solid #777;
}
.filings-wrap .filings {
  display: flex;
  gap: 0 20px;
  align-items: center;
  width: 1279px;
  margin: 0 auto;
}
.filings-wrap .filings span {
  font-size: 12px;
  color: #878787;
}

.main-color {
  color: #a82a2e !important;
}

.bay_window {
  position: fixed;
  top: 50%;
  right: 30px;
  width: 50px;
  background: #fff;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 30px 0;
  z-index: 90;
}
.bay_window .bay_item {
  margin-bottom: 15px;
}
.bay_window .bay_item:last-child {
  margin-bottom: 0;
}
.bay_window .bay_item.top {
  display: none;
  margin-top: 15px;
}
.bay_window .bay_item.feedback {
  margin-bottom: 0;
}
.bay_window .bay_item.service:hover .s-list {
  opacity: 1;
  visibility: visible;
}
.bay_window .bay_item .lk {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.bay_window .bay_item .lk img {
  width: 15px;
  height: 15px;
  margin: 0 auto;
}
.bay_window .bay_item .lk p {
  font-size: 12px;
  color: #a82a2e;
}
.bay_window .bay_item .s-list {
  position: absolute;
  top: 0;
  left: -190px;
  width: 180px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition: all .1s linear;
}
.bay_window .bay_item .s-list .s-item {
  font-size: 14px;
  color: #545454;
  padding: 10px;
  cursor: pointer;
}
.bay_window .bay_item .s-list .s-item:hover {
  color: #a82a2e;
}

.banner-wrap {
  height: 100vh;
}
.banner-wrap .swiper {
  width: 100%;
  height: 100%;
}
.banner-wrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-wrap .swiper-slide .content {
  display: flex;
  align-items: center;
  gap: 0 88px;
  width: 1279px;
  height: 100%;
  margin: 0 auto;
}
.banner-wrap .swiper-slide .content .img {
  flex-shrink: 0;
  width: 60%;
}
.banner-wrap .swiper-slide .content .img img {
  display: block;
  width: 100%;
}
.banner-wrap .swiper-slide .content .info {
  flex: 1;
  width: 0;
  font-size: 20px;
  color: #606060;
  text-align: justify;
  line-height: 32px;
  font-family: "KaiTi", "妤蜂綋", Arial, Helvetica, sans-serif;
  word-wrap: break-word;
}
.banner-wrap .swiper-slide .content .info .black {
  color: #333;
  font-weight: bold;
}
.banner-wrap .swiper-slide .content .info .main-color {
  color: #a82a2e;
}
.banner-wrap .navigation-wrap {
  position: absolute;
  bottom: 140px;
  width: 1279px;
  left: 0;
  right: 0;
  margin: auto;
  height: 52px;
}
.banner-wrap .navigation-wrap .navigation {
  position: absolute;
  right: 0;
  width: 136px;
  height: 52px;
  background: #fbfafb;
  z-index: 2;
}
.banner-wrap .navigation-wrap .navigation:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 1px;
  transform: translate(-50%, -50%);
  background: #7c7c7c;
}
.banner-wrap .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  margin: 0 6px !important;
  width: 90px;
  height: 5px;
  position: relative;
  outline: none;
  vertical-align: middle;
}
.banner-wrap .swiper-pagination-bullet span {
  width: 90px;
  height: 5px;
  background-color: #070b19;
  display: block;
}
.banner-wrap .swiper-pagination-bullet i {
  background-color: #a82a2e;
  height: 5px;
  width: 90px;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}
.banner-wrap .swiper-pagination-bullet-active i {
  animation: middle 10s linear forwards;
}
@keyframes middle {
  0% {
    transform: scaleX(0);
    left: 0;
  }
  100% {
    transform: scaleX(1);
    left: 0;
  }
}
.section {
  padding: 104px 0;
  background: #f5f5f5;
}
.section.no-p {
  padding: 0;
}
.section .content {
  width: 1279px;
  margin: 0 auto;
}
.section .content .tit-wrap {
  position: relative;
  text-align: center;
}
.section .content .tit-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 35.4%;
  height: 3px;
  transform: translateY(-50%);
  background: #a82a2e;
}
.section .content .tit-wrap::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 35.4%;
  height: 3px;
  transform: translateY(-50%);
  background: #a82a2e;
}
.section .content .tit-wrap .tit {
  display: inline-block;
  font-size: 34px;
  color: #a82a2e;
  padding: 15px 50px;
  border: 3px solid #a82a2e;
  border-radius: 15px;
  min-width: 378px;
}
.section .content .ch-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 104px;
  gap: 35px;
}
.section .content .ch-list .ch-item {
  width: calc((100% - 35px) / 2);
  min-width: 0;
  background: #fff;
  border-radius: 15px;
  transition: box-shadow .2s linear;
}
.section .content .ch-list .ch-item .lk {
  display: flex;
}
.section .content .ch-list .ch-item:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}
.section .content .ch-list .ch-item:hover .info .more {
  color: #a82a2e;
}
.section .content .ch-list .ch-item .info {
  position: relative;
}
.section .content .ch-list .ch-item .info .head {
  display: flex;
  height: 85px;
}
.section .content .ch-list .ch-item .info .sub-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 90px;
  height: 100%;
  font-size: 18px;
  color: #fff;
  padding: 20px 25px;
  background: #a82a2e;
}
.section .content .ch-list .ch-item .info .sub-tit-img {
  width: 130px;
  height: 100%;
}
.section .content .ch-list .ch-item .info .sub-tit-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.section .content .ch-list .ch-item .info .main-tit {
  margin-top: 45px;
  padding-left: 25px;
  width: 195px;
  font-size: 18px;
}
.section .content .ch-list .ch-item .info .more {
  position: absolute;
  color: #8d8d8d;
  font-size: 10px;
  bottom: 45px;
  left: 25px;
  transition: color .2s linear;
}
.section .content .ch-list .ch-item .img {
  width: 342px;
  height: 210px;
  padding: 30px;
  box-sizing: content-box;
}
.section .content .ch-list .ch-item .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.section .content .product-number-info {
  position: relative;
}
.section .content .product-number-info ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 104px 0 60px;
}
.section .content .product-number-info ul li {
  position: relative;
  width: 25%;
  color: #a82a2e;
  text-align: center;
  border-left: 1px solid #ccc;
}
.section .content .product-number-info ul li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 50%;
  left: -1px;
  top: 0;
  background: #29294c;
}
.section .content .product-number-info ul li:last-child {
  border-right: 1px solid #ccc;
}
.section .content .product-number-info ul li:last-child::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 50%;
  right: -1px;
  top: 0;
  background: #29294c;
}
.section .content .product-number-info ul li i {
  font-style: normal;
  font-size: 70px;
}
.section .content .product-number-info ul li .plus {
  font-size: 24px;
}
.section .content .product-number-info ul li p {
  font-size: 18px;
  color: #878787;
}

/*# sourceMappingURL=home.css.map */
