:root {
  --color: #bb0505;
  --sub-color: #bb0505;
  --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;
}
.index-banner {
  position: relative;
}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}
.swiper-button-white::after {
  font-size: 22px;
}

/* 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;
}

/* abouts */
.abouts_bg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #bfbfbf;
  margin: 4vw 0;
}
.abouts_bg .left,
.abouts_bg .right {
  flex: 0 0 auto;
  width: 50%;
}
.abouts_con {
  margin-right: 8vw;
  margin-top: 5vw;
  margin-left: 8vw;
}
.abouts_con .abouts_title {
  font-size: 50px;
  text-transform: uppercase;
  text-align: right;
  line-height: 1;
  color: #bb0505;
  font-weight: bold;
}
.abouts_sub_title {
  font-size: 45px;
  text-align: right;
  margin-bottom: 2vw;
}
.abouts_text p {
  font-size: 16px;
  margin-bottom: 1vw;
}
.abouts_con a {
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 10px;
  background-color: #333;
  color: #fff;
}

/* title */
.title span {
  font-size: 40px;
  font-weight: bold;
}
.title p {
  font-size: 30px;
}
.pro_bg {
  background-color: #434343;
  padding-bottom: 3vw;
  margin-bottom: 2vw;
}
.pro_home_con {
  width: 87%;
  margin: 0 auto;
  margin-top: 2vw;
  margin-bottom: 4vw;
  display: flex;
  justify-content: space-between;
}
.pro_home_con .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 65%;
}
.pro_home_con .right {
  width: 33.6%;
}
.pro_home_con .top {
  display: flex;
  justify-content: space-between;
}
.pro_home_con .top .pro_home_list {
  flex: 0 0 auto;
  width: 49%;
}
.pro_home_list {
  display: block;
  position: relative;
}
.pro_home_list p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 36px;
  padding-right: 20px;
  width: calc(100% - 20px);
}

/* join */
.mb-6 {
  margin-bottom: 4vw;
}
.join_bg {
  background-color: #333;
  background: url(../images/join_bg.jpg) no-repeat center;
  display: flex;
  justify-content: space-between;
  padding: 4vw 8vw;
  color: #fff;
}
.join_text {
  font-size: 72px;
  text-transform: uppercase;
  margin-bottom: 6vw;
}
.join_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8vw;
}
.join_list li {
  min-width: 280px;
  position: relative;
}
.join_list li:not(:last-child):before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 200%;
  background-color: #fff;
  right: 0;
  top: -50%;
}
.join_list li a {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #fff;
  align-items: center;
  text-align: center;
}
.join_list li .join_img {
  min-height: 80px;
}
.join_list li a span {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
}
.join_bg .left {
  padding-top: 4vw;
}
.join_bg .left h2 {
  font-size: 48px;
  margin-bottom: 2vw;
}
.join_bg .left p {
  font-size: 30px;
  text-align: center;
}

/* news */
.news_home_list a {
  display: block;
  max-width: 80%;
}
.news_home_list a h2 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin: 1vw 0;
}
.news_home_list a p {
  margin-bottom: 1vw;
  color: #7f7e7e;
}

/* foot */
footer {
  margin-top: 3vw;
  background-color: #333;
  color: #fff;
  padding: 3vw 0;
}
footer a {
  color: #fff;
}
.ewm {
  width: 80%;
}
.foot_menu {
  display: flex;
  justify-content: space-between;
}
.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 {
  padding: 1vw 0;
  margin-top: 3vw;
}
