@charset "UTF-8";
@import "../layui/css/layui.css";
@import "../css/public.css";
@import "../css/canvi.css";
@import "../css/swiper.min.css";
@import "../css/font/iconfont.css";
/*banner*/
.header-swiper {
  width: 100%;
  height: 700px;
}
.header-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*banner end*/
/*地铁线路查询*/
.metro-line {
  height: 133px;
  background: url("../images/metro-bg.png") no-repeat center center;
  margin-top: -160px;
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}

.metro_title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(10, 72, 165);
  display: flex;
  align-items: center;
}
.metro_title i {
  font-size: 33px;
  display: inline-block;
  margin-right: 14px;
}

.metro_title:hover{
  cursor: pointer;
}

.lineMap_box {
  display: none;
}

.viewer-container {
  background-color: rgba(0, 0, 0, 0.8);
}

.metro-btn {
  width: 125px;
  height: 42px;
  border: none;
  outline: none;
  background: rgb(10, 72, 165);
  border-radius: 10px;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.metro-btn i {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}

.metro-search {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 15px 0 33px;
  transition: all 0.3s ease-in-out 0s;
}
.metro-search .layui-input {
  background: transparent;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #B8B8B8;
  font-size: 16px;
}
.metro-search .layui-input::placeholder {
  color: #333333;
}
.metro-search .layui-edge {
  border-top-color: #666666;
}
.metro-search .layui-form-select dl dd.layui-this {
  background: rgb(10, 72, 165);
}
.metro-search.row_re {
  flex-direction: row-reverse;
}

.metro-switch {
  border: none;
  outline: none;
  background: transparent;
  margin: 0 27px;
  cursor: pointer;
}

.metro_se {
  display: flex;
  align-items: center;
}
.metro_se label {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  display: inline-block;
  margin-right: 14px;
}

.start_menu {
  position: relative;
}
.start_menu .metro_list {
  position: absolute;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  overflow-y: auto;
  padding: 5px 0;
  box-sizing: border-box;
  left: 0;
  top: 40px;
  display: none;
  z-index: 1;
}
.start_menu .metro_list > li {
  box-sizing: border-box;
  padding: 0 10px;
  margin: 10px 0;
  transition: all 0.3s ease-in-out 0s;
}
.start_menu .metro_list > li span {
  display: block;
  padding: 0px 5px;
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
  box-sizing: border-box;
  cursor: pointer;
}
.start_menu .metro_list > li.active span {
  display: inline-block;
  width: 100%;
}

.span1 {
  background: #399D33;
}

.span2 {
  background: rgb(10, 72, 165);
}

.span3 {
  background: red;
}

.metro_sublist {
  display: none;
  height: 300px;
  overflow: overlay;
}
.metro_sublist li {
  line-height: 28px;
  cursor: pointer;
  font-size: 12px;
  box-sizing: border-box;
  padding: 0 10px;
  text-indent: 1em;
}

/*地铁线路查询 end*/
/*板块公共标题样式*/
.plate_title {
  width: 100%;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plate_left {
  display: flex;
  align-items: center;
}
.plate_left h4 {
  font-size: 42px;
  font-weight: bold;
  color: #333333;
}
.plate_left img {
  margin-right: 18px;
}

.plate_more {
  display: inline-block;
  width: 90px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 40px;
  box-sizing: border-box;
  border: 1px solid #999999;
  color: #999999;
  font-size: 14px;
}

/*板块公共标题样式 end*/
/*通知公告*/
.notice-layout {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.notice-left {
  width: calc(100% - 365px - 34px);
  box-sizing: border-box;
  padding-top: 60px;
}

.notice-cont {
  position: relative;
}

.notice_btn {
  position: relative;
  width: 98px;
  height: 23px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.notice_btn .notice-button-prev,
.notice_btn .notice-button-next {
  width: 44px;
  height: 23px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
}
.notice_btn .notice-button-prev {
  background: url("../images/notice_btn.png") no-repeat left center;
}
.notice_btn .notice-button-next {
  background: url("../images/notice_btn.png") no-repeat right center;
}

.notice-swiper {
  box-sizing: border-box;
  padding: 46px 5px 26px;
}
.notice-swiper a {
  width: 100%;
  height: 184px;
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.1);
  border-radius: 10px;
  display: inline-block;
  box-sizing: border-box;
  padding: 22px 35px;
}
.notice-swiper a p {
  font-size: 14px;
  color: #666666;
}
.notice-swiper a h4 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 46px;
  margin: 26px 0;
}
.notice-swiper a span {
  font-size: 14px;
  color: #666666;
}
.notice-swiper a span img {
  margin-left: 18px;
}

.notice-right {
  width: 365px;
  height: 387px;
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.1);
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
}
.notice-right .toDay {
  font-size: 28px;
  font-weight: bold;
  color: rgb(10, 72, 165);
  text-align: center;
  margin: 20px 0 36px;
}

.notice_card_top {
  height: 138px;
  border-bottom: 1px solid rgba(10, 72, 165, 0.2);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice_card_top h4 {
  max-width: 318px;
  width: 100%;
  height: 87px;
  text-align: center;
  line-height: 87px;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  background: rgba(10, 72, 165, 0.05);
  border-radius: 10px;
}

.operations {
  max-width: 358px;
  width: 100%;
  height: 71px;
  background: url("../images/operations-bg.png") no-repeat right center;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
}
.operations p {
  width: 122px;
  height: 43px;
  border-radius: 7px;
  background: #FFFFFF;
  margin: 0 15px;
  font-size: 30px;
  font-weight: bold;
  color: rgb(10, 72, 165);
  text-align: center;
  line-height: 43px;
}
.operations span {
  font-size: 30px;
  font-weight: bold;
}

/*通知公告 end*/
.container-row {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.container-row a {
  width: 440px;
  height: 180px;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  text-align: center;
}
.container-row a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.container-row .sm_fr {
  background-image: url("../images/sm_fr.png");
}
.container-row .sm_tw {
  background-image: url("../images/sm_tw.png");
}
.container-row .sm_ls {
  background-image: url("../images/sm_ls.png");
}
.container-row h4, .container-row span {
  position: relative;
  z-index: 1;
}
.container-row h4 {
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.33);
  display: inline-block;
  font-size: 26px;
  color: #FFFFFF;
  font-weight: bold;
  box-sizing: border-box;
  padding: 12px 19px;
}
.container-row span {
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
}
.container-row span img {
  margin-top: 3px;
}

/*公司新闻*/
.company_wrapper {
  box-sizing: border-box;
  padding: 41px 0 145px;
}

.company_layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.company_left {
  max-width: 675px;
  width: 100%;
  /* height: 346px; */
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.24);
}
.company_left img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.company_right {
  width: calc(100% - 675px);
  height: auto;
}
.company_right .plate_left {
  box-sizing: border-box;
  padding-left: 44px;
}
.company_right > img {
  max-width: 100%;
  margin: 24px 0 46px;
}

.jumbotron {
  box-sizing: border-box;
  padding-left: 44px;
  display: inline-block;
}
.jumbotron h4 {
  line-height: 56px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.jumbotron p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 48px;
}

.company_time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company_time span {
  line-height: 56px;
  color: #999999;
  font-size: 14px;
}
.company_time .icon-shijian {
  font-size: 16px;
  display: inline-block;
  margin-right: 11px;
  color: #999999;
}
.company_time .icon-jiantou {
  font-size: 22px;
  color: #999999;
}

.company_list {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}
.company_list li {
  width: 456px;
  height: 181px;
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.15);
  border-radius: 10px;
}
.company_list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 38px 24px 24px 27px;
}
.company_list h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.company_list p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  margin: 9px 0 18px;
}
.company_list .com_time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company_list .com_time span {
  font-size: 14px;
  color: #666666;
}
.company_list .com_time i {
  font-size: 20px;
  color: #666666;
}

