@charset "UTF-8";
@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*/
/*公司概况*/
.company_wrapper {
  width: 100%;
  height: auto;
  padding: 105px 0 0;
}

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

.company_left {
  width: 665px;
  height: 367px;
  position: relative;
  padding: 14px;
  box-sizing: border-box;
}
.company_left:before, .company_left:after {
  content: "";
  width: 200px;
  height: 133px;
  display: inline-block;
  position: absolute;
  background: #0A48A5;
  z-index: -1;
}
.company_left:before {
  left: 0;
  bottom: 0;
}
.company_left:after {
  right: 0;
  top: 0;
}
.company_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.company_right {
  display: inline-block;
  width: 668px;
  height: auto;
  box-sizing: border-box;
  padding: 29px 0 0;
}
.company_right h4 {
  background: linear-gradient(180deg, #0A48A5 0%, #399D33 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 36px;
  font-weight: bold;
}
.company_right p {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 175px;
  margin: 33px 0 43px;
}
.company_right span {
  display: inline-block;
  font-size: 20px;
  line-height: 35px;
  background: linear-gradient(180deg, #0A48A5 0%, #399D33 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
}

.company_list {
  display: flex;
  justify-content: space-between;
  margin-top: 68px;
}
.company_list li {
  max-width: 277px;
  width: 100%;
  height: 155px;
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.11);
  border-radius: 10px;
  background: #FFFFFF;
  transition: all 0.3s ease-in-out 0s;
}
.company_list li:hover {
  background: #0A48A5;
}
.company_list li:hover p {
  color: #FFFFFF;
}
.company_list li:hover i {
  color: #399D33;
}
.company_list a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company_list p {
  font-size: 16px;
  color: #333333;
  width: 129px;
}
.company_list p span {
  display: block;
  font-size: 14px;
  width: 120px;
}
.company_list i {
  font-size: 50px;
  color: #666666;
}

/*公司概况 end*/
/*板块标题样式*/
.plate_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.plate_left span {
  background: linear-gradient(180deg, rgba(10, 72, 165, 0.15) 3%, rgba(158, 158, 158, 0.06) 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.plate_left h4 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.plate_left h4:after {
  content: "";
  width: 33px;
  height: 33px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  background: #399D33;
  right: -11px;
  top: 8px;
  z-index: -1;
}

.plate_more {
  display: flex;
  align-items: center;
}
.plate_more span {
  display: inline-block;
  color: #399D33;
  margin-left: 11px;
  box-sizing: border-box;
  padding-bottom: 7px;
  border-bottom: 1px solid #399D33;
}

/*板块标题样式 end*/
/*新闻中心*/
.news-center {
  width: 100%;
  height: auto;
  padding: 122px 0 0;
}

.news-layout {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 85px 0 94px;
}

.news-left {
  width: 683px;
  position: relative;
}
.news-left .news_fr_time {
  width: 92px;
  height: 83px;
  background: #399D33;
  text-align: center;
  box-sizing: border-box;
  padding-top: 5px;
  position: absolute;
  left: 5px;
  top: -40px;
}
.news-left .news_fr_time p {
  font-size: 40px;
  color: #FFFFFF;
}
.news-left .news_fr_time span {
  color: #FFFFFF;
  font-size: 14px;
}
.news-left img {
  width: 100%;
  height: 390px;
  display: block;
  object-fit: cover;
}
.news-left .news_fr_cont {
  width: 100%;
  height: 195px;
  box-sizing: border-box;
  border: 1px solid #CECECE;
  padding: 55px 20px 10px;
}
.news-left .news_fr_cont h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-left .news_fr_cont p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  margin: 18px 0 7px;
}
.news-left .news_fr_cont i {
  font-size: 40px;
  color: #999999;
}
.news-left:hover h4 {
  color: #0A48A5;
}

.news-right {
  width: 683px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-right li {
  border: 1px solid #CECECE;
  box-sizing: border-box;
  height: 179px;
  transition: all 0.3s ease-in-out 0s;
}
.news-right li:hover {
  background: #0A48A5;
}
.news-right li:hover h4, .news-right li:hover p, .news-right li:hover span {
  color: #FFFFFF;
}
.news-right li:hover i {
  color: #399D33;
  transform: translateX(10px);
}
.news-right a {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 29px 159px 25px 32px;
}
.news-right h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-right p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 25px 0 8px;
}
.news-right span {
  font-size: 14px;
  color: #666666;
}
.news-right i {
  font-size: 22px;
  float: right;
  display: inline-block;
  margin-right: 87px;
  transition: all 0.3s ease-in-out 0s;
}

/*新闻中心 end*/
/*党建工作*/
.party-construction {
  width: 100%;
  height: auto;
  position: relative;
  padding: 80px 0 36px;
  background: #F6F6F6;
}
.party-construction:before {
  content: "";
  width: 100%;
  height: 480px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/party-bg.png") repeat-x center center;
}

.party-cont {
  margin-top: 63px;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 60px;
}
.party-cont .party-btn {
  width: 98px;
  height: 23px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.party-cont .party-btn .party-button-prev,
.party-cont .party-btn .party-button-next {
  position: relative;
  width: 44px;
  height: 23px;
}
.party-cont .party-btn .party-button-prev {
  background: url("../images/party_btn_img.png") no-repeat left center;
  left: auto;
}
.party-cont .party-btn .party-button-next {
  background: url("../images/party_btn_img.png") no-repeat right center;
  right: auto;
}

.party-swiper .swiper-slide {
  background: #FFFFFF;
}
.party-swiper a {
  display: inline-block;
  width: 100%;
  height: 528px;
}
.party-swiper a:hover h4 {
  color: #0A48A5;
}
.party-swiper a:hover button {
  background: #0A48A5;
  color: #FFFFFF;
}
.party-swiper img {
  width: 100%;
  height: 264px;
  object-fit: cover;
  display: block;
}

.party-card {
  width: 100%;
  box-sizing: border-box;
  padding: 46px 63px 70px 32px;
}
.party-card h4 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
}
.party-card p {
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 18px 0 32px;
  height: 36px;
}
.party-card span {
  font-size: 14px;
  color: #999999;
  display: none;
}
.party-card button {
  box-sizing: border-box;
  border: 1px solid #D3D3D3;
  outline: none;
  background: transparent;
  width: 115px;
  height: 34px;
  border-radius: 30px;
  color: #9E9E9E;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out 0s;
}
.party-card button i {
  display: inline-block;
  font-size: 23px;
  margin-left: 4px;
}

.no_img {
  height: 100%;
  padding: 93px 40px;
}
.no_img span {
  display: block;
}
.no_img p {
  -webkit-line-clamp: 3;
  height: 54px;
  margin: 60px 0 32px;
}
.no_img button {
  margin-top: 66px;
}

/*党建工作 end*/
/*通知公告*/
.notice {
  width: 100%;
  height: auto;
  padding: 102px 0 0;
}

.notice-cont {
  margin-top: 62px;
}

.notice-swiper {
  box-sizing: border-box;
  padding: 41px 12px 12px;
}
.notice-swiper a {
  display: inline-block;
  width: 100%;
  height: 200px;
  box-shadow: 0px 4px 20px 0px rgba(10, 72, 165, 0.14);
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 29px 25px 26px 22px;
  transition: all 0.3s ease-in-out 0s;
}
.notice-swiper a:before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 4px solid #0A48A5;
  background: #399D33;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  z-index: 999;
}
.notice-swiper a h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.notice-swiper a p {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  margin: 36px 0 11px;
}
.notice-swiper a span {
  font-size: 14px;
  color: #666666;
}
.notice-swiper a i {
  font-size: 23px;
  display: inline-block;
  color: #666666;
  float: right;
}
.notice-swiper a:hover {
  background: #0A48A5;
}
.notice-swiper a:hover h4, .notice-swiper a:hover p, .notice-swiper a:hover span, .notice-swiper a:hover i {
  color: #FFFFFF;
}
.notice-swiper:before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  background: linear-gradient(270deg, rgba(232, 232, 232, 0) 0%, #0A48A5 6%, #0A48A5 49%, #0A48A5 95%, rgba(232, 232, 232, 0) 100%);
}

/*通知公告 end*/
/*公司地址*/
.company_address {
  width: 100%;
  height: auto;
  padding: 87px 0 0;
}

.address-wrapper {
  height: 216px;
  background: #F7F7F7;
  border-radius: 10px;
  display: block;
}

.address_list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px;
}
.address_list li {
  display: flex;
  align-items: center;
}
.address_list div {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #0A48A5;
  text-align: center;
  line-height: 55px;
}
.address_list div i {
  font-size: 20px;
  color: #FFFFFF;
}
.address_list div .icon-youxiang {
  font-size: 16px;
}
.address_list span {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  display: block;
  margin-bottom: 10px;
}
.address_list p {
  font-size: 16px;
  color: #666666;
  margin-left: 9px;
}

