/* 头图 */
.banner_1 {
  width: 100%;
  height: 23.4375vw;
  position: relative;
  background: url(/indexResources/image/news-93363ecfc3655886ff71c6d104a560bc.png) no-repeat;
  background-size: 100% 100%;
}
.slogan {
  width: 1200px;
  margin: 0 auto;
}
.slogan_main {
  color: #fff;
  position: absolute;
  top: calc(50% + 15px);
  transform: translateY(-50%);
}
.slogan_main h2 {
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 1.4px;
  font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
}
.slogan_main h4 {
  font-size: 18px;
  margin-top: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
}
/* 导航栏 */
.navigation-bar {
  width: 100%;
  border-bottom: 1px solid #EDF1F6;
}
.navigation-bar .navigation-bar-main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.navigation-bar .navigation-bar-main .tab {
  display: flex;
  align-items: center;
}
.navigation-bar .navigation-bar-main .tab div {
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #646464;
  font-weight: 400;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
}
.navigation-bar .navigation-bar-main .tab div a {
  display: block;
}
.navigation-bar .navigation-bar-main .tab div:first-child {
  margin-left: 0;
}
.navigation-bar .navigation-bar-main .tab div:hover {
  cursor: pointer;
}
.navigation-bar .navigation-bar-main .search {
  line-height: 80px;
}
.navigation-bar .navigation-bar-main .search input{
  width: 285px;
  height: 38px;
  background: #FFFFFF;
  text-indent: 15px;
  border: 1px solid rgba(216,216,216,1);
  border-radius: 2px;
  font-size: 16px;
  padding-right: 35px;
  box-sizing: border-box;
}
/* 选中状态 */
.tab-action {
  font-size: 18px !important;
  color: #313131 !important;
  font-weight: 700 !important;
  border-bottom: 2px solid #FF0019 !important;
}
.tab-action a{color: #313131;}
.img-action {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,102,255,0.60);
}

/* 内容 */
.content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.news-list li {
  position: relative;
  float: left;
  margin-right: 30px;
  margin-top: 40px;
  width: calc(100% / 3 - 20px);
  cursor: pointer;
  overflow: hidden;
}
.news-list li:nth-child(1), .news-list li:nth-child(2), .news-list li:nth-child(3) {
  margin-top: 0;
}
.news-list li:nth-child(3n) {
  margin-right: 0;
}
.imgbox {
  position: relative;
  width: 100%;
  height: 245px;
  overflow: hidden;
}
.news-list li img {
  width: 100%;
  height: 245px;
}
.list-imgTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px 30px;
  min-height: 40px;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  transition: ease all .5s;
  transition-delay: .2s;
  opacity: 0;
  transform: translateY(30px);
  /* letter-spacing: 1.6px; */
}
.list-imgTitle .list-txt {
  text-overflow: ellipsis;
  overflow: hidden;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
}
.news-list li:hover .list-imgTitle {
  opacity: 1;
  transform: translateY(0px);
}
.list-content {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  height: 193px;
  color: #313131;
}
.news-list li:hover .list-content {
  background: #EBEEF2;
}
.news-list li:hover .list-content .list-title{color:#0066FF;}
.list-content .list-title {
  font-size: 24px;
  line-height: 32px;
  text-align: justify;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  word-wrap:break-word;
  word-break:normal;
  /* letter-spacing: 1.4px; */
}
.list-content .list-time {
  position: absolute;
  bottom: 30px;
  font-size: 16px;
  left: 30px;
}
.list-content .list-time::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #E50121;
  display: inline-block;
}
.paging {
  margin-top: 40px;
}

/* 集团公告 */
.notice-list li {
  width: 100%;
  height: 160px;
  box-sizing: border-box;
  padding: 20px 0;
  margin-top: 30px;
  cursor: pointer;
}
.notice-list li:first-child {
  margin-top: 0;
}
.notice-list li:hover {
  background: #EBEEF2;
}
.notice-list li:hover .notice-left {
  background: #EBEEF2;
}

