.image-list {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    height: 160px;
}

.image-list .item {
    flex: 0 0 20%;
    position: relative;
}

.image-list .item img {
    width: 100%;
    height: 100%;
}

.image-list .item .text {
    position: absolute;
    bottom: 5px;
    width: 100%;
    padding-right: 6px;
    text-align: right;
    right: 0;
    z-index: 10;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.while {
    color: #fff;
}

.culture {
    background-color: #f3f3f3;
    padding-bottom: 100px;
}

.culture-image {
    padding: 40px 0;
}

.culture-image img {
    width: 100%;
}

.sub-title {
    text-align: center;
}

.culture-box {
    display: flex;
    justify-content: space-between;
}

.culture-item {
    flex: 0 0 19%;
    height: 300px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: center;
}


/* 均瑶产业轮播图 */

.carousel-box {
    position: relative;
    margin: 40px 0;
    overflow: hidden;
}

.carousel-box .control {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    height: 60px;
    transform: translateY(190px);
    display: flex;
    justify-content: space-between;
    opacity: 0;
}

.carousel {
    overflow: hidden;
    height: 400px;
    transition: all 0.5s;
}

.carousel ul {
    position: absolute;
    width: 100%;
    display: flex;
    left: 0%;
    transition: all 1.5s;
}

.mao {
    position: absolute;
    right: 40px;
    bottom: 100px;
}

.carousel-box .carousel-more a {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
}

.carousel-box .control .prev img,
.carousel-box .control .next img {
    margin-top: 22px;
    cursor: pointer;
}

.carousel-box .control .prev,
.carousel-box .control .next {
    flex: 0 0 60px;
    background-color: rgba(0, 0, 0, 0.4);
    height: 60px;
    line-height: 54px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.carousel-box .control .prev:hover {
    background-color: rgb(35, 34, 34);
}

.carousel-box .control .next:hover {
    background-color: rgb(35, 34, 34);
}

.carousel .carousel-item {
    display: flex;
    flex: 0 0 15%;
    height: 429px;
}

.carousel .carousel-item .left {
    width: 100%;
    position: relative;
}

.carousel .carousel-item .left .carousel-title {
    position: absolute;
    top: 50px;
    color: #fff;
    /* right: 0; */
    width: 100%;
    text-align: center;
}

.carousel .carousel-this .left .carousel-title {
    display: none;
}

.carousel .carousel-item .right {
    width: 0;
}

.carousel .carousel-this .left {
    width: 70%;
}

.carousel .carousel-item .right {
    height: 100%;
    padding: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    background-color: #367c6c;
    display: none;
}

.carousel .carousel-this {
    flex: 0 0 70%;
}

.carousel .carousel-this .right {
    flex: 0 0 30%;
    display: flex;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
}

.carousel .carousel-item .big-img {
    display: none;
}

.carousel .carousel-item .small-img {
    display: none;
}

.carousel .carousel-item .left:hover .small-img {
    display: inline-block;
}

.carousel .carousel-item .left:hover .drak-small-img {
    display: inline-block;
}

.carousel .carousel-this .small-img {
    display: none;
}

.carousel .carousel-this .big-img {
    display: inline-block;
}

.crousel-bottom {
    line-height: 60px;
    height: 60px;
    background-color: #f9faf7;
    color: #666;
}

.crousel-bottom .bottom-title {
    display: inline-block;
    width: 50%;
    margin-left: 15%;
    background-color: #fff;
    text-align: center;
}


/* 新闻中心 */

.news_title {
    margin-bottom: 20px;
}

.news_search {
    border: 2px solid #646464;
    width: 520px;
    height: 34px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.news_top {
    overflow: hidden;
    padding-bottom: 15px;
}

.news_insert {
    padding: 25px;
    padding-top: 40px;
}

.news_top .left {
    float: left;
    width: 49%;
}

.news_top .left dt {
    margin-bottom: 55px;
}

.news_top .left dt img {
    width: 100%;
}

.news_top .left dd h3,
.news_top .right dd h3 {
    max-height: 108px;
    -webkit-line-clamp: 3;
}

.news_top .right dd {
    float: right;
    width: 51%;
}

.news_top .right dd h3 {
    height: 108px;
}

.news_top .right {
    float: right;
    width: 843px;
}

.index_more a:hover {
    background: #ae6e23;
    color: #fff !important;
}

.news_top .right li {
    margin-bottom: 28px;
}

.news_top .right dl {
    overflow: hidden;
    background: #f4f4f2;
}

.news_top .right dt {
    float: left;
    width: 49%;
}

.index_time {
    color: #91663c;
    margin: 15px 0;
    font-weight: bold;
}

.news_top .left dd p {
    max-height: 60px;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
}

.index_more02 {
    text-align: center;
}

.index_more {
    padding-top: 50px;
}

.index_more_bg a {
    background: #367c6c;
    color: #fff;
}

.index_more a {
    display: inline-block;
    width: 86px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ae6e23;
    border-radius: 20px;
    background: #fff;
}

.index_more02 a {
    width: 148px;
}

.index_more_bg a {
    background: #367c6c;
    color: #fff;
}

.news_more {
    padding-top: 20px;
}

.news_more a {
    display: inline-block;
    width: 38px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #367c6c;
    border-radius: 20px;
}

.chanye {
    overflow: hidden;
}


/* 大事记 */

.develop .title-wrap {
    margin-bottom: 40px;
}

.ab-p04-box {
    padding: 5% 0;
}

.item-top {
    position: relative;
}

.item-top li {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    border-radius: 20px;
    color: #fff;
}

.item-top li.on {
    color: #fff;
    background: #367c6c;
}

.item-top .swiper-button-prev {
    left: -30px;
    background-size: 20px 30px;
}

.item-top .swiper-button-next {
    right: -30px;
    background-size: 20px 30px;
}

.item-top.swiper-button-prev.swiper-button-disabled,
.item-top.swiper-button-next.swiper-button-disabled {
    pointer-events: inherit !important;
    opacity: 1;
}

.item-top.swiper-button-prev.disabled {
    cursor: default;
    opacity: 0.5;
}

.item-top.swiper-button-next.disabled {
    cursor: default;
    opacity: 0.5;
}

.item-bot {
    color: #fff;
}

.his-ll {
    float: left;
   
    text-align: center;

    height: 620px;

}

.his-ll .swiper-container {
    height: 800px;
    overflow: hidden;
}

.his-ll li {
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.his-ll li.on {
    font-weight: bold;
}

.his-ll li.on::after {
    opacity: 1;
}

.his-rr {
    float: right;
    width: calc(100% - 160px);
    padding: 110px 0 0;
}

.his-rr ul {
    float: left;
    width: 65%;
}

.his-rr ul li {
    padding: 2% 0;

}

.his-rr ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.37);
}

.his-rr ul li:first-child {
    padding-top: 0;
}

.his-rr ul li:last-child {
    padding-bottom: 0;
}

.his-rr ul li:last-child::after {
    opacity: 0;
}

.his-rr dl {
    float: right;
    width: 26%;
}

.his-rr dl dd {
    width: 100%;
    margin-bottom: 8%;
}

@media only screen and (max-width:1365px) {
    .about-part02 li .inner {
        padding: 5% 8%;
    }
}

@media only screen and (max-width:1279px) {
    .his-ll {
        width: 120px;
    }
    .his-rr {
        width: calc(100% - 160px);
    }
    .item-top {
        font-size: 14px;
    }
}

@media only screen and (max-width:1023px) {
    .about-part02 .con {
        padding: 5% 0;
    }
    .about-part02 li {
        width: 48%;
        height: auto;
        padding-bottom: 0;
    }
    .item-top .swiper-button-prev {
        left: 0;
    }
    .item-top .swiper-button-next {
        right: 0;
    }
    .item-top .swiper-container {
        width: calc(100% - 80px);
        margin: 0 auto;
    }
    .his-ll,
    .his-ll .swiper-container {
        height: 300px;
    }
}

@media only screen and (max-width:767px) {
    .about-part01 li {
        width: 50%;
        margin-bottom: 3%;
    }
    .about-part01 dd {
        width: 100%;
    }
    .about-part01 dd .txt p {
        height: auto;
    }
    .about-part02 li {
        width: 100%;
        margin: 0 0 2%;
        text-align: center;
    }
    .about-part02 li span {
        margin: 0 auto;
    }
    .about-part02 li p::after {
        left: 50%;
        margin-lefT: -35px;
    }
    .about-part03 .tab-tit li {
        padding: 0 10px;
        margin-right: 10px;
    }
    .about-part03 .tab-tit li::before {
        opacity: 0;
    }
    .about-part03 .tab-tit li.on {
        margin-right: 10px;
        margin-left: 0px;
    }
    .about-part03 .tabc-box01 dt,
    .about-part03 .tabc-box01 dd {
        width: 100%;
    }
    .about-part03 .tabc-box01 dd {
        margin: 5% 0;
    }
    .his-ll {
        width: 56px;
        padding: 20px 0;
    }
    .his-rr {
        width: calc(100% - 70px);
        padding-top: 20px;
    }
    .his-rr ul {
        margin-bottom: 5%;
    }
    .his-rr ul,
    .his-rr dl {
        width: 100%;
    }
    .his-ll,
    .his-ll .swiper-container {
        height: 200px;
    }
}

.his-ll .swiper-wrapper {
    display: none;
}

.his-ll .swiper-active {
    display: block;
}

.his-rr .his-rr-item {
    display: none;
}

.his-rr .his-rr-item-active {
    display: block;
}

.more {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #999;
}

.more #showMore {
    cursor: pointer;
}

.more #showMore:hover {
    color: #000;
}

.more-about {
    display: none;
}
.padding-home{
	padding:0 10px;
}