:root {
  --color: #a40000;
  --sub-color: #a40000;
  --body-bg: #ffffff;
  --footer-bg: #787878;
  --text-color: #333;
  --ccc: #ccc;
  --eee: #eee;
  --white: #fff;
}
body {
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-color);
  background-color: var(--body-bg);
  font-family: "微软雅黑", arial, helvetica, sans-serif;
  overflow-x: hidden;
}
body,
html {
  height: 100%;
  position: relative;
}
a {
  color: var(--text-color);
}
button,
span,
input,
div,
div:focus,
button:focus,
span:focus,
input:focus {
  outline: 0 !important;
}
a:hover,
a:focus {
  color: var(--color);
  text-decoration: none;
}
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h4,
h5 {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
ol,
ul,
li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ttu {
  text-transform: uppercase;
}
.my-6 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
/* logo */
.logo {
  margin-right: 20px;
}
.logo a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo .logo_txt {
  margin-left: 20px;
}
.logo_txt h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-top: 25px;
}
.logo_txt p {
  font-size: 16px;
  text-transform: uppercase;
}
/* top */
.logo_text b {
  font-size: 32px;
}
.logo_text span {
  font-size: 18px;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 2px;
}
.w-80 {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.menu > li {
  position: relative;
  flex: auto;
}
.menu > li > a {
  color: var(--text-color);
  font-size: 16px;
  padding: 10px 15px;
  display: inline-block;
  text-transform: uppercase;
}
.tell span {
  color: var(--color);
}
.tell p {
  font-size: 24px;
  line-height: 1;
}
.menu_drop {
  position: absolute;
  left: 0;
  min-width: 100%;
  white-space: nowrap;
  background-color: var(--body-bg);
  display: none;
  padding: 4px 0;
  border-radius: 4px;
  z-index: 99;
  border: 1px solid var(--ccc);
}
.menu_drop li a {
  color: var(--text-color);
  display: block;
  text-align: center;
  line-height: 2;
  transition: all 0.5s;
}
.menu_drop li:hover a {
  background-color: var(--color);
  color: var(--body-bg);
}
.swiper-pagination span {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.7);
}
.index-banner {
  position: relative;
  overflow: hidden;
}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}
.pro_wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}
.swiper-button-white::after {
  font-size: 22px;
  color: #fff;
}
/* banner */
.index-banner .swiper-button-next.swiper-button-white,
.index-banner .swiper-button-prev.swiper-button-white {
  background-color: rgba(0, 0, 0, 0.2);
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  background-size: 60%;
}
/* 右边 */
.side_kefu {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.side_kefu li {
  position: relative;
  margin-bottom: 5px;
}
.side_kefu li i {
  font-size: 20px;
}
.side_kefu li.toTop {
  cursor: pointer;
}
.side_kefu li.toTop i {
  font-size: 24px;
}
.side_kefu li .side_kefu_con {
  position: absolute;
  background-color: var(--body-bg);
  border: 1px solid var(--ccc);
  border-radius: 5px;
  right: 0;
  top: 0;
  padding: 5px 10px;
  transition: all 0.5s;
  transform: translateX(100%);
  z-index: -1;
}
.side_kefu li:hover .side_kefu_con {
  transform: translateX(-50px);
}
.side_kefu_con:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid var(--ccc);
  border-color: transparent var(--ccc) var(--ccc) transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: -6px;
  top: 10px;
  background-color: var(--body-bg);
}
.side_kefu li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--color);
  color: var(--body-bg);
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  .my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.container {
  max-width: 1200px;
}
.tell {
  display: flex;
  align-items: center;
}
.tell span {
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  color: var(--color);
}

/* abouts */
.abouts {
  background: #e5e5e5;
}
.abouts_l {
  padding-left: 8vw;
  padding-top: 8vw;
}
.abouts_text {
  margin-top: 3vw;
  margin-bottom: 3vw;
}
.abouts_text p {
  font-size: 18px;
  text-indent: 2em;
  margin-bottom: 2vw;
}
.abouts_more {
  margin-left: 2vw;
}
.abouts_more a {
  padding: 4px 10px;
  background-color: #333;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

/* products */
.title span {
  display: inline-block;
  width: 120px;
  height: 4px;
  background-color: var(--color);
}
.title .title-text {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.title p {
  font-size: 30px;
}
.pro_box {
  display: flex;
  justify-content: space-between;
  padding-left: 8vw;
  position: relative;
  background-color: #626262;
}
.pro_box:before {
  display: block;
  content: "";
  position: absolute;
  width: 35%;
  height: 400px;
  background-color: var(--color);
  left: 0;
  top: 0;
  z-index: 1;
}
.pro_left {
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  position: relative;
  z-index: 2;
  line-height: 1;
  margin-top: 6vw;
}
.pro_left span {
  display: block;
  width: 120px;
  height: 4px;
  background-color: #fff;
  margin-bottom: 2vw;
}
.pro_wrapper {
  margin-top: 4vw;
  margin-right: 4vw;
  margin-left: 2vw;
}
.pro_wrapper a {
  position: relative;
  display: block;
}
.pro_wrapper a p {
  position: absolute;
  left: 0;
  bottom: 2vw;
  right: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 9;
  font-size: 32px;
}

/* join */
.join_box {
  display: flex;
  flex-wrap: wrap;
}
.join_left {
  background-color: #828282;
  padding-left: 6vw;
}
.join_right {
  background-color: #e6e6e6;
  padding-right: 8vw;
}
.join_left .text-right {
  padding-right: 4vw;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8vw;
  margin-bottom: 4vw;
  line-height: 1.5;
}
.join_left .text-right a,
.join_img_t a {
  color: #fff;
}
.join_right .join_img {
  position: relative;
}
.join_right .join_img .join_img_t {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(163, 2, 2, 0.8);
  color: #fff;
  padding: 10px 2vw;
  font-size: 36px;
}
.join_img_t span {
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1;
}
.join_right_text {
  margin-top: 4vw;
}
.join_right_text span {
  font-size: 48px;
}
.join_right_text p {
  font-size: 25px;
  padding: 0 3vw;
}

/* footer */
footer {
  background-color: #4b4b4b;
  color: #fff;
  padding: 3vw 0;
}
footer a {
  color: #fff;
}
.ewm {
  width: 80%;
}
.foot_menu {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.foot_menu li.ewm_f {
  flex: 0 0 140px;
  width: 140px;
}
.foot_menu span {
  display: flex;
  flex-direction: column;
}
.foot_menu li h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.foot_bottom {
  border-top: 3px solid #fff;
  padding: 1vw 0;
  margin-top: 3vw;
}
