@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*/
/*公司概况*/
.survey-wrapper {
  box-sizing: border-box;
  padding: 76px 0 0;
}

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

.survey-left {
  width: calc(100% - 637px);
  height: auto;
  box-sizing: border-box;
  padding-right: 112px;
}
.survey-left h4 {
  color: #333333;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 13px;
  margin-top: 20px;
}
.survey-left h4:after {
  content: "";
  width: 60px;
  height: 2px;
  display: inline-block;
  position: absolute;
  background: #399D33;
  left: 0;
  bottom: 0;
}
.survey-left > p {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 105px;
  margin: 34px 0 45px;
}
.survey-left > a {
  display: inline-block;
  width: 249px;
  height: 65px;
  border-radius: 10px;
  background: #0A48A5;
  text-align: center;
  line-height: 65px;
  color: #ffffff;
  margin-top: 46px;
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.38);
}

.survey-list {
  display: flex;
  align-items: center;
}
.survey-list li {
  margin-right: 63px;
}
.survey-list li:last-child {
  margin-right: 0;
}
.survey-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.survey-list i {
  font-size: 40px;
  color: #0A48A5;
}
.survey-list p {
  font-size: 18px;
  color: #333333;
}
.survey-list span {
  font-size: 14px;
  color: #999999;
}

.survey-right {
  width: 637px;
  height: 459px;
  overflow: hidden;
  border-radius: 30px 0 30px 0;
}
.survey-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*公司概况 end*/
/*公共标题样式*/
.plate-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 85px;
}

.plate-left {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 33px;
  position: relative;
}
.plate-left:before {
  content: "";
  width: 85px;
  height: 85px;
  display: inline-block;
  position: absolute;
  background: #399D33;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plate-left h4 {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  position: relative;
  z-index: 2;
}
.plate-left h4:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  background: #0A48A5;
  left: 56%;
  top: -5px;
}
.plate-left span {
  font-size: 24px;
  color: #E7E7E7;
  font-weight: bold;
  text-transform: uppercase;
  transform: translateX(-1.8em);
}

.plate-more {
  font-size: 16px;
  color: #999999;
}

/*公共标题样式 end*/
/*党政建设*/
.construct {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 147px 0 0;
}

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

.construct-left {
  width: 456px;
  height: auto;
  display: inline-block;
}
.construct-left img {
  width: 100%;
  height: 242px;
  display: block;
  object-fit: cover;
}
.construct-left h4 {
  font-size: 16px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 34px;
  transition: all 0.3s ease-in-out 0s;
}
.construct-left p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-indent: 1em;
  height: 72px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 26px 0 33px;
}
.construct-left span {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.construct-left i {
  display: inline-block;
  font-size: 20px;
  color: #999999;
  margin-left: 18px;
  transition: all 0.3s ease-in-out 0s;
}
.construct-left:hover h4 {
  color: #0A48A5;
}
.construct-left:hover i {
  transform: translateX(10px);
}

.construct-right {
  width: calc(100% - 456px);
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  box-sizing: border-box;
  padding-left: 65px;
}
.construct-right li {
  width: calc(50% - 19px);
  height: 128px;
  box-sizing: border-box;
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.construct-right li:hover {
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.17);
}
.construct-right a {
  display: flex;
  height: 100%;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 34px 20px 19px;
}

.construct-time {
  width: 56px;
  text-align: center;
}
.construct-time p {
  font-size: 30px;
  font-weight: bold;
  color: #666666;
}
.construct-time span {
  font-size: 14px;
  color: #999999;
}

.construct-text {
  width: calc(100% - 56px);
  box-sizing: border-box;
  padding-left: 36px;
}
.construct-text h4 {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.construct-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: 6px;
}

/*党政建设 end*/
/*项目展示*/
.project-show {
  box-sizing: border-box;
  padding: 107px 0 0;
}

.pro_top .plate-title {
  justify-content: center;
  height: 129px;
}
.pro_top .plate-left {
  flex-direction: column;
  padding-left: 0;
  height: 100%;
  justify-content: flex-end;
}
.pro_top .plate-left:before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pro_top .plate-left h4 {
  font-size: 48px;
}
.pro_top .plate-left h4:before {
  display: none;
}
.pro_top .plate-left span {
  transform: translateX(0);
}

.pro_list {
  display: flex;
  justify-content: space-between;
  margin-top: 66px;
}
.pro_list li {
  width: 436px;
  height: 460px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.17);
  overflow: hidden;
}
.pro_list li:hover h4 {
  color: #0A48A5;
}
.pro_list li:hover h4:before {
  border-left-color: #0A48A5;
}
.pro_list a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.pro_list a img {
  width: 100%;
  height: 311px;
  object-fit: cover;
  display: block;
}
.pro_list a h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding-left: 29px;
}
.pro_list a h4:before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  border-left: 12px solid #333333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
  left: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.pro_list a p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  margin: 14px 0;
  box-sizing: border-box;
  padding-left: 29px;
}
.pro_list a span {
  font-size: 14px;
  color: #999999;
  box-sizing: border-box;
  padding-left: 29px;
}
.pro_list a .pro_card {
  box-sizing: border-box;
  padding: 28px 50px 12px 22px;
}
.pro_list a .jt {
  display: none;
  width: 73px;
  height: 26px;
  border-radius: 40px;
  background: #999999;
  text-align: center;
  line-height: 26px;
  margin-top: 44px;
}
.pro_list a .jt i {
  font-size: 28px;
  color: #ffffff;
}
.pro_list .no_img {
  padding: 73px 46px 72px 28px;
  box-sizing: border-box;
}
.pro_list .no_img .pro_card {
  padding: 0;
}
.pro_list .no_img h4 {
  padding-left: 0;
}
.pro_list .no_img h4:before {
  display: none;
}
.pro_list .no_img p {
  padding-left: 0;
  -webkit-line-clamp: 3;
  height: 60px;
  margin: 60px 0 40px;
}
.pro_list .no_img .jt {
  display: block;
  transition: all 0.3s ease-in-out 0s;
}
.pro_list .no_img span {
  padding-left: 0;
}
.pro_list .no_img:hover .jt {
  background: #0A48A5;
}

