@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*/
/*板块公共标题样式*/
.plate_title {
  display: flex;
  align-items: center;
  position: relative;
  height: 91px;
  box-sizing: border-box;
  padding-left: 20.5px;
}
.plate_title h4 {
  font-size: 48px;
  font-weight: bold;
  color: #333333;
  background-color: #FFFFFF;
  position: relative;
}
.plate_title h4:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgb(10, 72, 165);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -10px;
}
.plate_title span {
  font-size: 28px;
  color: #666666;
  display: inline-block;
  margin-left: 12px;
  text-transform: uppercase;
}
.plate_title:before {
  content: "";
  width: 91px;
  height: 91px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 6px solid #399D33;
  box-sizing: border-box;
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plate_title1 {
  margin: 0 auto;
  height: 134px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  width: 200px;
}
.plate_title1 h4 {
  font-size: 48px;
  font-weight: bold;
  color: #333333;
}
.plate_title1 span {
  color: #666666;
  font-size: 28px;
  text-transform: uppercase;
}
.plate_title1:before {
  content: "";
  width: 85px;
  height: 85px;
  background: #399D33;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  border-radius: 50%;
  z-index: -1;
}

/*板块公共标题样式 end*/
/*新闻中心*/
.news-wrapper {
  box-sizing: border-box;
  height: auto;
  padding: 78px 0 0;
}

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

.news-tabs {
  display: flex;
  align-items: center;
  width: 585px;
  height: 59px;
  box-sizing: border-box;
  justify-content: space-between;
  border-radius: 40px;
  border: 1px solid #D0D0D0;
}
.news-tabs li {
  width: 25%;
}
.news-tabs li.active a {
  color: rgb(10, 72, 165);
}
.news-tabs a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  color: #666666;
}

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

.news-left {
  width: 649px;
  height: 660px;
  background-color: #F6F6F6;
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.15);
  box-sizing: border-box;
  padding: 54px 54px 65px 50px;
}
.news-left:hover h4 {
  color: rgb(10, 72, 165);
}
.news-left:hover > span {
  background-color: rgb(10, 72, 165);
}
.news-left h4 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 22px 0 25px;
  transition: all 0.3s ease-in-out 0s;
}
.news-left > p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  box-sizing: border-box;
  padding-right: 85px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
}
.news-left img {
  width: 100%;
  height: 238px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  margin: 29px 0 36px;
}
.news-left > span {
  width: 135px;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out 0s;
  background-color: #D1D1D1;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  display: inline-block;
}

.news_fr_time {
  display: flex;
  align-items: flex-end;
}
.news_fr_time p {
  font-size: 48px;
  color: #999999;
}
.news_fr_time span {
  font-size: 16px;
  color: #999999;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
}

.news-right {
  width: calc(100% - 649px - 94px);
  height: auto;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}
.news-right li {
  height: 143px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px 0px rgba(10, 72, 165, 0.14);
  background-color: #FFFFFF;
  margin-bottom: 30px;
}
.news-right li:last-child{
  margin-bottom: 0;
}
.news-right li:hover .news_list_time p, .news-right li:hover .news_list_time span {
  color: rgb(10, 72, 165);
}
.news-right li:hover .news_list_text h4 {
  color: rgb(10, 72, 165);
}
.news-right a {
  display: flex;
  height: 100%;
  align-items: center;
}

.news_list_time {
  text-align: center;
  width: 101px;
  position: relative;
}
.news_list_time p {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  transition: all 0.3s ease-in-out 0s;
}
.news_list_time span {
  color: #999999;
  font-size: 14px;
  transition: all 0.3s ease-in-out 0s;
}
.news_list_time:after {
  content: "";
  width: 1px;
  height: 29px;
  display: inline-block;
  position: absolute;
  background-color: #D8D8D8;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news_list_text {
  width: calc(100% - 101px);
  box-sizing: border-box;
  padding: 0 49px 0 19px;
}
.news_list_text h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
}
.news_list_text p {
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  margin-top: 9px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
}

