.hr_c3{ color: #333;}
.hr_c6{ color: #666;}
.hr_c9{ color: #999;}
.hr_cc{ color: #ccc;}
.hr_cf{ color: #fff;}
.hr_ts{ 
    -webkit-transition: all .4s ease; 
    -moz-transition: all .4s ease; 
    -o-transition: all .4s ease; 
    transition: all .4s ease; 
}
.ts{ 
    -webkit-transition: all .4s ease; 
    -moz-transition: all .4s ease; 
    -o-transition: all .4s ease; 
    transition: all .4s ease; 
}
.hr_overflow{ overflow:hidden; }
 a:hover img.ts{
    transform: scale(1.1);
} 
.hr_bg{  background-position: center; background-repeat: no-repeat; background-size: cover;}
.hr_position_r{ position: relative;}
.hr_position_a{ position:absolute;}
.hr_f_start{ display: flex; justify-content:flex-start; }
.hr_f_end{ display: flex; justify-content:flex-end; }
.hr_f_center{ display: flex; justify-content:center; }
.hr_f_between{ display: flex; justify-content:space-between; }
.hr_f_around{ display: flex; justify-content:space-around; }
.hr_fc_start{ align-items:flex-start; }
.hr_fc_end{ align-items:flex-end; }
.hr_fc_center{ align-items:center; }
.hr_fc_baseline{ align-items:baseline; }
.hr_fc_stretch{ align-items:stretch; }
.hr_fc_reverse{ flex-direction: row-reverse; }

.hr_m80{ margin:80px 0; }
.hr_mt80{ margin-top: 80px; }
.hr_m64{ margin: 64px 0; }
.hr_mb64{ margin-bottom: 64px; }
.hr_mt64{ margin-top: 64px; }
.hr_mt48{ margin-top: 48px; }
.hr_mb48{ margin-bottom: 48px; }
.hr_m48{ margin: 48px 0; }
.hr_p120{ padding:120px 0;}
.hr_pt120{ padding-top:120px; }
.hr_pb120{ padding-bottom:120px; }
.hr_p80{ padding:80px 0;}
.hr_pt80{ padding-top:80px; }
.hr_pb80{ padding-bottom:80px; }
.hr_p64{ padding:64px 0;}
.hr_pt64{ padding-top:64px; }
.hr_pb64{ padding-bottom:64px; }
.hr_p60{ padding:60px 0;}
.hr_pt60{ padding-top:60px; }
.hr_pb60{ padding-bottom:60px; }
.hr_pt56{ padding-top: 56px; }
.hr_p48{ padding:48px 0;}
.hr_pt48{ padding-top:48px; }
.hr_pb48{ padding-bottom:48px; }
.hr_p40{ padding:40px 0;}
.hr_pt40{ padding-top:40px; }
.hr_pb40{ padding-bottom:40px; }

.hr_fs72{ font-size:56px;}
.hr_fs56{ font-size:48px;}
.hr_fs48{ font-size:40px;}
.hr_fs40{ font-size:32px;}
.hr_fs36{ font-size:32px;}
.hr_fs32{ font-size:32px;}
.hr_fs28{ font-size:28px; }
.hr_fs24{ font-size:24px;}
.hr_fs20{ font-size:20px;}
.hr_fs18{ font-size:18px;}
.hr_fs16{ font-size:16px;}
.hr_fs14{ font-size:14px;}

.imgFix{ width: 100%; padding-bottom:66.6667%; position: relative;}
.imgFix .imgFix_in{position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}
.imgFix .imgFix_in .fullImg{ width: 100%; height: 100%; }
.popUpBox {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all ease-in-out 0.4;
}

.popUpBox.active {
  display: block;
  opacity: 0.4;
  z-index: 300;
}
        /* 管理团队 */
.managerLayer .lListBox {
  width: calc(100% + 40px);
  transform: translateX(-20px);
  flex-wrap: wrap;
}

.managerLayer .lListBox .item {
  width: 25%;
  padding: 0 20px;
  margin-top: 40px;
}

.managerLayer .lListBox .item_in {
  width: 100%;
  cursor: pointer;
}

.managerLayer .item_in .imgFix {
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 100%;
}

.managerLayer .txtBox .name {
  padding: 12px 0 4px;
}

.lListBox .item_in .txtBox:hover .name {
  color: #137B40;
}

.lListBox .item_in .imgs:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  ;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.lListBox .item_in .imgs:hover:after {
  opacity: .12;
}

.lListBox .item_in .imgs:hover .fullImg {
  transform: scale(1.04);
}

.managerLayer .outTxtBox {
  margin-top: 20px;
  display: none;
}

.swiperPopup {
  background: #fff;
  width: 960px;
  position: fixed;
  padding: 0 36px 60px 56px;
  overflow: hidden;
  left: 50%;
  top: 50%;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 150px;
  transform: translate(-50%, -100%);
  z-index: -1;
  opacity: 0;
}

.swiperPopup.active {
  z-index: 999;
  transform: translate(-50%, -50%);
  opacity: 1;
  margin: 0;
}

.swiperPopup .spDom {
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
}

.swiperPopup .item_in {
  display: flex;
}

.swiperPopup .item_in .imgs {
  width: 38%;
  height: 100%;
}

.swiperPopup .item_in .txtBox {
  flex: 1;
  display: block;
  padding-left: 42px;
}

.swiperPopup .item_in .txtBox .outTxtBox {
  display: block;
}

.swiperPopup .item_in .hr_desc {
  color: #666;
  height: 190px;
}

.lSpBtn {
  width: 100%;
  margin-top: 65px;
  height: 2px;
  background: #EDEDED;
}

.lSpBtn .swiper-pagination {
  left: 14%;
  padding: 5px 20px;
  background: #fff;
  bottom: -16px;
  width: auto;
  color: #d8d8d8;
}

.lSpBtn .swiper-pagination-current {
  color: #137B40;
}

.lSpBtn .swiper-pagination-total {
  color: #999;
}

.sCloseBtn {
  padding-top: 24px;
}

.sCloseBtn img {
  width: 24px;
  cursor: pointer;
}

.lSpBtnBox {
  right: 0;
  background: #fff;
  padding-left: 18px;
  bottom: -18px;
}

.lSpBtnBox .noBg {
  background-image: none;
  width: 36px;
  height: 36px;
  background-color: #e5e5e5;
  text-align: center;
  line-height: 36px;
  border-radius: 100%;
  position: initial;
  margin: 0;
}

.lSpBtnBox .noBg:first-child {
  margin-right: 26px;
}

.lSpBtnBox .noBg i {
  font-weight: bold;
  font-size: 12px;
  color: #137B40;
  display: inline-block;
  width: 10px;
}

.lSpBtnBox .noBg:hover {
  background: #137B40;
}

.lSpBtnBox .noBg:hover i {
  color: #fff;
}
.tLine {
  position: relative;
  padding-top: 28px;
}

.tLine:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 4px;
  background: #137B40;
}
/* 管理团队 end */

.pageBody .topHeader{ transition: none; }

