/*头部*/
header {
    text-align: center;
    color: #1C1C1C;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

header .swiper-container {
    width: 100%;
    height: 100vh;
    max-height: 500px;
    min-height: 220px;
}

header .swiper-container .swiper-wrapper .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
header .swiper-container .swiper-wrapper .swiper-slide .content-box {
    text-align: left;
    line-height: 5.5;
}

header .swiper-container .swiper-wrapper .swiper-slide .content-box .title {
    font-weight: bold;
    text-align: left !important;
}

header .swiper-container .swiper-wrapper .swiper-slide .content-box .synopsis {
    width: 60%;
    font-weight: 500;
}

header .swiper-container .swiper-wrapper .swiper-slide .content-box .btn-box {
    margin-top: 0;
}

header .swiper-container .swiper-wrapper .swiper-slide .content-box .btn-box .btn {
    border-radius: 2px;
    background-color: white;
    opacity: 1;
    font-weight: 500;
    box-shadow:  rgb(0 0 0 / 10%) 0px 5px 20px 0px;
}

header .swiper-container .swiper-wrapper .swiper-slide .content-box .btn-box .btn:hover {
    background-color: #3172F2;
}

header .swiper-container .swiper-wrapper .swiper-slide .header-title-center {
    text-align: center;
}

header .swiper-container .swiper-wrapper .swiper-slide .header-title-left {
    text-align: left;
}

section .container .header-title-center h1{
    font-size: 32px;
    letter-spacing: 1px;
    padding: 0 15px;
    display: inline-block;
    text-align: center;
    line-height: 1.75;
    margin: 0 0 10px;
    color: #393939;
}

#series {
    background-color: #F7F9FC;
}

#series .content-box {
    margin-top: 30px;
}

#series .content-box.row {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

#series .content-box.row [class*='col-'] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#series .content-box li {
    margin-bottom: 30px;
}

#series .content-box li .item {
    width: 100%;
    max-width: 365px;
    min-height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px 55px;
    transition: all .3s ease-out;
}

#series .content-box li .item:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
}

#series .content-box li .item h5 {
    font-weight: 600;
    margin-top: 20px;
}

#series .content-box li .item img {
    max-width: 60px;
    transition: all .3s ease-out;
}

#series .content-box li .item:hover img {
    transform: scale(1.1);
}

#series .content-box li .item p {
    width: 100%;
    margin: 10px 0;
}

#series .content-box li .item a {

}

#series .content-box li .item a img {
    width: 15px;
}

#sd_wan {
}

#sd_wan .content-box {
    margin-top: 30px;
}


#sd_wan .content-box.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

#sd_wan .content-box.row [class*='col-'] {
    display: flex;
    flex-direction: column;
}

#sd_wan .content-box li {
    margin-bottom: 30px;
}

#sd_wan .content-box li .item {
    min-height: 100%;
    height: 100%;
    padding: 30px 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}

#sd_wan .content-box li .item:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
    background-color: white;
}

#sd_wan .content-box li .item:hover p {
    color: #666666;
}

#sd_wan .content-box li h5 {
    margin: 20px 0;
}

#sd_wan .content-box li img {
    max-width: 50px;
    transition: all .3s ease-in-out;
}

#sd_wan .content-box li .item:hover img {
    transform: scale(1.1);
}

#solution {
    padding-top: 60px !important;
}

.syFocusThumb .pagination {
    height: 60px;
}

#paginate-syFocusThumb .toc {
    height: 60px;
    line-height: 60px;
}

#paginate-syFocusThumb .thumbWrap {
    overflow: hidden;
}

.syFocusThumb .sliderwrapper .contentdiv .btn {
    color: white;
    transition: all .3s ease-in-out;
    margin: 5px;
}

.syFocusThumb .sliderwrapper .contentdiv .btn:hover {
    transform: scale(1.1);
}

.syFocusThumb .sliderwrapper {
    width: 55%;
    min-height: 220px;
}

#prev, #next {
    height: 60px;
}

#contact, #solution, #servic {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#contact {
    padding: 50px 0 !important;
    background-size: 100% 100%;
}

#contact .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

#contact p {
    text-align: center;
}

#contact p span {
    font-weight: 600;
}

#contact .btn-box {
    margin-top: 20px;
}

#contact .btn-box .btn {
    color: white;
    padding: 6px 25px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px;
    background: -webkit-linear-gradient(left, #00A4FF, #0F7FFF); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #00A4FF, #0F7FFF); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #00A4FF, #0F7FFF); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #00A4FF, #0F7FFF); /* 标准的语法 */
    transition: all .3s ease-out;
}

#contact .btn-box .btn:hover {
    transform: scale(1.05);
}

