body {
    background-color: #EFF5FF;
}

.detail-support-container {
    margin-top: 87px;
    margin-bottom: 129px;
}
.detail-support-container .top-intro {
    margin-bottom: 60px;
}
.detail-support-container .detail-intro__left {
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.detail-support-container .detail-intro__left .intro-title {
    width: 100%;
    height: 120px;
    padding: 0 40px;
    margin-bottom: 20px;
    background: #ffffff;
    box-sizing: border-box;
    font-size: 36px;
    color: #333333;
}
.detail-support-container .detail-intro__left .intro-box {
    height: 460px;
}
.detail-support-container .detail-intro__left .intro-list {
    height: 100%;
    background: #ffffff;
}
.intro-detail {
    width: 440px;
    height: 100%;
    padding: 77px 40px 77px 68px;
    background: #E7ECF2;
    box-sizing: border-box;
}
.intro-detail .title {
    font-size: 36px;
    color: #333333;
}
.intro-detail .content {
    margin-top: 40px;
    font-size: 18px;
    color: #333333;
}
.intro-detail .download {
    position: relative;
    display: block;
    width: 260px;
    height: 60px;
    margin-top: 112px;
    padding: 0 40px 0 78px;
    border-radius: 30px;
    text-align: center;
    line-height: 58px;
    border: 1px solid #0859C0;
    font-size: 24px;
    color: #0859C0;
    box-sizing: border-box;
}
.intro-detail .download::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../../image/layout/down11.png");
}
    /* .intro-lis {
        width: 700px;
        height: 700px;
    } */
.content-intro {
    max-width: 1143px;
}
.detail-support-container .swiper-pagination {
    bottom: 48px;
}
.detail-support-container .swiper-bullet {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 12px;
    border-radius: 50%;
    border: 2px solid #979797;
    cursor: pointer;
}
.detail-support-container .swiper-pagination-bullet-active {
    border-color: #0859C0;
    background: #0859C0;
}
.detail-support-container .swiper-button-prev, .detail-support-container .swiper-button-next {
    width: 60px;
    height: 60px;
    background-color: rgba(8,89,192,0.1);
    background-position: center;
    background-size: auto 50%;
    border-radius: 50%;
    transition: all 0.3s;
}
.detail-support-container .swiper-button-prev:hover, .detail-support-container .swiper-button-next:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.detail-support-container .intro-lis {
    width: 100%;
    height: 100%;
}
.detail-support-container .intro-lis img {
    max-width: 90%;
    max-height: 90%;
    min-width: 40%;
}

/*相关下载*/
.link-down-container {
    margin-bottom: 60px;
}
.link-down-container .link-title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.link-down-container .down-list {
    margin-top: 30px;
}
.link-down-container .down-lis {
    padding: 13px 0;
    border-bottom: 1px dashed #8D8D8D;
    cursor: pointer;
}
.link-down-container .down-lis .name {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}
.link-down-container .down-lis .btn {
    width: 80px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #8D8D8D;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #8D8D8D;
}
.link-down-container .down-lis:hover {
    border-bottom: 1px dashed #0859C0;
}
.link-down-container .down-lis:hover .name {
    color: #0859C0;
}
.link-down-container .down-lis:hover .btn {
    border-color: #0859C0;
    background: #0859C0;
    color: #ffffff;
}
.link-down-container {}

/*相关产品*/
.link-pro-container {
    margin-bottom: 60px;
}
.link-pro-container .link-title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.link-pro-container .pro-list {
    margin-top: 30px;
}
.link-pro-container .pro-lis {
    width: calc(25% - 15px);
    background: #ffffff;
}
.link-pro-container .pro-lis + .pro-lis {
    margin-left: 20px;
}
.link-pro-container .lis-img {
    width: 100%;
    /*height: 184px;*/
    background: #EFEFEF;
    overflow: hidden;
}
.link-pro-container .lis-content {
    padding: 10px 20px 20px;
    box-sizing: border-box;
    text-align: center;
}
.link-pro-container .lis-content .title {
    font-size: 15px;
    color: #333333;
}
.link-pro-container .lis-content .btns {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.link-pro-container .lis-content .btns span {
    display: inline-block;
    width: 68px;
    height: 20px;
    border-radius: 20px;
    background: #0859C0;
    border: 1px solid #0859C0;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
}
.link-pro-container .lis-content .btns span + span {
    border: 1px solid #0859C0;
    color: #0859C0;
    background: transparent;
    margin-left: 14px;
}
