.main {
  width: 100%;
}
.head_banner {
  position: relative;
  width: 100%;
  height: 2.349rem;
  background-color: #ffffff;
  background: url('../images/img_28.png') no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.2188rem;
}
.head_banner .head_p {
  position: absolute;
  bottom: 0.224rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.head_banner .head_p .about_title {
  font-family: Impact;
  font-size: 0.3125rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.2344rem;
  letter-spacing: 6px;
  color: #ffffff;
}
.head_banner .head_p .about_p {
  font-family: SimHei;
  font-size: 0.1875rem;
  font-weight: bold;
  letter-spacing: 4px;
  color: #fff;
}
.tab_card {
  width: 100%;
}
.tab_card .card_item {
  margin: 0 auto;
  width: 7.2917rem;
}
.tab_card .card_item .card_list {
  height: 0.1823rem;
  display: flex;
  justify-content: center;
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 0.1927rem;
}
.tab_card .card_item .card_list .active {
  position: relative;
}
.tab_card .card_item .card_list .active a {
  color: #fa9900;
  font-weight: bold;
}
.tab_card .card_item .card_list .active::after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 100%;
  height: 0.0104rem;
  background-color: #fa9900;
}
.tab_card .card_item .card_list li {
  margin-right: 0.2604rem;
}
.tab_card .card_item .card_list li a {
  font-family: MicrosoftYaHei;
  font-size: 0.0938rem;
  font-weight: normal;
  letter-spacing: 2px;
  color: #363636;
}
.tab_card .card_item .card_list li:last-child {
  margin-right: 0;
}
.tab_card .tab_news {
  width: 100%;
  height: 3.125rem;
  background: url('../images/img_29.png') no-repeat;
  background-size: 100% 100%;
}
.tab_card .tab_news .tab_card {
  margin: 0 auto;
  width: 7.2917rem;
  padding: 0.3333rem 0 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab_card .tab_news .tab_card .left_img:hover img {
  transform: scale(1.1);
}
.tab_card .tab_news .tab_card .left_img:hover .box_mask {
  border-color: #fa9900;
}
.tab_card .tab_news .tab_card .left_img {
  position: relative;
  width: 3.6458rem;
  height: 2.4792rem;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.tab_card .tab_news .tab_card .left_img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s linear;
}
.tab_card .tab_news .tab_card .left_img .box_mask {
  transition: all 0.3s linear;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.5052rem;
  height: 2.3073rem;
  border-radius: 5px;
  border: solid 1px #ffffff;
}
.tab_card .tab_news .tab_card .right_msg {
  width: 3.3385rem;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.tab_card .tab_news .tab_card .right_msg .men_title {
  font-size: 0.1875rem;
  font-family: MicrosoftYaHei;
  letter-spacing: 4px;
  color: #363636;
  position: relative;
  margin-bottom: 0.2292rem;
}
.tab_card .tab_news .tab_card .right_msg .men_title .block {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.026rem;
  width: 0.3542rem;
  height: 0.0104rem;
  background-color: #fa9900;
  border-radius: 1px;
}
.tab_card .tab_news .tab_card .right_msg .p_text {
  overflow: hidden;
}
.tab_card .tab_news .tab_card .right_msg .p_text p {
  font-family: MicrosoftYaHei;
  font-size: 0.0833rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 2px;
  color: #363636;
  text-indent: 36px;
  margin-top: 0.1042rem;
}
.tab_card .tab_news .tab_card .right_msg .p_text .span_y {
  font-family: SimHei;
  font-size: 0.1042rem;
  font-weight: normal;
  letter-spacing: 2px;
  color: #fa9900;
}
.join_us {
  width: 100%;
  background-color: #fff;
  margin-bottom: 60px;
}
.join_us .join_content {
  width: 7.2917rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0.2865rem 0 0 0;
}
.join_us .join_content .join_title {
  font-size: 0.1875rem;
  font-family: MicrosoftYaHei;
  letter-spacing: 4px;
  color: #363636;
  position: relative;
  margin-bottom: 0.1875rem;
}
.join_us .join_content .join_title .block {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.026rem;
  width: 0.3542rem;
  height: 0.0104rem;
  background-color: #fa9900;
  border-radius: 1px;
}
.join_us .join_content .join_p {
  font-family: MicrosoftYaHei;
  font-size: 0.0781rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #989898;
}
.join_us .join_content .swiper_join {
  width: 100%;
  margin-top: 0.1302rem;
}
.join_us .join_content .swiper_join .swiper {
  width: 100%;
  height: 100%;
}
.join_us .join_content .swiper_join .swiper-slide:last-child {
  margin-right: 0;
}
.join_us .join_content .swiper_join .swiper-slide {
  background: #fff;
  width: 2.1771rem !important;
  margin-right: 50px;
}
.join_us .join_content .swiper_join .swiper-slide .img_box {
  width: 1.7917rem;
  height: 1.7865rem;
  background: url('../images/img_31.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 0.2865rem;
  text-align: center;
}
.join_us .join_content .swiper_join .swiper-slide .img_box .btn_box {
  width: 0.9948rem;
  height: 0.3125rem;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  font-family: AdobeHeitiStd-Regular;
  font-size: 0.125rem;
  letter-spacing: 2px;
  color: #fa9900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.1302rem;
}
.join_us .join_content .swiper_join .swiper-slide .img_box .p_box p {
  font-family: AdobeHeitiStd-Regular;
  font-size: 0.0938rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 2px;
  color: #787878;
}
.join_us .join_content .swiper_join .swiper-slide .img_box .p_box p span {
  font-family: Impact;
  color: #363636;
}
.join_us .join_content .swiper_join .swiper-slide .msg_join {
  margin-top: 0.1198rem;
}
.join_us .join_content .swiper_join .swiper-slide .msg_join .msg_item {
  font-family: MicrosoftYaHei;
  font-size: 0.0781rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: #363636;
  margin-bottom: 25px;
}
.join_us .join_content .swiper_join .swiper-slide .msg_join .msg_item p:nth-child(1) {
  font-weight: bold;
}
.join_us .join_content .swiper_join .swiper-slide .msg_join .msg_item:last-child {
  margin-bottom: 0;
}
.join_us .join_content .swiper_join .swiper-button-next,
.join_us .join_content .swiper_join .swiper-button-prev {
  width: 61px;
  height: 62px;
  background-color: #bfbfbf;
  border-radius: 50%;
  top: 50% !important;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.join_us .join_content .swiper_join .swiper-button-prev {
  left: 60px;
}
.join_us .join_content .swiper_join .swiper-button-next {
  right: 0;
}
.join_us .join_content .swiper_join .swiper-button-next:hover,
.join_us .join_content .swiper_join .swiper-button-prev:hover {
  background-color: #fa9900;
}
.join_us .join_content .swiper_join .swiper-button-next:after,
.join_us .join_content .swiper_join .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}
