#body {
    width: 100%;
}

#body .banner {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

#body .banner .banner-item {
    width: 100%;
}

#body .banner .banner-item-video {
    height: 100%;
}

#body .banner .banner-item-video video {
    width: 100%;
    height: 100%;
}

#body .banner .banner-item-img {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*新增开始*/
#body .banner .banner-item-img.slick-active {
    animation: banner-item-img 0s infinite;
    animation-timing-function: linear;
}
@keyframes banner-item-img {
    0% {
        transform: scale(1.5);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.5);
    }
}
/*新增结束*/
#floating {
    position: fixed;
    z-index: 999999999999999;
    cursor: pointer;
    /*right: 50px;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*margin: auto;*/
    width: 138px;
    height: 138px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../images/index/floating1.png");
    transition: all 0.5s;
}
#floating:hover {
    transform: scale(1.05);
}

#floating>div {
    width: 100%;
    height: 100%;
    position: relative;
}

/*#floating>div>p {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 11px;
    right: 11px;
}*/
#floating > .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 11px;
    right: 11px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../images/index/floating-close.jpg");
    cursor: pointer;
    opacity: 0;
}
#floating:hover > .close {
    opacity: 1;
}
.slick-dots {
    bottom: 30px !important;
}

.slick-dots li button::before {
    opacity: 0.5 !important;
    color: #ffffff !important;
    background: #ffffff !important;
    content: "" !important;
    width: 64px !important;
    height: 4px !important;
    border-radius: 4px !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
}

.slick-dots li {
    width: 64px !important;
    height: 4px !important;
    border-radius: 4px !important;
}

.slick-dots li button {
    width: 64px !important;
    height: 4px !important;
    border-radius: 4px !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

#body .news {
    width: 100%;
}

#body .news .news_ {
    padding: 64px 0;
}

.news-title {
    width: 100%;
    height: 48px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 32px;
    justify-content: space-between;
}

.news-title-left {
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 32px;
}

.news-title-left>div:first-of-type {
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    margin-right: 2px;
}

.news-title-left>div:last-of-type {
    color: #B8C0C8;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    padding-left: 4px;
    border-bottom: 2px solid #74B53B;
}

.news-title-right {
    height: 48px;
    display: flex;
    flex-wrap: nowrap;
}

.news-title-right_ {
    color: #23181B;
    height: 48px;
    cursor: pointer;
    line-height: 40px;
    font-size: 18px;
    padding: 0 15px;
/*新增*/
    box-sizing: border-box;
    display: block;
    position: relative;
}
.news-title-right_:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    background-color: #74b53b;
    opacity: 0;
    transition: all 0.5s;
}
.news-title-right_:hover:after {
    left: calc(50% - 20px);
    right: calc(50% - 20px);
    opacity: 1;
}

/*.news-title-right-active {
    position: relative;
    color: #74B53B !important;
}
.news-title-right-active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 2px;
    background-color: #74B53B;
}*/
.news-title-right-active:after {
    left: calc(50% - 20px);
    right: calc(50% - 20px);
    opacity: 1;
}


.news-content {
    width: 100%;
    height: 316px;
    overflow: hidden;
}

.news-content-item {
    width: 100%;
    height: 316px;
    display: flex !important;
    flex-wrap: nowrap;
}

.news-content-left {
    width: 576px;
    height: 316px;
    overflow: hidden;
    margin-right: 48px;
}

.news-content-left_ {
    width: 576px;
    height: 316px;
    position: relative;
}

.news-content-left_img {
    width: 576px;
    height: 316px;
    transition: all 0.5s;
}

.news-content-left_img:hover {
    scale: 1.03;
}

.news-content-left_text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    padding: 0 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.23);
    backdrop-filter: blur(0px);
}

.news-content-left_text>div:first-of-type {
    color: #ffffff;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
}