/*公司新闻 end*/
/*党建引领*/
.party {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 40px 0 0;
  background: url("../images/party_bg.png") no-repeat center top;
}

/*党建引领 end*/
.plate_title1 {
  display: block;
  margin: 0 auto;
  max-width: 210px;
  text-align: center;
  position: relative;
  height: 130px;
  box-sizing: border-box;
  padding-top: 36px;
  z-index: 1;
}
.plate_title1:before {
  content: "";
  width: 100%;
  height: 85px;
  display: inline-block;
  position: absolute;
  background: url("../images/plate_title_img1.png") no-repeat center center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.plate_title1 h4 {
  font-size: 42px;
  color: #FFFFFF;
  font-weight: bold;
}
.plate_title1 p {
  font-size: 24px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 7px;
}

/*党建引领*/
.party-layout {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}

.party-left {
  width: 540px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.14);
}
.party-left img {
  width: 100%;
  height: 300px;
  display: block;
  object-fit: cover;
}

.party_info {
  box-sizing: border-box;
  padding: 78px 46px 40px 26px;
  background: #FFFFFF;
  height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.party_info h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.party_info p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  margin: 10px 0;
}
.party_info .party_time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.party_info .party_time span {
  font-size: 14px;
  color: #666666;
}
.party_info .party_time .icon-shijian {
  font-size: 16px;
  display: inline-block;
  margin-right: 11px;
  color: #999999;
}
.party_info .party_time .icon-jiantou {
  font-size: 22px;
  color: #999999;
}

