* {
    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 */
}

.pageModel {
    width: 100%;
    height: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(0);
}

.pageModel_content {
    margin: auto;
    font-size: 12px;
    /*width: 100%;*/
    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;
    padding: 80px 0 50px 0;
}

.title_img {
    width: 109px;
    height: 16px;
    margin: auto;
    background-image: url("../images/python/t.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 5px;
}

.title-desc {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 29px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
}

.assistant_title {
    display: flex;
    width: auto;
    margin: auto;
    color: #3C4467;
    font-size: 34px;
    font-weight: 500;
    position: relative;
    justify-content: center;
}

.assistant_title::after {
    content: "";
    width: 35px;
    height: 60px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/contact/tbgr.png');
}

.assistant_title::before {
    content: "";
    width: 36px;
    height: 60px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/contact/tbgl.png');
}

/*--------------------------------------------------------------*/
.topImg {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.model1 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.model2 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.model3 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.model4 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.model5 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.model6 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.model7 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.model8 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.model8-img {
    width: 1536px;
    object-fit: cover;
}

/*.model8-inner {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

/*.model8-footer {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    margin-top: 70px;*/
/*}*/

.model9 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 30px 0;
}

.model9-item {
    /*display: flex;*/
}

/*---------7-----------*/
.model7-desc-list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.model7-desc-list .item {
    display: flex;
    align-items: center;
}

.model7-desc-list .item img {
    object-fit: contain;
}

.model7-desc-list .item span {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 20px;
    color: #3C4467;
    line-height: 33px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.swiper-model7 {
    /*max-height: 600px;*/
    /*max-width: 900px;*/
    margin: 0 0 200px 0;
    border-radius: 20px 20px 20px 20px;
}

.swiper-model7 model7_swiper {
    /*width: 1536px;*/
    /*overflow: hidden;*/
}

.swiper-pagination {
    width: 100%;
    margin: 50px auto;
}

.swiper-model7 .content_box {
    width: 1536px;
    margin: 60px auto 0 auto;
    padding: 30px 100px 20px 100px;
}

.swiper-slide {
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-model7 img {
    width: auto;
    height: 440px;
    object-fit: contain;
    box-shadow: 2px 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 20px 20px;
}

.swiper-slide-prev img,
.swiper-slide-next img {
    height: 400px !important;
    object-fit: contain !important;
}

/* 智库顾问轮播样式 */
.swiper-model7 .swiper-button-prev,
.swiper-model7 .swiper-button-next {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #838892;
    display: flex;
    color: #3963BC;
    top: 40%;
}

.swiper-model7 .swiper-wrapper {
    height: auto !important;
    width: 100%;
    margin: auto;
}

.swiper-model7 .swiper-pagination-bullet {
    width: 60px;
    height: 5px;
    border-radius: 50px;
    transition: width 0.5s;
}

.swiper-model7 .swiper-pagination-bullet-active {
    background-color: #F48B09;
    width: 140px;
}

.swiper-model7 .swiper-3d .swiper-slide-shadow-right,
.swiper-model7 .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    backdrop-filter: blur(1px);
}

.swiper-model7 .content_box_item {
    width: 100%;
    height: 460px;
    position: relative;
    border-radius: 30px;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 0px #9AB1D0;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    /* border: 3px solid; */
    /* border-image: linear-gradient(142deg, #FFFFFF 9%, rgba(255, 255, 255, 0.5) 89%) 3; */

}

.swiper-model7 .content_box_igm {
    width: 100%;
    height: 100%;
}

.swiper-model7 .content_box_text {
    width: 100%;
    height: 130px;
    padding: 10px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.63) 0%, #FFFFFF 100%);
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 30px 30px;
    font-family: AlibabaPuHuiTi;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #3963BC;
}

.swiper-model7 .content_box_item_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}


