* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: auto;
    min-width: 1250px;

}

video {
    width: 100%;
    height: 100%;
    background-color: #000;
}

input[type="radio"] {
    border: 0px;
    /* 如果要去掉边框，可以设置为0 */
    border-radius: 50%;
    /* 使得radio呈现圆形 */
    width: 16px;
    /* 设置radio的宽度 */
    height: 16px;
    /* 设置radio的高度 */
    outline: none;
    /* 去掉聚焦时的边框 */
    box-shadow: none;
    /* 去掉阴影效果 */
    background-color: #fff;
    /* 设置背景颜色 */
    margin: 0;
    /* 可以根据需要调整margin */
    padding: 0;
    /* 可以根据需要调整padding */
}

li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    background: #FFA94A;
    color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 26px;
    font-weight: bold;
}


.swiper-pagination-bullet-active {
    background: #FF7723;
}

.pageModel {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(0);
}

.pageModel_content {
    margin: auto;
    font-size: 12px;
    width: 1200px;
    min-width: 1100px;
    position: relative;
    overflow: hidden;
}


.title_box {
    width: auto;
    margin: auto;
    text-align: center;
    color: #3C4467;
    font-family: AlibabaPuHuiTi;
    font-size: 38px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
}

.title_img {
    width: 109px;
    height: 16px;
    margin: auto;
    background-image: url("../images/idealab/icon.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 5px;
}

.title_describe {
    width: 100%;
    line-height: 28px;
    color: #3C4467;
    font-size: 18px;
    margin-top: 20px;
    text-align: left;
    color: #3C4467;
    font-family: AlibabaPuHuiTi;
    font-weight: normal;
}

.model1 {
    height: 680px;
}

.model1_content {
    width: auto;
    padding: 50px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 14px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.model1_title {
    color: #275392;
    font-size: 32px;
    font-weight: 500;
    line-height: 60px;
    position: relative;
    display: inline-block;
}

.model1_title span {
    z-index: 9;
    position: relative;
}

.model1_title::before {
    content: "";
    width: 110%;
    height: 18px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFB063;
    border-radius: 30px;
}

.model1_text_tab {
    width: auto;
    display: flex;
    justify-content: space-around;
    margin-top: 8px;
}

.model1_text_tab_item {
    width: 25%;
    color: #275392;
    font-size: 18px;
    text-align: center;
    border-right: 1px solid #275392;
}

.model1_text_tab_item:last-child {
    border-right: 0px;
}

.model1_text_info {
    width: auto;
    height: auto;
    margin-top: 20px;
}

.model1_text_info_item {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.model1_text_info_item img {
    width: 16px;
    height: 18px;
    object-fit: cover;
}

.model1_text_info_item span {
    color: #E75E12;
    font-size: 22px;
    margin-left: 8px;
}

.model1_text {
    width: 392px;
    margin-top: 20px;
}

.model2 {
    height: 920px;
}

.model2_content {
    width: 100%;
    height: 600px;
}

.model2 .model2_content {
    width: 1000px;
    height: 580px;
    padding: 92px 0px 0px 40px;
    margin: auto;
    position: relative;
    border-radius: 10px;
    margin-top: 80px;
    background-image: url("../images/idealab/21.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.model2 .model2_content .learnName {
    font-size: 44px;
    color: #FFFFFF;
    display: inline-block;
    letter-spacing: 0;
    text-shadow: 2px 2px 2px #949494;
    /* mix-blend-mode: multiply;
    background-color: rgba(255, 255, 255, 0.5); */
}

.model2 .model2_content .learnName::after {
    content: "";
    display: block;
    width: 26px;
    height: 5px;
    background: #FFFFFF;
    margin-top: 10px;
}

.model2 .model2_content .learnWrapper {
    width: 385px;
    height: auto;
    background: rgba(255, 99, 0, 0.8);
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 18px;
    color: #ffffff;
    padding: 28px 28px 34px 28px;
    margin-top: 26px;
    line-height: 30px;
}

.model2 .model2_content .rightList {
    position: absolute;
    right: 0;
    top: 250px;
    width: 500px;

}

.model2 .model2_content .rightList li {
    position: absolute;
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
    right: 0;
    background: rgba(0, 0, 0, 0.20);
    border: 1px solid #FFFFFF;
    border-radius: 100px 0 0 100px;
    padding: 0px 11px 0px 13px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 31px;
    cursor: pointer;
    transition: transform .3s linear;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    -o-transition: transform .3s linear;
}

.model2 .model2_content .rightList li:hover {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
}

.model2 .model2_content .rightList li:nth-of-type(2) {
    margin-top: calc(35px + 25px);
}

.model2 .model2_content .rightList li:nth-of-type(3) {
    margin-top: calc(2 * (35px + 25px));

}

.model2 .model2_content .rightList li:nth-of-type(4) {
    margin-top: calc(3 * (35px + 25px));

}

.model2 .model2_content .rightList li.active {
    background-color: #F5650A;
    /* color: #fff; */
}

.model3 {
    /*height: 960px;*/
}

.model3_content {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.model3_content img {
    width: 100%;
}

.model4 {
    height: 750px;
}

.model4_content {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.model4_content img {
    width: 100%;
}

.model5 {
    height: 900px;
}

.model5_content {
    width: 100%;
    height: 600px;
    margin-top: 60px;
}

.model5 .table-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #F5F9FF;
}

.model5 .fixed-header-table {
    width: 100%;
    height: auto;
    background: #F5F9FF;
}

.model5 .fixed-header-table thead th {
    height: 76px;
    position: sticky;
    top: 0;
    background: #2269CD;
    color: #FFFFFF;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.model5 .fixed-header-table thead th::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 80%;
    background-color: #ccc;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.model5 .fixed-header-table thead th:last-child::after {
    width: 0;
}

.model5 .fixed-header-table tbody {
    position: relative;
}

.model5 .fixed-header-table tbody td {
    height: 100%;
    border: 1px solid #ddd;
    border: 0px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
}

.model5 .fixed-header-table tbody tr {
    height: 50px;
    position: relative;
    top: 0;
    transition: height 2s;
}

.model5 .fixed-header-table .hideTd {
    height: 0 !important;
}

.model5 .fixed-header-table tbody td:nth-child(1) {
    width: 25%;
}

.model5 .fixed-header-table tbody td:nth-child(2) {
    width: 35%;
}

.model5 .fixed-header-table tbody td:nth-child(3) {
    width: 40%;
}

.model6 {
    height: 1000px;
}

.model6_content {
    width: 100%;
    height: 800px;
    margin-top: 60px;
}

.model6_swiper {
    width: 100%;
    height: 100%;
}

.model6_swiper_item {
    width: 88%;
    height: 90%;
    margin: auto;
    background: #F0702A;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.model6_swiper_text {
    width: 38%;
    height: 100%;
    background: #F0702A;
    padding: 50px 35px;
    color: #fff;
}

.model6_swiper_img {
    width: 62%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.model6_swiper_title {
    width: auto;
    height: 40px;
    display: inline-block;
    padding: 0px 30px;
    line-height: 40px;
    background-color: #f2f2f2;
    color: #FF5B00;
    font-size: 26px;
    margin-left: -12px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

.model6_swiper_title_min {
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 24px;
}

.model6_swiper_keyword {
    font-size: 16px;
    margin-top: 10px;
}

.model6_swiper_keyword span {
    color: #FFFFFF;
    font-weight: 500;
}

.model6_swiper_keyword_item {
    background: #E44506;
    display: inline-block;
    border-radius: 100px;
    font-weight: 400;
    padding: 2px 6px;
    margin-bottom: 6px;
    margin-right: 5px;
}

.model6_swiper_info {
    margin-top: 30px;
    line-height: 22px;
    font-size: 14px;
}

.model7 {
    width: 100%;
    max-width: 1600px;
    height: 1240px;
}

.model7_content {
    width: 100%;
    height: 980px;
    margin-top: 50px;
}

.model7_swiper {
    width: 100%;
    height: 100%;
}

.model7_swiper_item {
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.model7_swiper_item_img {
    width: 50%;
    height: 100%;
}

.model7_swiper_item_img img {
    width: 88%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.model7_swiper_item_text {
    width: calc(50% - 180px);
    padding: 90px;
    height: auto;
}

.model7_swiper_item_text img {
    width: 40px;
}

.model7_swiper_item_title {
    font-size: 32px;
    font-weight: 600;
    color: #3C4467;
    margin-top: 20px;
}

.model7_swiper_item_info {
    color: #3C4467;
    font-size: 20px;
    margin-top: 20px;
    line-height: 38px;
}

.model8 {
    height: 1050px;
}

.model8_content {
    height: 810px;
    margin-top: 40px;
}

.model8 .swiper {
    width: 100%;
    margin: auto;
    height: 100%;
    overflow: hidden;
}

.model8 .swiper-wrapper {
    width: 100%;
    margin: auto;
}

.model8 .swiper-pagination-bullet {
    width: 130px;
    height: 5px;
    border-radius: 50px;
    transition: all 0.2s;
}

.model8 .swiper-pagination-bullet-active {
    background-color: #F48B09;
}

.model8 .swiper-slide {
    display: flex;
    justify-content: center;
}

.model8 .personnel_item {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0px 20px;
}

.model8 .personnel_img {
    width: 90%;
    height: auto;
    margin: auto;
    position: relative;
    border-radius: 0px 78px 25px 78px;
}

.model8 .personnel_img img {
    width: 100%;
    height: auto;
    /* height: 100%; */
}

.model8 .content_Box {
    width: 100%;
    height: 280px;
    margin: auto;
    margin-top: -30px;
    position: relative;
}

.model8 .swiper-slide::after {
    width: 100%;
    content: "";
    position: absolute;
    top: 404px;
    left: 0;
    border-top: 2px dashed #FE7040;
}

.model8 .swiper-slide::before {
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    top: 401px;
    left: 100px;
    border-radius: 50%;
    background: #FE7040;
}

.model8 .personnel_title {
    width: 100%;
    height: auto;
    margin: auto;
    border-radius: 40px;
    text-align: center;
}

.personnel_title_one {
    display: flex;
    align-items: center;
    justify-content: center;
}

.model8 .personnel_title span {
    font-size: 28px;
    font-weight: 700;
    /* background: linear-gradient(180deg, #FF7944 9%, #F94D32 87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; */
    font-weight: 700;
    color: #FE6E40;
    font-family: AlibabaPuHuiTi;
}

.model8 .personnel_title .personnel_title_min {
    font-weight: 400;
    color: #FB5937;
    font-size: 24px;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 24px !important;
    height: 48px;
}

.model8 .personnel_title span:nth-child(2) {
    margin-right: 16px;
}

.model8 .personnel_title_igm {
    width: 30px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url('../images/idealab/8c.png');
    margin-left: 0px;
    margin-right: 16px;
}

.model8 .personnel_text {
    width: 90%;
    margin: auto;
    font-size: 16px;
    line-height: 20px;
    margin-top: 42px;
    color: #555;
    font-weight: 500;
    text-align: center;
}

.model9 {
    height: auto;
    padding-bottom: 90px;
}

.model9_content {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.model9_content img {
    width: 100%;
}