.party-right {
  width: calc(100% - 540px - 38px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.party-right li {
  background: #FFFFFF;
  border-radius: 10px;
  height: 143px;
  box-shadow: 0px 4px 20px 0px rgba(10, 72, 165, 0.14);
}
.party-right li:hover h4 {
  color: rgb(10, 72, 165);
}
.party-right a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
}
.party-right .party_ri_time {
  width: 106px;
  position: relative;
  text-align: center;
}
.party-right .party_ri_time:after {
  content: "";
  width: 1px;
  height: 29px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #D8D8D8;
}
.party-right .party_ri_time p {
  font-size: 30px;
  font-weight: bold;
}
.party-right .party_ri_time span {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}
.party-right .party_ri_text {
  width: calc(100% - 106px);
  height: auto;
  box-sizing: border-box;
  padding: 0 49px 0 19px;
}
.party-right .party_ri_text h4 {
  font-size: 18px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333333;
  transition: all 0.3s ease-in-out 0s;
}
.party-right .party_ri_text p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  margin-top: 10px;
}

/*党建引领 end*/
/*业务信息*/
.business-wrapper {
  box-sizing: border-box;
  height: auto;
  padding: 104px 0 0;
}
.business-wrapper .plate_title1 h4 {
  color: #333333;
}
.business-wrapper .plate_title1 p {
  color: #666666;
}

.business-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 55px 0;
}
.business-tabs li {
  width: 180px;
  height: 58px;
  border-radius: 40px;
  box-sizing: border-box;
  border: 1px solid #E4E4E4;
  text-align: center;
  line-height: 58px;
  color: #333333;
  font-size: 16px;
  margin-right: 53px;
  cursor: pointer;
}
.business-tabs li:last-child {
  margin-right: 0;
}
.business-tabs li.active {
  background: rgb(10, 72, 165);
  color: #FFFFFF;
}

.business-more {
  text-align: center;
}
.business-more a {
  display: none;
  width: 249px;
  height: 65px;
  border-radius: 10px;
  font-size: 18px;
  color: #FFFFFF;
  background: rgb(10, 72, 165);
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.38);
  line-height: 65px;
}
.business-more a.active {
  display: inline-block;
}

.business-list {
  display: none;
  justify-content: space-between;
  margin-bottom: 20px;
}
.business-list.active {
  display: flex;
}
.business-list li {
  width: 473px;
  height: 371px;
  background: url("../images/business-item-bg.png") no-repeat center top;
  box-sizing: border-box;
  padding: 0 40px;
  overflow: hidden;
}
.business-list li:hover p:before {
  background: rgb(10, 72, 165);
}
.business-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.business-list h4 {
  height: 113px;
  line-height: 113px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  border-bottom: 1px dashed #999999;
  text-align: center;
  font-size: 28px;
  color: #333333;
}
.business-list p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  box-sizing: border-box;
  padding-left: 33px;
  padding-top: 24px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  height: 232px;
  position: relative;
}
.business-list p:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  background: rgba(10, 72, 165, 0.54);
  left: 0;
  top: 24px;
  transition: all 0.3s ease-in-out 0s;
}

/*业务信息 end*/
/*联系我们*/
.contact-layout {
  box-sizing: border-box;
  padding: 117px 0;
  display: flex;
  justify-content: space-between;
}
.contact-layout h4 {
  display: flex;
  align-items: center;
  width: 235px;
  height: 152px;
  justify-content: center;
  background: rgb(10, 72, 165);
  font-size: 28px;
  color: #FFFFFF;
  border-radius: 10px;
  position: relative;
}
.contact-layout h4 img {
  margin-right: 9px;
}
.contact-layout h4:after {
  content: "";
  width: 107px;
  height: 107px;
  border-radius: 10px;
  background: #399D33;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -84px;
}

