@font-face {
  font-family: 'SHS_Medium';
  src: url('../fonts/SourceHanSansCN-Medium.eot?v=1.0');
  src: url('../fonts/SourceHanSansCN-Medium.eot?#iefix&?v=1.0') format('embedded-opentype'), url('../fonts/SourceHanSansCN-Medium.woff2?v=1.0') format('woff2'), url('../fonts/SourceHanSansCN-Medium.woff?v=1.0') format('woff'), url('../fonts/SourceHanSansCN-Medium.ttf?v=1.0') format('truetype'), url('../fonts/SourceHanSansCN-Medium.svg?v=1.0#SourceHanSansCNMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SHS_Regular';
  src: url('../fonts/SourceHanSansCN-Regular.eot?v=1.0');
  src: url('../fonts/SourceHanSansCN-Regular.eot?#iefix&?v=1.0') format('embedded-opentype'), url('../fonts/SourceHanSansCN-Regular.woff2?v=1.0') format('woff2'), url('../fonts/SourceHanSansCN-Regular.woff?v=1.0') format('woff'), url('../fonts/SourceHanSansCN-Regular.ttf?v=1.0') format('truetype'), url('../fonts/SourceHanSansCN-Regular.svg?v=1.0#SourceHanSansCNRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*快内容分布*/
.centertitle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* define bootstrap 5 columns */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-1-5 {
  width: 20%;
  float: left;
}
@media (max-width: 768px) {
  .col-xs-1-5 {
    width: 50%;
    float: left;
    color: red;
  }
}
.join,
.welfare_box {
  background-color: #f5f8fa;
}
.banner_top {
  width: 100%;
  height: 100%;
}
.banner_top .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: red;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner_top .swiper-slide .banner_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner_top .swiper-slide .container {
  position: relative;
  height: 100%;
}
.banner_top .swiper-slide .container .banner_center {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.banner_top .swiper-slide .container .banner_center img {
  width: auto;
  display: block;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.banner_top .swiper-slide .container .banner_text {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  margin-top: 210px;
}
.banner_top .swiper-slide .container .banner_text p {
  color: #FFFFFF;
  text-shadow: rgba(0, 0, 0, 0.6) 2px 2px 2px;
  font-size: 1.6rem;
  text-align: left;
}
.bg1 {
  background-image: -webkit-linear-gradient(-90deg, #23acf9 0%, #6639f4 45%, #b52ba5 100%);
  background-image: -moz-linear-gradient(-90deg, #23acf9 0%, #6639f4 45%, #b52ba5 100%);
  background-image: -o-linear-gradient(-90deg, #23acf9 0%, #6639f4 45%, #b52ba5 100%);
  background-image: linear-gradient(-90deg, #23acf9 0%, #6639f4 45%, #b52ba5 100%);
}
.bg2 {
  background-color: #2abcf9;
}
.bg3 {
  background-color: #321c94;
}
.j_item_box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 230px;
  padding: 1rem;
  position: relative;
  background-color: #FFFFFF;
}
.j_item_box .j_item_icon {
  margin: 10px auto;
  height: 107px;
  text-align: center;
}
.j_item_box .j_item_icon img {
  max-width: 110px ;
}
.j_item_box .j_item_icon .j_item_title {
  color: #333333;
  font-size: 18px;
}
.j_item_box .j_item_btn {
  display: block;
  position: absolute;
  top: 156px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  background-color: #3e8bff;
  color: #FFFFFF;
  width: 120px;
}
.j_item_box .j_item_btn a {
  display: block;
  color: #FFFFFF;
  padding: 0.3rem 1rem;
  font-size: 15px;
}
.j_item_box:hover,
.j_item_box:active {
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 18px 0px;
}
.welfare .w_item {
  background-color: #FFFFFF;
  padding: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
}
.welfare .w_item .wi_img {
  color: red;
}
.welfare .w_item .wi_title {
  font-size: 20px;
  color: #666666;
  padding: 20px 0;
  font-family: SHS_Medium;
}
.welfare .w_item .wi_info {
  font-size: 16px;
  color: #999999;
  font-family: SHS_Regular;
}
.welfare .w_item:hover,
.welfare .w_item:active {
  -webkit-transition: All 0.1s ease-in-out;
  -moz-transition: All 0.1s ease-in-out;
  -o-transition: All 0.1s ease-in-out;
  transition: All 0.1s ease-in-out;
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 20px 4px;
  border-radius: 4px;
}
.contacts {
  background-color: #f5f8fa;
}
.contact_box .c_item {
  background-color: #FFFFFF;
  padding: 20px;
}
.contact_box .c_item .ci_img {
  max-width: 40%;
}
.contact_box .c_item .ci_text {
  min-width: 40%;
  width: 60%;
  text-align: left;
  padding: 0 20px;
}
.contact_box .c_item .ci_text h4 {
  padding: 20px 0;
}
.map_box {
  width: 100%;
  position: relative;
}
.map_box .map_info {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 40%;
}
@media screen and (max-width: 1210px) {
  .j_item_box {
    height: 230px;
  }
}
@media screen and (max-width: 1080px) {
  .j_item_box {
    height: 190px;
  }
  .j_item_box .j_item_icon .j_item_title {
    font-size: 16px;
  }
  .j_item_box .j_item_btn {
    top: 138px;
    width: 100px;
  }
  .j_item_box .j_item_btn a {
    padding: 0.3rem 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .j_item_box {
    height: 170px;
  }
  .j_item_box .j_item_icon {
    margin: 0 auto;
  }
  .j_item_box .j_item_icon .j_item_title {
    font-size: 16px;
  }
  .j_item_box .j_item_btn {
    top: 120px;
    width: 90px;
  }
  .j_item_box .j_item_btn a {
    padding: 0.3rem 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  nav a {
    color: #FFFFFF;
  }
  .menu li.active:before {
    bottom: 0;
    width: 70px;
    height: 2px;
  }
  .menu li .set_en {
    color: #FFFFFF;
  }
  .j_items:first-child {
    color: red;
    width: 100%;
  }
  .j_item_box {
    height: 190px;
    margin-bottom: 20px;
  }
  .j_item_box .j_item_icon {
    margin: 0 auto;
  }
  .j_item_box .j_item_icon .j_item_title {
    font-size: 16px;
  }
  .j_item_box .j_item_btn {
    top: 130px;
    width: 120px;
  }
  .j_item_box .j_item_btn a {
    padding: 0.3rem 0;
    font-size: 13px;
  }
  .welfare .w_item .wi_img {
    width: 120px;
    float: left;
  }
  .welfare .w_item .wi_title {
    padding: 0;
    margin-left: 120px;
    padding-left: 10px;
    font-size: 18px;
  }
  .welfare .w_item .wi_info {
    margin-left: 120px;
    padding-left: 10px;
    font-size: 16px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .banner_top .swiper-slide .container .banner_center img {
    position: relative;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 667px) {
  .welfare .w_item .wi_info {
    font-size: 15px;
    -webkit-line-clamp: 4;
  }
}
