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

/*banner end*/
/*联系我们*/
.contact-us {
  box-sizing: border-box;
  height: auto;
  background-color: #ffffff;
  padding: 103px 0 162px;
}

.plate-title {
  text-align: center;
  display: block;
}
.plate-title span {
  font-size: 24px;
  color: #0A48A5;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.plate-title h4 {
  font-size: 24px;
  color: #333333;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.plate-title h4:before, .plate-title h4:after {
  content: "";
  width: 56px;
  height: 6px;
  display: inline-block;
}
.plate-title h4:before {
  background: url("../images/title_bg_le.png");
  margin-right: 13px;
}
.plate-title h4:after {
  background: url("../images/title_bg_ri.png");
  margin-left: 13px;
}

.contact-list {
  display: flex;
  justify-content: space-between;
  margin-top: 123px;
  align-items: center;
}
.contact-list li {
  max-width: 311px;
  width: 100%;
  background: rgba(10, 72, 165, 0.06);
  border-radius: 10px;
  height: 334px;
  transition: all 0.3s ease-in-out 0s;
}
.contact-list li:hover {
  transform: translateY(-5px);
}
.contact-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 55px 33px;
}
.contact-list img {
  max-width: 56px;
  height: auto;
}
.contact-list h4 {
  font-size: 26px;
  color: #333333;
  margin-top: 30px;
  font-weight: 400;
}
.contact-list p {
  font-size: 20px;
  color: #666666;
  text-align: center;
  margin-top: 49px;
  line-break: anywhere;
  word-break: break-all;
}

/*联系我们 end*/
/*通知公告*/
.notice-wrapper {
  width: 100%;
  height: 60px;
  background: #0A48A5;
}

.notice-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notice-layout h4 {
  width: 112px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  border-right: 1px solid rgba(216, 216, 216, 0.2);
}
.notice-layout h4 a {
  color: #B3D34C;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.notice-right {
  width: calc(100% - 112px);
  box-sizing: border-box;
  padding-left: 33px;
}

.notice-swiper {
  height: 30px;
}
.notice-swiper a {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 30px;
}
.notice-swiper p {
  color: #FFFFFF;
  width: calc(100% - 120px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.notice-swiper span {
  color: #ADBED6;
}

/*通知公告 end*/
/*新闻中心*/
.news-center {
  box-sizing: border-box;
  padding: 60px 0 87px;
  border-bottom: 2px solid rgba(10, 72, 165, 0.1);
}

.news-layout {
  display: flex;
  justify-content: space-between;
  margin-top: 76px;
}

.news-left {
  width: 700px;
  height: 410px;
  border-radius: 10px;
  overflow: hidden;
}

.news-swiper {
  width: 100%;
  height: 100%;
}
.news-swiper a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.news-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-info {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: rgba(10, 72, 165, 0.3);
  width: 100%;
  height: 66px;
  box-sizing: border-box;
  padding: 5px 50px;
}
.news-info span, .news-info p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}
.news-info p {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news-right {
  width: 677px;
  height: auto;
}

.news_fr {
  width: 100%;
  height: 225px;
  background: linear-gradient(90deg, #0A48A5 0%, rgba(57, 157, 51, 0.67) 100%);
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  padding: 28px 22px;
  display: flex;
  align-items: center;
}
.news_fr:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/news_fr_1.png") no-repeat right center;
  z-index: -1;
}
.news_fr .fr_img {
  width: 249px;
  height: 169px;
  border-radius: 10px;
  overflow: hidden;
}
.news_fr .fr_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s ease-in-out 0s;
}
.news_fr .fr_info {
  box-sizing: border-box;
  padding: 0 27px;
}
.news_fr .fr_info span {
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}
.news_fr .fr_info p {
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 52px;
  margin: 8px 0 20px;
}
.news_fr .fr_info img {
  max-width: 100%;
}
.news_fr:hover .fr_img img {
  transform: scale(1.1);
}

.news-list {
  margin-top: 16px;
}
.news-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.news-list li {
  height: 56px;
  box-sizing: border-box;
  border-bottom: 1px dashed #D8D8D8;
  padding-left: 20px;
  position: relative;
}
.news-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  background: #B9B9B9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out 0s;
}
.news-list li:hover:before {
  background: #0A48A5;
}
.news-list li:hover p {
  color: #0A48A5;
  font-weight: bold;
}
.news-list p {
  width: calc(100% - 120px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
  transition: all 0.3s ease-in-out 0s;
}
.news-list span {
  font-size: 16px;
  color: #9E9E9E;
}

/*新闻中心 end*/
/*公司概况*/
.company-overview {
  box-sizing: border-box;
  padding: 76px 0 250px;
  position: relative;
}

.company-brief {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  max-width: 1024px;
  width: 100%;
  margin: 34px auto 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.wave {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.wave + .wave {
  z-index: 2;
}

.company-list {
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  margin-top: 113px;
}
.company-list li {
  text-align: center;
}
.company-list li h4 {
  font-size: 16px;
  line-height: 28px;
  color: #0A48A5;
  font-weight: 400;
}
.company-list li p {
  font-size: 30px;
  font-weight: bold;
  line-height: 28px;
  color: #0A48A5;
  margin: 7px 0 13px;
}
.company-list li p span {
  font-size: 16px;
}
.company-list li:nth-child(2n) {
  margin-top: -58px;
}
.company-list li img {
  max-width: 100%;
}

/*公司概况 end*/
/*党建动态*/
.dynamics {
  box-sizing: border-box;
  padding: 236px 0 96px;
  background: url("../images/dj_dynamics_bg.png") repeat-x center top;
  margin-top: -140px;
  position: relative;
  z-index: 9;
}

.dynamics-wrapper .plate-title span {
  color: #FFFFFF;
}
.dynamics-wrapper .plate-title h4 {
  color: #FFFFFF;
}
.dynamics-wrapper .plate-title h4:before {
  background-image: url("../images/title_bg_le1.png");
}
.dynamics-wrapper .plate-title h4:after {
  background-image: url("../images/title_bg_ri1.png");
}

.dynamics-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 85px;
}

.new_dy {
  width: 424px;
  height: 275px;
  position: relative;
  overflow: hidden;
}
.new_dy img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
}
.new_dy p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 32px;
  width: 100%;
  background: rgba(0, 0, 0, 0.41);
  box-sizing: border-box;
  padding: 0 65px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}