.pro-wrapper .pro_more {
  display: block;
  width: 249px;
  height: 65px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.38);
  background: #0A48A5;
  margin: 44px auto 0;
  text-align: center;
  line-height: 65px;
  color: #ffffff;
  font-size: 18px;
}

/*项目展示 end*/
/*信息公开*/
.information {
  box-sizing: border-box;
  padding: 84px 0 100px;
}

.information-cont {
  box-sizing: border-box;
  margin-top: 45px;
  position: relative;
}

.information-btn {
  width: 152px;
  height: 59px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.information-btn .info-button-prev,
.information-btn .info-button-next {
  position: relative;
  left: auto;
  right: auto;
  margin-top: 0;
  top: 0;
  width: 59px;
  height: 59px;
}
.information-btn .info-button-prev {
  background: url("../images/information_btn_img.png") no-repeat left center;
}
.information-btn .info-button-next {
  background: url("../images/information_btn_img.png") no-repeat right center;
}

.information-swiper {
  box-sizing: border-box;
  padding-top: 40px;
  border-top: 1px solid #D8D8D8;
}
.information-swiper .swiper-slide {
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
}
.information-swiper a {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 29px 33px;
  transition: all 0.3s ease-in-out 0s;
}
.information-swiper a:hover {
  background: #0A48A5;
}
.information-swiper a:hover h4, .information-swiper a:hover p, .information-swiper a:hover span {
  color: #ffffff;
}
.information-swiper h4 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.info_layout {
  display: flex;
  margin-top: 15px;
}
.info_layout img {
  width: 227px;
  height: 117px;
  object-fit: cover;
  display: block;
}
.info_layout .info_text {
  width: calc(100% - 227px);
  box-sizing: border-box;
  padding-left: 19px;
}
.info_layout .info_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: 3;
  height: 72px;
}
.info_layout .info_text span {
  font-size: 14px;
  display: inline-block;
  color: #999999;
  margin-top: 26px;
}

/*信息公开 end*/
@media screen and (max-width: 1400px) {
  .header-swiper {
    height: 487px;
  }
  .pro_list li {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 1280px) {
  .survey-left {
    padding-right: 40px;
  }
  .construct-right {
    padding-left: 30px;
  }
  .pro_list li {
    height: 414px;
  }
  .pro_list a img {
    height: 263px;
  }
}
@media screen and (max-width: 1024px) {
  .header-swiper {
    height: 352px;
  }
  .survey-layout {
    flex-direction: column;
  }
  .survey-left {
    width: 100%;
    padding-right: 0;
  }
  .survey-right {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .survey-right img {
    height: auto;
  }
  .survey-wrapper, .construct {
    padding-top: 60px;
  }
  .construct-layout {
    flex-direction: column;
  }
  .construct-left {
    width: 100%;
  }
  .construct-left img {
    max-height: 424px;
    height: auto;
  }
  .construct-right {
    width: 100%;
    padding-left: 0;
  }
  .construct-right li {
    margin-top: 20px;
  }
  .info_layout img {
    width: 130px;
  }
  .info_layout .info_text {
    width: calc(100% - 130px);
  }
  .pro_list {
    flex-direction: column;
    margin-top: 40px;
  }
  .pro_list li {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .pro_list .no_img {
    padding: 28px;
  }
  .pro_list .no_img p {
    margin: 20px 0;
  }
}
@media screen and (max-width: 750px) {
  .construct-right li {
    width: 100%;
  }
}
@media screen and (max-width: 515px) {
  .header-swiper {
    height: 270px;
  }
  .plate-title {
    flex-direction: column;
  }
  .plate-left {
    align-self: flex-start;
  }
  .plate-left h4 {
    width: 100%;
  }
  .plate-more {
    align-self: flex-end;
  }
  .pro_top .plate-title .plate-left {
    align-self: center;
  }
}
@media screen and (max-width: 450px) {
  .pro_list a img {
    height: 200px;
  }
}
@media screen and (max-width: 414px) {
  .pro_list a .pro_card {
    padding: 22px;
  }
  .information-swiper a {
    padding: 20px;
  }
  .info_layout img {
    display: none;
  }
  .info_layout .info_text {
    width: 100%;
    padding-left: 0;
  }
  .survey-left > a, .pro-wrapper .pro_more {
    width: 130px;
    height: 50px;
    line-height: 50px;
  }
  .plate-left h4 {
    font-size: 36px;
  }
  .plate-left span {
    display: none;
  }
  .pro_top .plate-left h4 {
    font-size: 36px;
  }
}