#contact .btn-box .btn:first-child {
    margin-right: 20px;
}

#contact .btn-box .btn:last-child {
    margin-left: 20px;
}

#advantage {
    background-color: #F7F9FC;
}

#advantage .map {
    width: 100%;
    margin: 25px 0 20px;
}

#advantage .map img {
    width: 100%;
}

#advantage .footer {

}

#advantage .footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#advantage .footer ul li {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#advantage .footer ul li p {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 36px;
    font-weight: bold;
    transition: all .3s ease-in-out;
}

#advantage .footer ul li div:hover p {
    transform: scale(1.1);
}

#advantage .footer ul li span {
    color: #565D6D;
}

#client {
    padding-bottom: 0 !important;
}

#servic {

}

#client .header-title {
    margin-bottom: 50px;
}

#client .header-title span {
    position: relative;
    width: 100%;
    display: inline-block;
}

#client .header-title span:before,
#client .header-title span:after {
    position: absolute;
    top: 50%;
    left: 26%;
    content: '';
    height: 1px;
    width: 30%;
    background: linear-gradient(to right, transparent, #EEEEEE);
    transform: translate(-50%, -50%);
}

#client .header-title span:after {
    left: 44%;
    transform: translate(50%, -50%);
    background: linear-gradient(to right, #EEEEEE, transparent);
}

#client .content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
    padding: 0 15px;
    box-sizing: content-box;
}

#client .content-box li {
    width: 100%;
    max-width: 180px;
    min-height: 1px;
    margin-bottom: 30px;
}

#client .content-box li img {
    max-width: 100%;
    transition: all .3s ease-in-out;
}

#client .content-box li img {
    border: 1px solid #ececec;
}

#client .content-box li:hover img {
    transform: scale(1.1, 1.1);
    transition: all .3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}

#servic .value .content-box.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

#servic .value .content-box.row [class*='col-'] {
    display: flex;
    flex-direction: column;
}

#servic .value .content-box li {
    margin-bottom: 30px;
}

#servic .value .content-box li .item {
    min-height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;
    border-radius: 4px;
    position: relative;
}

#servic .value .content-box li .item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    top: 0;
    background-color: #00A4FF;
    /*visibility: hidden;*/
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px 4px 0px 0px;
}

#servic .value .content-box li:hover .item:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#servic .value .content-box li .item h5 {
    margin: 30px 0 20px;
}

#servic .value .content-box li .item img {
    max-width: 55px;
}

#servic .value .content-box li .item:hover p {
    color: #666666;
}

#consult {
    background-color: #F4F5F7;
    /*padding-top: 40px !important;*/
}

#consult .header-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#consult .header-title p {
    display: inline-block;
    margin-bottom: 0;
}

#consult .header-title span {
    margin: 0 15px;
}

#consult .news .content-box.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

#consult .news .content-box.row [class*='col-'] {
    display: flex;
    flex-direction: column;
}

#consult .news .content-box .left {
    margin-top: 30px;
    padding-left: 0;
}

#consult .news .content-box .left .item,
#consult .news .content-box .right .item {
    min-height: 100%;
}

#consult .news .content-box .left .item {
    background-color: white;
}

#consult .news .content-box .left .bg-img {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 283px;
}

#consult .news .content-box .left .article-title {
    background-color: white;
    padding: 30px;
}

#consult .news .content-box .article-title p {
    font-weight: 500;
}

#consult .news .content-box .right {
    height: 100%;
    margin-top: 30px;
    padding-right: 0;
}

#consult .news .content-box .right a {
    height: 250px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

#consult .news .content-box .right a:first-child {
    margin-bottom: 30px;
}

#consult .news .content-box .right a .bg-img {
    width: 50%;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all .3s ease-out;
}

#consult .news .content-box .right a .article-title {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    background-color: white;
    padding: 50px 20px;
}

#consult .document .content-box {
    background-color: white;
    min-height: 530px;
    margin-top: 30px;
    padding: 20px;
}

#consult .document .content-box ul {
}

#consult .document .content-box ul li {
    position: relative;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F5F5F5;
}

#consult .document .content-box ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 1px solid #979797;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

#consult .document .content-box ul li a {
    transition: all .3s ease-out;
}

#consult .document .content-box ul li:hover a {
    transform: scale(1.1);
    padding-left: 10px;
}

