.sbanner {
    background-image: url('./banner.jpg');
}

.sbanner h1{
    font-size: 26px;
    margin-bottom: 14px;
}

.combine {
    width: 155px;
    height: 34px;
}

div[id^="anchor"] {
    width: 100%;
    padding: 64px 0 84px 0;
    box-sizing: border-box;
}

div[id^="anchor"] .h2_title {
    font-size: 28px;
    color: #355685;
    text-align: center;
    margin-bottom: 8px;
}

div[id^="anchor"] .desc {
    font-size: 14px;
    color: #949FAD;
    text-align: center;
    line-height: 26px;
}


/* 产品优势 */
.ftsdwan-advantage {
    display: flex;
    flex-wrap: wrap;
    flex: 50%;
    margin-top: 46px;
}

.ftsdwan-advantage-item {
    position: relative;
    width: 582px;
    height: 310px;
    padding: 32px 50px 32px 18px;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 6px 8px 2px #E4EAF3;
    margin-bottom: 34px;
}

.ftsdwan-advantage-item:nth-child(odd) {
    margin-right: 34px;
}

.ftsdwan-advantage-item-bg01 {
    background: url('./hwsdwan-bg1.webp') no-repeat;
}

.ftsdwan-advantage-item-bg02 {
    background: url('./hwsdwan-bg2.webp') no-repeat;
}

.ftsdwan-advantage-item-bg03 {
    background: url('./hwsdwan-bg3.webp') no-repeat;
}

.ftsdwan-advantage-item-bg04 {
    background: url('./hwsdwan-bg4.webp') no-repeat;
}

.advantage-title {
    font-size: 20px;
    color: #373737;
    font-weight: bold;
    margin-bottom: 16px;
    padding-left: 14px;
}

.advantage-introduce-dd {
    display: flex;
    font-size: 14px;
    color: #355685;
    margin-bottom: 16px;
    line-height: 20px;
}

.advantage-introduce-point {
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #006AFF;
    margin-right: 8px;
    margin-top: 4px;
    float: left;
}

.know_more {
    position: absolute;
    bottom: 18px;
    right: 36px;
    text-align: right;
}

a.know_more {
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
    line-height: 28px;
    color: #006AFF;
    background: url(https://www.gdyunjie.com/ftassets/images/bluearrow.svg) no-repeat right center;
    transition-property: transform;
    transform: translate3d(0px, 0, 0);
    transition: all .3s;
}

a.know_more:hover {
    transform: translate3d(8px, 0, 0);
}

/* 应用场景 */
.scene {
    background: url('./hwsdwan-scene-bg.png') no-repeat center center;
}

.scene .inner {
    display: flex;
}

.scene-right {
    color: #FFFFFF;
    width: 666px;
    margin-right: 124px;
}

.scene-right .title {
    font-size: 28px;
    margin-bottom: 22px;
}

.scene-right .txt {
    font-size: 18px;
    line-height: 36px;
}

.scene-right .scene-businese {
    position: relative;
}

.scene-right .scene-businese-flex {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    border-radius: 8px;
    height: 308px;
    background-color: #FFFFFF;
    margin-top: 44px;
    padding-top: 46px;
    box-sizing: border-box;
}

.scene-right .scene-businese-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #373737;
    font-size: 16px;
}

.scene-right .scene-businese-item:not(:last-child) {
    margin-right: 96px;
}

.scene-right .scene-businese-item img {
    width: 114px;
    height: 114px;
    margin-bottom: 20px;
}

.scene-left {
    padding-top: 30px;
}

.scene-left .icon {
    width: 46px;
    height: 46px;
    margin-right: 14px;
}

.scene-left .icon img {
    width: 100%;
    height: 100%
}

.scene-left li {
    display: flex;
    margin-bottom: 50px;
}

