@charset "utf-8";

body { color: #333; }
a { text-decoration: none; color: inherit; }

.container { width: 1200px; margin: 0 auto; position: relative; }

.main-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1500px;
    z-index: -1;
}
.part01-sec {
    width: 100%;
    padding-top: 670px; 
    padding-bottom: 50px;
}
.part01-box {
    width: 1200px;
    height: 385px; 
    margin: 0 auto;
    position: relative;
    background: none;
    box-shadow: none;
    display: block;
    overflow: visible;
}
.part01-box .part01-left {
    width: 577px;
    height: 343px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.part01-box .part01-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.part01-box .part01-right {
    width: 1146px; 
    height: 355px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, #66c1e6, #2e75d2);
    padding: 25px 25px 35px 550px;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    box-sizing: border-box;
}
.part01-dots {
    display: none;
    position: absolute;
    bottom: 15px; 
    left: 0; 
    width: 577px;
    text-align: center;
    z-index: 3;
}
.part01-dots .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.part01-dots .dot.active {
    background: #fff;
    opacity: 1;
}
.part01-more {
    position: absolute;
    right: 25px; 
    bottom: 12px; 
    display: inline-flex;
    align-items: center;
}
.part01-more::after {
    content: '';
    display: block;
    width: 45px;
    height: 20px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='45' height='20' viewBox='0 0 45 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12H43 M33 2L43 12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    margin-left: 10px;
    transition: transform 0.3s;
}
.part01-more:hover::after {
    transform: translateX(5px);
}
#part01-list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
#part01-list li {
    font-size: 20px; 
    line-height: 1.6;
    margin-bottom: 0;
    position: relative;
    padding-left: 25px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    transition: all 0.3s;
}
#part01-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px; 
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}
#part01-list li a {
    color: inherit;
    text-decoration: none;
}
#part01-list li.active {
    color: #ffcc00;
}
#part01-list li.active::before {
    background: #ffcc00;
}
#part01-list li img {
    display: none;
}

.section { padding: 40px 0; }
.sec-title { text-align: center; margin-bottom: 40px; }
.part02-more {
    position: absolute;
    right: 55px;
    top: 70px;
    display: inline-flex;
    align-items: center;
}
.part02-more::after {
    content: '';
    display: block;
    width: 45px;
    height: 20px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='45' height='20' viewBox='0 0 45 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12H43 M33 2L43 12' stroke='%233b82d6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    transition: transform 0.3s;
}
.part02-more:hover::after {
    transform: translateX(5px);
}

.part02-box {
    display: flex;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    height: 368px;
    position: relative;
    margin-top: 30px; 
    margin-bottom: 30px;
}
.part02-left {
    width: 324px;
    height: 368px;
    background: linear-gradient(135deg, #4fa2de, #1f5db6);
    color: #fff;
    box-sizing: border-box;
    position: relative;
    padding: 50px 30px;
    overflow: hidden;
    cursor: pointer;
}
.part02-left h3 { font-size: 32px; line-height: 1.4; margin-bottom: 25px; font-weight: normal; }
.part02-left p { 
    font-size: 14px; line-height: 1.8; opacity: 0.9; text-align: justify;
    max-height: 126px; overflow: hidden;
}
.part02-mid {
    width: 660px;
    height: 368px;
    position: relative;
}
.part02-mid img { width: 100%; height: 100%; object-fit: cover; }
.part02-mid .play-btn {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 60px; height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex; justify-content: center; align-items: center;
    cursor: pointer;
}
.part02-mid .play-btn::after {
    content: '';
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: 5px;
}
.part02-right-wrapper {
    width: 206px;
    height: 368px;
    position: relative;
    margin-left: auto;
}
.part02-up {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}
.part02-up::after {
    content: '';
    display: block;
    width: 24px;
    height: 12px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='12' viewBox='0 0 24 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 10L12 2L22 10' stroke='%233b82d6' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
}
.part02-down {
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}
.part02-down::after {
    content: '';
    display: block;
    width: 24px;
    height: 12px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='12' viewBox='0 0 24 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L12 10L22 2' stroke='%233b82d6' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
}
.part02-right {
    width: 206px;
    height: 368px;
    overflow: hidden;
    position: relative;
}
.thumb-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: top 0.3s;
}
.thumb-item {
    width: 206px;
    height: 115px;
    margin-bottom: 11.5px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}
.thumb-item:last-child {
    margin-bottom: 0;
}
.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.thumb-item.active::after {
    
}