.new_dy:hover img {
  transform: scale(1.1);
}

.dy_list {
  margin-top: 10px;
  width: 424px;
}
.dy_list li {
  margin-top: 20px;
  box-sizing: border-box;
  position: relative;
  padding-left: 25px;
}
.dy_list li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  background: #FFFFFF;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dy_list li:hover {
  font-weight: bold;
}
.dy_list a {
  font-size: 14px;
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*党建动态 end*/
@media screen and (max-width: 1400px) {
  .header-swiper {
    height: 487px;
  }
  .contact-list li {
    max-width: 295px;
  }
  .news-left, .news-right {
    width: 49%;
  }
  .new_dy, .dy_list {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 1280px) {
  .contact-list li {
    max-width: 270px;
  }
}
@media screen and (max-width: 1152px) {
  .new_dy {
    height: 212px;
  }
  .company-brief {
    max-width: 768px;
  }
  .company-list li p {
    font-size: 24px;
  }
  .contact-list li {
    max-width: 240px;
  }
  .contact-list p {
    margin-top: 25px;
  }
  .new_dy {
    height: 163px;
  }
}
@media screen and (max-width: 1024px) {
  .header-swiper {
    height: 352px;
  }
  .news-layout {
    flex-direction: column;
    margin-top: 40px;
  }
  .news-left {
    width: 100%;
    height: 473px;
  }
  .news-right {
    width: 100%;
    margin-top: 20px;
  }
  .contact-list {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .contact-list li {
    max-width: 49%;
    margin-top: 15px;
  }
  .dynamics {
    background-color: #0A48A5;
    margin-top: 0;
    padding-top: 60px;
  }
  .contact-us, .company-overview {
    padding-top: 60px;
  }
  .company-list {
    flex-wrap: wrap;
    margin-top: 70px;
  }
  .company-list li:nth-child(2n) {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .news-left {
    height: 397px;
  }
  .dynamics-layout {
    margin-top: 20px;
  }
  .new_dy {
    width: 100%;
    height: 350px;
    margin-top: 20px;
  }
  .dy_list {
    width: 100%;
  }
}
@media screen and (max-width: 515px) {
  .news-left {
    height: 310px;
  }
  .new_dy {
    height: 280px;
  }
  .header-swiper {
    height: 270px;
  }
  .contact-us {
    padding: 60px 0;
  }
  .contact-list li {
    max-width: 100%;
    height: auto;
  }
  .contact-list a {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 450px) {
  .header-search {
    max-width: 80%;
  }
  .notice-right {
    padding-left: 10px;
    width: calc(100% - 90px);
  }
  .notice-layout h4 {
    width: 90px;
  }
  .news_fr {
    flex-direction: column;
    height: auto;
  }
  .news_fr .fr_img {
    width: 100%;
    height: 210px;
  }
  .news_fr .fr_info {
    margin-top: 20px;
    padding: 0;
  }
  .company-list {
    justify-content: center;
    margin-top: 10px;
  }
  .company-list li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 414px) {
  .new_dy {
    height: 248px;
  }
  .news-left {
    height: 250px;
  }
  .news-info {
    padding: 5px 10px;
  }
  .news_fr {
    padding: 15px;
  }
}