/*公司地址 end*/
@media screen and (max-width: 1400px) {
  .header-swiper {
    height: 487px;
  }
  .company_right {
    width: 580px;
  }
  .company_list li {
    width: calc(20% - 5px);
  }
  .news-right {
    width: 580px;
  }
  .news-right a {
    padding: 29px 50px 25px 32px;
  }
}
@media screen and (max-width: 1280px) {
  .company_left, .company_right, .news-left, .news-right {
    width: 49%;
  }
  .party-swiper a {
    height: 500px;
  }
}
@media screen and (max-width: 1152px) {
  .party-swiper a {
    height: 410px;
  }
  .party-swiper img {
    height: 197px;
  }
  .party-card {
    padding: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .header-swiper {
    height: 352px;
  }
  .company_wrapper, .news-center, .notice {
    padding-top: 60px;
  }
  .company_layout {
    flex-direction: column-reverse;
  }
  .company_left, .company_right {
    width: 100%;
  }
  .company_left {
    margin-top: 20px;
  }
  .company_right p {
    margin-bottom: 10px;
  }
  .company_list {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .company_list li {
    max-width: 100%;
    width: 49%;
    margin-top: 20px;
  }
  .news-layout {
    flex-direction: column;
  }
  .news-left {
    width: 100%;
  }
  .news-right {
    width: 100%;
  }
  .news-right li {
    margin-top: 20px;
  }
  .address_list {
    flex-wrap: wrap;
  }
  .address_list li {
    width: calc(50% - 10px);
  }
  .address_list p {
    width: calc(100% - 55px);
  }
}
@media screen and (max-width: 515px) {
  .header-swiper {
    height: 270px;
  }
  .address-wrapper {
    height: auto;
  }
  .address_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .address_list li:last-child {
    margin-bottom: 0;
  }
  .news-left img {
    height: 269px;
  }
}
@media screen and (max-width: 450px) {
  .company_list li {
    width: 100%;
  }
  .company_left {
    height: 235px;
  }
}
@media screen and (max-width: 414px) {
  .news-left img {
    height: 206px;
  }
}