.news-content-left_text>div:last-of-type {
    position: relative;
    width: 112px;
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.slick-prev {
    left: 0 !important;
}

.slick-next {
    right: 0 !important;
}

.news-content-left_text>div:last-of-type>div:nth-of-type(1) {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/index/news-content-left_text-left.png");
}

.news-content-left_text>div:last-of-type>div:nth-of-type(2) {
    flex: 1;
    width: 0;
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.news-content-left_text>div:last-of-type>div:nth-of-type(2) p:nth-of-type(1) {
    color: #74B53B;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
}

.news-content-left_text>div:last-of-type>div:nth-of-type(2) p:nth-of-type(2) {
    color: #FFFFFF;
    font-size: 14px;
    height: 60px;
    margin-right: 2px;
    line-height: 60px;
}

.news-content-left_text>div:last-of-type>div:nth-of-type(2) p:nth-of-type(3) {
    color: #FFFFFF;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
}

.news-content-left_text>div:last-of-type>div:nth-of-type(3) {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/index/news-content-left_text-right.png");
}

.news-content-right {
    flex: 1;
    width: 0;
    height: 316px;
}

.news-content-right>div:first-of-type {
    width: 100%;
    margin-bottom: 16px;
}

.news-content-right>div:first-of-type ul {
    width: 100%;
}

.news-content-right>div:first-of-type ul li {
    width: 100%;
    height: 24px;
    display: flex;
    cursor: pointer;
    flex-wrap: nowrap;
    margin-bottom: 16px;
    gap: 1px;
}

.news-content-right>div:first-of-type ul li:last-of-type {
    margin-bottom: 0 !important;
}

.news-content-right>div:first-of-type ul li div:first-of-type {
    color: #23181B;
    flex: 1;
    width: 0;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-content-right>div:first-of-type ul li:hover > div:first-of-type {
    color: #74B53B !important;
}

.news-content-right>div:first-of-type ul li div:last-of-type {
    color: #98A2AB;
    width: 100px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
}

.news-content-right>div:last-of-type {
    width: 100%;
    height: 76px;
    position: absolute;
    bottom: 0;
}

#body .business {
    width: 100%;
    height: 628px;
    position: relative;
}

#body .business-banner {
    width: 100%;
    height: 100%;
}

#body .business-banner .business-banner-item {
    width: 100%;
    height: 628px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#body .business .business_ {
    position: absolute;
    z-index: 99999999;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: calc((100% - 1200px) / 2 + 406px);
    padding-top: 64px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.23);
    backdrop-filter: blur(0px);
}

.business-title {
    width: 100%;
    height: 40px;
    display: flex;
    padding-left: calc(100% - 406px);
    box-sizing: border-box;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 32px;
}

.business-title>div:first-of-type {
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    margin-right: 2px;
}

.business-title>div:last-of-type {
    color: #FFFFFF;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    padding-left: 4px;
    border-bottom: 2px solid #74B53B;
}

.business-content {
    width: 100%;
}

.business-content ul {
    width: 100%;
}

.business-content ul li {
    width: 100%;
    cursor: pointer;
    padding-left: calc(100% - 406px);
    padding-top: 24px;
    padding-bottom: 24px;
    box-sizing: border-box;
    transition: all 0.2s linear;
}

.business-content-active {
    background-color: rgba(116, 181, 59, 0.64);
}

.business-content-active > div:last-of-type {
    display: block !important;
}

.business-content ul li>div:first-of-type {
    width: 100%;
    height: 26px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.business-content ul li>div:first-of-type>div:nth-of-type(1) {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.business-content ul li>div:first-of-type>div:nth-of-type(2) {
    color: #FFFFFF;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 8px;
}

.business-content ul li>div:first-of-type>div:nth-of-type(3) {
    color: #FFFFFF;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
}

.business-content ul li>div:last-of-type {
    display: none;
    width: 245px;
    margin-top: 8px;
}

.business-content ul li>div:last-of-type>p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.business-content ul li>div:last-of-type>div {
    color: #FFFFFF;
    height: 36px;
    line-height: 36px;
    padding: 0 24px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    border-radius: 18px;
    border: 1px solid #FFFFFF;
}

#body .announcement {
    width: 100%;
    background-color: #F4F7FB;
}

#body .announcement .announcement_ {
    padding: 64px 0;
}

#body .announcement .announcement_ .announcement-title {
    width: 100%;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 32px;
}

#body .announcement .announcement_ .announcement-title>div:first-of-type {
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    margin-right: 2px;
}

#body .announcement .announcement_ .announcement-title>div:last-of-type {
    color: #B8C0C8;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    padding-left: 4px;
    border-bottom: 2px solid #74B53B;
}

#body .announcement .announcement_ .announcement-content {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#body .announcement .announcement_ .announcement-content .announcement-content_ {
    width: 576px;
}

.announcement-content_title {
    width: 100%;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 16px;
    position: relative;
    border-bottom: 1px solid #E8E9EB;
}

.announcement-content_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 72px;
    height: 2px;
    background-color: #74B53B;
}

.announcement-content_title>div:first-of-type {
    color: #23181B;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}

.announcement-content_title>div:last-of-type {
    color: #74B53B;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    font-size: 16px;
    padding-right: 18px;
    position: relative;
}

.announcement-content_title>div:last-of-type:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/index/announcement-content_title-arrow.png");
}

.announcement-content_content {
    width: 100%;
}

.announcement-content_content ul {
    width: 100%;
}

.announcement-content_content ul li {
    width: 100%;
    height: 56px;
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer;
    border-bottom: 1px solid #E8E9EB;
}

.announcement-content_content ul li div:first-of-type {
    color: #23181B;
    flex: 1;
    width: 0;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
}

.announcement-content_content ul li:hover > div:first-of-type {
    color: #74B53B !important;
}

.announcement-content_content ul li div:last-of-type {
    color: #98A2AB;
    width: 100px;
    height: 56px;
    font-size: 14px;
    line-height: 56px;
}
