@keyframes triggerFadeInRight {
    0% {
        transform: translate(4px, 0px);
    }
    50% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(4px, 0px);
    }
}

html,
body {
    width: 100%;
    height: 100%;
}

.plant-box-top {
    width: 100%;
    height: 66px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.plant-title {
    width: calc(100% - 90px);
}

.plant-title .cn {
    font-size: 30px;
    color: #000;
    height: 36px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.plant-title .cn img {
    margin-right: 6px;
}

.plant-title .en {
    font-family: "Microsoft-Himalaya";
    font-size: 26px;
    line-height: 30px;
    color: #d4d4d4;
    box-sizing: border-box;
    padding-left: 15px;
    white-space: nowrap;
}

.more-button {
    display: block;
    width: 80px;
    height: 38px;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    padding-left: 13px;
    font-size: 14px;
    font-family: "ArialMT";
    color: #9f9f9f;
    line-height: 36px;
    position: relative;
    flex-shrink: 0;
}

.more-button::after {
    content: "+";
    color: #d52f2f;
    line-height: 5px;
    position: absolute;
    top: 8px;
    right: 10px;
}

.more-button:hover {
    background: #d52f2f;
    color: #fff;
    border-color: #d52f2f;
}

.more-button:hover::after {
    color: #fff;
}

.to-top-box {
    width: 60px;
    height: 54px;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 10px;
    right: 50px;
    background: #c11f1c;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 10px;
    z-index: 10;
    flex-wrap: wrap;
    transition: all 0.4s linear;
    cursor: pointer;
}

.to-top-box .iconfont {
    font-size: 20px;
    line-height: 10px;
    color: #fff;
}

.to-top-box p {
    font-family: "ArialMT";
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    font-weight: bold;
}

.to-top-box.fixed {
    bottom: 100px;
}

.index-box {
    width: 100%;
    min-height: 100%;
    background: #fff;
    overflow-y: auto;
}

.index-container .banner-box {
    width: 100%;
    height: 720px;
    position: relative;
}

.index-container .banner-box .banner-swiper {
    width: 100%;
    height: 100%;
}

.index-container .banner-box .banner-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* transform: scale(1.2);
  transition: ease 3s;
  opacity: 0.5; */
}


/* .index-container .banner-box .swiper-slide-active .banner-img {
  transform: scale(1);
  opacity: 1;
} */

.index-container .banner-box .banner-pagination {
    width: 16px;
    position: absolute;
    bottom: 200px;
    right: 84px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.index-container .banner-box .banner-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.8;
    margin-top: 12px;
}

.index-container .banner-box .banner-pagination .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background: #dd3032;
}

.index-container .news-elegant {
    width: 100%;
    background: #f8fafe url("../img/ground.jpg") no-repeat bottom center;
    background-size: 100% auto;
    padding: 80px 0;
}

.index-container .news-box {
    width: 75%;
    margin: 0 auto 80px;
    display: flex;
    justify-content: space-between;
}

.index-container .news-box .news-left {
    width: 58%;
    box-sizing: border-box;
    padding-top: 6px;
}

.index-container .news-box .news-left .news-left-top {
    width: 100%;
    height: 56px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.index-container .news-box .plant-box-top .plant-title {
    width: 266px;
    padding-right: 198px;
    background: url("../img/qiao.png") no-repeat right bottom;
}

.index-container .news-box .news-left .news-swiper {
    width: 100%;
    /* height: 500px; */
    height: 557px;
    border-radius: 4px;
    margin-bottom: 26px;
}

.index-container .news-box .news-left .news-swiper .news-item {
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.index-container .news-box .news-left .news-swiper .new-info {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    box-sizing: border-box;
    padding: 470px 20px 0;
    /* background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.6) 100%); */
}

.index-container .news-box .news-left .news-swiper .new-info--title {
    flex-grow: 1;
    width: 100%;
    font-size: 22px;
    margin-right: 100px;
    display: flex;
    align-items: center;
}

.index-container .news-box .news-left .news-swiper .new-info--title span {
    font-weight: bold;
    margin-right: 14px;
}

.index-container .news-box .news-left .news-swiper .new-info--date {
    margin-left: 34px;
    flex-shrink: 0;
    text-align: right;
}

.index-container .news-box .news-left .news-swiper .new-info--date .day {
    font-family: "ArialMT";
    line-height: 26px;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 8px;
}

.index-container .news-box .news-left .news-swiper .new-info--date .year {
    line-height: 18px;
    font-size: 18px;
}

.index-container .news-box .news-left .news-pagination {
    height: 14px;
    width: auto;
    display: flex;
    align-items: center;
    bottom: 30px;
    right: 130px;
    left: unset;
}

.index-container .news-box .news-left .news-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d3d3d3;
    opacity: 0.5;
    margin: 0 4px;
}

.index-container .news-box .news-left .news-pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 1;
}

