/*banner图*/
.banner {
    margin: 0 auto; /* 将元素水平居中 */
    width: 100%; /* 充满父容器的宽度 */
    height: 600px; /* 设置元素高度为 600px */
    background-image: url("../../assets/img/solution/web_banner.jpg"); /* 设置背景图像 */
    background-repeat: no-repeat; /* 防止背景图像重复显示 */
    background-size: cover; /* 缩放背景图像以覆盖整个元素 */
    background-position: center center; /* 将背景图像水平和垂直居中 */
    padding: 180px 0 0 0;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 3px rgba(66, 153, 225, 0.6);
    position: relative;
}


/*标题介绍*/
.titleIntroduction {
    max-width: 1400px; /* 设置版心最大宽度 */
    width: 100%; /* 使版心响应式适配 */
    height: auto;
    margin: 0 auto;
}

.titleIntroduction > h1 {
    font-family: "YouSheBiaoTiHei-2";
    font-size: 70px;
}

.titleIntroduction > p {
    font-size: 20px;
    margin-top: 30px;
    color: #3D3D3D;
}

/*选购按钮*/

.consultation {
    width: 200px;
    height: 60px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: normal;
    background-color: #43cae7;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4), 0px 7px 13px -3px rgba(0, 0, 0, 0.3), inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease; /* 添加过渡效果 */
    margin-top: 45px;
}

.consultation:hover {
    background-color: #3ab3cc;
    transform: translateY(-5px); /* 鼠标悬停时向上移动5px */
}

/* 点击效果 */
.consultation:active {
    box-shadow: none;
    /* 添加其他点击时的样式 */
}