.part03-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.part03-left {
    width: 566px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    align-content: flex-start;
    position: relative;
    padding-bottom: 60px;
}
.part03-item {
    width: 273px;
    background: transparent;
}
.part03-item-img {
    width: 273px;
    height: 206px;
    position: relative;
    overflow: hidden;
}
.part03-item-img img {
    width: 100%; height: 100%; object-fit: cover; display: block;
}
.part03-list-more {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-flex;
}
.part03-list-more::after {
    content: '';
    display: block;
    width: 45px;
    height: 20px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='45' height='20' viewBox='0 0 45 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12H43 M33 2L43 12' stroke='%233b82d6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    transition: transform 0.3s;
}
.part03-list-more:hover::after {
    transform: translateX(5px);
}
.part03-item p {
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.part03-right {
    width: 609px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.part03-swiper {
    width: 465px;
    height: 638px;
    position: relative;
    overflow: hidden; 
}
.carousel-card {
    width: 359px;
    height: 638px;
    overflow: hidden;
    
}
.carousel-card a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.carousel-card img {
    width: 100%; height: 100%; object-fit: cover; display: block;
}

.part03-arrow {
    width: 52px;
    height: 52px;
    background: linear-gradient(225deg, #41d0a2, #4c94e2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}
.part03-prev::after {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E") no-repeat center;
}
.part03-next::after {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") no-repeat center;
}

.part04-05-box {
    display: flex;
    justify-content: space-between;
}
.part04-05-col {
    width: 580px;
}
.part04-05-title-wrap {
    text-align: center;
    margin-bottom: 30px;
}
.part04-05-list ul li {
    padding: 15px 0;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.part04-05-list ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 23px;
    width: 10px; height: 10px;
    background: #66a1d7;
    border-radius: 50%;
}
.part04-05-more {
    text-align: right;
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.part06-accordion {
    display: flex;
    width: 100%;
    height: 454px;
    gap: 0;
}
.part06-item {
    flex: 0 0 115px;
    height: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: flex 0.5s ease;
}
.part06-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.part06-title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    padding: 20px;
    box-sizing: border-box;
}
.part06-title-overlay span {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    transition: all 0.5s ease;
    max-height: 100%;
    overflow: hidden;
    line-height: 1.4;
}
.part06-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: flex 0.5s ease;
}
.part06-item.active {
    flex: 1 1 0%;
}
.part06-item.active .part06-title-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 40%);
    align-items: flex-end;
    justify-content: flex-start;
    padding: 30px;
}
.part06-item.active .part06-title-overlay span {
    writing-mode: horizontal-tb;
    font-size: 24px;
    max-height: none;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.part02-sec {
    padding-bottom: 0;
}
.part02-sec .section-title {
    width: 338px; height: 112px; background: url(https://v2.cri.cn/resource/9704f78d-4cc6-4d62-b647-e8a4015ef43c/2026/activity/opportunitiesinchina/images.title_02.png) center no-repeat; margin: 0 auto 30px;
}
.part03-sec {
    padding-top: 20px;
}
.part03-sec .sec-title {
    width: 396px; height: 121px; background: url(https://v2.cri.cn/resource/9704f78d-4cc6-4d62-b647-e8a4015ef43c/2026/activity/opportunitiesinchina/images.title_03.png) center no-repeat; margin: 0 auto 30px;
}
.part04-05-col:first-child .part04-05-title-wrap {
    width: 381px; height: 45px; background: url(https://v2.cri.cn/resource/9704f78d-4cc6-4d62-b647-e8a4015ef43c/2026/activity/opportunitiesinchina/images.title_04.png) center no-repeat; margin: 0 auto 20px;
}
.part04-05-col:last-child .part04-05-title-wrap {
    width: 429px; height: 45px; background: url(https://v2.cri.cn/resource/9704f78d-4cc6-4d62-b647-e8a4015ef43c/2026/activity/opportunitiesinchina/images.title_05.png) center no-repeat; margin: 0 auto 20px;
}
.part06-sec {
    padding-bottom: 120px;
}
.part06-sec .sec-title {
    width: 376px; height: 46px; background: url(https://v2.cri.cn/resource/9704f78d-4cc6-4d62-b647-e8a4015ef43c/2026/activity/opportunitiesinchina/images.title_06.png) center no-repeat; margin: 0 auto 30px;
}

#part02-text-link {
    display: block; text-decoration: none; color: inherit;
}
#part02-img-link {
    display: block; position: relative; width: 100%; height: 100%;
}
.part03-item-link {
    display: block; text-decoration: none; color: inherit;
}