.index-container .news-box .news-left .news-list {
    width: 100%;
}

.index-container .news-box .news-left .news-list li {
    line-height: 36px;
    font-size: 16px;
}

.index-container .news-box .news-left .news-list li a {
    color: #828282;
    display: flex;
    align-items: center;
}

.index-container .news-box .news-left .news-list li a:hover {
    color: #d52f2f;
}

.index-container .news-box .news-left .news-list li a:hover .date {
    color: #d52f2f;
}

.index-container .news-box .news-left .news-list li a:hover .circle {
    background: #d52f2f;
}

.index-container .news-box .news-left .news-list li .date {
    color: #aaa;
    flex-shrink: 0;
}

.index-container .news-box .news-left .news-list li .circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #9f9f9f;
    opacity: 0.9;
    flex-shrink: 0;
    margin: 0 16px;
}

.index-container .news-box .news-right {
    width: 40%;
    position: relative;
}
.index-container .news-box .news-right a img{
	width: 100%;
}

.index-container .news-box .news-right .news-tab {
    width: 100%;
    height: 48px;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    border: 1px solid #eef1f4;
    display: flex;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 20px;
}

.index-container .news-box .news-right .news-tab li {
    flex-grow: 1;
    height: 100%;
    cursor: pointer;
    border-radius: 4px;
    font-size: 20px;
    color: #121212;
    transition: all 0.4s linear;
}
.index-container .news-box .news-right .news-tab li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.index-container .news-box .news-right .news-tab li span {
    color: #121212;
}

.index-container .news-box .news-right .news-tab li .iconfont {
    font-size: 24px;
    color: #d2d2d2;
    margin-right: 10px;
}

.index-container .news-box .news-right .news-tab li:hover {
    opacity: 0.7;
}

.index-container .news-box .news-right .news-tab li.active {
    background: #dd3032;
    color: #fff;
}
.index-container .news-box .news-right .news-tab li.active span {
    color: #fff;
}

.index-container .news-box .news-right .news-tab li.active:hover {
    opacity: 1;
}

.index-container .news-box .news-right .news-tab li.active .iconfont {
    color: #fff;
}

.index-container .news-box .news-right .news-plant {
    width: 100%;
    background-color: #F8FAFE;
    position: absolute;
    top: 65px;
    left: 0;
}

.index-container .news-box .news-right .news-item a:last-child li {
    border-bottom-color: transparent;
}

.index-container .news-box .news-right .news-plant li {
    padding: 12px 18px 12px 28px;
}

.index-container .news-box .news-right .news-plant li .new-list-title {
    font-size: 18px;
}


/* .index-container .news-box .news-right .news-plant li .new-list-con {
    font-size: 16px;
} */


