img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.bxz *,
.bxz {
  box-sizing: border-box;
}
.tac {
  text-align: center;
}
.comm_num li p em {
  text-align: left;
}
/**
 * 文本截断混合方法
 * @param {number} @lines - 最大显示行数
 * @param {number} @lineHeight - 行高（默认1.5）
 * @param {boolean} @calcHeight - 是否计算总高度（默认true）
 */
/* 公开事项start */
.information_wrap {
  padding: 0 0 50px;
}
.information_sec dl {
  margin-bottom: 6.94444444%;
}
.information_sec dt {
  display: flex;
  line-height: 1;
  align-items: center;
  color: #0b6dda;
  margin-bottom: 3.47222222%;
}
.information_sec dt .icon_img {
  padding-right: 20px;
}
.information_sec .sec1 .items {
  background-color: #f1f4f7;
  padding: 20px 3.5%;
  border-radius: 20px;
  color: #404040;
}
.information_sec .sec1 .items a span {
  color: #404040;
}
.information_sec .sec1 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:10px;
  padding: 20px 0;
}
.information_sec .sec1 .item a:first-child{flex:1;}
.information_sec .sec1 .item:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.information_sec .sec1 .more {
  margin-top: 0;
}
.information_sec .sec3 .tit {
  padding: 10px 3.5%;
  background: #f1f4f7;
  border-radius: 15px;
  color: #404040;
  margin-bottom: 1.38888889%;
}
.information_sec .sec3 ul {
  padding: 0 3.5%;
}
.information_sec .sec3 ul li {
  border-bottom: 1px solid #d9d9d9;
}
.information_sec .sec3 a {
  padding: 18px 15px;
  color: #404040;
  display: inline-block;
}
.information_sec .sec3 .item:not(:last-child) {
  margin-bottom: 4.86111111%;
}
@media screen and (max-width: 1024px) {
  .information_sec dt .icon_img {
    height: 45px;
  }
  .information_sec .sec1 .items,
  .information_sec .sec3 .tit {
    border-radius: 10px;
  }
}
/* 公开事项end */
/* 工程采购 start*/
.purchase_wrap .tabs {
  display: flex;
  justify-content: center;
  align-items: end;
  background-color: #f1f4f7;
  padding-top: 2.08333333%;
}
.purchase_wrap .tabs a.active {
  color: #0b6dda;
}
.purchase_wrap .tabs span {
  padding: 0 15px;
}
.purchase_wrap .list {
  background-color: #f1f4f7;
  padding-top: 2.60416667%;
  padding-bottom: 6.25%;
}
.purchase_wrap .list li {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 5px;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .purchase_wrap .list li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .purchase_wrap .list li:hover a,
  .purchase_wrap .list li:hover .date,
  .purchase_wrap .list li:hover .p span {
    color: #0b6dda;
  }
  .purchase_wrap .list li:hover .more {
    display: block;
  }
}
.purchase_wrap .list li a {
  display: block;
  padding: 2% 3.5%;
}
.purchase_wrap .list .p {
  color: #292929;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.purchase_wrap .list .p span {
  display: block;
  max-width: 80%;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.purchase_wrap .list .more {
  margin-top: 0;
  display: none;
}
.purchase_wrap .list .date {
  color: #585858;
}
@media screen and (max-width: 768px) {
  .purchase_wrap .list {
    padding-top: 20px;
  }
  .purchase_wrap .list ul a {
    padding: 5%;
    border-radius: 10px;
  }
  .purchase_wrap .list .p span {
    max-width: 100%;
  }
  .purchase_wrap .tabs {
    padding-top: 20px;
  }
}
/* 工程采购 end*/
/* 合规投诉 start */
.complaint_wrap .news_tab {
  background-color: #fff;
}
.complaint_cont {
  background-color: #f1f4f7;
  padding: 3.125% 0 6.25%;
}
.complaint_cont .wrap {
  display: flex;
  justify-content: space-between;
  background: #f1f4f7 url(/static/images/tj.png) right center no-repeat;
}
.complaint_cont .img {
  width: 59.02777778%;
  border-radius: 35px;
}
.complaint_cont .cont {
  color: #8d8d8d;
  width: 34.02777778%;
}
.complaint_cont .cont dl {
  padding: 0 20px;
}
.complaint_cont .cont dl:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 8.16326531%;
  padding-bottom: 6.12244898%;
}
.complaint_cont .cont dt {
  line-height: 1;
  margin-bottom: 20px;
  color: #585858;
}
.complaint_cont .cont bold {
  font-weight: bold;
}
.complaint_cont .cont dd {
  line-height: 1.5;
}
.complaint_cont .cont dd p {
  margin-bottom: 5px;
}
.complaint_cont .cont a {
  color: #8d8d8d;
}
.complaint_cont .cont a.email {
  text-decoration: underline !important;
}
@media screen and (max-width: 1024px) {
  .complaint_cont .wrap {
    flex-direction: column;
  }
  .complaint_cont .wrap .img,
  .complaint_cont .wrap .cont {
    width: 100%;
  }
  .complaint_cont .cont dl {
    padding: 5% !important;
    margin-bottom: 0 !important;
  }
}
/* 合规投诉 end */
/* 联系我们 start */
.map_wrap .wrap {
  display: flex;
  background: #f1f4f7;
  justify-content: space-between;
  border-radius: 20px;
  overflow: hidden;
}
.map_wrap .map_img {
  width: 52.98611111%;
}
.map_wrap .cont {
  width: 47.01388889%;
  padding: 12.5% 0 0 6.94444444%;
  background: #f1f4f7 url(../images/map_cont_bg.png) 0 center no-repeat;
  background-size: auto 100%;
}
.map_wrap .cont h1 {
  color: #0b6dda;
}
.map_wrap .cont .info {
  display: flex;
  justify-content: start;
  color: #585858;
  margin-top: 5%;
}
.map_wrap .cont .info .tit {
  display: block;
}
.map_wrap .cont .info i {
  color: #0b6dda;
}
.map_wrap .cont .info a {
  color: #585858;
}
.map_wrap .cont p {
  padding-left: 20px;
}
.contactList_wrap {
  margin-top: 4.86111111%;
  padding-bottom: 7.29166667%;
}
.contactList_wrap .wrap {
  display: grid;
  justify-content: space-between;
  overflow: hidden;
  /* 每行三个 用grid布局*/
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.contactList_wrap .item {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #0b6dda;
  padding: 6% 0 0 6%;
  color: #8d8d8d;
}
.contactList_wrap .item .tit {
  color: #585858;
  margin-bottom: 3%;
}
.contactList_wrap .item i {
  color: #0b6dda;
  margin-right: 1.5em;
}
.contactList_wrap .item p {
  margin-bottom: 2%;
  display:flex;
}
.contactList_wrap .item p .span{display:flex;}
.contactList_wrap .item p .span .list{display:flex;flex-direction:column;}
.contactList_wrap .item a {
  color: #8d8d8d;
}
@media screen and (max-width: 768px) {
  .map_wrap .wrap {
    flex-direction: column;
  }
  .map_wrap .wrap .cont,
  .map_wrap .wrap .map_img {
    width: 100%;
  }
  .map_wrap .cont {
    padding: 5%;
  }
  .contactList_wrap .wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .contactList_wrap .item {
    padding: 5%;
  }
}
/* 联系我们 end */
/* 党的政策 start */
.partybuilding_tab .swiper-button-prev,
.partybuilding_tab .swiper-button-next {
  display: none;
}
.news_tab li.swiper-slide {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .news_tab li.swiper-slide {
    width: 100%;
  }
  .news_tab .swiper-container .swiper-wrapper {
    justify-content: left;
  }
  .news_tab .swiper-container .swiper-wrapper li a {
    padding: 5px;
  }
  .partybuilding_tab {
    display: flex;
    align-items: center;
  }
  .partybuilding_tab .swiper-button-prev,
  .partybuilding_tab .swiper-button-next {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 34px;
    color: #0b6dda;
    background: #fff;
    margin: 0;
  }
}
/* 党的政策 end */
/* 党建品牌 start*/
.partybuilding_brand_sec1 {
  background: url(../images/bg01.jpg) center top no-repeat;
  background-size: auto 100%;
  padding-bottom: 4.6875%;
}
.partybuilding_brand_sec1 h2 {
  color: #0b6dda;
  margin-bottom: 20px;
}
.partybuilding_brand_sec2 {
  background: #f1f4f7;
  padding: 2.60416667% 0 5.72916667%;
}
.partybuilding_brand_sec2 li {
  border-bottom: 1px solid #d9d9d9;
}
.partybuilding_brand_sec2 li a {
  display: flex;
  padding: 2.60416667% 0;
}
@media screen and (min-width: 1024px) {
  .partybuilding_brand_sec2 li a:hover i,
  .partybuilding_brand_sec2 li a:hover .tit {
    color: #0b6dda;
  }
}
.partybuilding_brand_sec2 li .img {
  width: 34.72222222%;
  border-radius: 20px;
  overflow: hidden;
}
.partybuilding_brand_sec2 li .cont {
  flex: 1;
  padding-left: 5.55555556%;
  padding-top: 3.47222222%;
}
.partybuilding_brand_sec2 li .cont .tit {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #292929;
  margin-bottom: 1.80555556%;
}
.partybuilding_brand_sec2 li .cont p {
  color: #787979;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.partybuilding_brand_sec2 li .cont i {
  font-size: 18px;
  color: #333;
  margin-top: 15px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .partybuilding_brand_sec2 li a {
    flex-direction: column;
  }
  .partybuilding_brand_sec2 li a .img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .partybuilding_brand_sec2 li a .cont {
    padding: 0;
  }
}
/* 党建品牌 end*/
/* 党的建设start */
.partybuilding_index_sec1 {
  background: url(../images/bg01.jpg) 0 0 no-repeat;
  padding: 6.77083333% 0 4.6875%;
}
.partybuilding_index_sec1 h2 {
  color: #0b6dda;
  margin-bottom: 2.08333333%;
}
.partybuilding_index_sec1 .cont {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.partybuilding_index_sec1 .img {
  width: 50.69444444%;
  border-radius: 20px;
  overflow: hidden;
}
.partybuilding_index_sec1 .img a {
  position: relative;
  display: block;
}
.partybuilding_index_sec1 .img a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
}
.partybuilding_index_sec1 .img p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding: 4.10958904% 10.95890411% 0 4.10958904%;
  margin-bottom:4.10958904%;
  color: #fff;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.partybuilding_index_sec1 .swiper_box {
  position: relative;
  z-index: 6;
  width: 45.13888889%;
}
.partybuilding_index_sec1 .swiper_box a {
  color: #292929;
  padding: 5.38461538% 20px;
  display: block;
  border-bottom: 1px solid #d9d9d9;
}
.partybuilding_index_sec1 .swiper_box .swiper-slide .item:first-child a {
  padding-top: 0;
}
.partybuilding_index_sec1 .swiper_box .date {
  font-size: 18px;
  color: #8d8d8d;
  margin-bottom: 1.84615385%;
}
.partybuilding_index_sec1 .swiper_box p {
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.partybuilding_index_sec1 .swiper_box .btn {
  position: absolute;
  top: -16%;
  width: 100%;
  display: flex;
  justify-content: end;
  gap: 20px;
}
.partybuilding_index_sec1 .swiper_box .btn .swiper-button-prev,
.partybuilding_index_sec1 .swiper_box .btn .swiper-button-next {
  background: none;
  margin-top: 0;
  position: static;
}
.partybuilding_index_sec2 {
  background: url(../images/partybuilding_index_sec2_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 4.16666667% 0;
}
.partybuilding_index_sec2 h2 {
  color: #0b6dda;
  margin-bottom: 15px;
}
.partybuilding_index_sec3 {
  padding: 4.6875% 0;
  background: #f1f4f7;
}
.partybuilding_index_sec3 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px;
}
.partybuilding_index_sec3 .item {
  border: 1px solid #d9dfe5;
  border-radius: 20px;
  overflow: hidden;
}
.partybuilding_index_sec3 .item .cont {
  padding: 5.76368876% 4.32276657% 5.76368876%;
}
.partybuilding_index_sec3 .item .name {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color:#404040;
}
.partybuilding_index_sec3 .item .more {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .partybuilding_index_sec1 .cont {
    flex-direction: column;
  }
  .partybuilding_index_sec1 .cont .img,
  .partybuilding_index_sec1 .cont .swiper_box {
    width: 100%;
  }
  .partybuilding_index_sec1 .cont .swiper_box {
    margin-top: 15px;
  }
  .partybuilding_index_sec1 .cont .swiper_box a {
    padding: 15px;
  }
  .partybuilding_index_sec1 .cont .swiper_box .btn {
    position: static;
    justify-content: center;
    margin-top: 15px;
  }
  .partybuilding_index_sec1 .cont .swiper_box .btn .swiper-button-prev,
  .partybuilding_index_sec1 .cont .swiper_box .btn .swiper-button-next {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .partybuilding_index_sec3 .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .partybuilding_index_sec3 .items .item {
    border-radius: 10px;
  }
}
/* 党的建设end */
/* 太极公益(责任频道页)start */
.responsibility_sec1 {
  padding-bottom: 7.29166667%;
  background-size: auto 96%;
  background-position: center center;
  background-repeat: no-repeat;
}
.responsibility_sec1 .textarea {
  text-align: center;
  color: #292929;
  line-height: 1.5;
}
.responsibility_sec1 .comm_num {
  margin-top: 4%;
  text-align: center;
}
.responsibility_sec1 .comm_num li {
  float: none;
  display: inline-block;
  margin: 0 -2px;
}
.responsibility_sec1 .scroll_cont {
  color: #0b6dda;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.responsibility_sec1 .scroll_cont .item {
  display: flex;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
  width: 33.333%;
  margin-top: 4%;
}
.responsibility_sec1 .scroll_cont .item em {
  line-height: 1.2;
}
.responsibility_sec1 .scroll_cont .r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 5px;
}
.responsibility_sec2 {
  padding: 5.20833333% 0;
  background: #f1f4f7;
}
.responsibility_sec2 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.responsibility_sec2 .item {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.responsibility_sec2 .text {
  color: #fff;
  position: absolute;
  left: 11.03752759%;
  bottom: 28.69757174%;
}
.responsibility_sec2 .more {
  position: absolute;
  left: 11.03752759%;
  bottom: 13.24503311%;
  font-size: 16px;
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 1024px) {
    .responsibility_sec2 .more:hover {
      color: #fff !important;
    }
}
@media screen and (max-width: 768px) {
  .responsibility_sec1 .scroll_cont {
    justify-content: left;
  }
  .responsibility_sec1 .scroll_cont .item {
    width: 50%;
    justify-content: left;
  }
  .responsibility_sec1 .comm_num li{width: 100%;}
  .responsibility_sec2 .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .responsibility_sec2 .items .item {
    width: 100%;
  }
  .responsibility_sec2 .items .item img {
    width: 100%;
  }
}
/* 太极公益end */
/* 责任报告ESG start */
.pdf_wrap {
  padding-bottom: 6.25%;
}
.pdf_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pdf_wrap li {
  display: flex;
  background: #f1f4f7;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  padding: 1.38888889%;
  align-items: center;
}
.pdf_wrap .img {
  width: 11.80555556%;
  border-radius: 20px;
  overflow: hidden;
}
.pdf_wrap .cont {
  display: flex;
  justify-content: space-between;
  flex: 1;
  align-items: center;
  padding-left: 3.47222222%;
  padding-right: 4.16666667%;
  padding-top: 20px;
  color: #292929;
}
.pdf_wrap .cont .tit {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 5px;
}
.pdf_wrap a.down {
  display: flex;
  justify-content: space-around;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  background: #0b6dda;
}
.pdf_wrap a.down:hover {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .pdf_wrap ul li {
    flex-direction: column;
    padding: 15px 10px;
    border-radius: 10px;
    align-items: start;
  }
  .pdf_wrap ul .img {
    width: 100%;
    border-radius: 10px;
  }
  .pdf_wrap ul .cont {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .pdf_wrap ul a.down {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 15px;
  }
}
/* 责任报告ESG end */
/* 走进太极-首页 start */
.about_index_sec1 {
  background-color: #f1f4f7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 90%;
  padding: 10.41666667% 0 6.25%;
}
.about_index_sec1 .comm_num {
  overflow: hidden;
  display: flex;
}
.about_index_sec1 .comm_num li {
  text-align: center !important;
  width: 20% !important;
  float: left !important;
}
.about_index_sec2 {
  padding: 6.25% 0;
}
.about_index_sec2 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.1em;
}
.about_index_sec2 .item {
  position: relative;
  border-radius: 27px;
  overflow: hidden;
}
.about_index_sec2 .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 4em 2.8em 2.8em;
}
.about_index_sec2 .tit {
  color: #0b6dda;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.6em;
}
.about_index_sec2 .des {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 4.5em;
  color: #474747;
}
@media screen and (max-width: 1024px) {
  .about_index_sec1 .comm_num {
    flex-wrap: wrap;
  }
  .about_index_sec1 .comm_num li {
    width: 33.333% !important;
    text-align: left !important;
  }
  .about_index_sec2 .cont {
    padding: 2em;
  }
}
@media screen and (max-width: 768px) {
  .about_index_sec1 .comm_num li {
    width: 50% !important;
  }
  .about_index_sec2 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .about_index_sec2 .list .item {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .about_index_sec2 .cont .des {
    height: auto;
  }
}
/* 走进太极-首页 end */
/* 公司概况 start */
.company_wrap {
  color: #292929;
}
.company_sec1 {
  padding: 5.9375% 0 3.64583333%;
}
.company_sec1 h2 {
  color: #0b6dda;
  margin-bottom: 0.55em;
  line-height: 1;
}
.company_sec1 .desc {
  height: 3em;
  overflow: hidden;
}
.company_sec2 {
  padding: 3.64583333% 0 6.25%;
}
.company_sec2 .item {
  position: relative;
  border-radius: 27px;
  overflow: hidden;
  margin-bottom: 30px;
}
.company_sec2 .img {
  width: 45.83333333%;
}
.company_sec2 .cont {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 50%;
  padding-right: 5%;
  background-image: linear-gradient(to left, #eaf0f7 40%, #eaf0f7 60%, rgba(234, 240, 247, 0.5) 65%, rgba(234, 240, 247, 0) 75%);
}
.company_sec2 .item:nth-child(2n) .img {
  text-align: right;
  float: right;
}
.company_sec2 .item:nth-child(2n) .cont {
  padding-left: 7.63888889%;
  background-image: linear-gradient(to right, #eaf0f7 40%, #eaf0f7 60%, rgba(234, 240, 247, 0.5) 65%, rgba(234, 240, 247, 0) 75%);
}
.company_sec2 h3 {
  margin-bottom: 0.5em;
  color: #0b6dda;
}
@media screen and (max-width: 768px) {
  .company_sec2 .item {
    background: #eaf0f7;
  }
  .company_sec2 .item .cont,
  .company_sec2 .item .img {
    width: 100%;
  }
  .company_sec2 .item .img {
    border-radius: 30px;
    overflow: hidden;
  }
  .company_sec2 .item .cont {
    position: static;
    padding: 30px 20px !important;
    background: #eaf0f7;
  }
}
/* 公司概况 end */
/* 管理团队 start */
.team_wrap {
  padding: 5.20833333% 0;
  color: #292929;
}
.team_wrap h2 {
  color: #0b6dda;
  margin-bottom: 1.4em;
}
.team_wrap .item {
  padding: 4.44444444%;
  background: #f1f4f7;
  border-radius: 20px;
  margin-bottom: 26px;
}
.team_wrap dl:not(:last-child) {
  margin-bottom: 2em;
}
.team_wrap dt {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #0b6dda;
  padding-bottom: 0.6em;
  color: #0b6dda;
}
.team_wrap dt .icon {
  display: block;
  width: 32px;
  height: 30px;
  background: url(../images/team_icon.png) 0 0 no-repeat;
  background-size: 100% auto;
  margin-right: 12px;
}
.team_wrap dd {
  padding-top: 0.6em;
}
/* 管理团队 end */
/* 企业文化 start */
.culture_wrap {
  padding: 5.20833333% 0 7.8125%;
}
.culture_wrap .list .item {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 6.25%;
}
.culture_wrap .list .item:not(:first-child) {
  padding-top: 6.25%;
}
.culture_wrap .list .tit {
  line-height: 1;
  color: #0b6dda;
  margin-top: 15px;
}
.culture_wrap .sec2 {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.77777778%;
  margin-top: 9.72222222%;
}
.culture_wrap .sec2 .link {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 48.61111111%;
}
.culture_wrap .sec2 .cont {
  position: absolute;
  left: 8%;
  bottom: 10%;
  z-index: 2;
}
.culture_wrap .sec2 .cont .tit {
  color: #0b6dda;
}
.culture_wrap .sec2 .cont a.more {
  background-color: #fff !important;
  color: #000 !important;
}
@media screen and (min-width: 1025px) {
  .culture_wrap .sec2 .cont a.more:hover {
    color: #fff !important;
  }
}
@media screen and (max-width: 768px) {
  .culture_wrap .sec2 {
    flex-direction: column;
    gap: 20px;
  }
  .culture_wrap .sec2 .link {
    width: 100%;
  }
}
/* 企业文化 end */
/* 品牌文化--百年企业 start */
.brand_wrap {
  padding-top: 4.16666667%;
  padding-bottom: 7.29166667%;
  color: #484848;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.brand_wrap .brand_desc {
  margin-bottom: 5.55555556%;
}
.brand_wrap .comm_num {
  overflow: hidden;
}
.brand_tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 6%;
  margin-bottom: 4.86111111%;
}
.brand_tabs a {
  width: 266px;
  max-width: 100%;
  padding: 5px 0;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.brand_tabs a.on {
  background: #0b6dda;
  color: #fff;
}
.brand_tabs a.on:hover {
  color: #fff !important;
}
.enterprise_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.77777778%;
}
.enterprise_wrap .item {
  background: #eff2f6 url(../images/enterprise_item_bg.png) center bottom no-repeat;
  background-size: 100% auto;
  border-radius: 20px;
  overflow: hidden;
  padding: 11.01321586% 6.60792952% 0;
}
.enterprise_wrap .item .tit {
  color: #0b6dda;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3em;
  margin-bottom: 4.40528634%;
}
.enterprise_wrap .item .line {
  height: 1px;
  background: #d9d9d9;
}
.enterprise_wrap .item .desc {
  margin-top: 8.81057269%;
  padding: 0 5px;
  height: 6em;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .brand_tabs {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    flex-wrap: wrap;
    gap: 20px;
  }
  .brand_tabs a {
    width: auto;
  }
  .enterprise_wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .enterprise_wrap .item .tit,
  .enterprise_wrap .item .desc {
    height: auto;
  }
  .enterprise_wrap .item .desc {
    padding-bottom: 20px;
  }
}
/* 品牌文化--百年企业 end */
/* 品牌文化--非物质文化遗产 start */
.intangible_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #484848;
}
.intangible_wrap .item {
  background: #eaf0f7;
  padding: 4.86111111% 6.94444444%;
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .intangible_wrap .item:hover {
    background: url(../images/intangible_item_bg.png) center center no-repeat;
    background-size: cover;
  }
  .intangible_wrap .item:hover .tit,
  .intangible_wrap .item:hover .subtit,
  .intangible_wrap .item:hover .desc {
    color: #fff;
  }
}
.intangible_wrap .item .tit {
  color: #0b6dda;
}
.intangible_wrap .item .subtit {
  font-weight: bold;
}
.intangible_wrap .item .desc {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 6em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  overflow: hidden;
}
@media screen and (max-width: 375px) {
  .brand_wrap .comm_num li {
    width: 100%;
  }
}
/* 品牌文化--非物质文化遗产 end */
/* 品牌文化--老字号 start */
.vintage_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.vintage_wrap .item {
  background-color: #f1f4f7;
  padding: 2.77777778% 2.08333333%;
  border-radius: 20px;
  overflow: hidden;
}
.vintage_wrap .item .top {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 2.08333333%;
}
.vintage_wrap .item .txt {
  display: flex;
  align-items: end;
  gap: 10px;
  color: #0b6dda;
}
.vintage_wrap .item .tit,
.vintage_wrap .item .subtit {
  line-height: 1;
}
.vintage_wrap .item .desc {
  margin-top: 2.77777778%;
}
@media screen and (max-width: 1024px) {
  .vintage_wrap .top .icon {
    width: 50px;
  }
}
/* 品牌文化--老字号 end */
/* 两园两馆 start */
.appointment_sec1 {
  padding: 7.29166667% 0 5.20833333%;
}
.appointment_info {
  margin-top: 3.47222222%;
}
.appointment_info .tit {
  color: #0b6dda;
  margin-bottom: 0.8em;
}
.appointment_info .cont {
  background: #f1f4f7;
  border-radius: 20px;
  padding: 35px;
  display: flex;
}
.appointment_info .lf,
.appointment_info .ct,
.appointment_info .rt {
  width: 33.333%;
  padding: 10px 0;
}
.appointment_info .lf .date {
  color: #0b6dda;
  margin-top: 0.8em;
}
.appointment_info .ct {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding: 10px 2.77777778%;
}
.appointment_info .ct .btn {
  cursor: pointer;
  color: #fff;
  padding: 5px 1.6em;
  background: #0b6dda;
  display: inline-block;
  border-radius: 10px;
  margin-top: 1.8em;
}
.appointment_info .ct .btn span {
  padding-left: 10px;
}
.appointment_info .rt {
  padding: 10px 2.77777778%;
}
.appointment_info .rt dl {
  margin-top: 1em;
}
.appointment_info .rt dt {
  margin-bottom: 5px;
}
.appointment_sec2 .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5.55555556%;
}
.appointment_sec2 .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.appointment_sec2 .cont {
  padding: 0 30px;
  width: 41.66666667%;
}
.appointment_sec2 .img {
  width: 52.08333333%;
  border-radius: 25px;
  overflow: hidden;
}
.appointment_sec2 .tit {
  color: #0b6dda;
}
.appointment_sec2 .desc {
  margin-top: 1em;
  text-align: justify;
}
@media screen and (min-width:1024px){
    .appointment_sec2 .desc{
        max-height:12em;
        overflow:auto;
    }
}
.appointment_sec3 {
  background: #f1f4f7;
  padding: 4.16666667% 0 5.72916667%;
}
.appointment_sec3 dt {
  color: #0b6dda;
  margin-bottom: 0.8em;
}
.appointment_sec3 dd {
  margin-bottom: 16px;
  display: flex;
  align-items: start;
}
.appointment_sec3 dd span {
  flex: 1;
}
.appointment_sec3 dd::before {
  content: attr(data-num);
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  background: #0b6dda;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.appointment_pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.appointment_pop .appointment_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: 90%;
  max-width: 1100px;
  background: #f1f4f7;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 8.33333333% 0;
  display: flex;
  flex-direction: column;
}
.appointment_pop .appointment_cont .close {
  position: absolute;
  top: 40px;
  right: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  cursor: pointer;
}
.appointment_pop .form_cont {
  overflow-y: scroll;
  margin: 7.27272727% 0;
  flex: 1;
}
.appointment_pop .item {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 5%;
}
.appointment_pop .item .label {
  width: 5em;
  line-height: 1.5;
}
.appointment_pop .item .date i {
  color: #000;
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.appointment_pop .item.required .label::before {
  content: "*";
  color: red;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.appointment_pop .item .ipt {
  position: relative;
  flex: 1;
}
.appointment_pop .item input {
  border: none;
  width: 100%;
  padding: 10px 2em;
  border-radius: 30px;
  overflow: hidden;
}
.appointment_pop .item .redio_box {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 3em;
}
.appointment_pop .item .redio_item::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #ced5dc;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  box-sizing: border-box;
}
.appointment_pop .item .redio_item.active::before {
  border-color: #0b6dda;
  border-width: 6px;
}
.appointment_pop .item .yzm_ipt{display:flex;gap:10px;}
.appointment_pop .form_btn {
  background-color: #0b6dda;
  color: #fff;
  width: 190px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin: 10% auto 7%;
  border-radius: 10px;
  cursor: pointer;
}
.appointment_pop .form_tips {
  text-align: center;
  color: #e30000;
}
.appointment_pop .upload_btn {
  background: #0b6dda;
  width: 160px;
  padding: 7px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  border-radius: 10px;
}
.appointment_pop #file_name {
  font-size: 16px;
  padding-left: 15px;
}
.appointment_pop #file_name,
.appointment_pop #file_close,
.appointment_pop input#file-upload {
  display: none;
}
.appointment_pop #file_close {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .appointment_info .cont {
    flex-direction: column;
    padding: 20px;
  }
  .appointment_info .lf,
  .appointment_info .ct,
  .appointment_info .rt {
    width: 100%;
  }
  .appointment_info .ct {
    border: 1px solid #d9d9d9;
    border-left: none;
    border-right: none;
    padding: 20px 0;
    margin: 10px 0;
  }
  .appointment_sec2 .item {
    flex-direction: column !important;
  }
  .appointment_sec2 .item .img,
  .appointment_sec2 .item .cont {
    width: 100%;
  }
  .appointment_sec2 .cont {
    padding: 20px 20px 0;
  }
  .appointment_sec3 dd::before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
  .appointment_pop .appointment_cont{padding: 0 15px;}
  .appointment_pop .item{flex-direction:column;align-items:start;gap:5px;}
  .appointment_pop .appointment_cont .close{top: 10px;right: 10px;height: 25px;font-size: 25px;line-height: 25px;}
  .appointment_pop .item .redio_box{flex-direction:column;gap:10px;}
  .appointment_pop .item .redio_box,
  .appointment_pop .item .ipt{width:100%;align-items:start;}
}
/* 两园两馆 end */
/* 发展历程 start */
.history_wrap {
  position: relative;
  margin: 5px 0;
  color: #fff;
}
.history_wrap .cont {
  position: relative;
}
.history_wrap .cont::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.45);
}
.history_wrap .swiper-wrapper {
  align-items: self-end;
}
.history_wrap .swiper-container {
  margin-top: 17.36111111%;
  padding-bottom: 7px;
}
.history_wrap .swiper-slide {
  position: relative;
  text-align: center;
  opacity: 0.6;
  padding-top: 20px;
  padding-bottom: 7px;
}
.history_wrap .swiper-slide::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.history_wrap .swiper-slide-active {
  opacity: 1;
  padding-top: 0;
  padding-bottom: 15px;
}
.history_wrap .swiper-slide-active span {
  opacity: 1;
  transform: scale(1.5);
  padding-bottom: 6px;
}
.history_wrap .swiper-slide-active::after {
  border: 2px solid #0b6dda;
  width: 24px;
  height: 24px;
  bottom: -6px;
}
.history_wrap .swiper-slide span {
  display: block;
}
.history_wrap .swiper_txt {
  margin: 2.08333333% auto;
  width: 690px;
  max-width: 90%;
  text-align: center;
}
.history_wrap .swiper-button-prev,
.history_wrap .swiper-button-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  color: #0b6dda;
  text-align: center;
  font-size: 26px;
  top: 60%;
}
.history_wrap .swiper-button-prev {
  left: 6.25%;
}
.history_wrap .swiper-button-next {
  right: 6.25%;
}
@media screen and (max-width: 1024px) {
   .history_wrap .swiper-slide::after{display:none;}
  .history_wrap .swiper-slide-active::after {
    display:block;
    width: 18px;
    height: 18px;
    bottom: -4px;
    margin-left: -9px;
  }
  .history_wrap .swiper-slide-active span {
    transform: scale(1.2);
  }
  .history_wrap .history_wrap .swiper-button-prev,
  .history_wrap .history_wrap .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .swiper-slide-prev{text-align:right !important;}
  .swiper-slide-next{text-align:left !important;}
}
@media screen and (max-width: 768px) {
  .history_wrap {
    height: auto !important;
    background-size: cover;
    padding: 10% 0;
  }
  .history_wrap .swiper-container {
    margin-top: 0;
  }
  .history_wrap .swiper_txt {
    margin-top: 30px;
  }
  .history_wrap .swiper-slide span {
    padding-bottom: 15px;
  }
  .history_wrap .swiper-slide-active span {
    padding-bottom: 10px;
  }
}
/* 发展历程 end */
/* 组织架构 start */
.organizational_sec1 {
  padding: 10.41666667% 0 4.16666667%;
}
.organizational_sec1 .img{text-align:center;}
.organizational_tabs {
  padding-top: 4.16666667%;
  display: flex;
  align-items: end;
  justify-content: space-around;
  text-align: center;
  border-bottom: 1px solid #e8edf6;
}
.organizational_tabs .icon {
  margin-bottom: 1em;
}
.organizational_tabs a {
  color: #585858;
  position: relative;
  padding: 0 3em 1.5em;
}
.organizational_tabs a.on::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #0b6dda;
  transition: all 0.3s;
}
.organizational_sec2 {
  padding-top: 4.16666667%;
  padding-bottom: 7.63888889%;
}
.organizational_sec2 .img {
  margin-bottom: 6.94444444%;
  text-align:center;
}
.organizational_sec2 .tac {
  text-align: center;
}
.organizational_sec2 a.more {
  margin: 0 auto;
}
.organizational_items dl {
  margin-bottom: 5.55555556%;
}
.organizational_items dt {
  color: #0b6dda;
  margin-left: 3em;
  margin-bottom: 0.7em;
}
.organizational_items dd {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 1.25em;
  column-gap: 1.5em;
}
.organizational_items dd .item {
  background: url(../images/organizational_item_bg.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 0 1em;
  min-height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .organizational_tabs a {
    padding: 0 1em 1.5em;
    width: 25%;
  }
  .organizational_tabs .icon {
    width: 50%;
    margin: 0 auto 1em;
  }
  .organizational_items dd {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .organizational_tabs {
    flex-wrap: wrap;
  }
  .organizational_tabs a {
    width: 50%;
  }
  .organizational_tabs a span {
    font-size: 14px;
  }
  .organizational_tabs a.on {
    color: #0b6dda;
    font-weight: bold;
  }
  .organizational_tabs a.on::after {
    display: none;
  }
  .organizational_items dd {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 414px) {
  .organizational_items dd {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* 组织架构 end */
/* 组织架构详情 start */
.organizational_details_wrap {
  padding: 4.16666667% 0 4.16666667%;
}
.organizational_details_wrap h1 {
  color: #0b6dda;
  text-align: center;
  margin-bottom: 3.47222222%;
}
.organizational_details_wrap .list {
  color: #0b6dda;
  margin-bottom: 4.16666667%;
}
.organizational_details_wrap .list li {
  margin: 5px 0;
  line-height: 1;
}
.organizational_details_wrap .list li::before {
  content: "·";
  display: inline-block;
  vertical-align: sub;
  font-size: 45px;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.organizational_details_wrap .comm_num {
  overflow: hidden;
}
.organizational_details_wrap .comm_num li {
  text-align: left;
  width: 25%;
}
.organizational_details_con {
  margin-top: 3.47222222%;
}
@media screen and (max-width: 768px) {
    .organizational_details_wrap .comm_num li{width:100%;}
}
/* 组织架构详情 end */