.scene-left li .txt p:first-child{
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.scene-left li .txt p:last-child {
    font-size: 14px;
    color: #C6BCFF;
    white-space: nowrap;
}

/* 架构示意图 */
.arch {
    background: linear-gradient(180deg, #EDF1F7 20.46%, #FFFFFF 108.37%);
}

.arch .h2_title {
    margin-bottom: 32px !important;
}

/* 飞塔可视化平台 */
.ft-visualized-platform {
    background: url('./hwsdwan-visualized-platform.webp') no-repeat center center;
}

.ft-visualized-platform .ft-vp-box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.ft-vp-left {
    color: #FFFFFF;
}

.ft-vp-left .ft-logo {
    margin-left: 10px;
}

.ft-vp-left ul {
    margin-top: 28px;
}

.ft-vp-left .icon {
    width: 60px;
    height: 60px;
    margin-right: 6px;
}

.ft-vp-left .icon img {
    width: 100%;
    height: 100%
}

.ft-vp-left li {
    display: flex;
    margin-bottom: 50px;
}

.ft-vp-left li .txt p:first-child{
    font-size: 20px;
    color: #373737;
    margin-bottom: 6px;
}

.ft-vp-left li .txt p:last-child {
    font-size: 14px;
    color: #355685;
    white-space: nowrap;
    line-height: 20px;
}

.ft-vp-right {
    display: flex;
}

.ft-vp-r-top {
    border-radius: 4px;
    background-color: #fff;
    padding: 18px;
    box-shadow: 0px 4px 12px 4px #A3BDE266;
}

.ft-vp-r-top .btns {
    display: flex;
    padding: 0 0 8px 16px;
}

.ft-vp-r-top .btns span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.ft-vp-r-top .btns span:not(:last-child) {
    margin-right: 6px;
}

.ft-vp-swiper {
    width: 776px;
}

.ft-vp-swiper img {
    width: 100%;
    height: 100%;
}

.ft-vp-r-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.ft-vp-r-bottom .ft-vp-swiper-pagination {
    display: flex;
    justify-content: center;
}

.ft-vp-r-bottom .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.ft-vp-r-bottom .swiper-pagination-bullet:not(:last-child) {
    margin-right: 16px !important;
}

.ft-vp-r-left {
    display: flex;
    align-items: center;
}

.ft-vp-r-left .swiper-next-button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color:#006AFF;
    margin-left: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

/* 智能告警 */
.ft-ai-warn-function .inner{
    display: flex;
    background: url('./ft-ai-warning-function-bg.png') no-repeat;
}

.ft-ai-warn {
    padding-bottom: 0 !important;
}

.ft-ai-warn .title {
    color: #373737;
    font-size: 28px;
    font-weight: bold;
}

.empty-box {
    flex: 1;
}

.ft-ai-warn-function-introduce {
    box-sizing: border-box;
    width: 470px;
    padding: 52px 0 64px 88px;
}

.ft-ai-warn-function .support-txt {
    color: #006AFF;
    font-size: 16px;
    margin: 8px 0 30px 0;
}


.ft-ai-warn-function-introduce .icon {
    width: 32px;
    height: 32px;
    margin-right: 14px;
}

.ft-ai-warn-function-introduce .icon img {
    width: 100%;
    height: 100%
}

.ft-ai-warn-function-introduce .bottom-desc {
    display: flex;
    color: #006AFF;
    font-weight: bold;
    font-size: 16px;
    margin-top: 36px;
    line-height: 24px;
}

.ft-ai-warn-function-introduce .bottom-desc img {
    width: 17px;
    height: 13px;
}

.ft-ai-warn-function-introduce .bottom-desc img.start-quota {
    margin-right: 6px;
}

.ft-ai-warn-function-introduce .bottom-desc img.end-quota {
    transform: rotate(180deg);
    margin-bottom: 10px;
}



.ft-ai-warn-function-introduce li {
    display: flex;
    margin-bottom: 20px;
}

.ft-ai-warn-function-introduce li .txt {
    font-size: 16px;
    color: #355685;
}

.ft-all-product {
    margin-top: 78px;
}

.ft-all-product .inner{
    display: flex;
    flex-direction: column;
    background: url('./hw-all-product-bg.png') no-repeat;
    height: 804px;
    box-shadow: 0px 8px 12px 2px #EBF0F7;
}

.ft-all-product-header {
    display: flex;
    height: 144px;
}

.ft-all-product-header-left {
    box-sizing: border-box;
    flex: 1;
    padding: 30px 60px 0;
}

.ft-all-product-header-left .desc {
    text-align: left !important;
    margin-top: 6px;
}

.ft-all-product-header-right {
    width: 200px;
    display: flex;
    align-items: center;
}

.ft-all-product-header-right .more-detail {
    display: block;
    background-color: #006AFF;
    box-shadow: 0px 4px 10px 0px #006AFF66;
    text-align: center;
    padding: 10px 40px;
    color: #FFFFFF;
    border-radius: 4px;
    margin-bottom: 18px;
}

.more-detail i {
    vertical-align: bottom;
    font-weight: bold;
}

.ft-all-product-bottom {
    flex: 1;
    display: flex;
    box-sizing: border-box;
    padding: 30px 32px 32px;
}

.ft-all-pb-left {
    display: flex;
    margin:50px 40px 0 0;
}

.ft-all-pb-left ul:first-child {
    margin-right: 42px;
}

.ft-all-pb-left .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.ft-all-pb-left .icon img {
    width: 100%;
    height: 100%
}

.ft-all-pb-left li {
    display: flex;
    margin-bottom: 36px;
}

.ft-all-pb-left .txt {
    font-size: 16px;
    color: #355685;
    white-space: nowrap;
}

.ft-all-pb-left .no-icon {
    padding-left: 32px;
}

.ft-all-pb-right {
    display: flex;
}

.ft-all-pb-swiper-container {
    box-sizing: border-box;
    width: 426px;
    background-color: #EFF4FF;
    padding: 0 15px 20px;
    margin: 0 10px;
}

.ft-all-pb-swiper-container .title {
    font-size: 16px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #355685;
}

.ft-all-pb-swiper-container .mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6) url('./eye-view.png') no-repeat center center;
    z-index: 1;
}