/* .index-container .news-box .news-right .news-plant .first-news {
    display: block;
}

.index-container .news-box .news-right .news-plant .first-news h4 {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    height: 60px;
}
.index-container .news-box .news-right .news-plant .first-news .news-desc {
    font-size: 16px;
    color: #8d8d8d;
    line-height: 28px;
    margin-top: 26px;
}

.index-container .news-box .news-right .news-plant .first-news .news-desc .detail {
    color: #000;
    margin-left: 10px;
}

.index-container .news-box .news-right .news-plant .first-news .news-date {
    font-size: 24px;
    font-family: "ArialMT";
    line-height: 28px;
    color: #d52f2f;
    position: relative;
    margin-top: 38px;
}

.index-container .news-box .news-right .news-plant .first-news .news-date::after {
    content: "";
    width: 60px;
    height: 5px;
    border-radius: 3px;
    background: #d52f2f;
    position: absolute;
    left: 0;
    bottom: -7px;
}

.index-container .news-box .news-right .news-plant .first-news:hover h4,
.index-container .news-box .news-right .news-plant .first-news:hover .detail {
    color: #d52f2f;
}

.index-container .news-box .news-right .news-plant .last-news {
    line-height: 36px;
    font-size: 16px;
    color: #828282;
    display: flex;
    align-items: center;
    margin-top: 58px;
}

.index-container .news-box .news-right .news-plant .last-news:hover {
    color: #d52f2f;
}

.index-container .news-box .news-right .news-plant .last-news:hover .date {
    color: #d52f2f;
}

.index-container .news-box .news-right .news-plant .last-news:hover .circle {
    background: #d52f2f;
}

.index-container .news-box .news-right .news-plant .last-news .date {
    color: #aaa;
    flex-shrink: 0;
}

.index-container .news-box .news-right .news-plant .last-news .circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #9f9f9f;
    opacity: 0.9;
    flex-shrink: 0;
    margin: 0 16px;
}

.index-container .news-box .news-right .news-plant .special-entrance {
    display: block;
    width: 100%;
    height: 174px;
    margin-top: 44px;
}

.index-container .news-box .news-right .news-plant .special-entrance img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.index-container .elegant-box {
    width: 75%;
    background: #ffffff url("../img/ground3.png") no-repeat;
    background-position: 46px bottom;
    box-shadow: 0px 0px 27px 2px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 70px;
}

.index-container .elegant-box .plant-title {
    margin-bottom: 40px;
}

.index-container .elegant-box .elegant-project {
    width: 100%;
    padding: 0 38px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.index-container .elegant-box .elegant-container {
    width: calc(100% - 20px);
    margin-left: 20px;
}

.index-container .elegant-box .elegant-swiper {
    width: 100%;
    height: 454px;
}

.index-container .elegant-box .elegant-left {
    width: 58%;
}

.index-container .elegant-box .elegant-left .demeanor-img {
    width: 100%;
    height: 454px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.index-container .elegant-box .elegant-left .demeanor-img img {
    height: 100%;
    cursor: pointer;
    object-fit: cover;
    transition: all 0.8s;
}

.index-container .elegant-box .elegant-left .demeanor-img .demeanor-title {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 0 20px 0 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: -80px;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: ease 0.8s;
}

.index-container .elegant-box .elegant-left .demeanor-img .demeanor-title p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: default;
}

.index-container .elegant-box .elegant-left .demeanor-img .demeanor-title .detail {
    display: block;
    width: 86px;
    height: 36px;
    flex-shrink: 0;
    margin-left: 14px;
    text-align: center;
    line-height: 36px;
    background: #dd3032;
    border-radius: 18px;
}

.index-container .elegant-box .elegant-left .demeanor-img .demeanor-title .detail .iconfont {
    font-size: 20px;
    cursor: pointer;
}

.index-container .elegant-box .elegant-left .demeanor-img:hover .demeanor-title {
    bottom: 0;
}

.index-container .elegant-box .elegant-left .demeanor-data {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #7c7b7b;
    position: relative;
    margin-top: 10px;
}

.index-container .elegant-box .elegant-left .demeanor-data .iconfont {
    font-size: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 36px;
    color: #dd3032;
    animation: triggerFadeInRight 0.8s infinite;
    background: #fff;
}

.index-container .elegant-box .elegant-right {
    width: 40%;
}

.index-container .elegant-box .elegant-right .project-list {
    width: 100%;
}

.index-container .elegant-box .elegant-right .project-list li {
    width: 100%;
    height: 114px;
    border: 1px solid rgba(230, 0, 18, 0.1);
    border-top-color: transparent;
    margin-top: -1px;
}

.index-container .elegant-box .elegant-right .project-list li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 28px 18px 28px 28px;
}

.index-container .elegant-box .elegant-right .project-list li a .project-info--title {
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    width: 100%;
}

.index-container .elegant-box .elegant-right .project-list li a .project-info--desc {
    font-size: 14px;
    color: #959595;
    line-height: 14px;
    width: 100%;
    margin-top: 20px;
}

.index-container .elegant-box .elegant-right .project-list li a .project-info--date {
    font-size: 18px;
    font-family: "ArialMT";
    color: #9f9f9f;
    line-height: 18px;
}

.index-container .elegant-box .elegant-right .project-list li a .project-info--trigger {
    width: 50px;
    height: 24px;
    font-size: 22px;
    line-height: 24px;
    box-sizing: border-box;
    border-left: 1px solid rgba(125, 125, 125, 0.5);
    text-align: right;
    margin-top: 18px;
    color: #595959;
}

.index-container .elegant-box .elegant-right .project-list li a .info-left {
    width: calc(100% - 80px);
}

.index-container .elegant-box .elegant-right .project-list li a .info-right {
    flex-shrink: 0;
    margin-left: 30px;
}

.index-container .elegant-box .elegant-right .project-list li:first-child {
    margin-top: 0;
    border-top-color: rgba(230, 0, 18, 0.1);
}

.index-container .elegant-box .elegant-right .project-list li:hover {
    border-color: #e60012;
}

.index-container .elegant-box .elegant-right .project-list li:hover a .project-info--date {
    color: #555;
}

.index-container .elegant-box .elegant-right .project-list li:hover a .project-info--title,
.index-container .elegant-box .elegant-right .project-list li:hover a .project-info--desc,
.index-container .elegant-box .elegant-right .project-list li:hover a .project-info--trigger {
    color: #e60012;
}

.index-container .elegant-box .elegant-right .project-list li:hover a .project-info--title {
    font-weight: bold;
}

.index-container .elegant-box .digital-data {
    width: 100%;
    height: 108px;
    border-radius: 6px;
    background: #dd3032;
    margin-top: 134px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.index-container .elegant-box .digital-data li {
    width: calc(16.67% - 9px);
    height: 100px;
    margin: 0 5px 0 4px;
    box-sizing: border-box;
    border: 1px solid #f67677;
    position: relative;
    box-sizing: border-box;
    padding-top: 10px;
}

.index-container .elegant-box .digital-data li p {
    text-align: center;
    font-size: 14px;
    line-height: 48px;
    color: #fff;
}

.index-container .elegant-box .digital-data li p .num {
    font-size: 40px;
    font-weight: bold;
}

.index-container .elegant-box .digital-data li .unip {
    line-height: 14px;
}

.index-container .elegant-box .digital-data li::after {
    content: "";
    width: 1px;
    height: 100px;
    background: rgba(246, 246, 246, 0.4);
    position: absolute;
    top: 0;
    right: -6px;
}

/* 看见蜀高模块 */
.index-container .why-kjsd-module {
    height: 100%;
    padding-top: 60px;
    position: relative;
    width: 75%;
    margin: 0 auto;
}