/*新闻中心 end*/
/*关于我们*/
.about-us {
  box-sizing: border-box;
  height: auto;
  padding: 174px 0 0;
}

.about-wrapper {
  position: relative;
}
.about-wrapper:before {
  content: "";
  width: 560px;
  height: 100%;
  border-radius: 20px;
  background: url("../images/Aboutus.png") no-repeat left top, #399D33;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.about-wrapper .plate_title {
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: 289px;
}
.about-wrapper .plate_title:before {
  left: 53%;
}

.about-layout {
  display: flex;
  margin-top: 44px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 0 0 52px;
  height: 597px;
  justify-content: flex-end;
}

.about-left {
  width: 529px;
  height: 529px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px dashed #FFFFFF;
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  left: 52px;
  top: 50%;
  transform: translateY(-50%);
}
.about-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-right {
  width: 1084px;
  height: 100%;
  background: rgb(10, 72, 165);
  box-sizing: border-box;
  border-radius: 20px;
  padding: 89px 49px 89px 346px;
}
.about-right h4 {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 13px;
}
.about-right h4:after {
  content: "";
  width: 60px;
  height: 2px;
  display: inline-block;
  position: absolute;
  background: #399D33;
  left: 0;
  bottom: 0;
}
.about-right p {
  font-size: 16px;
  line-height: 36px;
  color: #FFFFFF;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  height: 216px;
  margin-top: 35px;
}

.about-list {
  display: flex;
  align-items: center;
  margin-top: 47px;
}
.about-list li {
  width: 180px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #fff;
  margin-right: 20px;
}
.about-list li:last-child {
  margin-right: 0;
}
.about-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.about-list span {
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  margin-left: 12px;
}

/*关于我们 end*/
/*项目建设*/
.pro-wrapper {
  box-sizing: border-box;
  padding-top: 126px;
}
.pro-wrapper .pro_more {
  display: block;
  margin: 0 auto;
  width: 250px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  background: rgb(10, 72, 165);
  font-size: 18px;
  color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.38);
}

.pro-list {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 44px;
}
.pro-list li {
  width: 435px;
  height: 460px;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.17);
}
.pro-list li:hover h4 {
  color: rgb(10, 72, 165);
}
.pro-list li:hover h4:before {
  background-image: url("../images/pro_on.png");
}
.pro-list li:hover .pro_jt {
  background: rgb(10, 72, 165);
}
.pro-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.pro-list img {
  width: 100%;
  height: 311px;
  border-radius: 10px;
  display: block;
  object-fit: cover;
}
.pro-list .no_img {
  box-sizing: border-box;
  padding: 73px 46px 73px 28px;
}
.pro-list .no_img img {
  display: none;
}
.pro-list .no_img .pro_info {
  padding: 0;
}
.pro-list .no_img h4, .pro-list .no_img p, .pro-list .no_img span {
  padding: 0;
}
.pro-list .no_img h4 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: initial;
  line-height: 28px;
  height: 56px;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease-in-out 0s;
}
.pro-list .no_img h4:before {
  display: none;
}
.pro-list .no_img p {
  -webkit-line-clamp: 3;
  height: 60px;
  margin: 32px 0 45px;
}
.pro-list .no_img .pro_jt {
  display: block;
  margin-top: 45px;
  transition: all 0.3s ease-in-out 0s;
}

.pro_jt {
  width: 74px;
  height: 26px;
  border-radius: 40px;
  text-align: center;
  line-height: 26px;
  background: #666666;
  display: none;
}
.pro_jt i {
  font-size: 28px;
  color: #FFFFFF;
}

.pro_info {
  box-sizing: border-box;
  padding: 28px 50px 12px 22px;
}
.pro_info h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
}
.pro_info h4:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  background: url("../images/pro_off.png") no-repeat center center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro_info 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: 14px 0;
  box-sizing: border-box;
  padding-left: 30px;
}
.pro_info span {
  font-size: 14px;
  color: #999999;
  box-sizing: border-box;
  padding-left: 30px;
}

