html,
body {
  margin: 0;
  padding: 0;
}

.header-dim {
  position: sticky !important;
  top: 0;
  z-index: 9;
  height: 94px;
}


.heaer {
  color: #fff !important;
}


.header-dim .header {
  background: rgba(0,0,0,0.8);
}

body {
  font-family: PingFangSC-Regular, PingFang SC;;
}


a {
  text-decoration: none;
}

.flexC {
  display: flex;
  justify-content: center;
}

.main {
  max-width: 1200px;
  /* display: flex;
  justify-content: center;
  overflow: hidden; */
}

.hide {
  display: none;
}

/* 左侧导航栏 */
.about_left {
  float: left;
  width: 165px;
  background-color: #fff;
  z-index: 8;
  position: relative;
  top: 10px;

}
.right {
  position: relative;
  top: 0;
}
/* @media screen and (max-width: 1060px ) {
  .right {
    float:none;
  }

  .header-r .navigation > a {
    margin: 0 30px 0 0;
  }
} */

.about_left .menuItem {
  display: inline-block;
  width: 165px;
  height: 47px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
  border-bottom: 1px solid #F8F8F8;
}
.menuItem a {
  color: #666666 !important;
}

.menuItem.active{
  background: #DD2C1F;
  color: #fff;
}
.mt20 {
  margin-top: 20px;
}
.mt38 {
  margin-top: 38px;
}
.mt94 {
  margin-top: 94px;
}
.tc {
  text-align: center;
}

.content {
  width: 1035px;
  min-height: 90vh;
  padding-left: 80px;
}
.content1 {
  padding-left: 108px !important;
}

.titleSec {
  width: 855px;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 33px;
  color: #000000;
}

 /* 公司简介 */
.txtCon {
  width: 853px;
  margin-top: 11px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666660;
  line-height: 25px;
  text-align: justify;
}

.mt60 {
  margin-top: 60px;
}
.secContent {
  width: 100%;
  /* padding-left: 31.5%; */

  font-family: PingFangSC-Semibold, PingFang SC;
}

.bgGray {
  width: 100%;
  background-color: #f9f9f9;
  height: 1292px;
}

.bgGray ul,.bgGray  li {
  background-color: #f9f9f9;
}

.first {
  height: 82px;
}

 /* 模块标题 */
.sec-title {
  height: 144px;
  font-size: 30px;
  font-weight: 600;
  color: #333333;
  padding-top: 40px;
  box-sizing: border-box;
}

.sec-title  .borderR {
  display: inline-block;
  width: 49px;
  height: 7px;
  background: #DD2C1F;
}

.devTime {
  font-size: 26px;
  font-weight: 600;
  color: #DD2C1F;
}

.devEvent {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
}