.index-container .why-kjsd-module .why-kjsd-more {
    margin-right: 130px;
    margin-top: 24px;
}

.index-container .why-kjsd-module .video-more {
    z-index: 2;
    position: absolute;
    right: 128px;
    top: 88px;
    margin: 0;
}

.index-container .why-kjsd-module .why-kjsd-video {
    width: 66%;
    min-width: 1040px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-top: -34px;
    padding-bottom: 94px;
}

.index-container .why-kjsd-module .why-kjsd-video_item {
    display: none;
}

.index-container .why-kjsd-module .why-kjsd-video .show {
    display: block;
    position: relative;
    z-index: 1;
}

.index-container .why-kjsd-module .why-kjsd-video_title {
    text-align: center;
    font-size: 24px;
    color: #313131;
    margin-bottom: 20px;
    padding: 0 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-container .why-kjsd-module .why-kjsd-switch {
    cursor: pointer;
}

.index-container .why-kjsd-module .see-intones-video {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 2px;
}

.index-container .why-kjsd-module .why-kjsd-bg {
    width: 970px;
    height: 570px;
    background: #f3f4f5;
    position: absolute;
    opacity: 0.7;
    z-index: 0;
}

.index-container .why-kjsd-module .why-bg-item1 {
    right: -134px;
    top: 18px;
    height: calc(100% - 156px);
}

.index-container .why-kjsd-module .why-bg-item2 {
    right: -68px;
    top: -28px;
    height: calc(100% - 164px);
}

.index-container .why-kjsd-module .why-bg-item3 {
    position: absolute;
    left: 180px;
    bottom: 50px;
    z-index: 0;
    width: 70%;
}

.index-container .why-kjsd-module .why-bg-item3 img {
    width: 100%;
}




.index-container .notice-bid {
    width: 100%;
    padding: 80px 0;
    background: #d6ebff url("../img/background4.jpg") no-repeat center bottom;
}

.index-container .notice-bid-container {
    width: 75%;
    height: 540px;
    margin: 0 auto;
    border-radius: 4px;
    background: url("../img/gonggao.png") no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 70px 58px 0;
}

.index-container .notice-bid-container .notice-box,
.index-container .notice-bid-container .bid-box {
    width: 48%;
    position: relative;
}

.index-container .notice-bid-container .swiper-container {
    width: calc(100% - 20px);
    margin-top: 50px;
    margin-left: 20px;
    height: 216px;
}

.index-container .notice-bid-container .swiper-container .swiper-slide {
    height: auto;
}

.index-container .notice-bid-container .notice-bid-list li a {
    height: 54px;
    display: flex;
    align-items: center;
}

.index-container .notice-bid-container .notice-bid-list li a:hover .notice-bid-title {
    color: #dd3032;
}

.index-container .notice-bid-container .notice-bid-list li a:hover .more {
    color: #000;
}

.index-container .notice-bid-container .notice-bid-list li .circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #dd3032;
    margin-right: 16px;
    flex-shrink: 0;
}