/*项目建设 end*/
/*通知公告*/
.notice {
  box-sizing: border-box;
  padding: 123px 0 0;
}

.notice-tabs {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.notice-tabs li {
  display: flex;
  align-items: center;
  margin-right: 106px;
  cursor: pointer;
}
.notice-tabs li h4 {
  width: 161px;
  height: 47px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 47px;
  position: relative;
}
.notice-tabs li:first-child h4 {
  background: url("../images/notice_t_le.png") no-repeat left center;
  left: 11px;
}
.notice-tabs li:first-child div i {
  font-size: 32px;
}
.notice-tabs li:last-child {
  flex-direction: row-reverse;
  margin-right: 0;
}
.notice-tabs li:last-child h4 {
  background: url("../images/notice_t_ri.png") no-repeat right center;
  right: 11px;
}
.notice-tabs li div {
  width: 67px;
  height: 67px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 4px solid #399D33;
  text-align: center;
  line-height: 67px;
  transition: all 0.3s ease-in-out 0s;
}
.notice-tabs li div i {
  font-size: 28px;
  color: #399D33;
}
.notice-tabs li.active div, .notice-tabs li:hover div {
  background: #399D33;
}
.notice-tabs li.active div i, .notice-tabs li:hover div i {
  color: #FFFFFF;
}

.notice-list {
  display: none;
  justify-content: space-between;
  margin-top: 50px;
}
.notice-list.active {
  display: flex;
}
.notice-list li {
  box-sizing: border-box;
  border: 1px solid rgba(10, 72, 165, 0.13);
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.15);
  border-radius: 10px;
  width: 436px;
  height: 428px;
}

.personnel-list li p {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.personnel-list li:hover .personnel-text:before {
  background: rgb(10, 72, 165);
}
.personnel-list h4 {
  height: 97px;
  background: url("../images/notice_h_bg.png") no-repeat center center;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 97px;
  text-align: center;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 35px;
  background-size: cover;
}
.personnel-list a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.personnel-text {
  padding: 50px 30px 0 22px;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  height: 258px;
}
.personnel-text p {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  box-sizing: border-box;
  padding-left: 31px;
}
.personnel-text:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  background: rgba(10, 72, 165, 0.54);
  top: 56px;
  left: 22px;
  transition: all 0.3s ease-in-out 0s;
}