.ft-all-pb-swiper:hover .mask {
    display: block;
}

.ft-all-pb-swiper-container .ft-all-pb-swiper {
    position: relative;
    height: calc(100% - 42px);
    cursor: pointer;
}

.ft-all-pb-swiper-container .ft-all-pb-swiper img {
    width: 100%;
    height: 100%;
    user-select: none;
}

.prev-box,
.next-box {
    display: flex;
    align-items: center;
}

.ft-all-pb-right .next,
.ft-all-pb-right .prev {
    display: block;
    width: 18px;
    height: 40px;
    color: #FFFFFF;
    background-color: #006AFF;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;

}

/* Fortinet安全SD-WAN热销产品 */

.ft-hot-product {
    padding-bottom: 60px !important;
}

.ft-hot-product-header {
    padding-bottom: 28px;
    box-sizing: border-box;
}

.ft-hot-product-bottom {
    background-color: #F3F5F8;
    padding-top: 48px;
    padding-bottom: 40px;
    box-shadow: 
        inset 0 14px 10px -10px #EAEFF5, /* 上阴影 */
        inset 0 -14px 10px -10px #EAEFF5; /* 下阴影 */
}

.product-box {
    display: flex;
    flex-wrap: wrap;
}

.product-item {
    width: 378px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 32px;
    box-shadow: 0px 6px 12px 2px #E4EAF3;
    border: 1px solid #FFFFFF;
}

.product-item:not(:nth-child(3n)) {
    margin-right: 30px;
}

.product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('./product-bg.webp') no-repeat;
    width: 100%;
    height: 174px;
}

.product-info {
    padding: 16px 28px 0;
}

.product-title {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #373737;
    font-weight: bold;
}

.product-params {
    margin-bottom: 42px;
}

.param {
    display: flex;
    justify-content: space-between;
    padding: 16px 0 10px 0;
    border-bottom: 1px solid #D8E1EE;
    font-size: 14px;
}

.param .key {
    color: #949FAD;
}

.param .value {
    color: #373737;
}

