/* styles.css */
body {

    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
}

.banner-swiper {
    --swiper-pagination-color: #1267d1;
    --swiper-navigation-color: rgba(61, 61, 61, 0.3);
    --swiper-navigation-size: 50px;
    width: 100%;
    /* min-width: 1200px; */
  margin-top: 92px;
    height: 560px;
}


.banner-swiper .swiper-slide {
    width: 332px;
    height: 116px;
}

.banner-swiper .swiper-button-prev,
.banner-swiper .swiper-button-next {
    outline: none;
}

.about-us {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 775px;
    background: url("../static/images/about-us.png") center no-repeat;
}

.about-us .wrapper {
    height: 100%;
}

.about-us .more {
    position: absolute;
    bottom: 60px;
    left: 540px;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    width: 200px;
    text-align: left;
    font-size: 14px;
    color: #1267d1;
    border: 2px solid #1267d1;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

.about-us .more:hover {
    background-color: #1267d1;
    color: #fff;
}

.about-us .more .icon {
    font-size: 16px;
}

.person {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 666px;
    background: url("../static/images/person/person-bg.png") center no-repeat;
}

.person .wrapper {
    padding: 120px 0 0;
}

.person .person-swiper {
    --swiper-pagination-color: #1267d1;
    --swiper-navigation-color: rgba(61, 61, 61, 0.3);
    --swiper-navigation-size: 50px;
    margin-left: 0;
    width: 940px;
    height: 100%;
    overflow: hidden;
}

.person .swiper-pagination-person {
    position: absolute;
    left: 700px !important;
    bottom: 10px;
}

.service {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 835px;
}

.service .wrapper {
    padding: 120px 0 0;
}

.service .service-img {
    margin: 0 auto;
}

.partner {

    width: 1200%;
    min-width: 1200px;
    height: 120px;
    margin-top: 40px;
    /* display: flex;
    justify-content: center;
    align-items: center; */

}

.partner-swiper-wrapper {
    height: 120px;

}

.partner-swiper-slide {
    width: 332px;
    height: 116px;
    margin-left: 0px;
}

.partner-swiper-img {
    width: 332px;
    height: 116px;
}

#personSwiper {
    width: 1200px;
}



.hexin {
    width: 100%;
    text-align: center;
    margin-top: 140px;
    margin-bottom: 0.5rem;
}

.hexin .center_img {
    width: 230px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.image_tyuuiyu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
}

.title_box1 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.frist_box {
    width: 100%;
    margin-top: 60px;
    background: url("../static/images/advantage/advantage_bg.png") center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-container {
    display: flex;
    justify-content: space-around;
    width: 1200px;
}

.image-wrapper {
    position: relative;
    width: 391px;
    height: 85px;
}

.image-wrapper img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.image-wrapper img.default {
    display: block;
}

.image-wrapper.active img.default {
    display: none;
}

.image-wrapper.active img.show-on-hover {
    display: block;
    height: 99px;
}

.advantage-wrapper {
    width: 1200px;
    margin-bottom: 20px;
    padding: 20px 36px 36px 36px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.advantage {
    display: none;
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 372px;
    box-sizing: border-box;

}

.advantage.active {
    display: block;
}

.advantage .wrapper {
    padding: 20px 0 0;
    height: 100%;
}

.advantage .tab {
    margin-top: 10px;
    font-size: 28px;
}

.advantage .tab-item {
    position: relative;
    padding: 0px 0 40px 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    box-sizing: border-box;
}

.advantage .tab-item::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 4px;
    background-color: #d9d9d9;
    transition: all 0.3s ease-in-out;
}

.advantage .tab-item.active {
    font-weight: 600;
    color: #1267d1;
}

.advantage .img {
    position: absolute;
    right: 72px;
    top: 30px;
    opacity: 0;
    width: 887px;
    transition: all 0.3s ease-in-out;
    display: none;
}

.advantage .img1 {
    position: absolute;
    right: 72px;
    top: 30px;
    opacity: 0;
    width: 888px;
    height: 259px;
    transition: all 0.3s ease-in-out;
    display: none;
}

.advantage .img.active {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.advantage .img1.active {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.tab-item img {
    width: 240px;
    height: 64px;
    display: none;
}

.tab-item img.default-img {
    display: block;
}

.tab-item.active img.default-img,
.tab-item:hover img.default-img {
    display: none;
}

.tab-item.active img.hover-img,
.tab-item:hover img.hover-img {
    display: block;
}

.img_tyun {
    width: 1130px;
    height: 45px;
    display: block;

}

.img_omu {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    width: 95%;
    left: 0;
    top: 40px;
    width: 1128px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.container {
    width: 100%;
    height: 610px;
    text-align: center;
    background: url("../static/images/core_bg.png") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.image_core {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    margin: 40px 14px;

}

.image-wrapper-core {
    position: relative;
    width: 293px;
    height: 309px;
    transition: all 0.5s;
    margin: 0 10px;
}

.image-wrapper-core.active {
    height: 309px;
    width: 620px;
    margin: 0 10px;
}

.image-wrapper-core img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;

}

.image-wrapper-core img.core_default {
    display: block;
    margin: 0 10px;
    /* width: 293px;
    height: 357px; */
}

.image-container-core {
    display: flex;
    margin: 0 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.image-wrapper-core.active img.core_default {
    margin: 0 10px;
    display: none;
}

.image-wrapper-core.active img.core_show-on-hover {
    display: inline-block;
    margin: 0 10px;
    height: 309px;
    width: 586px;
}

.title_box {
    color: #fff;
    width: 336px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;

}

.title_box1 {
    color: #000;
    width: 336px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.channel {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;


}

.channel_List {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
    margin-top: 60px;
}

.list-item {

    width: 170px;
    flex: 1;
    font-weight: 600;
    font-size: 20px;
    color: #3D3D3D;
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 20px;
    border-bottom: #fff 6px solid;

}

.channel_text {
    margin-bottom: 12px;
}

.list-item.active {
    border-bottom: #176DE4 6px solid;

}

.list-item.active .channel_text {
    height: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    background: linear-gradient(180deg, #176DE4 0%, #28C1E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.channel-img {
    width: 36px;
    height: 36px;
}

.img_box {
    width: 100%;
    height: 320px;
    margin-top: 40px;
    background: url("../static/images/clannel/channel-bg.png") center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;

}

.img_box .img_1 {

    display: none;
}

.img_1.active {
    width: 1200px;
    height: 320px;
    display: block;
}

.art {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.art-imge-box {
    width: 100%;
    height: 783px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.art-img {
    width: 1200px;
    height: 519px;
}

.art-img2 {
    width: 100%;
    height: 203px;
}
.art-text{
    width: 100%;
height: 203px;
background: linear-gradient( 95deg, #DFECFF 0%, #1075FC 100%);
border-radius: 150px 0px 0px 150px;
display: flex;
justify-content: center;
align-items: center;
font-size: 40px;
color: #000;
font-weight: bold;
}

.information {
    width: 100%;
    height: 444px;
    margin: 0 0 36px 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.information_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.information_item {
    width: 380px;
    height: 444px;
    background: #F7F9FC;
    margin: 0 16px;
    position: relative;
   
}

.img_text {
    width: 81px;
    height: 30px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    padding: 6px;
    background-color: #E4F0FF;
    position: absolute;
    bottom: 20px;
    right: 50px;
 
}