.tender-list a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 38px;
}
.tender-list h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 56px;
  transition: all 0.3s ease-in-out 0s;
}
.tender-list p {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 84px;
  margin: 28px 0;
}
.tender-list .tender_ti {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tender-list span {
  font-size: 14px;
  color: #999999;
}
.tender-list i {
  font-size: 28px;
  color: #999999;
}
.tender-list li:hover h4 {
  color: rgb(10, 72, 165);
}

/*通知公告 end*/
/*公司地址*/
.address {
  box-sizing: border-box;
  padding: 63px 0 78px;
}

.address-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.address-list li {
  width: 668px;
  height: 196px;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  margin-top: 43px;
  display: flex;
  align-items: center;
  padding: 0 140px;
  border-radius: 10px;
}
.address-list i {
  font-size: 56px;
  background: linear-gradient(90deg, #0A48A5 0%, #399D33 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.address-list p {
  font-size: 18px;
  color: #333333;
  margin-left: 17px;
}
.address-list p span {
  font-size: 16px;
  color: #666666;
  display: block;
  margin-top: 5px;
}

/*公司地址 end*/
@media screen and (max-width: 1400px) {
  .header-swiper {
    height: 487px;
  }
  .about-wrapper .plate_title:before {
    left: 48%;
  }
  .about-right {
    padding-left: 420px;
  }
  .pro-list li {
    width: calc(33.3333333333% - 15px);
    height: 444px;
  }
  .pro-list img {
    height: 293px;
  }
  .notice-list li {
    width: calc(33.3333333333% - 15px);
  }
  .address-list li {
    width: calc(50% - 15px);
  }
  .news-right {
    width: calc(100% - 649px - 45px);
  }
}
@media screen and (max-width: 1280px) {
  .about-wrapper:before {
    display: none;
  }
  .about-wrapper .plate_title {
    justify-content: flex-start;
    padding-right: 0;
  }
  .about-wrapper .plate_title:before {
    left: 0;
  }
  .about-layout {
    background: rgb(10, 72, 165);
    border-radius: 10px;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
    padding: 30px;
    align-items: center;
  }
  .about-left {
    position: initial;
    transform: translateY(0);
  }
  .about-right {
    width: 100%;
    padding: 20px;
  }
  .pro-list img {
    height: 263px;
  }
  .pro-list li {
    height: auto;
  }
}
@media screen and (max-width: 1152px) {
  .news-left {
    width: 550px;
  }
  .news-right {
    width: calc(100% - 550px - 45px);
  }
}
@media screen and (max-width: 1024px) {
  .header-swiper {
    height: 352px;
  }
  .news-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-tabs {
    align-self: flex-end;
    margin-top: 20px;
  }
  .news-layout {
    flex-direction: column;
  }
  .news-left {
    width: 100%;
  }
  .news-right {
    width: 100%;
    height: auto;
  }
  .news-right li {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .news-wrapper, .about-us, .pro-wrapper, .notice {
    padding-top: 60px;
  }
  .pro-list {
    flex-direction: column;
  }
  .pro-list li {
    width: 100%;
    margin-bottom: 40px;
  }
  .pro-list .no_img {
    padding: 28px;
  }
  .notice-list {
    flex-direction: column;
  }
  .notice-list li {
    width: 100%;
    margin-top: 40px;
    height: 301px;
  }
  .personnel-text {
    -webkit-line-clamp: 4;
    height: 154px;
  }
  .address-list li {
    padding: 0 40px;
  }
  .about-left {
    width: 480px;
    height: 480px;
  }
}
@media screen and (max-width: 750px) {
  .news-tabs {
    width: 100%;
    margin-top: 40px;
  }
  .news-layout {
    margin-top: 40px;
  }
  .about-left {
    width: 400px;
    height: 400px;
  }
  .notice-tabs li {
    margin-right: 30px;
  }
  .notice-list {
    margin-top: 0;
  }
  .news-left {
    height: auto;
    padding: 30px;
  }
  .news-left img {
    height: 163px;
  }
  .address-list li {
    width: 100%;
  }
  .address {
    padding-top: 0;
  }
}
@media screen and (max-width: 515px) {
  .header-swiper {
    height: 270px;
  }
  .about-right {
    padding: 20px 0;
  }
  .plate_title h4, .plate_title1 h4 {
    font-size: 36px;
  }
  .plate_title span, .plate_title1 span {
    font-size: 22px;
  }
  .plate_title1 {
    height: 115px;
  }
  .about-left {
    width: 80%;
    height: 80%;
  }
  .news-left > p {
    padding-right: 0;
  }
  .notice-tabs {
    justify-content: space-between;
  }
  .notice-tabs li {
    margin-right: 0;
  }
  .notice-tabs li h4 {
    width: 125px;
  }
  .address-list li {
    padding: 30px 40px;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  .notice-tabs li div {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .personnel-list h4 {
    height: 65px;
    line-height: 65px;
  }
  .about-list {
    flex-direction: column;
    margin-top: 10px;
  }
  .about-list li {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .pro-list {
    margin-bottom: 0;
  }
  .pro-list img {
    max-height: 263px;
    height: auto;
  }
}
@media screen and (max-width: 414px) {
  .notice-tabs li {
    width: 49%;
  }
  .notice-tabs li:first-child h4 {
    border-right: 2px solid #399D33;
  }
  .notice-tabs li:last-child h4 {
    border-left: 2px solid #399D33;
  }
  .notice-tabs li h4 {
    max-width: 379px;
    overflow: hidden;
  }
  .notice-tabs li div {
    display: none;
  }
}