.notice-list li:hover .notice-time {
  color: #313131;
}
.notice-left {
  background: #F7F8FA;
  width: 120px;
  height: 120px;
  text-align: center;
}
.notice-num {
  font-size: 40px;
  line-height: 52px;
  color: #A0A0A0;
  font-weight: 700;
  position: relative;
  margin-top: 18px;
  left: -4px;
}
.notice-num::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 35px;
  width: 40px;
  height: 1px;
  background: #E50121;
  display: inline-block;
}
.notice-time {
  margin-top: 10px;
  color: #A0A0A0;
}
.notice-right {
  position: relative;
  width: calc(100% - 120px);
  box-sizing: border-box;
  padding: 10px 30px;
}
.notice-title {
  font-size: 24px;
  line-height: 28px;
  color: #313131;
  /* letter-spacing: 1.4px; */
}
.notice-list li:hover .notice-num,.notice-list li:hover .notice-title {
  color: #0066FF;
}
.notice-cont {
  margin-top: 20px;
  color: #646464;
  line-height: 26px;
  /* letter-spacing: 1.4px; */
}
.search-text {
  font-size: 18px;
  color: #313131;
  font-weight: bold;
  margin-bottom: 40px;
  overflow: hidden;
}
.icon-search {
  position: absolute;
  top: 32px;
  right: 10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/indexResources/image/news/search-ca57c06ff3ababc2371b7da603f16022.png) no-repeat;
  background-size: 100% 100%;
}
.icon-down {
  position: absolute;
  top: 32px;
  right: 10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/indexResources/image/news/down-7a08a4840ff101e7c35d161e93c65918.png) no-repeat;
  background-size: 100% 100%;
}
.prev .arrowLeft {
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/indexResources/image/arrow-l-3d17a820a6504634df32d2921fc9079d.png) no-repeat;
  background-size: 100% 100%;
}
.paging a:hover .arrowLeft {
  background: url(/indexResources/image/arrow-l_activ-e1a35c331d5480a9623a77f4cb4fb295.png) no-repeat;
  background-size: 100% 100%;
}
.next .arrowRight {
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/indexResources/image/arrow-r-9f1037e682f5a4678936977859b733f4.png) no-repeat;
  background-size: 100% 100%;
}
.paging a:hover .arrowRight {
  background: url(/indexResources/image/arrow-r_active-73363ef5a5dfcfbf146cebed324159be.png) no-repeat;
  background-size: 100% 100%;
}

/* 媒体聚焦 */
.list-tag {
  color: #A0A0A0;
  margin-left: 30px;
}
.swiper-focusing {
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}
.swiper-focusing img {
  width: 560px;
  height: 360px;
  float: left;
}
.focusing-content {
  margin-left: 30px;
  width: calc(100% - 590px);
  height: 360px;
  cursor: pointer;
}
.focusing-title {
  font-size: 24px;
  color: #313131;
  line-height: 32px;
  letter-spacing: 1.4px;
}
.focusing-time {
  color: #313131;
  line-height: 20px;
  position: relative;
  margin-top: 20px;
}
.swiper-slide:hover .focusing-title{color:#0066FF;}
.focusing-time::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #E50121;
  display: inline-block;
}
.focusing-cont {
  color: #646464;
  line-height: 28px;
  text-align: justify;
  margin-top: 30px;
  text-overflow: ellipsis;
  overflow: hidden;

  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;

  display: -moz-box;
  -moz-line-clamp: 6;
  -moz-box-orient: vertical;
  letter-spacing: 1.4px;
}

