.margin_t90 {
  margin-top: 90px;
}

.topList {
  position: relative;
}
.topList .le {
  width: 50%;
  float: left;
  height: 100%;
}
.topList .le img {
  height: 100%;
}
.topList .re {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/index_bg02.jpg) 0 bottom;
  background-size: cover;
  padding: 70px 58px;
  box-sizing: border-box;
}
.topList .re span {
  color: #00a0e9;
}
.topList .re .edit_index {
  color: #84888d;
}
.edit_index {
  overflow: hidden;
}
.topList .re h2 {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}

.ul_list li {
  position: relative;
  margin-top: 60px;
}
.ul_list li dl {
  overflow: hidden;
  position: relative;
}
.ul_list li dd {
  float: left;
  width: 411px;
}

.ul_list li dt {
  float: left;
  width: calc(100% - 411px);
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #e3e3e3;
  padding: 4% 3%;
  box-sizing: border-box;
  height: 100%;
}
.ul_list li dt span {
  color: #00a0e9;
}
.ul_list li dt h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  overflow: hidden;
}
.ul_list li dt p {
  height: 60px;
  overflow: hidden;
  color: #84888d;
}

@media only screen and (max-width: 1366px) {
  .topList .re {
    padding: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .topList .re {
    padding: 20px;
  }
  .topList .re h2 {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .ul_list li dt {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .margin_t90 {
    margin-top: 40px;
  }
  .topList {
    height: auto !important;
  }
  .topList .le {
    width: 100%;
    float: none;
  }
  .topList .re {
    width: 100%;
    position: static;
  }
  .ul_list li dd {
    float: left;
    width: 300px;
  }
  .ul_list li dt {
    float: left;
    width: calc(100% - 300px);
  }
  .ul_list li {
    margin-top: 30px;
  }
  .edit_index {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .ul_list li dd {
    float: none;
    width: 100%;
  }
  .ul_list li dt {
    position: static;
    width: 100%;
  }
  .ul_list li dt p {
    height: auto;
  }
}

/*内容页*/
.details_l {
  float: left;
  width: 65%;
}
.d_span {
  border-bottom: 1px solid #cdcdcd;
  overflow: hidden;
  line-height: 49px;
}
.d_span .share_common {
  float: right;
}
.d_span span {
  margin-right: 20px;
}
.txt_title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3%;
}
.share_common a {
  color: #727272;
  font-size: 22px;
  margin-right: 14px;
}
.d_share {
  padding: 3% 0;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .share_common a:hover {
    color: #006ebc !important;
  }
}
.details_bottom {
  background: #edf1f5;
}

.news_page {
  overflow: hidden;
}
.news_page .wrap {
  overflow: hidden;
}
.news_page .le {
  float: left;
  color: #202f45;
  line-height: 36px;
  padding: 30px 0;
  width: calc(100% - 100px);
}
.news_page .le a {
  color: #202f45;
}
.news_page .le span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_page .re {
  float: right;
}
.news_page .re a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #adb9c5;
}

.details_r {
  float: right;
  border: 1px solid #cecece;
  width: 30%;
  padding: 25px;
  box-sizing: border-box;
  padding-top: 80px;
}
.details_r h1 {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.details_r ul {
  padding: 30px 0;
  padding-top: 0;
}
.details_r ul li {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
}
.details_r ul li:last-child {
  margin-bottom: 0;
}
.details_r ul li a {
  display: block;
  text-transform: uppercase;
  color: #202f45;
  font-weight: bold;
}
.details_r ul li span {
  display: block;
  color: #00a0e9;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .details_l,
  .details_r {
    width: 100%;
    float: none;
  }
  .details_r {
    padding-top: 30px;
  }

  .d_share {
    padding-top: 40px;
  }
  .news_page .le {
    float: none;
    width: 100%;
  }
  .news_page .re {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .d_span span {
    display: block;
  }
  .d_share {
    padding-top: 20px;
  }
  .share_common a {
    font-size: 24px;
    margin-right: 20px;
  }
  .news_page .le {
    padding: 20px 0;
  }
}

/*宣传片*/
.margin_t70 {
  margin-top: 50px;
}
.promo_ul {
  text-align: center;
  border-bottom: 1px solid #cecece;
  margin-bottom: 70px;
}
.promo_ul li {
  display: inline-block;
  padding: 2% 5%;
  text-transform: uppercase;
  position: relative;
}
.promo_ul li a {
  color: #202f45;
}
.promo_ul li.on a {
  font-weight: bold;
}
.promo_ul li::after {
  content: '•';
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  display: block;
  line-height: 10px;
}
.promo_ul li:last-child::after {
  display: none;
}
.promo_party1 {
  overflow: hidden;
}
.promo_party1 .re {
  width: 344px;
  margin-left: 40px;
  float: left;
}
.promo_party1 .le {
  float: left;
  width: calc(100% - 388px);
  cursor: pointer;
}
.le-t {
  position: relative;
}
.le-t > img {
  width: 100%;
}
.le-t_blank {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.le-t_blank img {
  width: 97px;
  height: 101px;
}
.le-b {
  padding: 30px 0;
}
.le-b span {
  color: #00a0e9;
  margin-bottom: 5px;
  display: block;
}
.promoRe-item {
  margin-bottom: 40px;
  position: relative;
  cursor: pointer;
}
.promoRe-item .le-b {
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  border-top: none;
}
.promoRe-item .le-b::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #006ebc;
}

.promo_list li {
  width: 32%;
  margin-right: 2%;
  float: left;
}
.promo_list li:nth-child(3n) {
  margin-right: 0;
}
.promoRe-item .le-t_blank img {
  width: 60px;
  height: 64px;
  display: none;
}
.promoRe-item .le-b h2 a {
  display: block;
  height: 58px;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .promoRe-item:hover .le-t_blank img {
    display: block;
  }
}
/*videos*/
.video_appboxlhl {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
}
.video_appboxlhl .video_t {
  left: 10%;
  top: 21%;
  position: absolute;
  height: 75%;
  width: 80%;
  z-index: 2;
  background: #000;
}
.video_appboxlhl .video_t video {
  object-fit: cover;
}
.video_appboxlhl .mask {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.lt9 .video_appboxlhl .mask {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");
}
.video_close {
  position: absolute;
  top: 15%;
  right: 10%;
  cursor: pointer;
  z-index: 99999;
}
.video_close i {
  color: #fff;
  font-size: 20px;
}

@media only screen and (max-width: 1366px) {
  .promo_party1 .le {
    width: 73%;
  }
  .promo_party1 .re {
    width: 25%;
    margin-left: 2%;
  }
  .promoRe-item {
    margin-bottom: 20px;
  }
  .promoRe-item .le-b h2 a {
    height: 54px;
  }
}

@media only screen and (max-width: 1024px) {
  .le-b h2 {
    height: 48px;
    overflow: hidden;
  }
  .margin_t70 {
    margin-top: 20px;
  }
  .promo_ul {
    margin-bottom: 30px;
  }
  .promo_party1 .le {
    width: 100%;
    float: none;
  }
  .promo_party1 .re {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .promoRe-item,
  .promo_list li {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .promoRe-item:nth-child(3n),
  .promo_list li:nth-child(3n) {
    margin-right: 4%;
  }
  .promoRe-item:nth-child(2n),
  .promo_list li:nth-child(2n) {
    margin-right: 0;
  }
  .promoRe-item .le-t_blank img {
    display: block;
  }
  .promoRe-item .le-b h2 a {
    height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .le-t_blank img {
    width: 60px;
    height: 64px;
  }
  .promoRe-item,
  .promo_list li {
    width: 100%;
    margin-right: 0;
  }
  .le-b h2 {
    height: auto;
  }
  .promoRe-item .le-b h2 a {
    height: auto;
  }
}

/*宣传册*/
.brochure_list li {
  width: 23.5%;
  margin-right: 2%;
  float: left;
  margin-bottom: 40px;
}
.brochure_list li:nth-child(4n) {
  margin-right: 0;
}
.brochure_t {
  position: relative;
  transition: all 0.3s;
}

.brochure_t img {
  width: 100%;
}
.brochure_t::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  bottom: -2px;
  background: #006ebc;
}
.brochure_b {
  padding: 28px;
  box-sizing: border-box;
}
.brochure_b a {
  display: block;
  height: 58px;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .brochure_t:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 1366px) {
  .brochure_b a {
    height: 54px;
  }
}
@media only screen and (max-width: 1024px) {
  .brochure_list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .brochure_list li:nth-child(4n) {
    margin-right: 2%;
  }
  .brochure_list li:nth-child(3n) {
    margin-right: 0px;
  }
  .brochure_b {
    padding: 15px;
  }
  .brochure_b a {
    height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .brochure_list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .brochure_list li:nth-child(3n) {
    margin-right: 2%;
  }
  .brochure_list li:nth-child(2n) {
    margin-right: 0;
  }
  .brochure_b {
    padding: 15px 0;
  }
}

/*安全运营*/
.safety_party1 {
  padding: 90px 0;
  position: relative;
}
.safety_party1_con {
  border: 3px solid #dcdcdc;
  padding: 40px 80px;
  overflow: hidden;
  padding-bottom: 75px;
}
.safety_party1-l {
  float: left;
  width: 175px;
}
.safety_party1-r {
  width: calc(100% - 175px);
  float: left;
  padding-left: 4%;
  box-sizing: border-box;
}
.safety_party1-r h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.safety_party1-r p {
  color: #202f45;
  margin-bottom: 30px;
}
.safety_party1 em {
  height: 6px;
  background: #006ebc;
  width: 100%;
  bottom: 6px;
  display: block;
  position: relative;
}
.down_pdf a {
  padding: 0 14px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #006ebc;
  border-radius: 10px;
}
.down_pdf a i {
  margin-left: 10px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.safety_party2 .le {
  float: left;
  width: 45%;
  margin-right: 30px;
  height: 100%;
  position: relative;
}
.safety_party2 .re {
  float: left;
  width: calc(100% - 45% - 30px);
  height: 100%;
}
.re-item {
  width: 100%;
  height: calc((100% - 30px) / 2);
  margin-bottom: 30px;
  position: relative;
}
.re-item img {
  height: 100%;
}
.re-item:last-child {
  margin-bottom: 0;
}
.safety_txt {
  position: absolute;
  left: 0;
  top: 0;
  padding: 60px;
  box-sizing: border-box;
  color: #fff;
  line-height: 25px;
}
.re-item .safety_txt {
  bottom: 0;
  top: auto;
  padding: 30px 40px;
  background: url(../upload/social_bg1.png) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1440px) {
  .safety_party1 {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .safety_party1_con {
    padding: 40px;
  }
  .safety_txt {
    padding: 20px;
  }
  .re-item .safety_txt {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .safety_party1-l {
    width: 100%;
    float: none;
    text-align: center;
  }
  .safety_party1-r h1 {
    text-align: center;
  }
  .safety_party1-r {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .safety_party1_con {
    padding: 20px;
    padding-bottom: 40px;
  }
  .safety_party2 {
    height: auto !important;
  }
  .safety_party2 .le {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .safety_party2 .re {
    width: 100%;
  }
  .re-item {
    margin-bottom: 20px;
  }
  .re-item .safety_txt {
    position: static;
    color: #84888d;
    background: none;
    padding: 20px 0;
  }
}

/*环境保护*/
.blank_37 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.37);
}
.milieu_01 {
  margin-bottom: 0;
}
.milieu_01 .left {
  left: auto;
  right: 0;
}
.milieu_01 .right {
  left: 0;
  right: auto;
}
.milieu_01 .index_intrbox {
  float: right;
}
.milieu_02 {
  padding: 5% 0;
}
.milieu_02_txt {
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
}
.milieu_02_txt {
  padding: 120px;
  box-sizing: border-box;
}
.milieu_02_txt h1 {
  position: relative;
}
.milieu_02_txt h1 em {
  width: 145px;
  height: 2px;
  display: block;
  background: #fff;
  margin-top: 8px;
}
.milieu_02_txt p {
  color: #fff;
}
.milieu_text {
  margin-top: 30px;
}
.milieu_03 {
  padding-top: 80px;
  color: #fff;
}
.milieu_03 h1 {
  text-align: center;
  margin-bottom: 60px;
}
.milieu_03_swi {
  width: 80%;
  margin: 0 auto;
}
.fnt_60 {
  font-size: 60px;
}
.milieu_03_swi {
  position: relative;
}
.milieu_03_swi li {
  border-left: 1px solid #fff;
  padding: 0 55px 55px;
  box-sizing: border-box;
}
.milieu_03_swi li .milieuSwi_txt {
  height: 265px;
}
.milieu_03_swi li h2 {
  margin-top: 40px;
}
.milieu_03_swi .but > div {
  background: none;
  line-height: 44px;
}
.milieu_03_swi .but > div i {
  font-size: 35px;
}
.milieu_03_swi .but .swiper-button-prev {
  left: -10%;
}
.milieu_03_swi .but .swiper-button-next {
  right: -10%;
}

.milieu_04 {
  padding: 90px 0;
}
.milieu_path {
  overflow: hidden;
}
.milieu_path li {
  float: left;
  width: calc((100% - 6%) / 3);
  margin-right: 3%;
  position: relative;
}
.milieu_path li:nth-child(3n) {
  margin-right: 0;
}
.milieu_path li dt {
  padding: 30px;
  border: 1px solid #e2e2e2;
  border-top: none;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.milieu_path li em {
  height: 6px;
  background: #006ebc;
  width: 100%;
  bottom: 6px;
  display: block;
  position: relative;
}
.milieu_path li dt h3 {
  color: #202f45;
}
.milieu_path li dt h3 {
  color: #202f45;
  font-weight: bold;
  margin-bottom: 25px;
}
.milieu_path li dt p {
  height: 150px;
}
.milieu_path li dt p {
  height: 150px;
  overflow: hidden;
  color: #84888d;
}

.milieu_phone li {
  width: 25%;
  float: left;
  position: relative;
  color: #fff;
}
.milieu_phone-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 70px 50px 50px;
  box-sizing: border-box;
}
.milieu_phone-txt i {
  font-size: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  overflow: hidden;
}
.milieu_phone li:first-child .milieu_phone-txt i {
  font-size: 45px;
}
.phone-txt {
  margin-top: 15px;
}
.phone-txt span {
  display: block;
  height: 30px;
}
.phone-txt a {
  color: #fff;
}
.milieu_phone li:nth-child(2) {
  color: #202f45;
}
.milieu_phone li:nth-child(2) .phone-txt a {
  color: #202f45;
}
@media only screen and (max-width: 1200px) {
  .milieu_03_swi li {
    padding: 0 30px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .milieu_03_swi li {
    padding: 0 20px 20px;
  }
  .milieu_03 {
    padding-top: 50px;
  }
  .milieu_03 h1 {
    margin-bottom: 30px;
  }
  .milieu_path li dt {
    padding: 20px;
    padding-bottom: 40px;
  }
  .milieu_path li dt h3 {
    margin-bottom: 10px;
  }
  .milieu_phone li {
    width: 50%;
  }

  .fnt_60 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .milieu_02_txt {
    padding: 40px 20px;
  }
  .milieu_03_swi li {
    border-left: none;
  }
  .milieu_03_swi li .milieuSwi_txt {
    height: auto;
  }
  .milieu_03_swi li .mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
  }
  .milieu_03_swi .but .swiper-button-prev {
    left: -35px;
  }
  .milieu_03_swi .but .swiper-button-next {
    right: -28px;
  }
  .milieu_03_swi li h2 {
    text-align: center;
  }
  .milieu_04 {
    padding: 40px 0;
  }
  .milieu_path li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .milieu_path li dt p {
    height: auto;
  }
  .milieu_phone li {
    width: 100%;
  }
  .phone-txt span {
    font-size: 20px;
  }
  .phone-txt p {
    font-size: 30px;
  }
}

/*员工发展*/
.staff_01 {
  padding: 5% 0;
}
.staff_01-con {
  overflow: hidden;
  position: relative;
}
.staff_bank {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
}
.staff_bank-txt {
  width: 50%;
  float: right;
  padding: 10% 10% 10% 0;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}

.staff_bank-txt h1 {
  position: relative;
}
.staff_bank-txt h1 em {
  width: 145px;
  height: 2px;
  display: block;
  background: #fff;
  margin-top: 8px;
}
.staff_bank-txt p {
  color: #fff;
}

.staff_02 {
  padding: 5% 0;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.business h1 {
  margin-bottom: 10px;
}
.business_list {
  margin: 60px 0;
}
.business_list li {
  float: left;
  width: 20%;
  padding: 20px 30px;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.business_list li img {
  width: 86px;
  height: 86px;
}
.business_list li h4 {
  margin: 10px 0;
}
.business_list li p {
  color: rgba(255, 255, 255, 0.6);
  height: 72px;
  overflow: hidden;
}
.business_list li:last-child {
  border-right: none;
}
.staff_03.topList .le {
  float: right;
}
.staff_03.topList .re {
  float: left;
  left: 0;
  right: auto;
  padding-left: 8%;
}
.staff_03.topList .re h2 {
  position: relative;
  font-weight: inherit !important;
  margin-bottom: 20px;
}
.staff_03.topList .re h2 em {
  width: 145px;
  height: 2px;
  display: block;
  background: #006ebc;
  margin-top: 8px;
}
.business_swi {
  position: relative;
}
.business_swi .but {
  display: none;
}
.business_swi .but > div {
  background: none;
}
.business_swi .but > div i {
  color: #fff;
  font-size: 35px;
}

.staff_04 {
  padding: 5% 0;
  overflow: hidden;
}
.staff_title {
  text-align: center;
}
.staff_title h1 {
  margin-bottom: 10px;
}
.staff_title p {
  color: #84888d;
  line-height: 25px;
}
.staff_system li {
  margin-top: 60px;
}
.staff_system li dd {
  float: left;
  width: 50%;
  height: 100%;
}
.staff_system li dt {
  float: left;
  width: 50%;
  height: 100%;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  position: relative;
  padding: 60px;
}
.staff_system li dt em {
  height: 6px;
  background: #006ebc;
  width: calc(100% + 1px);
  bottom: -1px;
  display: block;
  position: absolute;
  left: 0px;
}
.staff_system li dt h2 {
  margin-bottom: 20px;
}
.staff_system li dt p {
  color: #84888d;
  line-height: 25px;
  margin-bottom: 20px;
}
.staff_system li:nth-child(2) dd {
  float: right;
}
.staff_system li:nth-child(2) dt {
  float: left;
}

.staff_care {
  margin: 5% 0;
}
.staff_care-le {
  width: 38%;
  margin-right: 25px;
  float: left;
  position: relative;
  height: 100%;
  transition: all 0.3s;
}
.staff_care-le img {
  height: 100%;
}
.staff_care-re {
  float: left;
  width: calc(100% - 38% - 25px);
  height: 100%;
}
.care-re_item {
  float: left;
  width: 48.5%;
  height: calc((100% - 25px) / 2);
  margin-right: 3%;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.3s;
}
.care-re_item:nth-child(3),
.care-re_item:nth-child(4) {
  margin-bottom: 0;
}
.care-re_item:nth-child(2n) {
  margin-right: 0;
}
.staff_care-le .blank_10 {
  background: rgba(0, 0, 0, 0.52);
}
.care-re_item .blank_10 {
  background: rgba(0, 0, 0, 0.1);
}

.care_text {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 40px;
  box-sizing: border-box;
  color: #fff;
  transform: translateY(30%);
  transition: all 0.5s;
}
.care_text p {
  margin-bottom: 30px;
}
.care_text span {
  line-height: 25px;
  display: none;
  height: 200px;
}
.staff_care-img {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .staff_care-le:hover .care_text,
  .care-re_item:hover .care_text {
    transform: translateY(0);
    padding-bottom: 20px;
  }
  .staff_care-le:hover .care_text span,
  .care-re_item:hover .care_text span {
    display: block;
  }
  .staff_care-le:hover .care_text p,
  .care-re_item:hover .care_text p {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .business > p br {
    display: none;
  }
  .care_text {
    padding: 20px;
  }
  .care-re_item .care_text span {
    height: 120px;
  }
  .system_txt {
    height: 200px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1024px) {
  .business_swi .but {
    display: block;
    padding-bottom: 20px;
  }
  .business_swi .but > div {
    position: static;
    display: inline-block;
    padding: 0 10px;
  }
  .staff_03 {
    height: auto !important;
    overflow: hidden;
  }
  .staff_system li dt {
    padding: 20px;
  }
  .system_txt {
    height: 170px;
  }
  .staff_care {
    height: auto !important;
  }
  .staff_care-le,
  .staff_care-re {
    width: 100%;
    float: none;
  }
  .staff_care-le {
    margin-bottom: 25px;
  }
  .care_text span {
    display: block;
  }
  .care_text {
    transform: none;
  }
  .staff_care-le .care_text span {
    height: auto;
  }
  .care-re_item .care_text {
    position: static;
    transform: none;
    color: #202f45;
  }
  .care-re_item .care_text span {
    color: #84888d;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .staff_bank-txt {
    width: 100%;
    padding: 10%;
  }
  .staff_02 {
    padding: 30px 0;
  }
  .business_list {
    margin: 20px 0;
  }
  .business_list li {
    padding-bottom: 0;
    border-right: none;
  }
  .staff_title p br {
    display: none;
  }
  .staff_system li {
    overflow: hidden;
    margin-top: 30px;
  }
  .staff_system li dd {
    float: none;
    width: 100%;
  }
  .staff_system li dt {
    position: static;
    width: 100%;
  }
  .staff_system li dt .system_txt {
    height: auto;
  }
  .staff_system li dl {
    height: auto !important;
    overflow: hidden;
    position: relative;
  }
  .care-re_item {
    width: 100%;
    margin-right: 0;
  }
  .care-re_item .care_text span {
    height: auto;
  }
}

/*可持续发展*/
.fnt_120 {
  font-size: 120px;
}
.sustain_party1 {
  padding: 5% 0;
  padding-bottom: 0;
}
.sustain_party1-con {
  position: relative;
  color: #fff;
  background: url(../upload/sus_party1.jpg) no-repeat center;
  background-size: cover;
}
.sustain_party1-txt {
  position: absolute;
  left: 120px;
  top: 15%;
}
.sustain_party1-txt h2 {
  text-transform: uppercase;
}
.sustain_party2 {
  position: relative;
  z-index: 20;
  padding-bottom: 5%;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.sustain_party2-con {
  padding: 0 120px;
}
.sustain_party2-con-l {
  float: left;
  width: 330px;
  box-sizing: border-box;
  margin-top: -70px;
  margin-right: 90px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.sustain_party2-con-l img {
  width: 100%;
}
.sustain_party2-con-r {
  float: left;
  width: calc(100% - 420px);
  box-sizing: border-box;
  padding-top: 5%;
}
.sustain_party2-con-r span {
  display: block;
  width: 88px;
  height: 5px;
  background: #006ebc;
  margin-bottom: 35px;
}
.sustain_party2-con-r h4 {
  text-transform: uppercase;
}
.sustain_party2-con-r em {
  display: block;
  color: #00468d;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.sustain_party2-con-r p {
  color: #8f9398;
}

@media only screen and (max-width: 1599px) {
  .fnt_120 {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1366px) {
  .sustain_party2-con {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .sustain_party2-con-l {
    margin-right: 40px;
  }
  .sustain_party2-con-r {
    width: calc(100% - 370px);
  }
}
@media only screen and (max-width: 1024px) {
  .sustain_party2-con-l {
    margin-top: 0;
  }
  .sustain_party2-con-r {
    padding-top: 30px;
  }
  .sustain_party1-txt {
    left: 50px;
  }
  .sustain_party2-con {
    padding: 0;
  }
  .sustain_party2 {
    padding-top: 40px;
  }
  .sustain_party2-con-l {
    box-shadow: none;
  }
}
@media only screen and (max-width: 767px) {
  .sustain_party2-con-l,
  .sustain_party2-con-r {
    width: 100%;
    float: none;
  }
  .sustain_party2-con-l {
    padding: 0;
  }
  .sustain_party1-con {
    height: 300px;
  }
  .sustain_party1-con img {
    display: none;
  }
  .sustain_party1-txt {
    left: 20px;
  }
  .sustain_party1-txt h2 {
    line-height: 35px;
    margin-bottom: 10px;
  }
  .fnt_120 {
    font-size: 36px;
  }
  .sustain_party2-con-r span {
    margin-bottom: 20px;
    height: 2px;
  }
}

/*公益活动*/
.special_body .site_text h1 {
  display: inline-block;
}
.special_body .site_text span {
  display: inline-block;
  margin-left: 10px;
}
.public_01 {
  overflow: hidden;
}
.public_title {
  background: url(../upload/public_bg1.jpg) no-repeat center;
  background-size: cover;
  padding-top: 5%;
  overflow: hidden;
}
.public_title h2 {
  position: relative;
  width: 80%;
  margin: 0 auto;
  color: #84888d;
  line-height: 30px;
}
.public_title h2 img {
  position: absolute;
  width: 35px;
  height: 29px;
}
.public_title h2 img.lef_icon {
  left: -50px;
  top: -10px;
}
.public_title h2 img.rig_icon {
  right: -40px;
  bottom: 0px;
}
.public_title > p {
  text-align: right;
  margin-top: 30px;
  line-height: 59px;
}
.public_title > p img {
  width: 156px;
  height: 59px;
}
.public_title .staff_title {
  padding-bottom: 30px;
}
.public_poor {
  position: relative;
}
.public_poor-con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.public_poor-con ul {
  height: 100%;
  width: 90%;
  margin: 0 auto;
}
.public_poor-con ul li {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  height: 100%;
  float: left;
  width: 30%;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  color: #fff;
  transition: all 0.3s;
}
.public_poor-con ul li em {
  height: 206px;
  width: 6px;
  display: block;
  left: -1px;
  top: 100px;
  background: #006ebc;
  position: absolute;
}
.public_poor-con ul li h1 {
  margin-bottom: 10px;
}
.public_poor-con ul li p {
  display: none;
  width: 650px;
}
.public_poor-text {
  position: absolute;
  bottom: 40px;
  width: 80%;
  box-sizing: border-box;
}

.public_poor-con ul li.on {
  width: 70%;
}
.public_poor-con ul li.on em {
  display: none;
}
.public_poor-con ul li.on .public_poor-text {
  bottom: 55px;
}
.public_poor-con ul li.on p {
  display: block;
}
.public_02 {
  background: #fcfcfc;
  padding-bottom: 5%;
  border-top: 1px solid #cacaca;
  margin-top: 60px;
}

.public_swi ul li {
  border-left: 1px solid #cacaca;
  padding: 0 20px;
  box-sizing: border-box;
  padding-top: 80px;
  position: relative;
}
.public_swi ul li a {
  color: #84888d;
}
.public_swi ul li a p {
  height: 48px;
  overflow: hidden;
}
.blue {
  color: #00a0e9;
}
.swi_img {
  margin: 20px 0;
}
.em_more {
  width: 33px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  border-radius: 15px;
  background: #006ebc;
  display: inline-block;
  margin-top: 20px;
}
.public_swi ul li .circle {
  position: absolute;
  top: -12px;
  left: -12px;
  display: block;
  width: 23px;
  height: 23px;
  background: url(../upload/circle.png) no-repeat center;
  background-size: 100% 100%;
}
.public_swi {
  margin-top: -12px;
  position: relative;
}
.public_swi .swiper-container {
  padding: 12px;
}
.public_swi .but {
  display: none;
}
.public_swi .but > div {
  background: none;
}
.public_swi .but > div i {
  font-size: 30px;
  color: #006ebc;
  font-weight: bold;
}
.public_swi .swiper-button-prev {
  left: -30px;
}
.public_swi .swiper-button-next {
  right: -30px;
}

.public_03 .public_title {
  background: url(../upload/public_bg2.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 5%;
}
.public_swi .swiper-button-next.swiper-button-disabled,
.public_swi .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.public_swi .swiper-button-next.swiper-button-disabled i,
.public_swi .swiper-button-prev.swiper-button-disabled i {
  color: #202f45;
}
.public_04 {
  margin-top: 0;
}

@media only screen and (max-width: 1280px) {
  .public_poor-con ul li p {
    width: 500px;
  }
}
@media only screen and (max-width: 1024px) {
  .public_poor-con ul li {
    width: 50%;
  }
  .public_poor-con ul li.on {
    width: 50%;
  }
  .public_poor-con ul li p {
    width: 100%;
  }
  .public_poor-con ul li p {
    display: block;
  }
  .public_poor-con ul li.on .public_poor-text {
    bottom: 40px;
  }
  .public_poor-con ul li em {
    display: none;
  }
  .public_swi ul li a p {
    height: 66px;
  }
  .public_swi ul li {
    padding-top: 30px;
  }
  .public_swi .swiper-button-prev {
    left: -20px;
  }
  .public_swi .swiper-button-next {
    right: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .public_title h2 img {
    position: absolute;
    width: 20px;
    height: 14px;
  }
  .public_title h2 img.lef_icon {
    left: -30px;
    top: 0px;
  }
  .public_title h2 img.rig_icon {
    right: -22px;
    bottom: 10px;
  }
  .public_title > p img {
    width: 100px;
    height: auto;
  }
  .public_title > p {
    line-height: 40px;
    margin-bottom: 20px;
  }
  .public_poor {
    overflow: hidden;
    padding: 30px 0;
  }
  .public_poor > img {
    display: none;
  }
  .public_poor-con,
  .public_poor-text {
    position: static;
  }
  .public_poor-con ul li,
  .public_poor-con ul li.on {
    width: 100%;
    border-left: none;
    padding: 10px 0;
  }
  .public_poor-text {
    width: 100%;
  }
  .public_swi {
    max-width: 85%;
  }
  .public_swi ul li {
    border-left: none;
  }
  .public_swi ul li .circle {
    display: none;
  }
  .public_swi ul li a p {
    height: auto;
  }
  .public_swi .swiper-container {
    padding: 0;
  }
  .public_swi {
    margin-top: 0;
  }
  .public_02 {
    margin-top: 40px;
  }
  .site_text > span {
    font-size: 12px;
  }
  .site_text span br {
    display: none;
  }
}

/*人才理念*/
.join_con {
  padding: 5% 0;
  overflow: hidden;
}
.idea_01 {
  overflow: hidden;
}
.idea_01 ul li {
  float: left;
  width: 50%;
  position: relative;
}
.idea_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  color: #fff;
}
.idea_text span {
  width: 100px;
  height: 3px;
  background: #fff;
  display: block;
  margin-bottom: 40px;
}
.idea_text h1 {
  margin-bottom: 10px;
}
.idea_02 {
  padding-top: 5%;
  overflow: hidden;
}
.idea_02 h1 {
  text-align: center;
}

.strategy_ul {
  margin-top: 40px;
}
.strategy_ul li {
  float: left;
  margin-right: 26px;
  width: calc((100% - 104px) / 5);
  border: 1px solid #e3e3e3;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
}
.strategy_ul li:last-child {
  margin-right: 0;
}
.strategy_ul li em {
  width: calc(100% + 2px);
  height: 6px;
  background: #006ebc;
  position: absolute;
  left: -1px;
  display: block;
  bottom: -1px;
}
.strategy_ul li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
.strategy_ul li p {
  font-weight: bold;
  margin-top: 17%;
  margin-left: 11%;
}
.strategy_ul li:nth-child(2) em {
  background: #00a0e9;
}
.strategy_ul li:nth-child(3) em {
  background: #008842;
}
.strategy_ul li:nth-child(4) em {
  background: #6eb92b;
}
.strategy_ul li:nth-child(5) em {
  background: #ffe900;
}

@media only screen and (max-width: 1024px) {
  .idea_text {
    padding: 20px;
  }
  .idea_text span {
    width: 60px;
    margin-bottom: 15px;
  }
  .strategy_ul li {
    margin-right: 10px;
    width: calc((100% - 40px) / 5);
  }
}
@media only screen and (max-width: 767px) {
  .idea_01 ul li {
    width: 100%;
  }
  .strategy_ul li {
    width: 100%;
    height: 200px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .strategy_ul {
    margin-top: 20px;
  }
}
/*招聘*/
.recruit_con {
  padding: 5% 0;
  overflow: hidden;
  padding-bottom: 0;
}
.recruit_serch {
  width: 560px;
  margin: 0 auto;
  position: relative;
}
.recruit_serch input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #fcfcfc;
  padding: 0 20px;
  border: none;
  box-sizing: border-box;
}
.recruit_serch i {
  position: absolute;
  font-size: 30px;
  color: #006ebc;
  right: 20px;
  top: 1px;
}
.recruit_list {
  margin: 50px 0;
}
.recruit_list li {
  padding: 20px 35px;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}
.recruit_list dl dd {
  float: left;
  width: 80px;
  margin-right: 20px;
}
.recruit_list dl dt {
  float: left;
  width: calc(100% - 100px);
}
.recruit_list dl dt span {
  margin-right: 40px;
}
.recruit_list dl dt span.qb_speacil a {
  color: #006ebc;
}

.recruitment_con {
  margin-top: 3%;
}

.recruit_item {
  border-bottom: 1px solid #e3e3e6;
  position: relative;
  margin-bottom: 10px;
}
.recruit_item-t {
  cursor: pointer;
  overflow: hidden;
  padding: 15px 35px;
}
.recruit_item-t span {
  width: calc((100% - 65px) / 4);
  display: block;
  float: left;
  text-align: center;
  text-align: left;
}
.recruit_item-t span b {
  font-style: normal;
  font-weight: normal;
}

.recruit_item-t span:last-child {
  width: 60px !important;
  text-align: right;
}
.recruit_item-bt {
  overflow: hidden;
  color: #797979;
}
.recruitment_t-txt {
  height: 224px;
  overflow: hidden;
}
.recruit_item-t span em {
  display: none;
}
.recruit_text-p {
  font-weight: bold;
  margin-bottom: 20px;
}
.recruit_item-b {
  display: none;
  padding: 2% 35px;
  padding-bottom: 75px;
}
.recruit_text {
  overflow: hidden;
  margin-bottom: 10px;
}
.recruit_text span {
  float: left;
  width: 58px;
}
.recruit_text > p {
  color: #006ebc;
  position: relative;
}
.recruit_text > p em {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 118px;
  height: 1px;
  display: block;
  background: #bdbdbd;
}
.recruit_des {
  overflow: hidden;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.recruit_des span {
  float: left;
  width: 25%;
  margin-bottom: 5px;
}
.recruit_item-bItem {
  float: left;
  width: 50%;
  padding-right: 3%;
  box-sizing: border-box;
  overflow: hidden;
}
.xlicon {
  font-size: 25px;
  display: block;
  height: 24px;
  line-height: 24px;
  width: 24px;
  float: right;
}

.recruit_item.on {
  border-bottom: 0;
}
.recruit_item.on .recruit_item-t {
  background: #006ebc;
  color: #fff;
}
.recruit_item.on .recruit_item-b {
  display: block;
  background: url(../upload/recruit_bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.recruit_item.on .xlicon {
  transform: rotate(90deg);
}
.recruit_itemAll {
  overflow: hidden;
}
.n_more {
  overflow: hidden;
  margin-top: 30px;
}
.n_more a {
  width: 120px;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #006ebc;
  color: #fff;
  border-radius: 30px;
}

.recruit_title {
  border-bottom: 1px solid #e3e3e6;
  background: #b09862;
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  .recruit_list dl dt span {
    margin-right: 20px;
  }
  .recruit_list li {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .recruit_list dl dd {
    margin-right: 10px;
  }
  .recruit_list dl dt {
    width: calc(100% - 90px);
  }
  .recruit_list dl dt span {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .recruitment_t {
    height: auto !important;
    overflow: hidden;
  }
  .recruit_item-t span:last-child {
    text-align: right;
  }
  .recruit_list dl dd {
    width: 70px;
  }
  .recruit_list dl dt {
    width: calc(100% - 80px);
  }
  .recruit_des span {
    width: 33.3%;
  }
  .recruit_item-b {
    padding: 20px;
    padding-bottom: 40px;
  }
  .recruit_item-bItem {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit_serch {
    width: 90%;
  }
  .recruit_list {
    margin: 20px 0;
  }
  .recruit_con {
    padding-top: 30px;
  }
  .recruitment_con {
    margin-top: 30px;
  }
  .recruit_item {
    padding: 20px 0px;
  }
  .recruit_item-t {
    padding: 0;
  }
  /*.recruit_item.on .recruit_item-t{font-size: 16px;}*/
  .recruit_title {
    display: none;
  }
  .recruit_item-t span {
    text-align: right;
    display: block;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .recruit_item-t span b {
    display: none;
  }
  .recruit_item-t span:first-child {
    width: 100%;
    text-align: right;
  }
  .recruit_item-t span em {
    display: block;
    float: left;
  }
  .recruit_item-t span:last-child {
    width: 100% !important;
  }

  .recruit_item-b {
    padding: 20px;
  }
  .recruit_text {
    margin-bottom: 15px;
  }
  .recruit_edit {
    padding-left: 0;
  }
  .recruit_item.on .recruit_item-t {
    background: none;
    color: #202f45;
  }
  .recruit_des span {
    width: 100%;
  }
  .n_more {
    margin-top: 0;
  }
}

/*媒体聚焦*/
.promo_list {
  overflow: hidden;
}
.focusing_01 .le-b h2 {
  height: 60px;
  overflow: hidden;
}
.focusing_01 .le-b span {
  margin: 10px 0;
}
.focusing_01 .le-b span i {
  margin-right: 30px;
}
.focusing_01 .promoRe-item {
  cursor: inherit;
}
.focusing_01 .le-b p {
  color: #84888d;
  height: 84px;
  overflow: hidden;
}
.focusing_01 .promoRe-item .le-b {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .focusing_01 .le-b p {
    height: auto;
  }
  .focusing_01 .le-b span {
    margin-top: 0;
  }
}

/* 2021-04-21  xmn*/
.xmn_img {
  margin-bottom: 80px;
  position: relative;
}

.xmn_img::after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 82px;
  width: 80px;
  height: 2px;
  background: #006ebc;
}

.xmn_img img {
  width: 100%;
  height: auto;
}

.xmn_img p {
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 85px;
}

@media only screen and (max-width: 1024px) {
  .xmn_img p {
    position: inherit;
    top: 50%;
    bottom: none;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 30px;
  }
}