.index-container .notice-bid-container .notice-bid-list li .notice-bid-title {
    font-size: 18px;
    color: #555555;
    margin-right: 30px;
}

.index-container .notice-bid-container .notice-bid-list li .more {
    width: 70px;
    height: 34px;
    line-height: 34px;
    display: block;
    font-size: 12px;
    box-sizing: border-box;
    padding-left: 11px;
    color: #9f9f9f;
    position: relative;
    margin-left: auto;
    flex-shrink: 0;
}

.index-container .notice-bid-container .notice-bid-list li .more::after {
    content: "+";
    color: #d52f2f;
    line-height: 5px;
    position: absolute;
    top: 8px;
    right: 10px;
}

.index-container .notice-bid-container .check-more {
    display: block;
    width: 114px;
    height: 34px;
    border-radius: 16px;
    box-sizing: border-box;
    border: 1px solid #dd3032;
    background: #fff7f7;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #dd3032;
    margin-top: 20px;
    margin-left: 20px;
}

.index-container .notice-bid-container .check-more:hover {
    background: #dd3032;
    color: #fff;
}

.index-container .notice-bid-container .switch-box {
    width: 16px;
    height: 38px;
    position: absolute;
    top: 0;
    right: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.index-container .notice-bid-container .switch-box .switch-prev,
.index-container .notice-bid-container .switch-box .switch-next {
    height: 10px;
    color: #b81f27;
}

.index-container .notice-bid-container .switch-box .switch-prev span,
.index-container .notice-bid-container .switch-box .switch-next span {
    line-height: 10px;
    display: block;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.index-container .notice-bid-container .switch-box .swiper-button-disabled span {
    color: #d2d2d2;
}

.index-container .notice-bid-container .switch-box .switch-next {
    margin-top: 12px;
}

.index-container .notice-bid-container .switch-box .switch-next span {
    transform: rotate(180deg);
}

.information-disclosure {
    width: 100%;
    min-height: 100%;
}

.information-disclosure .information-disclosure-banner {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: url("../img/msg/msg.jpg") no-repeat right center;
    background-size: auto 100%;
}

.information-disclosure .information-disclosure-box {
    width: 100%;
    background: #fbfcff url("../img/msg/bg2.jpg") no-repeat bottom center;
    background-size: 100% auto;
    box-sizing: border-box;
    padding: 40px 0 200px;
}

.information-disclosure .box-container {
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.information-disclosure .information-disclosure-nav {
    width: 336px;
    flex-shrink: 0;
    margin-right: 32px;
}

.information-disclosure .information-disclosure-nav ul {
    width: 100%;
    background: #fff;
}

.information-disclosure .nav-title {
    width: 100%;
    height: 76px;
    display: block;
    line-height: 76px;
    color: #000;
    font-size: 16px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 100px;
    box-shadow: 0px 1px 0px rgba(230, 230, 230, .9);
}

.information-disclosure .nav-title.no-child {
    padding-left: 108px;
}

.information-disclosure .nav .triangle {
    display: inline-block;
    border-top: 4px solid transparent;
    border-left: 4px solid #000;
    border-bottom: 4px solid transparent;
    margin-right: 6px;
}

.information-disclosure .nav.current .nav-title {
    color: #fff;
    background-color: #EA3D3F;
}

.information-disclosure .nav.current .triangle {
    transform: rotate(90deg);
    border-left-color: #fff;
}

.information-disclosure .child-menu a {
    width: 100%;
    height: 76px;
    display: block;
    line-height: 76px;
    color: #8A8A8A;
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 1px 0px rgb(230 230 230 / 90%);
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 12px;
}

.information-disclosure .child-menu a.active,
.information-disclosure .child-menu a:hover {
    width: 100%;
    height: 76px;
    line-height: 76px;
    background-color: #FCEBEB;
    color: #DD3032;
}

.information-disclosure .child-menu .child-menu-title {
    height: 76px;
    line-height: 76px;
    text-align: center;
    color: #8A8A8A;
    box-shadow: 0px 1px 0px rgb(230 230 230 / 90%);
}

.information-disclosure .child-menu .point {
    width: 4px;
    height: 4px;
    background: #8A8A8A;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.information-disclosure .child-menu a.active .point,
.information-disclosure .child-menu a:hover .point {
    background-color: #DD3032;
}

.information-disclosure .information-disclosure-data {
    width: calc(100% - 368px);
}

.information-disclosure .photos-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.information-disclosure .photos-list::after {
    content: '';
    width: calc(33.33% - 12px);
}

.information-disclosure .photos-list li {
    width: calc(33.33% - 12px);
    height: 334px;
}

.information-disclosure .photos-list a {
    display: block;
    width: 100%;
    height: 100%;
}

.information-disclosure .photos-list a:hover p {
    color: #d52f2f;
}

.information-disclosure .photos-list .img-box {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
}

.information-disclosure .photos-list .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information-disclosure .photos-list p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    text-align: center;
}

.information-disclosure .rich-text {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
}

.information-disclosure .rich-text img {
    max-width: 100%;
}

.information-disclosure .data-list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px 25px;
    background: #fff;
}

.information-disclosure .data-list a {
    width: 100%;
    display: block;
    height: 92px;
    padding-top: 30px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.information-disclosure .data-list .title {
    font-size: 18px;
    font-weight: 400;
    color: #555;
    line-height: 22px;
    margin-bottom: 10px;
}

.information-disclosure .data-list .date {
    font-size: 14px;
    font-weight: 400;
    color: #8a8a8a;
    line-height: 18px;
}

.information-disclosure .data-list li:last-child a {
    box-shadow: 0px 0 0px rgba(0, 0, 0, 0.1);
}

.information-disclosure .data-list a:hover .title {
    color: #dd3032;
}

.information-disclosure .data-list a:hover .date {
    color: #555;
}

.group-profile {
    width: 100%;
    min-height: 100%;
}

.group-profile .group-profile-banner {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: url("../img/Rectangle.jpg") no-repeat right center;
    background-size: auto 100%;
}

.group-profile .group-profile-box {
    width: 100%;
    background: #fbfcff url("../img/msg/bg2.jpg") no-repeat bottom center;
    background-size: 100% auto;
    box-sizing: border-box;
    padding-bottom: 200px;
}

.group-profile .group-profile-container {
    width: 75%;
    margin: 0 auto;
    padding-top: 0.1px;
}

.group-profile .group-profile-tab {
    width: 100%;
    height: 76px;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 1px 0px rgba(221, 48, 50, 0.4);
    position: relative;
    margin-top: -38px;
}

.group-profile .group-profile-tab .tab-item {
    width: 25%;
    height: 100%;
    text-align: center;
    position: relative;
}

.group-profile .group-profile-tab .tab-item a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-profile .group-profile-tab .active::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #d52f2f;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.group-profile .group-profile-tab .active .name {
    color: #000;
    font-weight: bold;
}

.group-profile .group-profile-tab .number {
    font-family: 'Microsoft-Himalaya';
    font-size: 20px;
    color: #dd3032;
    margin-top: -10px;
    margin-right: 8px;
}

.group-profile .group-profile-tab .name {
    font-size: 16px;
    color: #474242;
}

.group-profile .introduction-data {
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.group-profile .introduction-data .data-left {
    width: 40%;
    padding-top: 10px;
}

.group-profile .introduction-data .data-right {
    width: calc(60% - 30px);
}

.group-profile .introduction-data .digital-swiper {
    width: 100%;
    height: 60px;
}

.group-profile .introduction-data .digital-data {
    display: flex;
    box-sizing: border-box;
    padding-right: 30px;
    margin-bottom: 50px;
}

.group-profile .introduction-data .digital-data li {
    width: 33.33%;
}

.group-profile .introduction-data .unip {
    font-size: 14px;
    color: #8A8A8A;
    font-weight: 400;
    line-height: 18px;
}

.group-profile .introduction-data .num-data {
    font-size: 14px;
    font-weight: 400;
    color: #dd3032;
}

.group-profile .introduction-data .num-data .num {
    font-size: 36px;
}

.group-profile .introduction-data .digital-switch {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.group-profile .introduction-data .digital-prev,
.group-profile .introduction-data .digital-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px solid;
    text-align: center;
    cursor: pointer;
    background: #dd3032;
    color: #fff;
    border-color: #dd3032;
}

.group-profile .introduction-data .digital-prev {
    border-bottom: none;
}

.group-profile .introduction-data .digital-next {
    transform: rotate(180deg);
}

.group-profile .introduction-data .swiper-button-disabled {
    background: #fff;
    color: #d4d4d4;
    border-color: #d4d4d4;
}

.group-profile .introduction-data .pictorial {
    width: 100%;
    height: 484px;
    position: relative;
    margin-top: 50px;
}

.group-profile .introduction-data .pictorial img {
    width: calc(100% - 10px);
    height: 474px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.group-profile .introduction-data .pictorial::after {
    content: '';
    width: 412px;
    height: 200px;
    background: #dd3032;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.group-profile .introduction-data .gaosu {
    width: 100%;
    height: 96px;
    text-align: right;
    margin-bottom: -8px;
}

.group-profile .introduction-data .gaosu img {
    width: 222px;
    height: 58px;
    object-fit: cover;
}

.group-profile .introduction-data .gaosu p {
    font-size: 16px;
    line-height: 20px;
    color: #8A8A8A;
    letter-spacing: -1px;
    font-weight: 400;
}

.group-profile .introduction-data .plant-box-top {
    height: 86px;
}

.group-profile .introduction-data .plant-title {
    padding-top: 30px;
    background: url("../img/qiao.png") no-repeat 120px top;
}

.group-profile .introduction-data .introduction-data-text {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #555;
}

.group-profile .introduction-data .introduction-data-text p {
    margin-bottom: 14px;
}


/* 新闻动态右侧滑动 */

@media screen and (max-width: 1800px) {
    .index-container .news-box,
    .index-container .elegant-box,
    .index-container .notice-bid-container,
    .information-disclosure-box .box-container,
    .group-profile .group-profile-container,
    .index-container .why-kjsd-module{
        width: 80%;
    }
}

@media screen and (max-width: 1400px) {
    .index-container .news-box,
    .index-container .elegant-box,
    .index-container .notice-bid-container,
    .information-disclosure-box .box-container,
    .group-profile .group-profile-container,
    .index-container .why-kjsd-module{
        width: 94%;
    }
}