.sbanner {background-image: url('./hwwaf-banner.jpg');}
.sbanner h1{font-size: 26px;margin-bottom: 16px;}
.sbanner a {box-shadow: 0px 4px 10px 0px #006AFF66;}
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);
}
/* Fortinet安全SD-WAN热销产品 */
.ft-hot-product, .scene {padding:0 0 60px}
.ft-hot-product-header, .scene-header{padding-bottom: 28px}
.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.png') 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: 18px;font-weight: 400;}
/* 应用场景 */
.scene {padding-top: 10px}
.scene-header {padding-bottom: 59px;box-sizing: border-box;}
.scene-box {display: flex;flex-wrap:wrap;}
.scene-item {width: 378px;height: 276px;box-sizing: border-box;background-color: #fff;border-radius: 4px;margin-bottom: 32px;box-shadow: 0px 6px 12px 2px #E4EAF3;border: 1px solid #FFFFFF;padding: 10px 0 48px;}
.scene-item:not(:nth-child(3n)) {margin-right: 30px;}
.scene-item:nth-child(n+4) {margin-bottom: 0;}
.scene-image {box-sizing: border-box;width: 100%;padding: 0 14px;}
.scene-info {padding: 16px 28px 0px 20px;color: #355685;font-size: 14px;}
/* 页面底部文字 */
.bottomtext {height: 180px;background: #132345 url('./bottom-bg2.png') no-repeat;text-align: center;}
.bottomtext .inner {height: 180px;}
.bottomtext p {color: #A3BAEB;font-size: 22px;width: 100%;font-weight: 400;}
.bottomtext a.more_detail {font-size:14px;border:1px solid #A3BAEB;color:#A3BAEB;border-radius:4px;padding:4px 20px 4px 30px;box-shadow: none;font-weight: 400;}
.bottomtext a.more_detail:hover {border-color:#fff}