@media screen and (max-width: 992px) {
    header {
        height: auto;
    }

    header .swiper-container{
        max-height: 380px;
    }

    section .container .header-title-center h1{
        font-size: 26px !important;
    }

    #series .content-box li .item {
        padding: 20px 25px;
    }

    #sd_wan .content-box li .item {
        padding: 20px 30px;
    }

    #advantage .footer ul li {
        text-align: center;
    }

    #advantage .footer ul li p {
        font-size: 22px;
    }

    #advantage .footer ul li span {
        font-size: 16px !important;
    }

    #client .content-box li {
        max-width: 140px;
        margin-bottom: 20px;
    }

    #servic .value .content-box li .item {
        padding: 20px;
    }

    #consult .news .content-box .left .article-title {
        padding: 20px;
    }

    #consult .document .content-box ul li {
        line-height: 2.9 !important;
    }

    .syFocusThumb .sliderwrapper {
        width: 100%;
        min-height: auto;
    }

    .syFocusThumb .sliderwrapper .contentdiv .btn {
        padding: 5px 15px;
    }

    #solution .container .header-title-left {
        padding-left: 15px;
        padding-right: 15px;
    }

    #solution .syFocusThumb {
        padding-left: 15px;
        padding-right: 15px;
    }

    #paginate-syFocusThumb .thumbWrap {
        width: calc(100% - 80px);
        left: 45px;
    }

    #paginate-syFocusThumb .toc {
        padding: 0 25px 0 10px;
    }

    #solution .next {
        right: 15px;
    }

    #solution .prev {
        left: 15px;
    }

}

@media screen and (max-width: 768px) {

    header .swiper-container{
        max-height: 320px;
    }

    #contact {
        padding: 20px 0 !important;
    }

    header .swiper-container .swiper-wrapper .swiper-slide .btn-box {
        margin-top: 20px;
    }

    header .swiper-container .swiper-wrapper .swiper-slide h1 {
        margin: 10px 0 5px;
    }

    header .swiper-container .swiper-wrapper .swiper-slide .btn-box .btn {
        padding: 3px 10px;
        margin-right: 7px;
        margin-bottom: 5px;
    }

    header .swiper-container .swiper-wrapper .swiper-slide .btn-box img {
        height: 8px;
    }

    header .swiper-container .swiper-wrapper .swiper-slide p {
        line-height: 1.25 !important;
        margin-bottom: 0;
        text-align: center !important;
    }

    section .container .header-title-center h1{
        font-size: 24px !important;
    }

    #series .content-box {
        margin-top: 15px;
    }

    #series .content-box li {
        margin-bottom: 15px;
    }

    /*#series .content-box li:nth-child(odd) {*/
    /*    padding-right: 7.5px;*/
    /*}*/
    /*#series .content-box li:nth-child(even) {*/
    /*    padding-left: 7.5px;*/
    /*}*/
    #series .content-box li .item {
        padding: 15px;
        min-height: 100%;
        width: 100%;
    }

    #series .content-box li .item h5 {
        margin-top: 15px;
    }

    #series .content-box li .item img {
        max-width: 45px;
    }

    #series .content-box li .item p {
        margin: 10px 0;
    }

    #series .content-box li .item a img {
        max-width: 15px;
    }

    #sd_wan .content-box li:nth-child(odd) {
        padding-right: 7.5px;
    }

    #sd_wan .content-box li:nth-child(even) {
        padding-left: 7.5px;
    }

    #sd_wan .content-box li {
        margin-bottom: 15px;
    }

    #sd_wan .content-box li .item {
        padding: 10px 15px;
        align-items: center;
    }

    #sd_wan .content-box li h5 {
        margin: 15px 0;
    }

    #sd_wan .content-box li img {
        max-width: 38px;
    }

    #contact {
        padding: 30px 0 !important;
    }

    #contact .btn-box {
        margin-top: 0;
    }

    #client .content-box li {
        margin-bottom: 15px;
    }

    #servic .value .content-box li {
        margin-bottom: 15px;
    }

    #servic .value .content-box li .item {
        padding: 20px 15px;
    }

    #servic .value .content-box li:nth-child(odd) {
        padding-right: 7.5px;
    }

    #servic .value .content-box li:nth-child(even) {
        padding-left: 7.5px;
    }

    #consult .news .content-box .left,
    #consult .news .content-box .right {
        margin-top: 15px;
        padding: 0;
    }

    #consult .document {
        margin-top: 15px;
    }

    #consult .news .content-box .right a:first-child {
        margin-bottom: 15px;
    }

    #consult .document .content-box {
        min-height: auto;
        margin-top: 15px;
    }

    #consult .news .content-box .left .bg-img {
        height: 180px;
    }

    #consult .news .content-box .right a {
        height: 180px;
    }

    #advantage .footer ul li {
        text-align: center;
    }

    #advantage .footer ul li p {
        font-size: 18px;
    }

    #advantage .footer ul li span {
        font-size: 14px !important;
    }
}