/*网站云现状*/
.website_statusQuo {
    max-width: 1400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.website_statusQuo > h1 {
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    margin-top: 100px;
}

.statusQuo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

/*现状按钮样式*/
.statusQuo > .icons {
    display: flex;
    width: 800px;
    justify-content: space-around;
}

/*.statusQuo > .icons > button {*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    border-radius: 50%;*/
/*    box-shadow: 0px 2px 5px -1px rgba(50, 50, 93, 0.25), 0px 1px 3px -1px rgba(0, 0, 0, 0.3);*/
/*}*/

.statusQuo_different {
    display: flex;
    width: 800px;
    justify-content: space-around;
    margin-top: 14px;
}

.statusQuo_different > p {
    width: 120px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.statusQuo > div {
    width: 740px;
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
    color: #3D3D3D;
    line-height: 36px;
    letter-spacing: 2px;
    font-weight: 500;
}

.toggleButton {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 2px 5px -1px rgba(50, 50, 93, 0.25), 0px 1px 3px -1px rgba(0, 0, 0, 0.3);
    background-color: white;
    color: #4589FD;
    transition: all 0.3s ease; /* 添加过渡效果 */
}

.toggleButton:hover {
    transform: translateY(-5px); /* 鼠标悬停时向上移动5px */
}

.active {
    background-color: #4589FD;
    color: white;
}

.straightLineDecoration {
    width: 800px;
    height: 2px;
    background-color: #4589FD;
    position: relative;
    margin-top: 16px;
}

.straightLineDecoration-solid {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #4589FD;
    position: absolute;
    left: 92px;
    top: -8px;
}

/*解决方案构架部署*/
.solution_goujiabushu {
    max-width: 1400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.solution_goujiabushu > h1 {
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    margin-top: 100px;
}

.goujiabushu {
    width: 1252px;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}


.goujiashuoming > h1 {
    font-size: 30px;
    color: white;
    /*width: 334px;*/
    height: 54px;
    background-color: #4589FD;
    border-radius: 4px;
    line-height: 52px;
    padding-left: 14px;
}

.goujiashuoming > p {
    font-size: 17px;
    font-weight: 500;
    color: #5C5C5C;
    line-height: 40px;
    letter-spacing: 3px;
    margin-top: 20px;
}

.goujiabushu > img {
    margin-left: 70px;
    width: auto;
    height: auto;
    object-fit: none;
}

/*网站云服务优势*/
.website_fuwuyoushi {
    max-width: 1400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.website_fuwuyoushi > h1 {
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    margin-top: 100px;
}

.advantage {
    width: 1280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto;
}

.youshi {
    width: 618px;
    height: 390px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.23);
    border-radius: 14px;
    margin-top: 50px;
    background-image: url("../../assets/img/solution/youshi_beijing.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}

.youshi_title {
    height: 130px;
    border-radius: 14px 14px 0 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: linear-gradient(to bottom right, #ECF4FF, white);
    border: 3px solid white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.youshi > p {
    width: 568px;
    margin: 18px auto 0 auto;
    line-height: 38px;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 500;
    color: #5C5C5C;
}

/*底部合作咨询*/
.shopNow_footer {
    width: 100%;
    height: 140px;
    background-color: #4589FD;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.shopNow_footer > a > span {
    display: flex;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    background-color: white;
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    color: black;
}

.shopNow_footer > a > span:hover {
    color: #4589FD; /* 修改鼠标悬停时文字的颜色 */
    box-shadow: 0px 50px 100px -20px rgba(50, 50, 93, 0.25), 0px 30px 60px -30px rgba(0, 0, 0, 0.3), inset 0px -2px 6px 0px rgba(10, 37, 64, 0.35);
}

.shopNow_footer > p {
    color: white;
    font-size: 18px;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    /*banner图*/
    .banner {
        height: 300px; /* 设置元素高度为 600px */
        padding: 110px 0 0 16%;
    }

    .titleIntroduction > h1 {
        font-family: "YouSheBiaoTiHei-2";
        font-size: 40px;
    }

    .titleIntroduction > p {
        font-size: 14px;
        margin-top: 10px;
    }

    /*选购按钮*/
    .consultation {
        width: 30%;
        max-width: 160px;
        height: 40px;
        font-size: 16px;
        margin-top: 25px;
    }

    .consultation:hover {
        background-color: #3ab3cc;
        transform: translateY(-5px); /* 鼠标悬停时向上移动5px */
    }

    /* 点击效果 */
    .consultation:active {
        box-shadow: none;
        /* 添加其他点击时的样式 */
    }

    /*网站云现状*/
    .website_statusQuo > h1 {
        font-size: 30px; /* 调整标题字体大小 */
        margin-top: 40px; /* 调整标题上边距 */
    }

    .statusQuo {
        margin-top: 40px;
    }

    .statusQuo > .icons {
        width: 90%; /* 调整现状按钮容器的宽度 */
        flex-wrap: wrap; /* 当屏幕变窄时，使按钮换行显示 */
        justify-content: space-around;
        margin-bottom: 20px; /* 调整按钮与内容之间的距离 */
    }

    .toggleButton {
        width: 60px; /* 调整按钮大小 */
        height: 60px;
        font-size: 16px; /* 调整按钮图标大小 */
    }

    .statusQuo_different {
        width: 90%; /* 调整状态描述容器的宽度 */
        flex-wrap: nowrap; /* 当屏幕变窄时，使描述换行显示 */
        justify-content: space-around;
    }

    .statusQuo_different > p {
        width: 30%; /* 调整状态描述的宽度 */
        font-size: 14px; /* 调整状态描述的字体大小 */
    }

    .statusQuo > div {
        width: 90%; /* 调整内容区域的宽度 */
        font-size: 14px; /* 调整内容的字体大小 */
        line-height: 28px; /* 调整内容的行高 */
        margin-top: 20px; /* 调整内容区域的上边距 */
    }

    .straightLineDecoration {
        width: 90%; /* 调整横线的宽度 */
        margin-top: 12px; /* 调整横线的上边距 */
    }

    .straightLineDecoration-solid {
        width: 12px; /* 调整小圆点的大小 */
        height: 12px;
        left: 41px; /* 调整小圆点的位置 */
        top: -6px;
    }

    /*解决方案构架部署*/
    .solution_goujiabushu > h1 {
        font-size: 30px;
        margin-top: 40px;
    }

    .goujiabushu {
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
    }

    .goujiashuoming > h1 {
        width: 90%;
        margin: 0 auto 20px auto;
        font-size: 20px;
    }

    .goujiashuoming > p {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: normal;
        width: 90%;
        margin: 0 auto;
    }

    .goujiabushu > img {
        margin-left: 0;
        margin-top: 30px;
        width: 80%;
        height: auto;
        object-fit: contain;
    }

    /*网站云服务优势*/
    .website_fuwuyoushi {
        max-width: 1400px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .website_fuwuyoushi > h1 {
        display: inline-block;
        font-size: 30px;
        font-weight: bold;
        margin-top: 40px;
    }

    .advantage {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 40px auto;
        flex-direction: column;
    }

    .youshi {
        width: 90%;
        height: initial;
        margin: 0 auto 20px auto;
    }

    .youshi_title {
        height: 66px;
    }

    .youshi_title > h2 {
        font-size: 20px;

    }

    .youshi_title > img {
        width: 60px;
    }

    .youshi > p {
        font-size: 14px;
        width: 90%;
        line-height: 24px;
        margin-bottom: 20px;
    }


    /*底部选购*/
    .shopNow_footer {
        width: 100%;
        height: initial;
        background-color: #4589FD;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .shopNow_footer > a {
        width: 100%;
        text-align: center;
    }

    .shopNow_footer > a > span {
        display: flex;
        width: 80%;
        max-width: 180px;
        height: 35px;
        border-radius: 20px;
        justify-content: center;
        align-items: center;
        background-color: white;
        font-size: 18px;
        font-weight: bold;
        color: black;
        margin: 20px auto;
    }

    .shopNow_footer > a > span:hover {
        color: #4589FD; /* 修改鼠标悬停时文字的颜色 */
        box-shadow: 0px 50px 100px -20px rgba(50, 50, 93, 0.25), 0px 30px 60px -30px rgba(0, 0, 0, 0.3), inset 0px -2px 6px 0px rgba(10, 37, 64, 0.35);
    }

    .shopNow_footer > p {
        color: white;
        font-size: 12px;
        text-align: center;
        width: 80%;
        margin-top: 0;
        margin-bottom: 20px;
    }
}