.contact-ri {
  width: 1104px;
  height: 152px;
  background: url("../images/contcat_bg.png") no-repeat right center;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-ri li {
  display: flex;
}
.contact-ri i {
  font-size: 56px;
  color: #FFFFFF;
}
.contact-ri p {
  font-size: 18px;
  color: #FFFFFF;
  margin-left: 17px;
}
.contact-ri p span {
  display: block;
  margin-top: 10px;
}

/*联系我们 end*/
@media screen and (max-width: 1400px) {
  .header-swiper {
    height: 487px;
  }
  .container-row a {
    width: calc(33.3333333333% - 10px);
  }
  .company_list li, .business-list li {
    width: calc(33.3333333333% - 10px);
  }
  .business-list li {
    box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.15);
    background-image: none;
  }
  .contact-layout h4:after {
    display: none;
  }
  .contact-ri {
    padding: 0 62px 0 20px;
  }
}
@media screen and (max-width: 1280px) {
  .notice-swiper a {
    padding: 22px;
  }
  .contact-layout h4 {
    width: 200px;
  }
  .contact-ri {
    width: calc(100% - 200px);
  }
  .contact-ri p {
    margin-right: 20px;
  }
  .company_left {
    max-width: 49%;
  }
  .company_right {
    width: 49%;
  }
  .container-row h4 {
    width: 94%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1024px) {
  .header-swiper {
    height: 352px;
  }
  .metro-line {
    margin-top: 20px;
    flex-direction: column;
    height: auto;
  }
  .metro-search {
    margin: 20px 0;
    padding: 0;
  }
  .metro_title {
    align-self: flex-start;
  }
  .notice-layout {
    flex-direction: column-reverse;
  }
  .notice-left {
    width: 100%;
  }
  .notice-right {
    width: 100%;
  }
  .operations {
    max-width: 100%;
    box-sizing: border-box;
    background: rgb(10, 72, 165);
    margin-left: 0;
  }
  .company_layout {
    flex-direction: column-reverse;
  }
  .company_right {
    width: 100%;
  }
  .company_right .plate_left {
    padding-left: 0;
  }
  .jumbotron {
    padding-left: 0;
  }
  .company_left {
    max-width: 100%;
    height: auto;
  }
  .company_left img {
    max-height: 346px;
    height: auto;
  }
  .party-layout {
    flex-direction: column;
  }
  .party-left {
    width: 100%;
  }
  .party-left img {
    max-height: 300px;
    height: auto;
  }
  .party_info {
    height: auto;
    padding: 26px;
  }
  .party-right {
    width: 100%;
  }
  .party-right li {
    margin-top: 20px;
  }
  .business-list {
    flex-direction: column;
  }
  .business-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-layout {
    flex-direction: column;
    padding: 60px 0;
  }
  .contact-layout h4 {
    height: 90px;
    width: 100%;
  }
  .contact-ri {
    width: 100%;
    background: rgb(10, 72, 165);
    margin-top: 20px;
    padding: 0 20px;
    min-height: 152px;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .container-row {
    flex-direction: column;
  }
  .container-row a {
    width: 100%;
    margin-bottom: 20px;
  }
  .company_list {
    flex-direction: column;
    margin-top: 20px;
  }
  .company_list li {
    width: 100%;
    margin-top: 20px;
  }
  .contact-ri {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .contact-ri li {
    margin-bottom: 20px;
  }
  .contact-ri li:last-child {
    margin-bottom: 0;
  }
  .metro-search {
    flex-direction: column;
  }
  .metro-search.row_re {
    flex-direction: column-reverse;
  }
  .metro-switch {
    margin: 20px 0 20px 48px;
  }
}
@media screen and (max-width: 515px) {
  .header-swiper {
    height: 270px;
  }
}
@media screen and (max-width: 450px) {
  .plate_left h4, .plate_title1 h4 {
    font-size: 30px;
  }
  .plate_title1 p {
    font-size: 20px;
  }
  .party-layout {
    margin-top: 0;
  }
  .business-wrapper {
    padding-top: 60px;
  }
  .company_wrapper {
    padding: 40px 0;
  }
  .business-tabs {
    margin: 0 0 20px 0;
  }
}
