
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
/*   margin-right: -15px;
  margin-left: -15px; */
}
.paddingBox {
  padding: 100px 0;
}


/* 查看更多 */

.view-more {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 50px;
  line-height: 48px;
  color: #fff !important;
  vertical-align: middle;
  background: #218f38;
  border-radius: 5px;
  font-size: 15px;
  /* font-style: italic; */
  text-align: left;
  padding: 0 40px;
}

.view-more i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 100%;
  font-size: 20px;
  float: right;
}

/*招标信息*/
.indexSearch {
  position: relative;
  background-color: #f5f5f5;
  height: 80px;
}
.indexSearch .left {
  position: relative;
  padding-top: 20px;
  width: 30%;
  z-index: 2;
}
.indexSelect {
  width: 150px;
  height: 40px;
  font-size: 15px;
}
.indexSearch .right {
  position: relative;
  background-color: #f5f5f5;
  height: 80px;
  width: 70%;
  z-index: 2;
}
.indexSearch .right .s1 {
  width: 50%;
  padding: 20px 0;
  padding-left: 5%;
}
.indexSearch .right .kuang {
  background-color: #fff;
  border: solid 1px #eee;
  padding-left: 15px;
  color: #aaa;
  font-size: 15px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.indexSearch .right .tj {
  background: #218f38;
  color: #fff;
  width: 90px;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-white {
  color: #fff !important;
}
/*招标信息表单*/
.indextitle {
  position: relative;
  margin-bottom: 20px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.indextitle h3 {
   
  line-height: 40px; font-size:30px ; font-weight: bold
}
.indextitle span {
  color: #aaa;
  font-size: 14px;
  margin-left: 20px;
}
.indextitle .aBox {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.indextitle .aBox a {
  height: 40px;
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
}
.indextitle .aBox a.active {
  background: #218f38;
  color: #fff;
}
.indexFormBox {
  background: url(../images/indexBj1.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.indexFormBox .table {
  width: 100%;
  display: none;
  border-bottom: solid 1px #eee;
  border-right: solid 1px #eee;
}
.indexFormBox table {
  width: 100%;
  border: solid 1px #fff;
  text-align: center;
}

.indexFormBox table tr:nth-child(2n) td {
  background-color: #fff;
}
.table th,
.table td {
  border-top: 1px solid #eee;
}
.indexFormBox table th {
  border-left: solid 1px #eee;
  background: #218f38;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #fff;
}

.indexFormBox table td {
  background-color: #f5f5f5;
  color: #777777;
  border-left: solid 1px #eee;
  font-size: 14px;
}
.indexFormBox p.gd {
  margin-top: 20px;
  font-size: 18px;
  color: #999;
}
.indexFormBox p.gd a {
  color: #f76521;
  font-weight: bold;
}
@media only screen and (max-width: 1199px) {
  .indexFormBox table tr th:nth-child(1),
  .indexFormBox table tr th:nth-child(2),
  .indexFormBox table tr th:nth-child(3),
  .indexFormBox table tr td:nth-child(1),
  .indexFormBox table tr td:nth-child(2),
  .indexFormBox table tr td:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .paddingBox {
    padding: 20px 0;
  }
  .indexSearch {
    height: auto;
  }
  .indexSearch .left {
    width: 100%;
  }
  .indexSelect {
    width: calc(100% - 92px);
  }
  .indexSearch .right {
    width: 100%;
  }
  .indexSearch .right .s1 {
    padding-left: 0;
  }
  .indexSearch .right .s1:nth-child(2) {
    padding-left: 20px;
  }
  .indextitle h3 {
    width: 100%;
  }
  .indextitle .aBox {
    margin-top: 20px;
    width: 100%;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .indexFormBox table th {
    line-height: 24px;
  }
}
@media only screen and (max-width: 959px) {
  .indexSearch {
    padding: 30px 0;
  }
  .indexSearch .right .s1 {
    width: 100%;
    padding: 0 !important;
    margin: 15px 0 0 0;
  }
  .indexSearch .right .kuang {
    line-height: 36px;
  }
  .indexSearch .right {
    height: auto;
  }
  .indexSearch .left {
    padding-top: 0;
  }
}
.Form002328{ width:800px;}
.Form002328 td input{}
.Form002328 td{ font-size:13px;}
@media only screen and (max-width: 575px) {.Form002328{ width:350px;}
	.sad{ width:100%; margin:0px auto; height:500px; overflow-y:scroll; overflow-x:scroll; }
	::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-track{background-color:#000;}
::-webkit-scrollbar-thumb{background-color:#ddd;}
::-webkit-scrollbar-thumb:hover{background-color:#0fa74b;}
::-webkit-scrollbar-thumb:active{background-color:#0fa74b;}
  .indexFormBox table tr td:nth-child(6),
  .indexFormBox table tr th:nth-child(6) {
    display: none;
  }
  .view-more {
    width: 120px;
    height: 36px;
    line-height: 36px;
    color: #fff !important;
    vertical-align: middle;
    background: #218f38;
    border-radius: 3px;
    font-size: 14px;
    /* font-style: italic; */
    text-align: left;
    padding: 0 15px;
  }
  .indextitle h3 {
    font-size: 20px;
  }
  .indextitle span {
    font-size: 12px;
    margin-left: 10px;
  }
  .indextitle .aBox {
    margin-top: 10px;
  }
  .indextitle .aBox a {
    line-height: 34px;
    height: auto;
    font-size: 13px;
    padding: 0 10px;
  }
  .table th,
  .table td {
    padding: 5px;
  }
  .indexFormBox table th {
    height: auto;
    line-height: 26px;
    font-size: 14px;
  }
  .indexFormBox table td {
    font-size: 12px;
  }
  .indexFormBox p.gd {
    font-size: 16px;
  }
}
/* 关于我们 */
.indexAbout {
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
}
.indexAbout img.bj {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
}
.indexAbout main {
  margin-top: 60px;
}

.indexAbout .txtBox {
  display: inline-block;
  width: 40%;
}

.indexAbout .txtBox h6,
.indexTitle p.p1 {
  margin-bottom: 30px;
  font-size: 26px;
  color: #333;
  line-height: 24px;
}
.indexAbout .txtBox h6::before,
.indexTitle p.p1::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #218f38;
  margin: 0px 20px 0 0;
  top: 2px;
}
.indexAbout .txtBox h1,
.indexTitle h1 {
  font-size: 56px;
}
.indexAbout .txtBox h1 span,
.indexTitle h1 span {
  display: inline-block;
  background-image: linear-gradient(to right, #e35821 0, #218f38 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.indexAbout .txtBox p.en {
  color: #545454;
  margin: 10px 0 60px;
}
.indexAbout .txtBox p.jj {
  margin-top: 20px;
  font-size: 15px;
  line-height: 30px;
  color: #656565;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.indexAbout .imgBox {
  width: 52%;
  margin-left: 8%;
  margin-top: 40px;
}
.indexAbout .imgBox .img {
  width: 31.5%;
  margin-right: 2%;
}
.indexAbout .imgBox .img3 {
  margin-right: 0;
}
.indexAbout .imgBox img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1439px) {
  .indexAbout .txtBox h1,
  .indexTitle h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .indexAbout .txtBox {
    width: 100%;
  }
  .indexAbout .imgBox {
    margin-left: 0;
    width: 100%;
  }
  .indexAbout main {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 575px) {.aaf table{ width:800px;}
  .indexAbout .txtBox h1,
  .indexTitle h1 {
    font-size: 24px;
  }
  .indexAbout .txtBox h6,
  .indexTitle p.p1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .indexAbout .txtBox h6::before,
  .indexTitle p.p1::before {
    width: 4px;
    height: 12px;
    background-color: #218f38;
    margin: 0px 15px 0 0;
    top: 0px;
  }
}

/* 左侧新闻 */
.indexNews {
  background: #211d1d url(../images/indexNewsBj.png) no-repeat;
  background-size: auto 100%;
  background-position: left bottom;
}
.indexNews .leftBox {
  width: 40%;
  background-color: #fff;
}

.swiper {
  width: 100%;
  height: 100%;
}

.indexNews .leftBox a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.indexNews .leftBox .imgBox {
  overflow: hidden;
}

.indexNews .leftBox img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.5s;
}

.indexNews .leftBox .swiper-slide:hover img {
  transform: scale(1.05);
  transition: all 0.5s;
}

.indexNews .leftBox .wz {
  display: block;
  width: 100%;
  padding: 20px 40px 40px;
}

.indexNews .leftBox h4 {
  font-size: 18px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.indexNews .leftBox a:hover h4 {
  color: #218f38;
}

.indexNews .leftBox p {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.indexNews .leftBox i {
  float: right;
  font-size: 24px;
}

.indexNews .leftBox a:hover i {
  color: #218f38;
}

.indexNews .leftBox .time {
  margin-top: 20px;
}

.indexNews .leftBox span {
  font-size: 18px;
  color: #666;
}

.indexNews .swiper-pagination {
  bottom: 20px !important;
}

.indexNews .swiper-pagination-bullet {
  background-color: #000;
}

.indexNews .swiper-pagination-bullet-active {
  background-color: #1d95d4;
}

/* 右侧新闻 */

.indexNews .rightBox {
  width: 54%;
  margin-left: 6%;
}

.menu {
  position: relative;
  margin-bottom: 15px;
}

.menu li {
  position: relative;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.menu li.on {
  background-color: #218f38;
  color: #fff;
}

#content .conBox a {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
#content .conBox a:last-child {
  margin-bottom: 0;
}

#content .conBox a:hover {
  padding: 24px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

#content .conBox .imgBox {
  width: 30%;
  height: 120px;
}

#content .conBox .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#content .conBox .txtBox {
  width: 70%;
  padding-left: 40px;
}

#content .conBox .txtBox .bt {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

#content .conBox .txtBox h5 {
  padding-right: 20px;
  font-size: 17px;
  margin: 6px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#content .conBox a:hover .txtBox h5 {
  color: #218f38;
}

#content .conBox .txtBox .bt span {
  color: #bbbbbb;
  font-size: 14px;
  width: 90px;
  position: relative;
  top: 6px;
}

#content .conBox .txtBox p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.indexNews .swiper-pagination-bullet-active {
  background-color: #218f38;
}
@media only screen and (max-width: 991px) {
  .wapABox {
    position: absolute;
    top: 0;
    right: 0;
    width: auto !important;
    margin-top: 5px !important;
  }
  .indexNews .leftBox {
    width: 100%;
  }
  .indexNews .rightBox {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .indexNews .leftBox .wz {
    padding: 15px;
  }
  .indexNews .leftBox h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .indexNews .leftBox p {
    font-size: 14px;
  }
  .indexNews .leftBox span {
    font-size: 14px;
  }
  .indexNews .leftBox .time {
    margin-top: 15px;
  }
  .indexNews .leftBox i {
    font-size: 18px;
  }
  .menu li {
    line-height: 38px;
  }
  #content .conBox a {
    padding: 0;
  }
  #content .conBox .imgBox {
    width: 140px;
    height: 90px;
  }
  #content .conBox .txtBox {
    flex: 1;
    padding: 10px;
  }
  #content .conBox .txtBox p {
    display: none;
  }
  #content .conBox .txtBox h5 {
    width: 100%;
    flex: none;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #content .conBox .txtBox .bt span {
    top: 0;
    font-size: 12px;
    margin-top: 10px;
  }
}
/*案例*/

.indexParty {
  position: relative;
  background: url(../images/bj3.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.indexParty main {
  margin-top: 40px;
}

.indexParty .imgBox {
  overflow: hidden;
}

.indexParty .imgBox img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.5s;
}

.indexParty .swiper-slide:hover img {
  transform: scale(1.05);
  transition: all 0.5s;
}

.indexParty .swiper-slide h4 {
  line-height: 24px;
  font-size: 18px;
  height: 48px;
  margin: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.indexParty .swiper-slide:hover h4 {
  color: #218f38;
}

.indexParty .swiper-slide p {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.indexParty .swiper-slide .time {
  margin-top: 30px;
}

.indexParty .swiper-slide .time i {
  float: right;
  font-size: 22px;
  margin-top: -8px;
}

.indexParty .swiper-button-prev {
  left: 5%;
  background-color: rgba(0, 0, 0, 0.1);
}

.indexParty .swiper-button-next {
  right: 5%;
  background-color: rgba(0, 0, 0, 0.1);
}
.indexParty .swiper-button-prev img,
.indexParty .swiper-button-next img {
  display: block;
  width: 100%;
  height: 100%;
}
.indexParty .swiper-button-prev:hover,
.indexParty .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 575px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
  }
  .indexParty main {
    margin-top: 20px;
  }
  .indexParty .swiper-slide h4 {
    font-size: 15px;
    margin: 10px 0;
    line-height: 20px;
    height: 40px;
  }
  .indexParty .swiper-slide p {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
  }
  .indexParty .swiper-slide .time {
    margin-top: 10px;
    font-size: 12px;
  }
  .indexParty .swiper-slide .time i {
    font-size: 18px;
  }
}
/*友情链接*/
 
/* 侧栏 */
/* 浮动栏 */

.side-always {
  position: fixed;
  z-index: 3;
  width: 60px;
  height: 260px;
  right: 5px;
  bottom: 10%;
  box-sizing: border-box;
  z-index: 999;
}

.side-always .side-items {
  display: block;
  position: relative;
  overflow: visible;
  background: #218f38;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  transition-duration: 0.3s;
  margin-bottom: 2px;
}
.side-always .toTop-item {
  background: linear-gradient(45deg, #141b1e 0, #666 100%) !important;
}
.side-always .side-items p {
  font-size: 15px;
  color: #888;
}

.side-always .side-ico {
  position: relative;
  z-index: 4;
  width: 60px;
  height: 60px;
  transition-duration: 0.3s;
  background-size: 23px !important;
}

/* .side-always .tele-item .side-ico {
  background: url(../images/side-tele.png) no-repeat center;
} */

.side-always .tele-item .side-ico {
  background: url(../images/side-teleon.png) no-repeat center;
}

/* .side-always .ewm-item .side-ico {
  background: url(../images/side-ewm.png) no-repeat center;
} */

.side-always .ewm-item .side-ico {
  background: url(../images/side-ewmon.png) no-repeat center;
}

/* .side-always .toTop-item .side-ico {
  background: url(../images/side-toTop-item.png) no-repeat center;
} */

.side-always .toTop-item .side-ico {
  background: url(../images/side-toTop-itemon.png) no-repeat center;
}

/* .side-always .ewm-item2 .side-ico {
  background: url(../images/side-qq.png) no-repeat center;
} */

.side-always .ewm-item2 .side-ico {
  background: url(../images/side-qqon.png) no-repeat center;
}

.side-always .side-tele {
  position: absolute;
  display: none;
  width: 200px;
  padding: 15px;
  height: auto;
  box-sizing: border-box;
  left: -202px;
  top: 50%;
  margin-top: -30px;
  background-size: 100% 100%;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.side-always .side-tele-content {
  color: #218f38;
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  display: block;
}

.side-always .side-ewm {
  position: absolute;
  display: none;
  width: 160px;
  height: auto;
  background: #eee;
  padding: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  right: 105%;
  top: 50%;
  margin-top: -55px;
}

.side-always .side-ewm img {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  /* 侧栏 */
  .side-always {
    width: 100%;
    height: 60px;
    left: auto;
    bottom: 0;
    top: auto;
    right: 0;
    display: flex !important;
    justify-content: space-between;
    background-color: #fff;
    padding: 5px;
  }
  .side-always .side-items {
    display: inline-block;
    width: 24.27%;
    height: 50px;
    margin: 0;
  }
  .side-always .side-ico {
    width: 100%;
    height: 100%;
    box-shadow: none;
  }
  .side-always .side-tele {
    display: none !important;
  }
  .side-always .side-ewm {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    right: auto;
  }
}
/********  内页 *****************/
.infoBanner {
  position: relative;
}
.infoBanner img {
  display: block;
  width: 100%;
  height: auto;
}
.infoBanner .wz {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -90px;
  left: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 100;
}
.infoBanner .wz h1 {
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 60px;
  line-height: 90px;
  letter-spacing: 16px;
}
/* 内页选项卡 */
.infoTab {
  font-size: 15px;
  line-height: 70px;
  height: 70px;
  border-bottom: solid 1px #eee;
}
.infoTab .mbx {
  width: 40%;
}
.infoTab i {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: solid 1px #eee;
  border-top: none;
  border-bottom: none;
  text-align: center;
  font-size: 24px;
  margin-right: 20px;
}
.infoTab i img{ margin-top:25px}
.infoTab span {
  color: #999;
  margin: 0 5px 0 10px;
}
.infoTab a {
  color: #999;
}
.infoTab .aBox {
  width: 60%;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.infoTab .aBox a {
  margin-left: 20px;
}
.infoTab .aBox a.on,
.infoTab .aBox a:hover {
  position: relative;
  color: #218f38;
}
.infoTab .aBox a.on::after,
.infoTab .aBox a:hover::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #218f38;
}
@media only screen and (max-width: 991px) {
.infoTab i img{ margin-top:10px}
  .infoBanner .wz {
    margin-top: -50px;
  }
  .infoBanner .wz h1 {
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 2px;
  }
  .infoTab {
    height: auto;
    line-height: 40px;
  }
  .infoTab .mbx {
    width: 100%;
  }
  .infoTab i {
    font-size: 16px;
    margin: 0 5px 0 0;
    border: none;
    width: auto;
    height: auto;
  }
  .infoTab .aBox {
    width: 100%;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .infoTab .aBox a {
    margin: 0 10px 0 0;
  }
  .infoTab .aBox a.on::after,
  .infoTab .aBox a:hover::after {
    bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .infoBanner {
    height: 140px;
  }
  .infoBanner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .infoBanner .wz h1 {
    font-size: 22px;
    line-height: 30px;
  }
}
/********** 关于我们 ***********/
/* 简介 */
.infoAbout {
  position: relative;
  margin: 80px 0;
  overflow: hidden;
}
.infoAbout .left {
  width: 50%;
  padding-right: 80px;
}
.infoAbout .imgBox {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.infoAbout .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infoAbout .txtBox {
  font-size: 16px;
  color: #555;
  line-height: 30px;
}
@media only screen and (max-width: 991px) {
  .infoAbout {
    margin: 0;
  }
  .infoAbout .left {
    width: 100%;
    padding: 0;
  }
  .infoAbout .imgBox {
    position: relative;
    width: 100%;
    margin: 30px 0 0;
  }
}
/* 理念 */
.infoIdea {
  background-color: #fff;
}
.infoIdea ul li {
  height: 340px;
  background-color: #f5f5f5;
  color: #fff;
}
.infoIdea ul li.li1 {
  width: 50%;
}
.infoIdea ul li.li2,
.infoIdea ul li.li3,
.infoIdea ul li.li4,
.infoIdea ul li.li5,
.infoIdea ul li.li6,
.infoIdea ul li.li7 {
  width: 25%;
}
.infoIdea ul li.li1 {
  background-color: #218f38;
}
.infoIdea ul li.li2,
.infoIdea ul li.li7 {
  position: relative;
}
.infoIdea ul li.li2 .wz,
.infoIdea ul li.li7 .wz {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.infoIdea ul li.li3,
.infoIdea ul li.li4 {
  color: #333;
}

.infoIdea ul li.li6 {
  background-color: #0347b4;
}
.infoIdea ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infoIdea ul li .wz {
  height: 100%;
  padding: 0 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.infoIdea ul li .wz p {
  font-size: 15px;
  margin-top: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 991px) {
  .infoIdea ul li {
    width: 50% !important;
    height: auto;
  }
  .infoIdea ul li.li1 {
    width: 100% !important;
  }
  .infoIdea ul li .wz {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .infoIdea h3 {
    font-size: 20px;
  }
  .infoIdea ul li .wz p {
    font-size: 15px;
    line-height:30px;
  }
}
/* 时间轴 */
.history {
  position: relative;
  padding: 140px 0 140px;
  overflow: hidden;
}
.history .swiper {
  margin-top: 30px;
}
.history .swiper-slide {
  padding: 50px 10px 0;
  position: relative;
}
.history .swiper-slide .xian {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.2);
}
.history .swiper-slide .item {
  background-color: #fff;
}
.history .swiper-slide .item h3 {
  position: relative;
  display: block;
  height: 44px;
  line-height: 44px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #999999;
  text-align: center;
  background-color: #e2e2e2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.history .swiper-slide:hover .item h3 {
  background-color: #fff;
  color: #232323;
}
.history .swiper-slide .item h3::after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -9px;
  border-width: 0 9px 18px;
  border-style: solid;
  border-color: transparent transparent #e2e2e2;
  content: "";
}
.history .swiper-slide .xian::before {
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-left: -10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(22, 93, 255, 0.6);
  content: "";
}
.history .swiper-slide .xian::after {
  display: block;
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin-left: -6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(22, 93, 255, 1);
  content: "";
}
.history .swiper-slide .desc {
  padding: 40px;
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.6);
}
.history .swiper-button-next,
.history .swiper-button-prev,
.rongyu .swiper-button-next,
.rongyu .swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  margin: 0;
  border: solid 1px #fff;
}
.history .swiper-button-next img,
.history .swiper-button-prev img,
.rongyu .swiper-button-next img,
.rongyu .swiper-button-prev img {
  display: block;
  width: 100%;
  height: 100%;
}
.history .swiper-button-next,
.rongyu .swiper-button-next {
  right: 0;
  top: 0;
}
.history .swiper-button-prev,
.rongyu .swiper-button-prev {
  left: auto;
  right: 60px;
  top: 0;
}
@media only screen and (max-width: 1439px) {
  .infoAboutTitle {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .infoAboutTitle .leftBt {
    width: 100%;
  }
  .infoAboutTitle .leftBt h1 {
    line-height: 60px;
  }
  .infoAboutTitle .pBox {
    padding: 0;
    margin: 10px 0 0 0;
    text-align: left;
  }
}
@media only screen and (max-width: 1199px) {
  .history {
    padding: 20px 0;
  }
  .infoAboutTitle {
    margin-bottom: 30px;
  }
  .infoAboutTitle .leftBt h1 {
    font-size: 34px;
    line-height: 46px;
  }
  .infoAboutTitle .pBox {
    line-height: 24px;
  }
}
@media only screen and (max-width: 960px) {
  .history {
    background-position: center !important;
    background-size: cover !important;
  }
}
@media only screen and (max-width: 767px) {
  .infoAboutTitle .leftBt h1 {
    font-size: 22px;
    line-height: 34px;
  }
  .history .swiper-slide .item h3 {
    height: 34px;
    line-height: 34px;
    font-size: 18px;
  }
  .history .swiper-slide .desc {
    padding: 10px;
    font-size: 14px;
  }
}
/* 荣誉 */
.rongyu .swiper-container {
  position: relative;
  width: 100%;
  height: 100%; margin-top:40px
}
.rongyu .swiper-container .bj {
  position: absolute;
  top: 0;
  left: 0;
  width: 11%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
.rongyu .swiper-container .bj2 {
  left: auto;
  right: 0;
}
.rongyu .swiper-slide {
  height: auto  ;
}
.rongyu .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.rongyu .swiper-button-next,
.rongyu .swiper-button-prev {
  border: none;
  background-color: #218f38;
}
@media only screen and (max-width: 1439px) {
  .rongyu .swiper-slide {
    height: 374px;
    padding: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .rongyu .swiper-slide {
    height: auto  ;
    padding: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .rongyu .swiper-container .bj {
    display: none;
  }
}
/* 招标公告 */
.infoForm .pagination {
  margin-top: 60px;
}
.infoForm .pagination a {
  color: #218f38;
}
/* 服务 */
.infoServise1 {
  padding: 60px 0 60px; height:auto; overflow:hidden
}
.infoServise1 .rect-5269 {
  position: relative;
}
.infoServise1 .rect-5269 img {
  display: block;
  width: 100%;
}
.infoServise1 li {
  width: 23.5%;
  float: left;
  margin-right: 2%;
  margin-bottom: 40px;
}
.infoServise1 li:nth-child(4n) {
  margin-right: 0px;
}



.infoServise {
  padding: 60px 0 60px; height:auto; overflow:hidden
}
.infoServise .rect-5269 {
  position: relative;
}
.infoServise .rect-5269 img {
  display: block;
  width: 100%;
}
.infoServise li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 40px;
}
.infoServise li:nth-child(3n) {
  margin-right: 0px;
}
.infoServise li .more {
  padding: 0 40px 0 40px;
  height: 38px;
  line-height: 38px;
  background: #218f38;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.infoServise li .intro {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.infoServise li .intro .box {
  padding: 30px 46px 30px 33px;
  color: #343e47;
}
.infoServise li .intro .box .line {
  width: 43px;
  height: 3px;
  background: #218f38;
  margin-bottom: 20px;
}

.infoServise li .intro .box .con {
  font-size: 14px;
  line-height: 26px;
  height: auto;
  transition: all 0.5s ease;
  font-weight: lighter;
  overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:2;
}
.infoServise li:hover .li_box .more {
  opacity: 1;
  visibility: visible;
}
.infoServise li .intro .box .titt {
  font-size: 18px;
  font-weight: bold; text-align:center
  
}
.infoServise li .intro .box .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.infoServise li:hover .intro .box .tit {
  font-weight: bold;
}
.infoServise li:hover .intro .box .con {
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .infoServise li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .infoServise li:nth-child(3n) {
    margin-right: 4%;
  }
  .infoServise li:nth-child(2n) {
    margin-right: 0;
  }
  .infoServise li .intro .box {
    padding: 15px;
  }
  .infoServise li .intro .box .tit {
    font-size: 14px;
  }
  .infoServise li .intro .box .line {
    width: 20px;
    margin-bottom: 10px;
  }
  .infoServise li .intro .box .con {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .infoServise {
    padding: 40px 0;
  }
}
/* 政策法规 */
.infoLaw main li {
  position: relative;
  padding: 20px 200px 20px 40px;
  border-bottom: solid 1px #eee;
}
.infoLaw main li span {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 14px;
  color: #aaa;
}
.infoLaw main li .bt {
  font-size: 18px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.infoLaw main li::before {
  position: absolute;
  left: 10px;
  top: 30px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #218f38;
}
.infoLaw main li .nr {
  font-size: 15px;
  color: #999999;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.infoLaw main li:hover {
  background-color: #f8f8f8f8;
}
.infoLaw main li:hover .bt {
  color: #218f38;
}
.infoLaw .pagination {
  margin: 60px 0;
}
@media only screen and (max-width: 991px) {
  .infoLaw main li {
    padding: 15px 15px 44px 30px;
  }
  .infoLaw main li span {
    left: 30px;
    right: auto;
    top: auto;
    bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .infoLaw main li .bt {
    font-size: 14px;
  }
  .infoLaw main li::before {
    top: 23px;
  }
  .infoLaw .pagination {
    margin: 30px 0;
  }
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.ny_lx {
  width: 100%;
  margin: 80px auto 0px auto;
}
.ny_lx h1 {
  font-size: 24px;
  height: 55px;
  font-weight: bold;
}
.ny_lx .wz {
  font-size: 16px;
  line-height: 28px;
  color: #999;
  margin-bottom: 20px;
}
.ny_lx .zc {
  width: 48%;
  float: left; margin-bottom:50px
}
.ny_lx .zc .txt {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #f6f6f6;
  padding: 0 10px;
  box-sizing: border-box;
  color: #666;
  font-size: 16px; border:0
}
.ny_lx .zc .ll {
  width: 48%;
  margin-bottom: 20px;
}
.ny_lx .zc .text {
  width: 160px;
  height: 45px;
  line-height: 45px;
  background: #218f38;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 15px;border:0
}
.ny_lx .zc .txtt {
  width: 100%;
  height: 120px;
  line-height: 45px;
  background: #f6f6f6;
  padding: 0 10px;
  box-sizing: border-box;
  color: #666;
  font-size: 16px;
  border: none;
  outline: none;
}
.ny_lx .yc {
  width: 48%;
  float: right;
}
.ny_lx .yc .zx {
  padding: 20px 0px;
  font-size: 16px;
  line-height: 24px;
}
.ny_lx .yc .zx i {
  width: 50px;

  height: 50px;
  text-align: center;
  background: #218f38;
  color: #fff;
  font-size: 24px;
  float: left;
  border-radius: 100px;
  margin-right: 20px;
}
.ny_lx .yc .zx i  img{ width:100%}
.ny_lx .map {
  width: 100%;
  margin: 0 auto 50px; height:auto; overflow:hidden
}
.ny_lx .map img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1440px) {
  .ny_lx {
    width: 90%;
    margin: 80px auto 0px auto;
  }
}
@media only screen and (max-width: 1023px) {
  .ny_lx {
    width: 94%;
    margin: 30px auto 0px auto;
  }
  .ny_lx h1 {
    font-size: 18px;
    height: 36px;
  }
  .ny_lx .wz {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-bottom: 15px;
  }
  .ny_lx .yc .zx {
  padding: 10px 0px;
  font-size: 14px;
  line-height: 24px;
}
  .ny_lx .zc .txtt{ font-size:14px}
  .ny_lx .zc .text {
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: #218f38;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
}
  .ny_lx .zc {
    width: 100%;
    float: none;
  }
  .ny_lx .zc .txt {
    font-size: 14px;
  }
  .ny_lx .yc {
    width: 100%;
    float: none;
    margin-top: 50px;
  }
  .ny_lx .map {
    width: 100%;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 599px) {
  .ny_lx {
    width: 100%;
  }
}
/* 详情 */
.infoNewsXq {
  position: relative;
}
.NewsXqBt {
  background-color: #f5f5f5;
  padding: 60px 0;
  text-align: center;
  position: relative;
  z-index: -1;
}
.NewsXqBt h1 {
  font-size: 34px;
  font-weight: bold;
}
.NewsXqBt p {
  font-size: 13px;
  color: #939393;
  margin-top: 20px;
}
.NewsXqBt p span {
  margin: 0 15px;
}
.NewsXqBt span.bq {
  display: inline-block;
  line-height: 22px;
  border: solid 1px #eee;
  padding: 0 8px;
}
/* 新闻详情左 */
.infoNewsXq .leftBox {
  padding: 60px 10% 60px 5%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.infoNewsXq .leftBox p {
  margin: 20px 0;
  color: #666666;
  line-height: 32px;
  font-size: 17px;
}
.infoNewsXq .leftBox img {
  display: block;
  width: 100%;
}
.infoNewsXq .rightBox {
  width: 340px;
}
.nextBox a {
  display: inline-block;
  width: 48%;
  border: solid 1px #eee;
  padding: 30px;
  margin-top: 20px;
}
.nextBox a:nth-child(2) {
  margin-left: 3.3%;
}
.nextBox .line {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 12px 0 24px;
}
.nextBox .line span {
  position: relative;
  top: -12px;
  display: block;
  width: 90px;
  height: 18px;
  font-size: 18px;
  background-color: #fff;
}
.nextBox a p.time {
  color: #aaaaaa;
}
.nextBox a p.title,
.infoNewsXq .rightBox .tuijian a.xw p.bt {
  font-size: 16px;
  color: #696969;
  line-height: 25px;
  height: 50px;
  margin-top: 20px;
  overflow: hidden;
}
.nextBox a:hover p.title,
.infoNewsXq .rightBox .tuijian a.xw:hover p.bt {
  color: #c82d23;
}
.infoNewsXq .rightBox .tuijian {
  border: 10px solid #f5f5f5;
  padding: 20px;
  margin-top: 20px;
}
.infoNewsXq .rightBox .tuijian .title strong {
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #323f47;
  line-height: 26px;
}
.infoNewsXq .rightBox .tuijian .title a {
  float: right;
  color: #aaaaaa;
}
.infoNewsXq .rightBox .tuijian .title a:hover {
  color: #c82d23;
}
.infoNewsXq .rightBox .tuijian a.xw {
  display: block;
  padding: 15px 0;
  border-bottom: solid 1px #eee;
}
.infoNewsXq .rightBox .tuijian a.xw p.time {
  font-size: 14px;
  color: #727272;
  margin-top: 20px;
}
/* 标签 */
.biaoqian {
  border: none;
  background-color: #f8f8f8;
}
.biaoqian .title {
  font-size: 17px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
}
.biaoqian .title em {
  font-size: 12px;
}
.biaoqian .bq {
  padding-top: 15px;
}
.biaoqian .bq a {
  display: inline-block;
  background-color: #fff;
  border: solid 1px #ddd;
  color: #888;
  padding: 5px;
  font-size: 13px;
  margin: 5px 10px 5px 0;
}
.biaoqian .bq a:hover {
  border-color: #c82d23;
  color: #c82d23;
}

@media only screen and (max-width: 1439px) {
  .NewsXqBt {
    padding: 40px 0;
  }
  .NewsXqBt h1 {
    font-size: 26px;
  }
  .infoNewsXq .leftBox {
    padding: 40px;
  }
  .infoNewsXq .rightBox {
    width: 280px;
  }
}
@media only screen and (max-width: 991px) {
  .infoNewsXq main {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .infoNewsXq .leftBox {
    padding: 15px 0 0;
  }
  .infoNewsXq .rightBox {
    width: 100%;
    padding-bottom: 80px;
  }
  .infoNewsXq .rightBox .tuijian .title strong {
    font-size: 22;
  }
  .infoNewsXq .nextBox a {
    padding: 20px;
  }
  .nextBox a {
    width: 100%;
  }
  .nextBox a:nth-child(2) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 576px) {
.box-form img{ width:100%; height:auto;}
.auto_800 {
    background: #f5f5f5;
    padding:20px;
    margin:20px 0px;
}.auto_800 .box-tip {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 18px;
    color: #005ca1;
}.box-form h4 {
    background: #005ca1;
    text-indent: 1.5em;
    line-height: 30px;
    margin:15px 0px;
    color: #fff;
    font-size: 14px;
    padding: 3px 0px;
}.inner p { font-size:14px;
    padding-bottom: 15px;
    line-height: 25px;
}
  .NewsXqBt h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .infoNewsXq .leftBox p {
    margin: 10px 0;
    font-size: 15px;
    line-height: 30px;
  }
  .NewsXqBt p span {
    margin: 0 5px;
    font-size: 12px;
  }
  .infoNewsXq .rightBox .nextBox .line span {
    font-size: 16px;
  }
  .infoNewsXq .rightBox .tuijian .title strong {
    font-size: 18px;
  }
  .NewsXqBt {
    padding: 44px 10px 20px;
  }
}
.ny_nr{ padding:100px 0 60px; height:auto; overflow:hidden}
.ny_nr .ny_xw li{ border-bottom:#ddd 1px dotted; margin-bottom:30px; padding-bottom:30px}
.ny_nr .xw_nr{width:100%; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_nr .xw_nr .t_p{width:30%; overflow:hidden;}
.ny_nr .xw_nr .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-webkit-transition:all 1s;}
.ny_nr .xw_nr:hover .t_p img{transform:scale(1.05);
-webkit-transform:scale(1.05);
-moz-transform:scale(1.05);
-ms-transform:scale(1.05);
-o-transform:scale(1.05);}
.ny_nr .xw_nr .w_z{width:66%; display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_nr .xw_nr .w_z h3{font-size:22px; line-height:36px; font-weight:bold; margin-bottom:20px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
.ny_nr .xw_nr .w_z h3 a{ color:#333}
.ny_nr .xw_nr .w_z p{font-size:16px; line-height:36px; color:#555; height: auto; margin-bottom:25px; overflow:hidden; display:-webkit-box;
line-clamp:3;
-webkit-line-clamp:3;
-moz-line-clamp:3;
-ms-line-clamp:3;
-o-line-clamp:3;
-webkit-box-orient:vertical;}
.ny_nr .xw_nr .w_z a.m_r{display:inline-block; border-radius:3px; border:1px solid #ddd; padding:0 25px; font-size:14px; line-height:38px;}
.ny_nr .xw_nr:hover .w_z a.m_r{background-color:#218f38; border:1px solid #218f38; color:#fff;}
.ny_nr .xw_nr .w_z .l_m{width:calc(100% - 170px);}
.ny_nr .xw_nr .w_z .r_q{width:120px;}
.ny_nr .xw_nr .w_z .r_l{width:100%; background-color:#f7f7f7; border-radius:5px; padding:25px 0; font-size:16px; text-align:center; font-weight:bold;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .xw_nr:hover .w_z .r_l{color:#218f38;}
.ny_nr .xw_nr .w_z .r_q strong{font-size:36px; line-height:46px; display:block;}
@media only screen and (max-width:640px){
.ny_nr{padding:30px 0 30px; margin-top:-1px; z-index:100;}
.ny_nr .xw_lb ul li{margin-bottom:5px; padding-bottom:5px;}
.ny_nr .ny_xw li{ border-bottom:#ddd 1px dotted; margin-bottom:15px; padding-bottom:15px}

.ny_nr .xw_nr .t_p{width:40%;}
.ny_nr .xw_nr .t_p img{width:100%;
height:100%;
display:block;
object-fit:cover;
object-position:center;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;}
.ny_nr .xw_nr .w_z{width:56%;}
.ny_nr .xw_nr .w_z h3{font-size:15px; font-weight:normal; line-height:22px; margin-bottom:5px; font-weight:bold}
.ny_nr .xw_nr .w_z p{font-size:14px; line-height:24px; height: auto; margin-bottom:10px;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;}
.ny_nr .xw_nr .w_z .l_m{width:100%;}
.ny_nr .xw_nr .w_z .r_q{display:none;}
.ny_nr .xw_nr .w_z a.m_r{border-radius:0; border:0; padding:0; font-size:14px; line-height:22px;}
.ny_nr .xw_nr:hover .w_z a.m_r{background-color:#fff; border:0; color:#094aab;}
}

.yema{width:100%;  text-align:center; margin-bottom:50px; margin-top:50px}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #eee; font-size:16px; line-height:38px; text-align:center; color:#999; display:block;}
.yema ul li a:hover{background-color:#218f38; border:1px solid #218f38; color:#fff;}
.yema ul li a.on{background-color:#218f38; border:1px solid #218f38; color:#fff;}
@media only screen and (max-width:1440px){
.yema{padding-top:40px; margin-top:20px;}
.yema ul li a{min-width:36px; padding:0 10px; font-size:14px; line-height:34px;}
}
@media only screen and (max-width:1024px){
.yema{margin-top:20px;}
}
@media only screen and (max-width:992px){
.yema{margin-top:0;border-top:0; padding-top:0px;margin-bottom:30px}
.yema ul li{margin:0 2px;}
.yema ul li:first-child(2){display:none;}
.yema ul li:last-child(2){display:none;}
.yema ul li a{min-width:30px; padding:0 10px; height:30px; font-size:12px; line-height:28px;}
}
@media only screen and (max-width:320px){
.yema ul li{margin:0 1px;}
.yema ul li a{padding:0 6px;}
}
.rc_zp{width:100%; padding:80px 0 60px; letter-spacing:1px; overflow:hidden;}
.rc_zp .ts{font-size:15px; line-height:26px; color:#888; text-align:center;  margin-bottom:30px;}
.rc_zp .ts a{color:#218f38;}
.rc_zp .jr_lm{border:1px solid #e7e7e7; overflow:hidden; margin-bottom:10px;}
.rc_zp .jr_lm.jt{border: 1px solid #218f38;}
.rc_zp .jr_bt{padding:10px 20px; height:60px; font-size:14px; line-height:40px; color:#555; overflow:hidden; cursor:pointer; position:relative;}
.rc_zp .jr_bt:hover{background-color:#e7e7e7;}
.rc_zp .jr_bt.on{background-color:#e7e7e7;}
.rc_zp .jr_bt i{position:absolute; top:50%; right:15px; font-size:15px;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.rc_zp .jr_bt.on i{transform:translate(0,-50%) rotate(90deg);
-webkit-transform:translate(0,-50%) rotate(90deg);
-moz-transform:translate(0,-50%) rotate(90deg);
-ms-transform:translate(0,-50%) rotate(90deg);
-o-transform:translate(0,-50%) rotate(90deg);}
.rc_zp .jr_lm.jt .jr_bt{background-color:#218f38; color:#fff; padding:0 20px; line-height:60px;}
.rc_zp .jr_bt span{float:left; width:33.333333%; text-align:center;}
.rc_zp .jr_bt span.s_40{text-align:left;}
.rc_zp .jr_nr{background-color:#fff; padding:30px 25px 10px; font-size:14px; line-height:32px; margin-bottom:3px; display:none; position:relative;}
.rc_zp .jr_nr .lm{color:#218f38;}
.rc_zp .jr_nr .js{margin-bottom:20px;}
.rc_zp .jr_nr a.wy_yp{width:110px; height:36px; position:absolute; top:30px; right:35px; background-color:#218f38; font-size:15px; line-height:36px; color:#fff; text-align:center; display:block;}
.rc_zp .jr_nr a.wy_yp i{padding-left:5px;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.rc_zp .jr_nr a.wy_yp:hover i{padding-left:15px;}
@media only screen and (max-width:992px){
.rc_zp{padding:35px 0;}
.rc_zp .ts{font-size:13px; line-height:24px; margin-bottom:10px;}
.rc_zp .jr_bt{padding:5px 20px; height:50px;}
.rc_zp .jr_lm.jt .jr_bt{padding:5px 20px; line-height:40px;}
.rc_zp .jr_nr{padding:20px; font-size:12px; line-height:22px;}
.rc_zp .jr_nr .lm{margin-bottom:10px;}
.rc_zp .jr_nr a.wy_yp{width:100px; height:30px; top:10px; right:25px; font-size:14px; line-height:30px;}
.rc_zp .jr_nr a.wy_yp:hover i{padding-left:10px;}
}
@media only screen and (max-width:992px){
.rc_zp .ts{font-size:12px; line-height:22px;}
.rc_zp .jr_bt{padding:5px 15px; height:40px; line-height:30px;}
.rc_zp .jr_lm.jt .jr_bt{padding:5px 15px; line-height:30px;}
.rc_zp .jr_nr{padding:10px 15px; font-size:12px; line-height:22px;}
.rc_zp .jr_nr .lm{margin-bottom:10px;}
.rc_zp .jr_nr a.wy_yp{width:90px; height:26px; position:relative; top:auto; right:auto; font-size:13px; line-height:26px; margin-left:15px;}
}

.gs_js{width:100%; padding:60px 0; overflow:hidden;}
.gs_js .gs_wz{font-size:16px; line-height:36px; text-align:left;}
.gs_js .gs_wz img{max-width:100%; height:auto;}

.gs_yj{width:100%; padding:80px 0; background-color:#f9faff; overflow:hidden;}
.gs_yj .n_r{width:100%; height:260px; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative;}
.gs_yj .n_r:after{width:100%; height:100%; content:''; position:absolute; top:0; left:0; display:block; z-index:2; opacity:0.7;
background-image:-webkit-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
background-image:-moz-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
background-image:-ms-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
background-image:-o-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
background-image:linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);}
.gs_yj .w_z{width:80%; color:#fff; text-align:center; font-size:16px; line-height:26px; position:absolute; left:10%; top:40%; z-index:99;}
.gs_yj .w_z h3{font-size:22px; font-weight:bold; margin-bottom:10px;}

.bg_hj{background-color:#f7f7f7; padding:60px 0; overflow:hidden;}
.swiper-hj{padding-bottom:50px;}
.swiper-hj .swiper-pagination{bottom:0;}
.swiper-hj .swiper-pagination-bullet{width:10px; height:10px; border-radius:50%; background-color:#d7d7d7; opacity:1;}
.swiper-hj .swiper-pagination-bullet-active{background-color:#089eeb;}
.swiper-hj img{width:100%; height:auto; display:block;}
@media only screen and (max-width:640px){
.bg_hj{padding:20px 0 10px; overflow:hidden;}
.swiper-hj{padding-bottom:40px;}	

.gs_js{width:100%; padding:20px 0; overflow:hidden;}
.gs_js .gs_wz{font-size:14px; line-height:26px; text-align:left;}

}

.ny_ywfw {padding: 100px 0 ;overflow: hidden;}
.ny_ywfw ul li{position: relative;height: 510px;margin-bottom: 73px;}
.ny_ywfw ul li .t_p{width: 50%;height: 510px;float: left;}
.ny_ywfw ul li .t_p img {width: 100%;display: block;height: 100%;object-fit: cover;}
.ny_ywfw ul li .w_z {width: 45%;float: left;margin-left: 5%;}
.ny_ywfw ul li .yw_bt {margin-bottom: 30px;margin-top: 35px;}
.ny_ywfw ul li .yw_bt h1 {display: inline-block;position: relative;font-weight: 700;font-size: 32px;color: #000;text-transform:capitalize}
.ny_ywfw ul li .yw_bt h1 .tb{position: absolute;width: 34px;height: 20px;right: -33px;top: -19px;}
.ny_ywfw ul li .yw_bt h1 .tb img {width: 100%;}
.ny_ywfw ul li .yw_bt h3 {color: #000;
font-size: 19px;
font-weight: 400;
text-transform: uppercase;}
.ny_ywfw ul li .w_z p{color: #666;
font-size: 16px;
font-weight: 400;
line-height: 205%; /* 36.9px */
text-transform: capitalize;
display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;
}
.ny_ywfw ul li .w_z .more {width: 160px;line-height: 50px;height: 50px;text-align: center;border: #4E4E4E 1px solid;border-radius: 5px;position: relative;overflow: hidden; margin-top:30px }
.ny_ywfw ul li .w_z .more a {color: #4E4E4E; font-size: 16px;position: relative;z-index: 2;}
.ny_ywfw ul li .w_z .more span {width: 0;height: 100%;position: absolute;left: 0;top: 0;background: #218f38; transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.ny_ywfw ul li:hover .w_z .more span{width: 100%;}
.ny_ywfw ul li:hover .w_z .more a {color: #fff;}
.ny_ywfw ul li:hover .w_z .more {border: #218f38 1px solid;}


.ny_ywfw ul li .wzd {width: 50%;right: 0;bottom: 31px;background: #f2fbf4;height: 89px;line-height: 89px;color:#def2e2;
text-align: center;
font-size: 32px;
font-weight: 500;
text-transform: capitalize;position: absolute;}
.ny_ywfw ul li:nth-child(2n) .t_p{float: right}
.ny_ywfw ul li:nth-child(2n) .wzd {left: 0;}
.ny_ywfw ul li:nth-child(2n) .w_z {float: right;margin-right: 5%;margin-left: 0;}
.ny_ywfw .b_t{margin-bottom: 57px;}
.b_t h5{color: #000;
font-size: 20px;
font-weight: 200;
text-transform: uppercase;margin-top: 43px;}



@media only screen and (max-width:640px){
 .ny_ywfw ul {width: 90%;margin: 0 auto;
  }
	 .ny_ywfw ul li {
    margin-bottom: 40px;height: auto  ;
  }
	.ny_ywfw ul li .t_p {
    width: 100%;height: auto;
  }
	.ny_ywfw ul li .w_z {
  width: 100%;margin-top: 30px;
  margin-left: 0;
}

.ny_ywfw ul li .yw_bt {margin-bottom: 10px;margin-top: 15px;}
.ny_ywfw ul li .yw_bt h1 {display: inline-block;position: relative;font-weight: 700;font-size: 20px;color: #000; }
.ny_ywfw ul li .yw_bt h1 .tb{position: absolute;width: 34px;height: 20px;right: -33px;top: -19px;}
.ny_ywfw ul li .yw_bt h3 {color: #000;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;}
.ny_ywfw ul li .w_z p{color: #666;
font-size: 14px;
font-weight: 400;
line-height: 205%; /* 36.9px */
text-transform: capitalize;}
.ny_ywfw ul li .yw_bt h1 .tb img {width: 100%;}
	.ny_ywfw ul li:nth-child(2n) .w_z {
  margin-right: 0;
  margin-left: 0;
}
	.ny_ywfw ul li .wzd {display: none;
  }
	 .ny_ywfw {
    padding: 0px 0 50px;
  }
  .ny_ywfw ul li .w_z .more {width: 120px;line-height: 40px;height: 40px;text-align: center;border: #4E4E4E 1px solid;border-radius: 5px;position: relative;overflow: hidden; margin-top:10px; font-size:14px; margin-bottom:20px }
  
  
  .rongyu .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 20px;
}
}



