* {
    margin: 0;
    padding: 0;
}
html, body {
    background: #fff !important;
}
img,
a {
    display: block;
}
a {
    text-decoration: none;
    color: #263d35;
}
.over-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.over-text2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
li {
    list-style: none;
}
h3,
h4,
h5 {
    font-weight: normal;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin: 0;
}
.swiper-pagination-bullet {
    background-color: #fff;
    border-radius: 100px;
    outline: none;
}
.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.banner .swiper-pagination-bullet-active {
    width: 40px;
}
.swiper-pagination-bullet-active {
    width: 20px;
}

.banner .swiper-slide {
    height: 0;
    padding-bottom: 30.64%;
    position: relative;
}
.banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.main-inner {
    padding: 60px 0;
}
.title {
    margin-bottom: 60px;
}
.title img {
    margin: 0 auto;
}
.newtitle img, .title img, .head img{
    height: 50px;
}
.newtitle a img, .title a img, .head a img{
    height: auto;
}
.title p {
    margin-top: 20px;
    color: rgba(120, 133, 128, 1);
    font-size: 14px;
}
/* 新闻动态 */
.news-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.dynamic {
    position: absolute;
    top: -76px;
    right: 0;
    font-size: 12px;
    color: rgba(7, 141, 124, 1);
}
.dynamic::before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 6px;
    width: 5px;
    height: 5px;
    background-color: rgba(38, 61, 53, 1);
    border-radius: 100px;
}
.news-row .news-col-left {
    width: 562px;
    height: 398px;
}
.news-row .news-col-left .zz {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(
            to top,
            rgba(56, 20, 1, 0.4) 0,
            rgba(56, 20, 1, 0) 100%
    );
}
.news-row .news-col-left .swiper-pagination {
    bottom: 30px;
}
.news-row .news-col-left img.jiaod {
    width: 37px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.news-row .news-col-left img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}
.news-row .news-col-right {
    width: 588px;
    margin-left: 30px;
}
.news-col-right .news-title {
    font-size: 20px;
    line-height: 26px;
}
.news-col-right > div {
    border-bottom: 1px dashed rgba(120, 133, 128, 0.5);
}
.news-col-right > div p {
    font-size: 14px;
    padding-top: 13px;
    margin-bottom: 30px;
    color: rgba(120, 133, 128, 1);
}
.news-col-right > div a {
    display: inline-block;
    margin-bottom: 30px;
}
.news-col-right > div a,
.news-col-right > div a img {
    width: 78px;
    height: 30px;
}
.time {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    line-height: 18px;
    color: rgba(120, 133, 128, 0.8);
}
.news-list li {
    margin-top: 20px;
}
.news-list li a {
    display: flex;
}
.news-list li a:hover {
    color: #000;
}
.news-list li a > div {
    width: 473px;
    margin-right: 20px;
}
.news-list li a > img {
    width: 95px;
    height: 67px;
    object-fit: cover;
}
.news-list li h4 {
    font-size: 14px;
}
/* 实体参与尽责 */
.part-top,
.donn-top,
.honor-top,
.cert-top {
    text-align: center;
}
.part-top .title {
    margin-bottom: 118px;
}
.part-eight {
    height: 80px;
    background-color: rgba(243, 250, 252, 1);
}
.part-eight .container {
    width: 1130px;
    height: 100%;
    position: relative;
}
.part-eight .eight-box {
    width: 919px;
    height: 90px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: -58px;
}
.part-eight .eight-box a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.part-eight .eight-box img {
    margin: 0 auto;
}
.part-eight .eight-box p {
    margin-top: 28px;
    font-size: 18px;
    color: rgba(38, 61, 53, 1);
}
.icon-eight {
    position: relative;
    top: -53px;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.show-more {
    display: block;
    color: #078D7C;
    border: 1px solid #078D7C;
    border-radius: 3px;
    font-size: 16px;
    padding: 4px 8px;
}


/* 地图 */
.map {
    padding: 60px 0 40px;
}
.map .select {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.map .select-box {
    width: 390px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 100px;
    padding: 0 15px;
    margin-left: 16px;
    border: solid 1px rgba(7, 141, 124, 1);
}
.map select {
    width: 100%;
    height: 100%;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    background: transparent;
}



/* rongyu */
.rongyu{
  width: 1180px;
  margin: 80px auto 0;
}
.rongyu .ry, .rongyu .zhengs{
  width: 47%;
}
.rongyu .ry-box{
  margin-top: 40px;
  color: #788580;
  font-size: 12px;
}
.rongyu .ryb,.rongyu .thead div{
  flex: 1;
  text-align: center;
}
.rongyu .ry-box .tbody{padding-left: 46px;}
.ry-box .thead{margin-left: 46px;}
.rongyu .ryb.name{text-align: left;color: #263D35;font-size: 16px;position: relative;width: 30%;}
.rongyu .ryb.name img{
  position: absolute;
  left: -46px;
  width: 36px;
  border-radius: 100%;
}
.rongyu .ryb.time{text-align: right;}
.rongyu .ryb.money{color: #263D35;}
.rongyu .ryb.money span{font-size: 17px;}
.rongyu .tr, .rongyu .thead{
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(120,133,128,.5);
}
.rongyu .zs-box{
  margin-top: 40px;
  font-size: 16px;
}
.z-h_box{height: 370px;overflow: hidden;}
.zs-box .z-h {
  color: rgba(38,61,53,.7);
  flex: unset!important;
  text-align: left!important;
  margin-right: 78px;
  cursor: pointer;
  display: inline-block;
  position: relative;;
}
.zs-box .z-h.cur{
  color: #16A06F;
}
.zs-box .thead{margin-bottom: 15px;}
.zs-box .z-h.cur::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 22px;
  left: 0;right: 0;
  margin: 0 auto;
  width: 10px;height: 8px;
  background: url(../../images/city/huainan/iconjt.png);
}
.zs-box .zs_box{flex-wrap: wrap;}
.zs_box .zs-cell {
  width: 174px;
  margin: 0 15px 15px 0;
}
.zs_box a:nth-child(3n) .zs-cell{margin-right: 0;}
.zs-box .zs_box img{
  width: 100%;
  height: 118px;
  object-fit: cover;
}
.zs_box .zs-cell .name{
  color: #263D35;
  font-size: 16px;
  margin-top: 8px;
}
.zs_box .zs-cell {
  color: rgba(120,133,128,.7);
  font-family: Helvetica Neue LT Pro;
  font-size: 12px;
}

.project-box{
    width: 47%;
}
.project-box .newtitle{
    margin-bottom: 30px;
}
.project-box .cell{
    min-height: 90px;
    display: flex;
    align-items: center;
    margin-top: 24px;
}
.project-box .cell .image{
    width: 150px;
    height: 90px;
    margin-right: 15px;
}
.project-box .cell .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.project-box .cell .infos{
    width: calc(100% - 150px - 15px);
}
.project-box .cell .infos .atitle{
    font-size: 18px;
}
.project-box .cell .ys{
    color: #078D7C;
}
.project-box .cell .hei{
    color: #263d35;
}
.project-box .cell .infos .state{
    color: #fff;
    background: #078D7C;
    border-radius: 3px;
    font-size: 16px;
    padding: 4px 8px;
}
.project-box .cell .infos .state.end{
    color: rgba(120, 133, 128, 0.6);
    border-color: rgba(120, 133, 128, 0.6);
}

.footer {
    background: #078d7c;
}