.devDesc {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.borderLeft {
  width: 0;
  height: 0;
  border: 18px solid;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top: calc(50%  - 18px);
  right: -36px;
}

.borderRight {
  width: 0;
  height: 0;
  border: 18px solid;
  border-color: transparent #FFF transparent transparent ;
  position: absolute;
  top: calc(50%  - 18px);
  left: -36px;
}


.contract {
  margin-top: 20px;
  margin-bottom: 43px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 954px;
}

.contractItem {
  margin-top: 20px;
  width: 306px;
  height: 209px;
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contractItem .contractTitle {
  font-size: 19px;
  font-weight: 600;
  margin-top: 12px;
  color: #333333;
}
.mt16 {
  margin-top: 16px !important;
}

.contractItem .iconStyle {
  width: 62px;
  margin-top: 16px;
}
.addrText {
  font-size: 12px;
  font-weight: 400;
  margin-top: 9px;
  color: #666666;
  width: 187px;
  text-align: center;
  font-family: PingFangSC-Regular, PingFang SC;
}

.addrMap {
  font-size: 12px;
  font-weight: 400;
  color: #DD2C1F;
  cursor: pointer;
  margin-top: 19px;
  font-family: PingFangSC-Regular, PingFang SC;
}


.txt {
  margin-top: 19px;
}


/* 公示 */
.gongshiCon {
  margin-top: 42px;
  background-color: #F9F9F9;
  width: 955px;
  height: 297px;
  padding-left: 75px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.gongshiCon .title {
  font-size: 23px;
  font-weight: 600;
  color: #333333;
}

.mt30 {
  margin-top: 30px !important;
}
.gongshiCon .left {
  width: 50%;
}

.gongshiCon .desc {
  font-weight: 400;
  color: #666666;
  margin-top: 15px;
}

.bankImg {
  width: 369px;
}

/* 企业文化 */
.culCon {
  display: flex;
  justify-content: flex-start;
}

.hope {
  display: inline-block;
  width: 270px;
  height: 369px;
  background: #F9F9F9;
  overflow: hidden;
  text-align: center;
  margin-right: 10px ;
}

.hope .hopeTitle {
  font-size: 23px;
  margin-top: 32px;
  font-weight: 600;
  color: #333333;
}
.hope .desc {
  display: inline-block;
  width: 208px;
  height: 70px;
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #666666;
  line-height: 23px;
  font-weight: 400;
}
.hope .tleft {
  display: inline-block;
  width: 308px;
  text-align: left;
}
.hopeImg1 {
  width: 157px;
  margin-top: 96px;
}
.hopeImg2 {
  width: 207px;
  margin-top: -30px;
}
.hopeImg2.img-big{
  width: 165px;
  margin-top: 35px;
}
.hopeImg3 {
  width: 421px;
  margin-top: 16px;
}

.shiming {
  width: 421px !important;
}
.shiming .desc {
  width: 308px !important;
}

/* 发展历程 */
.devHistory {
  width: 855px;
  margin-top: 21px;
  margin-bottom: 40px;
}

/* 从业人员 */
.manCon {
  display: flex;
  margin-bottom:25px;
  margin-top: 16px;

}
.manCon .item {
  width: 465px;
  height: 348px;
  font-size: 23px;
  font-weight: 600;
  color: #666666;
  margin-right: 25px;
  position: relative;
  box-shadow: 0px 6px 12px 0px #F2F2F2;
  border-radius: 0 0  3px  3px;
}
.manCon .item:hover .showGary  {
  opacity: 0;
}


.manCon .sac, .manCon .imgArea {
  width: 465px;
  height: 266px;
  overflow: hidden;
  transition: all .4s ease;
  border-radius: 6px  6px 0 0;
}

.content4 .item:hover .sac{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.manCon .txtArea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 465px;
  height: 125px;
  background-color:  #F9F9F9;
  border-radius: 3px;
  position: relative;
  top: -8px;
  color: #666666;
}
.manCon .sacTxtAct {
  color: #111111;
}
.manCon .avatar {
  width: 49px;
  margin-right: 23px;
}

.moreIco {
  font-size: 18px;
  font-weight: 600;
  margin-left: 16px;
}

.showGary {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 0 0 ;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=20);
  transition: all 0.2s ease-out;
}

/* 公司风采 荣誉资质 */
.flexStart {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content5 .item, .content6 .item {
  display: inline-block;
  width: 308px;
  margin-right: 15px;
  background: #FFFFFF;
  margin-bottom: 20px;
  box-shadow: 0px 5px 12px 0px #F2F2F2;
}

.content5 .item:hover .flexImg, .content6 .item:hover .flexImg{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.item .pic {
  width: 308px;
  height: 196px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;

}

.flexImg {
  width: 100%;
  height: 196px;
  transition: all .4s ease;

  object-fit: cover;
  object-position: center center;
}

.conFC {
  min-height: 100px;
  padding: 13px 15px 20px 15px;
}

.w955 {
  width: 970px;
  margin-bottom: 40px;
  margin-top: 6px;
}
.conFC > p {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 30px;
  text-shadow: 0px 5px 12px #F2F2F2;
}

.conFC  .time {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  text-shadow: 0px 5px 12px #F2F2F2;
}

.two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mt40 {
  margin-top: 40px;
}

/* 地图弹窗 */
.about_contact_box{
  text-align: center;
}

#rongyu .item {
  cursor: pointer;
}

.box-modal, .img-modal {
  position: fixed;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 760px;
  height: 500px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #F0EEEE;
  z-index: 999;
  overflow: hidden;
}

.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 99;
  cursor: pointer;
}
.img-modal {
  width: 900px;
  height: auto;
}
.about_map {
  margin-top: 50px;
  width: 760px;
  height: 450px;
  border: 1px solid #F0EEEE;
}

.about_img {
  margin-top: 50px;
  text-align: center;
}
.about_img  img {
  /*width: 100%;*/
  /* height: 450px;*/
   height: 600px;
}
.iconClose {
  cursor: pointer;
  width: 14px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.companyName {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 33px;
}

.people_table1 {
  font-weight: 400;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  border-collapse: collapse;
  width: 853px;
  border: 1px solid #F2F2F2;
}
.people_table1 tbody {
  color: #000000;
}
.people_table1 tbody tr td{
  border: 1px solid #F2F2F2;
}

.people_table1 thead{
  color: #000000;
  border: 1px solid #F2F2F2;
  background: #F5F6FA;
}

.people_table1 thead tr{
  text-align: center;
  height: 44px;
}

.people_table1 tbody tr{
  text-align: center;
  height: 48px;
}

.people_table1 .w50 {
  width: 50%;
}
