* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.linkUrl {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #555555;
}

.linkUrl:visited {
    color: #555555;
}

.head-top {
    width: 100%;
    height: 40px;
    background: #f2f5f4;
    display: flex;
    font-size: 14px;
    color: #555555;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
    box-sizing: border-box;
}

.leftBox {
    width: 75%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headrightBox {
    display: flex;
    align-items: center;
    width: 310px;
    height: 40px;
    justify-content: flex-end;
}

.rightLeftBox {
    display: flex;
    align-items: center;
}

.rightBoxImg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.rightBoxtext {
    font-size: 14px;
    color: #555555;
}

.pageTitle {
    margin-top: 35px;
    width: 100%;
    padding: 0 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titleList {
    display: flex;
    width: 652px;
    justify-content: space-between;
}

.titleItem {
    width: 96px;
    height: 38px;
    font-size: 16px;
    color: #444444;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
}

.titleItemImg {
    position: absolute;
    top: 20px;
    left: 37px;
    opacity: 0;
}

.titleItemImg1 {
    position: absolute;
    top: 20px;
    left: 37px;
    opacity: 1;
}

.titleItem1 {
    width: 96px;
    height: 38px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    color: #00a462;
    animation-name: example;
    animation-duration: 1s;
}

.titleItem:hover {
    color: #00a462;
    animation-name: example;
    animation-duration: 1s;
}

.titleItem:hover .titleItemImg {
    opacity: 1;
    animation-name: example1;
    animation-duration: 1s;
}

@-webkit-keyframes example {
    from {
        color: #444;
    }

    to {
        color: #00a462;
    }
}

@-webkit-keyframes example1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

    from {
        top: 30px;
    }

    to {
        top: 20px;
    }
}

.erjiTitle {
    width: 100%;
    height: 94px;
    /* background: #ffffff;
    opacity: 0.65; */
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 160px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.erjiTitleItem {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #444444;
    margin-right: 48px;
    cursor: pointer;
}

.erjiTitleItem1 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #00a462;
    margin-right: 48px;
    cursor: pointer;
}
.contentBanner{
    margin-top: 37px;
    width: 100%;
    height: 400px;
}
.contentBannerBox{
    font-size: 0;

}
.fotLinkUrl{
    color: #fff !important;
}
.detailRight{
    height: auto;
}
.rightBox .content{
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.swiperBox .swiperImg{
    object-fit: cover;
}
.nextText{
    margin: 30px 0;
    color:#333;font-size: 14px;
}
.detailLeft p{
    margin-bottom: 20px;
}