.product-item .buttons {
    display: flex;
    height: 48px;
    line-height: 48px;
}

.product-item .buttons a {
    flex: 50%;
    font-size: 16px;
    color: #006AFF;
    text-align: center;
    background-color: #F6F8FC;
}

.product-item .buttons a:hover {
    transition: flex .2s ease;
    color: #FFFFFF;
    flex: 60%;
    background: #006AFF url(./whitearrow.png) no-repeat 75% center;
}

.product-item-last {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('./more-product-bg.webp') no-repeat;
    text-align: center;
    font-size: 18px;
}

.product-item-last .txt p:not(:first-child) {
    font-size: 22px;
    font-weight: bold;
    color: #373737;
    margin-top: 10px;
}

.product-item-last .button {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.product-item-last .button a {
    display: block;
    background-color: #006AFF;
    box-shadow: 0px 4px 10px 0px #006AFF66;
    text-align: center;
    padding: 10px 40px;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 16px;
}


/* 成功案例 */
.success-cases {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.success-cases-bottom {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #F3F5F8;
    margin-top: 24px;
    padding-top: 80px;
    background: url('https://www.gdyunjie.com/ftassets/images/success-case-bg.jpg') no-repeat center center;
    background-size: 100% 100%;
    color: #FFFFFF;
    height: 590px;
}

.success-cases-bottom .inner {
    display: flex;
}

.success-cb-left {
    width: 530px;
    padding-bottom: 100px;
    transform: translateX(-250px);
}

.success-cb-left .title {
    font-size: 24px;
    white-space: nowrap;
}

.success-cb-left .tags {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0 2px 0;
    box-sizing: border-box;
}

.success-cb-left .tags .tag {
    background-color: #6C6E72;
    border: 1px solid #999DA0;
    padding: 6px 24px;
    color: #FFFFFF;
    border-radius: 38px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.success-cb-left .tags .tag:not(:last-child) {
    margin-right: 16px;
}

.success-cb-left .sections {
    padding-right: 30px;
    line-height: 32px;
}

.success-cb-left .section {
    font-size: 16px;
}

.button-container {
    display: flex;
    margin-top: 60px;
}

.success-cb-left .button-container .more-detail {
    display: block;
    background-color: #006AFF;
    text-align: center;
    padding: 10px 40px;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 16px;
}

.success-cb-left .button-container .more-detail:hover i {
    display: inline-block;
    transform: translateX(6px);
    transition: all .3s;
}

.success-cases-swiper-box {
    position: absolute;
    display: flex;
    align-items: center;
    right: 120px;
    bottom: 56px;
}

.success-cbl-swiper-container {
    width: 700px;
    margin: 0 14px;
}

.success-cbl-swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover !important;
    border: 3px solid #FFFFFF;
    border-radius: 4px;
    height: 170px;
    box-sizing: border-box;
    cursor: pointer;
}

.success-cbl-swiper-container .swiper-slide .title {
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 12px 0;
    background-color: rgba(0, 0, 0, .6);
}

.success-cbl-swiper-container .swiper-slide .mask {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6) url('./eye-view.png') no-repeat center center;
}

.success-cbl-swiper-container .swiper-slide:hover .mask {
    display: block;
}

.success-cbl-swiper-container .swiper-slide:hover .title {
    display: none;
}

.swiper-prev-box,
.swiper-next-box {
    display: flex;
    align-items: center;
}


.swiper-prev-box .swiper-prev-button,
.swiper-next-box .swiper-next-button {
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    background-color: #006AFF;
    cursor: pointer;
    font-weight: bold;
}


/* 页面底部文字 */
.bottomtext {
    height: 220px;
    background: url('./bottom-bg1.webp') no-repeat;
}

.bottomtext-header img {
    vertical-align: middle;
}

.bottomtext-header span {
    font-size: 28px;
    font-weight: bold;
    margin-left: 30px;
}

.bottomtext p {
    color: #355685;
    font-size: 16px;
    width: 100%;
    margin-top: 24px;
    font-weight: 500;
}