.banner-hd {
  position: absolute;
  bottom: 30px;
  height: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.my-bullet-1 {
  width: 10px;
  height: 10px;
  background: #BABCBF;
  display: inline-block;
  margin-left: 5px;
  float: left;
  cursor: pointer;
}
.my-bullet-active-1 {
  width: 30px;
  background: #0066FF;
}

/* 详情 */
.detail-content {
  /* padding: 0 80px; */
  margin-top: 40px;
}
.link-head a {
  color: #646464;
}
.detail-head {
  margin-top: 52px;
  border-bottom: 1px solid #EDF1F6;
  margin-left: 102px;
  margin-right: 102px;
}
.detail-title {
  font-size: 40px;
  color: #313131;
  text-align: justify;
  line-height: 52px;
}
.detail-time {
  color: #A0A0A0;
  line-height: 20px;
  margin: 32px 0 18px 0;
}
.detail-time span {
  margin-right: 40px;
}
.detail-main {
  margin: 0 102px;
  padding-top: 30px;
}
.detail-main p {
  color: #646464;
  line-height: 28px;
}
/*.detail-main p:nth-of-type(1) {*/
/*  margin-top: 30px;*/
/*}*/
.detail-main .detail-img {
  width: 100%;
  text-align: center;
}
.detail-main img {
  max-width: 100%;
  height: auto;
}
.detail-footer {
  margin-top: 40px;
  text-align: center;
  position: relative;
  margin-left: 102px;
  margin-right: 102px;
}
.detail-footer-content {
  width: 100%;
  position: relative;
}
.detail-footer-content::before {
  content: '';
  position: absolute;
  width: calc(50% - 120px);
  height: 1px;
  top: 15px;
  left: 0;
  background: #EDF1F6;
}
.detail-footer-content::after {
  content: '';
  position: absolute;
  width: calc(50% - 120px);
  height: 1px;
  top: 15px;
  right: 0;
  background: #EDF1F6;
}
.wechat-box {
  width: 202px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  border-radius: 4px;
  z-index: 2;
  position: absolute;
  top: 50px;
  left: 500px;
  display: none;
}
.wechat-title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #F3F3F3;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #646464;
}
.win-close {
  width: 12px;
  height: 12px;
  background: url(/indexResources/image/news/close-a24eaa3f0cb82a04cd8cdeb6c3dafdb3.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.wechat-cont {
  padding: 10px 20px;
  box-sizing: border-box;
}
.wechat-cont img {
  width: 100%;
  height: auto;
}
.wechat-cont p {
  font-size: 12px;
  color: #646464;
  line-height: 24px;
  text-align: center;
}
.detail-enclosure {
  margin-left: 102px;
  margin-right: 102px;
  margin-top: 40px;
}
.icon-enclosure {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
  background: url(/indexResources/image/news/enclosure-6baa01f7e05e17d0658edc9428769587.png) no-repeat;
  background-size: 100% 100%;
}
.detail-enclosure-title span {
  font-size: 18px;
  color: #313131;
  line-height: 22px;
  font-weight: 600;
  margin-left: 8px;
}
.detail-enclosure-content {
  margin-top: 9px;
  border: 1px solid #EDF1F6;
  box-sizing: border-box;
}
.enclosure-item-head {
  background: rgba(237,241,246,0.4);
  height: 50px;
  padding: 0 20px;
}
.enclosure-list li {
  height: 50px;
  padding: 0 20px;
}
.enclosure-item {
  float: left;
  height: 50px;
  line-height: 50px;
  color:#646464;
}
.enclosure-item:nth-child(1) {
  width: 50%;
}
.enclosure-item:nth-child(2) {
  width: 40%;
  font-size:14px;
}
.enclosure-item:nth-child(3) {
  width: 10%;
}
.enclosure-item .enclosure-text {
  display: inline-block;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 4px;
  color: #646464;
  line-height: 50px;
}
.enclosure-item a {
  color: #0066FF;
  margin-right: 10px;
  font-size: 14px;

}
.enclosure-item .unit {
  color: #646464;
  position: relative;
  top: -20px;
  left: -8px;
}
.icon-file {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: -21px;
}

/* 下属企业 */
.banner_enterprise {
  background: url(/indexResources/image/enter-3b1210338f2d98a6d4b49a5ebabc968f.png) no-repeat;
  background-size: 100% 100%;
}
/*.enter-list {*/
/*  margin-top: 80px;*/
/*}*/
.enter-list li {
  width: 200px;
  height: 100px;
  float: left;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.enter-list li img {
  width: 200px;
  height: 100px;
}
.enter-list li.active .enter-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #0066FF;
  transform: translateX(0px);
}
.enter-list li .enter-bar {
  transition: ease all .8s;
  transition-delay: .1s;
  transform: translateX(-200px);
}
.enter-list li:hover {
  background: #F5F5F5;
}
.enter-list li.active {
  background: #F5F5F5;
}
.enter-box {
  width: 100%;
  background: #F5F5F5;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  /* cursor: pointer; */
}
.enter-box-img {
  width: 441px;
  height: 250px;
  float: left;
  overflow: hidden;
}
.enter-box img {
  width: 441px;
  height: 250px;
}
.swiper-enter {
  opacity: 0;
  overflow: hidden;
}
.changeBiger {
  animation: changeBiger 0.6s linear forwards;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  transform: translateX(0px);
}
@keyframes changeBiger {
  0% {
    opacity: 0;
    transform: translateX(441px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.enter-detail {
  float: left;
  margin-left: 20px;
  height: 250px;
  width: calc(100% - 461px);
  background: rgba(255,255,255,0.4);
  padding-left: 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.enter-name {
  font-size: 28px;
  color: #313131;
  font-weight: bold;
  margin-top: 78px;
  width: 100%;
  position: relative;
  left: -400px;
  opacity: 0;
}
.enter-cont {
  display: flex;
  position: relative;
  left: -250px;
  opacity: 0;
}
.enter-link {
  margin-top: 20px;
  position: relative;
  height: 46px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.06);
  border-radius: 23px;
  padding: 0 20px;
}
.enter-link a {
  color: #0066FF;
  line-height: 46px;
  letter-spacing: 1.2px;
  font-size: 16px;
}
.icon-enter {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  background: url(/indexResources/image/news/icon-link-d2bf519d6df754ad0bd45c3a23ba51a3.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
.enter-box .enter-company {
  margin-top: 20px;
  position: relative;
  height: 46px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.06);
  border-radius: 23px;
  padding: 0 20px;
  margin-left: 10px;
  cursor: pointer;
}
.enter-box .enter-company a {
  color: #0066FF;
  line-height: 46px;
  letter-spacing: 1.2px;
  font-size: 16px;
}
.icon-play {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  background: url(/indexResources/image/news/icon-company-31dba4994873f4b520cb2ab3cc1302d2.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
}
.searchPage {
  position: absolute;
  top: 22px;
  right: 0px;
  display: inline-block;
  width: 38px;
  height: 38px;
}
.enter-rect {
  width: 20px;
  height: 20px;
  background: rgba(0,102,255,0.44);
  z-index: 1;
}
.left-down-rect {
  position: absolute;
  left: 446px;
  bottom: 15px;
  opacity: 0;
}
.right-top-rect {
  position: absolute;
  right: 670px;
  top: 15px;
  opacity: 0;
}
.timemove {
  transition: ease all .9s;
  transition-delay: .2s;
  opacity: 1;
}
.timemove1 {
  transition: ease all .9s;
  transition-delay: 0.8s;
  opacity: 1;
}
.timemove2 {
  transition: ease all .9s;
  transition-delay: .6s;
  opacity: 1;
}
/* .enterprise-box-1:hover .left-down-rect {
  left: 446px;
} */
/* .enterprise-box-1:hover .right-top-rect {
  right: 670px;
} */
.enterprise-box-2 {
  position: relative;
  width: 100%;
  background: #F5F5F5;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 16px;
  color: #313131;
  padding: 40px;
  box-sizing: border-box;
}
.enterprise-bg {
  width: 790px;
  height: 260px;
  background: url(/indexResources/image/save/light-71515abc7e08d663051f4b69ad69f5d4.png) no-repeat;
  background-size: 100% 100%;
  transition: ease all .5s;
  transition-delay: .2s;
  margin-left: 410px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* .enterprise-box-2 p {
  font-size: 16px;
  color: #313131;
  height: 180px;
  text-indent: 2rem;
  line-height: 36px;
  text-align: justify;
  letter-spacing: 1.42px;
  margin: 40px;
  cursor: pointer;
  float: left;
  transform: translateY(220px);
  text-overflow: ellipsis;
  overflow: hidden;

  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;

  display: -moz-box;
  -moz-line-clamp: 5;
  -moz-box-orient: vertical;
  letter-spacing: 1.4px;
} */
.enterprise-box-2:hover .enterprise-bg {
  margin-left: 810px;
}
.enterprise-box-cont {
  z-index: 2;
  position: relative;
}
.enterprise-box-cont .enterprise-title {
  text-align: justify;
  line-height: 24px;
}
.enterprise-box-cont .enterprise-list_box li {
  padding-left: 16px;
  position: relative;
  line-height: 24px;
  margin-top: 20px;
}
.enterprise-box-cont .enterprise-list_box li::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #0066FF;
  left: 0;
  top: 10px;
  /* transform: translateY(-50%); */
}
/* .enterprise-box-cont .enterprise-phone {
  padding-left: 16px;
  margin-top: 30px;
}
.enterprise-box-cont .enterprise-email {
  padding-left: 16px;
  margin-top: 20px;
} */
.enterprise-box-cont .enterprise-limit li {
  margin-top: 20px;
  padding-left: 16px;
  position: relative;
}
.enterprise-box-cont .enterprise-limit li:first-child {
  margin-top: 30px;
}
.enterprise-box-cont .enterprise-wechat {
  cursor: pointer;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("/indexResources/image/wechat-6d9cf9a108da19f17e474e55dea0681b.svg") no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: 8px;
}
.enterprise-box-cont .wechat-code {
  position: absolute;
  bottom: -30px;
  left: 160px;
  width: 127px;
  height: 127px;
  display: none;
}
[lang=en] .enterprise-box-cont .wechat-code {
  position: absolute;
  bottom: 5px;
  left: 242px;
  width: 127px;
  height: 127px;
  display: none;
}
.enterprise-box-cont .wechat-code img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ps-r {position: relative;}

/* 党建风采 */
.banner-djfc {
  background: url(/indexResources/image/banner-4-69bea6b408f3663dc31268d48d457876.png) no-repeat;
  background-size: 100% 100%;
}
.navigation-bar .partBuildingStyle-bar-main {
  display: block;
  overflow: hidden;
}
.partBuildingStyle-main {
  width: 100%;
  height: 462px;
}
.partBuildingStyle-img {
  width: 820px;
  height: 456px;
}
.partBuildingStyle-list {
  width: 380px;
}
.partBuildingStyle-list li {
  height: 228px;
  background: #F7F8FA;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.partBuildingStyle-title {
  font-size: 24px;
  color: #313131;
  line-height: 28px;
  text-align: justify;
}
.partBuildingStyle-list li.active {
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
  background: #fff;
  z-index: 1;
}
.partBuildingStyle-list li:last-child.active {
  background: #fff;
  z-index: 1;
  box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.06);
}
.partBuildingStyle-list li.active .partBuildingStyle-title a {
  color: #0066FF;
}
.partBuildingStyle-time {
  position: absolute;
  bottom: 40px;
  left: 30px;
  color: #313131;
  line-height: 20px;
}
.partBuildingStyle-time::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #E50121;
  display: inline-block;
}


/* 关于我们 */
.banner_aboutus {
  background: url(/indexResources/image/aboutUs/aboutUs-4a3d73f7f634349422fad1af882a9ef8.png) no-repeat;
  background-size: 100% 100%;
}
.aboutus-title {
  font-size: 24px;
  color: #313131;
  letter-spacing: 0.8px;
  line-height: 36px;
  font-weight: bold;
  margin-top: 80px;
}
.navigation-bar .navigation-bar-main .tab li {
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #646464;
  font-weight: 400;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
}
.navigation-bar .navigation-bar-main .tab li:first-child {
  margin-left: 0;
}
.navigation-bar {
  background: #fff;
  position: relative;
  z-index: 3;
}
.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.aboutus-profile {
  width: 100%;
  position: relative;
  padding-bottom: 80px;
}
.aboutus-main {
  width: 1200px;
  margin: 0 auto;
}
.aboutus-cont {
  position: relative;
  overflow: hidden;
}
.aboutus-profile-content {
  margin-top: 40px;
}
.aboutus-profile-content p {
  font-size: 17px;
  color: #313131;
  letter-spacing: 1.42px;
  text-align: justify;
  line-height: 30px;
  margin-top: 15px;
}
.aboutus-profile-content p:first-child {
  margin-top: 0;
}
.aboutus-profile-list {
  margin-top: 35px;
}
[lang=en] #groupSynopsisData {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
[lang=en] .aboutus-profile-list li{
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 40px;
}
[lang=zh] .aboutus-profile-list li {
  width: calc(100% / 3);
  float: left;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 40px;
}
.profile-list-t {
  width: 100%;
  font-size: 34px;
  color: #313131;
  letter-spacing: 1.13px;
  line-height: 44px;
  text-align: center;
}
.profile-list-p {
  font-size: 16px;
  color: #313131;
  letter-spacing: 1.4px;
  text-align: center;
  line-height: 22px;
  margin-top: 16px;
  width: 250px;
}
.aboutus-profile-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/indexResources/image/aboutUs/profile-bg-060bd37d9e6dde630a39f8bf5a9295ea.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 30.4166vw;
  z-index: -1;
}

.aboutus-orientation {
  width: 100%;
  height: 18.75vw;
  background: url(/indexResources/image/aboutUs/orientation-bg-ac49e6ac62195a8eeb6e2140782359c7.png) no-repeat;
  background-size: 100% 100%;
}
.aboutus-orientation-title {
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 2.67px;
  text-align: center;
  text-shadow: 0 6px 20px rgba(0,0,0,0.20);
  margin-top: 2.5vw;
}
.navigation-bar-main ul li a {
  display: block;
}

.aboutus-culture {
  background: #F9F9F9;
  width: 100%;
  padding-bottom: 80px;
}
.aboutus-culture-content {
  margin-top: 40px;
  background: #F9F9F9;
}
.aboutus-culture-list {
  width: 50%;
}
.culture-list-cont {
  width: 50%;
  height: 420px;
}
.aboutus-culture-list li {
  width: 100%;
  height: 140px;
  color: #313131;
  background: #FFFFFF;
  padding: 0 25px 0 40px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.aboutus-culture-list li.active {
  background: #0066FF;
  color: #fff;
}
.aboutus-culture-list .culture-title {
  font-size: 22px;
  letter-spacing: 0.61px;
  font-weight: bold;
  margin-top: 37px;
}
.aboutus-culture-list .culture-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
  font-size: 20px;
  letter-spacing: 0.56px;
  line-height: 30px;
}
.culture-list-cont {
  padding: 60px;
  box-sizing: border-box;
  display: none;
}
.culture-bg-1 {
  background: url(/indexResources/image/aboutUs/culture1-0251af954d26194fd27374fd229ca579.png) no-repeat;
  background-size: 100% 100%;
}
.culture-bg-2 {
  background: url(/indexResources/image/aboutUs/culture2-6babb1bfc5448ed23cb524af70083f7e.png) no-repeat;
  background-size: 100% 100%;
}
.culture-bg-3 {
  background: url(/indexResources/image/aboutUs/culture3-8f55627f0c9ce60065933d668c706b0b.png) no-repeat;
  background-size: 100% 100%;
}
.culture-list-cont p {
  letter-spacing: 0.44px;
  line-height: 30px;
  margin-top: 5px;
  color: #fff;
}
.culture-list-cont p:first-child {
  margin-top: 0;
}
.culture-list-cont p span {
  margin-right: 10px;
  font-weight: bold;
}

.aboutus-structure {
  width: 100%;
  padding-bottom: 100px;
}
.aboutus-structure img {
  width: 100%;
}

.aboutus-figure {
  width: 100%;
  height: 1138px;
  background: #F9F9F9;
  padding-bottom: 80px;
}
.aboutus-figure-logo {
  background: rgba(255,255,255,0.7);
  width: 100%;
  height: 160px;
  margin-top: 60px;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
.aboutus-figure-logo p {
  font-size: 16px;
  color: #313131;
  letter-spacing: 0.44px;
  font-weight: bold;
}
.aboutus-figure-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 203px;
  height: auto;
}
.aboutus-figure-list {
  width: 100%;
}
.aboutus-figure-list li {
  background: rgba(255,255,255,0.7);
  width: calc(100% / 4 - 15px);
  height: 270px;
  margin-right: 20px;
  margin-top: 22px;
  overflow: hidden;
  float: left;
  padding: 30px 20px;
  box-sizing: border-box;
}
.aboutus-figure-list li:last-child {
  margin-right: 0;
}
.aboutus-figure-shape {
  background: rgba(255,255,255,0.7);
  width: 100%;
  height: 160px;
  margin-top: 50px;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
.aboutus-figure-shape p {
  font-size: 16px;
  color: #313131;
  letter-spacing: 0.44px;
  font-weight: bold;
}
.aboutus-figure-shape img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 240px;
  height: 41px;
}
.aboutus-figure-form li {
  background: rgba(255,255,255,0.7);
  width: calc(100% / 2 - 10px);
  height: 200px;
  margin-right: 20px;
  margin-top: 20px;
  overflow: hidden;
  float: left;
  padding: 40px 30px 0 30px;
  box-sizing: border-box;
  text-align: justify;
}
[lang=en] .aboutus-figure-form li{
  height: auto;
}
[lang=en] .aboutus-figure-list li{
  height: auto;
}
[lang=en] .aboutus-figure {
  height: 1300px;
}
[lang=en] .history-list .history-list-time{
  width: 73px;
}
.aboutus-figure-form li:last-child {
  margin-right: 0;
}
.figure-title {
  font-size: 16px;
  color: #313131;
  /* letter-spacing: 0.39px; */
  line-height: 30px;
  font-weight: bold;
}
.figure-cont {
  font-size: 14px;
  color: #505050;
  line-height: 24px;
}
.aboutus-figure-list .figure-cont {
  margin-top: 10px;
  letter-spacing: 0;
  word-wrap:break-word;
  word-break:normal;
  text-align: justify;
}
.aboutus-figure-shape .figure-cont {
  margin-top: 3px;
  letter-spacing: 0.31px;
}
.figure-bg {
  width: 1273px;
  height: 724px;
  background: url(/indexResources/image/aboutUs/figure-bg-0b5b0c978820c8f5040e26afdfde40d3.png) no-repeat;
  background-size: 100% 100%;
  margin-top: -950px;
  margin-left: calc(100% / 2 - 640px);
}

.aboutus-history {
  width: 100%;
  position: relative;
  padding-bottom: 80px;
}
.aboutus-swiper {
  margin-top: 76px;
  overflow: hidden;
  position: relative;
}
.aboutus-swiper .hd {
  overflow: hidden;
}
.aboutus-swiper .hd ul {
  border-bottom: 1px solid #F0F0F0;
  float: left;
}
.aboutus-swiper .hd ul li {
  margin-right: 53px;
  font-size: 18px;
  color: #A0A0A0;
  letter-spacing: 1px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  float: left;
  cursor: pointer;
  font-family: 'dinbold';
}
.aboutus-swiper .hd ul li:last-child {
  margin-right: 0;
}
.aboutus-swiper .hd ul li.on {
  color: #FF0019;
  position: relative;
}
.aboutus-swiper .hd ul li.on::after {
  content: '';
  height: 5px;
  width: 100%;
  position: absolute;
  background: #FF0019;
  bottom: 0;
  left: 0;
}
.aboutus-swiper .bd {
  margin-top: 48px;
  overflow: hidden;
  width: 800px;
  box-sizing: border-box;
  padding-left: 100px;
}
.aboutus-swiper .bd .aboutus-ul {
  overflow: hidden;
  position: relative;
}
.aboutus-swiper .bd .aboutus-ul>li {
  padding-left: 60px;
}
.aboutus-swiper .bd .aboutus-ul h4 {
  font-size: 30px;
  color: #313131;
  letter-spacing: 1.25px;
  font-weight: bold;
  font-family: 'dinbold';
}
.history-list {
  height: 350px;
  margin-top: 30px;
}
.history-list li {
  margin-top: 30px;
  overflow: hidden;
}
.history-list li:first-child {
  margin-top: 0;
}
.history-list .history-list-time {
  font-size: 16px;
  color: #A0A0A0;
  text-align: right;
  line-height: 30px;
  margin-right: 20px;
  width: 65px;
}
.history-list .history-list-cont {
  font-size: 16px;
  color: #313131;
  text-align: justify;
  line-height: 30px;
  width: 540px;
}
.aboutus-prev {
  font-size: 30px;
  color: rgba(49,49,49,0.2);
  letter-spacing: 1.25px;
  font-weight: bold;
  font-family: 'dinbold';
  position: absolute;
  top: 99px;
  left: 0;
}
.aboutus-next {
  font-size: 30px;
  color: rgba(49,49,49,0.2);
  letter-spacing: 1.25px;
  font-weight: bold;
  font-family: 'dinbold';
  position: absolute;
  top: 98px;
  left: 875px;
}

/* 企业文化-修改 */
.aboutus-culture-lists>li {
  width: 100%;
  height: 200px;
  background: #fff;
  margin-top: 30px;
  position: relative;
  box-sizing: border-box;
  padding: 0 240px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.aboutus-culture-lists>li::before {
  width: 145px;
  height: 80px;
  background: #0066FF;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #fff;
}
.aboutus-culture-lists>li:nth-child(1)::before {
  content: '愿景';
}
.aboutus-culture-lists>li:nth-child(2)::before {
  content: '使命';
}
.aboutus-culture-lists>li:nth-child(3)::before {
  content: '核心价值观';
}
html[lang='en'] .aboutus-culture-lists>li:nth-child(1)::before {
  content: 'Vision';
}
html[lang='en'] .aboutus-culture-lists>li:nth-child(2)::before {
  content: 'Mission';
}
html[lang='en'] .aboutus-culture-lists>li:nth-child(3)::before {
  content: 'Core Values';
}
/* html[lang='en'] .aboutus-culture-lists>li {
  height: auto;
} */
.aboutus-culture-lists .culture-title {
  font-size: 24px;
  color: #323232;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.aboutus-culture-lists .culture-p {
  font-size: 16px;
  color: #505050;
  letter-spacing: 0;
  line-height: 30px;
}
[lang=zh] .culture-list ul {
  display: flex;
  flex-wrap: wrap;
}
[lang=en] #coreContent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.culture-list li {
  font-size: 16px;
  color: #505050;
  letter-spacing: 0;
  line-height: 30px;
  display: flex;
}
[lang=zh] .culture-list li:nth-child(2n) {
  margin-left: 64px;
}
[lang=en] .culture-list li:nth-child(2n) {
  margin-left: 64px;
  width: 297px;
}
[lang=zh] .culture-list li:nth-child(2n+1) {
  width: 375px;
}
[lang=en] .culture-list li:nth-child(2n+1) {
  width: 417px;
  padding-bottom: 10px
}

/* 遮罩层 */
.masker {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0,0,0,0.4);
  display: none;
}
.mapwin-video {
  z-index: 101;
  width: 1000px;
  height: 562px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mapwin-video .enter-video {
  width: 100%;
  height: 100%;
}
.icon-mapwin-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  background: url(/indexResources/image/icon-winclose-2a8741c2701e8f0c5f3aacdc5a65b037.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.banner-hd-1 {
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 2;
}
.enter-box-img .banner-hd-1{bottom: 10px;}
.banner-hd-1 .my-bullet-1 {
  width: 5px;
  height: 5px;
  background: #fff;
  display: inline-block;
  margin-left: 5px;
  float: left;
  cursor: pointer;
}
.banner-hd-1 .my-bullet-active-1 {
  width: 20px;
  background: #E50121;
}

.mb30 {
  margin-bottom: 30px;
}
.mt40 {
  margin-top: 40px;
}

/* 业务中心详情页面 */
.businessDetail-list {
  width: 100%;
  margin-top: 40px;
}
.businessDetail-list ul{
  width: 100%;
  display: flex;
  overflow: hidden;
}
.businessDetail-list li {
  width: calc((100% - 50px) / 6);
  height: 60px;
  background: #EFF2F5;
  margin-right: 10px;
}
.businessDetail-list li.active, .businessDetail-list li:hover {
  background: #0066FF;
}
.businessDetail-list li.active a, .businessDetail-list li:hover a {
  color: #fff;
}
.businessDetail-list li:last-child {
  margin-right: 0;
}
.businessDetail-list li a {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #313131;
}
#wx-code {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}