.index-box1 {
    background: url(../images/index_box1.png) no-repeat;
    height: 1062px;
    width: 100%;
}

.jz {
    width: 1200px;
    margin: 0 auto;
}

.index-box1 .title {
    margin-top: 62px;
}

.index-box1 .content {
    margin-top: 37px;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.index-box1 .data {
    display: flex;
    margin-top: 55px;
    justify-content: center;
}

.index-box1 .data li {
    margin: 0 51px;
    text-align: center;
}

.index-box1 .data .num {
    position: relative;
    font-size: 34px;
    color: #CA1247;
}

.index-box1 .data li:first-child .num::after {
    content: '';
}

.index-box1 .data li .num::after {
    content: '+';
    position: absolute;
    top: 0;
    right: -15px;
    font-size: 24px;
}

.index-box1 .data p {
    font-size: 14px;
    margin-top: 10px;
}

.newsbox {
    padding-top: 69px;
}

.newsbox .hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsbox .hd .prev {
    margin-right: 33px;
    cursor: pointer;
}

.newsbox .hd .next {
    cursor: pointer;
}

.index-box2 {
    background: url(../images/index_box2.png) no-repeat center bottom;
    height: 821px;
}

.index-box2 .news .bd {
    margin-top: 82px;
}

.index-box2 .news .bd ul li {
    float: left;
    margin-right: 40px;
    width: 580px;
}

.index-box2 .news .bd ul li .pic {
    height: 330px;
    overflow: hidden;
}

.index-box2 .news .bd ul li img {
    width: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    transform: scale(1.1);
}

.index-box2 .news .bd ul li:hover img {
    transform: scale(1);
}

.index-box2 .news .bd .picList {
    font-size: 16px;
}

.index-box2 .news .bd .picList .time {
    margin-top: 37px;
}

.index-box2 .news .bd .picList .time::before {
    content: 'TIME : ';
    color: #CA1247;
}

.index-box2 .news .bd .picList .title {
    margin-top: 19px;
}

.index-box3 {
    background: url(../images/index_box3.png) no-repeat center top #F8F8F8;
    height: 520px;
    width: 100%;
    overflow: hidden;
}

.index-box3 .news2 .bd {
    margin-top: 82px;
}

.index-box3 .news2 .bd ul li {
    float: left;
    margin-right: 10px;
}

.index-box3 .news2 .bd ul li img {
    width: 292px;
    height: 188px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transform: scale(1.1, 1.1);
    object-fit: cover;
}

.index-box3 .news2 .bd ul li:hover img {
    transform: scale(1)
}

.index-box3 .news2 .bd .picList {
    font-size: 16px;
}

.index-box3 .news2 .bd .picList .title {
    margin-top: 19px;
}

.index-box3 .news2 .name {
    font-size: 20px;
    color: #212121;
}

.index-box3 .news2 .name::before {
    content: " 涓 ";
    font-weight: bold;
    color: #CA1247;
}

.index-box3 .news2 p {
    color: #666666;
    font-size: 14px;
    padding-left: 25px;
    margin-top: 12px;
}


.index-box3 .news2 .pic {
    margin-top: 66px;
    width: 292px;
    height: 188px;
    overflow: hidden;
}


.main-container {
    display: flex;
    overflow: hidden;
    justify-content: center;
    margin-top: 130px;
}

.main-container .title {
    width: 154px;
    margin-right: 105px;
    font-size: 14px;
    color: #666666;
}

.main-container .title p {
    margin-top: 33px;
}

.image-container {
    width: 50%;
    position: relative;
}

.timeline-section {
    width: 50%;
    overflow: hidden;
}

.timeline-container::-webkit-scrollbar {
    width: 8px;
}

.timeline-container::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.timeline-container::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.image-fade {
    transition: transform 0.5s ease-in-out;
    transform: translateY(100%);
}

.timeline-semicircle {
    position: relative;
    height: 100%;
    width: 100%;
    perspective: 1000px;
    display: flex;
    align-items: center;
}

.timeline-semicircle li {
    position: absolute;
    transition: transform 0.5s ease;
    display: flex;
    align-items: center;
}

.timeline-semicircle li h3 {
    font-size: 16px;
    color: #CA1247;
    cursor: pointer;
    width: 160px;
}

.timeline-semicircle li h3 span {
    padding-left: 10px;
    color: #666666;
}

.timeline-semicircle li p {
    font-size: 12px;
    color: #666;
    display: none;
    margin-left: 10px;
    width: 200px;
    padding-right: 10px;
}

.selected-title {
    font-weight: bold;
}

.selected-item {
    color: #CA1247;
    font-weight: bold;
    background-color: rgba(37, 99, 235, 0.1);
    border-left: 3px solid #CA1247;
    padding-left: 8px;
}


.timeline-semicircle {
    margin-top: 1rem;
    margin-left: -5rem;
}

.timeline-item {
    cursor: pointer;
    transition: color 0.15s ease-in-out;
}

.timeline-item:hover {
    color: #3b82f6;
}

.timeline-title {
    font-size: 1.125rem;
    font-weight: 700;
}

.timeline-description {
    color: #4b5563;
}

.cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.image-container {
    width: 330px;
    height: 330px;
    padding: 20px;
    transition: all 1s ease-in-out;
}

.index-box4 {
    background: url(../images/index_box4.png) no-repeat center top;
    padding-bottom: 49px;
    transition: all 0.3s ease-in-out;
}

.index-box4 .gyhd {
    display: flex;
    padding-top: 71px;
    justify-content: space-around;

}

.index-box4 .gyhd .left {
    width: 620px;
}

.index-box4 .gyhd .left .title {
    margin-top: 56px;

}

.index-box4 .gyhd .left .title p {
    margin-top: 27px;
    width: 515px;
    font-size: 16px;
    color: #212121;
    position: relative;
    padding-bottom: 70px;
}

.index-box4 .gyhd .left .title p a {
    position: absolute;
    right: 0;
    bottom: 0;
}

.index-box4 .gyhd .left ul {
    display: flex;
    justify-content: space-between;
}

.index-box4 .gyhd .left ul li {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.index-box4 .gyhd .left ul li a>img {
    width: 300px;
    height: 300px;
    transition: all .7s ease;
}

.index-box4 .gyhd .left ul li a:hover>img {
    transform: scale(1.1);
}

.index-box4 .gyhd .right {
    position: relative;
    width: 556px;
    height: 556px;
    overflow: hidden;
}

.index-box4 .gyhd .right a>img {
    width: 556px;
    height: 556px;
    transition: all .7s ease;
}

.index-box4 .gyhd .right a:hover>img {
    transform: scale(1.1);
}

.index-box4 .news3 .bd {
    margin-top: 82px;
}

.index-box4 .news3 .bd ul li {
    float: left;
    margin-right: 23px;
    width: 384px;
}

.index-box4 .news3 .bd ul li .pic {
    overflow: hidden;
}

.index-box4 .news3 .bd ul li .pic img {
    width: 100%;
    height: 273px;
    object-fit: cover;
    transition: all .3s ease-in;
    overflow: hidden;
}

.index-box4 .news3 .bd ul li:hover .pic img {
    transform: scale(1.1);
}

.index-box4 .news3 .bd .content {
    padding: 20px;
    border: 1px solid #EEEEEE;

}

.index-box4 .news3 .bd .content .title {
    color: #212121;
    font-size: 18px;
}

.index-box4 .news3 .bd .content .detail {
    color: #666666;
    font-size: 16px;
    margin-top: 16px;
}

.index-box4 .news3 .bd .content .time {
    margin-top: 109px;
    background: url(../images/news3_more.png) no-repeat center right;
}

.index-box4 .news3 .bd ul li a:hover .content .title {
    opacity: .9;
}

.index-box4 .news3 .bd ul li a:hover .content .detail {
    color: #CA1247;
}

.index-box4 .news3 .bd ul li a:hover .content .time {
    background: url(../images/news3_more_active.png) no-repeat center right;
    color: #CA1247;

}