@charset "utf-8";
.head-page .index_item>a::after {
    transform: scaleX(1);
    opacity: 1;
}
.head-page .index_item>a span {
    color: #0067ed;
}
.new-detail-overlay {
    overflow: hidden;
    padding-right: calc(100vw - 100%)
}
.new-detail-bg-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2;
    display: block
}
/* Banner */
.function-top {
    overflow: hidden;
    background: #a8abb3;
    position: relative
}
.function-top:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    z-index: 1;
    height: 0;
    border-top: 65px solid transparent;
    border-right: 100vw solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 100vw solid #fff
}
.function-top-cover {
    position: relative;
    width: 100%;
    height: 620px;
    padding-top: 150px
}
.function-top-cover .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: showBanner .5s linear 1;
    animation: showBanner .5s linear 1
}
.function-top-cover .top-summary-container {
    width: 1240px;
    margin: auto
}
.function-top-cover .top-summary {
    position: relative;
    display: inline-block;
    height: 270px;
    text-align: left;
    vertical-align: middle
}
.function-top-cover .top-summary h2 {
    margin-top: 0;
    font-size: 0;
    color: #222;
    vertical-align: middle;
    margin-bottom: 15px
}
.function-top-cover .top-summary h2 .title-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 28px
}
.function-top-cover .top-summary h2 .balck-text {
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    color: #222;
    margin-right: 10px
}
.function-top-cover .top-summary h2 .grey-text {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    opacity: .8;
    filter: alpha(opacity=80)
}
.function-top-cover .top-summary h2 .label-item {
    width: 34px;
    height: 34px;
    vertical-align: middle
}
.function-top-cover .top-summary-title {
    width: 625px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px
}
.function-top-cover .top-summary-enter {
    margin-top: 35px
}
.function-top-cover .top-summary-enter .video-play-button {
    float: left;
    color: #222;
    margin-left: 30px;
    padding-top: 13px;
    font-size: 0;
    height: 20px;
    line-height: 20px
}
.function-top-cover .top-summary-enter .video-play-button .header-play {
    position: relative;
    top: 5px;
    width: 24px;
    height: 24px;
    margin-right: 6px
}
.function-top-cover .top-summary-enter .video-play-button span {
    font-size: 20px
}
.function-top-cover .top-summary-enter .video-play-button:hover {
    opacity: .8;
    fill-opacity: .8
}
.function-top-cover .top-summary-enter .primary-btn {
    float: left;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 20px
}
.function-top-cover .top-play-button {
    margin: 10px 200px 0 300px;
    vertical-align: middle
}

.page-banner .top-summary-container .top-summary {
    position: relative;
    display: inline-block;
    height: 270px;
    text-align: left;
    vertical-align: middle
}
.page-banner .top-summary-container .top-summary h1 {
    color: #222;
    vertical-align: middle;
    margin-bottom: 15px;
}
.page-banner .top-summary-container .top-summary h1 .title-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}
.page-banner .top-summary-container .top-summary h1 .grey-text {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    opacity: .8;
    filter: alpha(opacity=80)
}
#product .productLogo {
    vertical-align: middle;
    width: 34px;
}
.primary-btn {
    border-radius: 2px;
    background-color: #0067ed;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}
.primary-btn:hover {
    background-color: #197dff
}
.primary-btn:active {
    background-color: #0056c7
}
.video_btn{
    margin-left: 30px;
}
.video_btn .icon_video_btn{
    max-width: 24px;
    margin-right: 6px;
    display: flex;
    align-items: center;
}

/* 产品系列 */
#uspList {
    margin: 5px 0 16px 0
}
.btn {
    min-width: 140px;
    padding: 0 20px;
    line-height: 44px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-top: 25px;
    color: #fff;
    text-align: center;
}
.btn img{
    max-width: 30px;
    transition: all .4s;
}
.btn:hover img {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.detail-btn {
    margin-right: 7px;
    background-color: #0067ed
}
.detail-btn:hover {
    background-color: #197dff
}
.detail-btn span {
    color: #fff
}
.jump-btn.blue {
    background-color: #0067ed;
    color: #fff !important
}
.jump-btn.white {
    background-color: #fff;
    color: #000;
    border: 1px solid #e5e5e5
}
.jump-btn.white:hover {
    border: 1px solid #a8abb3
}
#product-content .point2 {
    padding-top: 70px
}
#product-content .point3 {
    padding-top: 130px
}
#product-content .point4 {
    padding-top: 120px
}
#product-content .point5 {
    padding-top: 100px
}


/* 解决方案 */
.corporate-bottom {
    background-color: #fbfbfb;
    margin-top: 60px
}
.corporate-bottom-title {
    margin-bottom: 30px;
    color: #222;
    text-align: center
}
.corporate-bottom-list {
    max-width: 1056px;
    margin: 0 auto;
    overflow: hidden;
    width: 92%;
}
.corporate-bottom-list-item {
    list-style: none;
    width: 28%;
    margin-right: 8%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}
.corporate-bottom-list-item:nth-child(3n){
    margin-right: 0;
}
.corporate-bottom-list-item-icon {
    text-align: center
}
.corporate-bottom-list-item-icon svg {
    width: 54px;
    height: 54px
}
.corporate-bottom-list-item-title {
    margin-top: 20px;
    text-align: center;
    font-weight: 700;
    color: #222
}
.corporate-bottom-list-item-desc {
    margin-top: 10px;
    line-height: 1.5;
    color: #999
}
/* 查看更多 */
.customer-more-item {
    display: none
}


/* 四大特点 */
.corporate-ad-demo-bottom{
    background-color: #fafafa;
}
.corporate-ad-demo-bottom-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    text-align: center;
}
.corporate-ad-demo-bottom-list-title {
    font-weight: 700;
    color: #222;
    margin: 10px 0;
}
.corporate-ad-demo-bottom-list-desc {
    color: #999;
    line-height: 1.5
}
.corporate-ad-demo-bottom-list-wrap {
    display: inline-block;
    vertical-align: middle
}
.corporate-bottom {
    background-color: #fbfbfb;
    margin-top: 0;
    padding-bottom: 60px
}
.corporate-bottom .corporate-bottom-list .corporate-bottom-list-item-icon img {
    width: 54px;
    height: 54px
}
.customer-more-item-btn {
    background-color: #fbfbfb;
    width: 100%;
    text-align: center
}
.customer-more-item-btn p {
    display: inline-block;
    cursor: pointer;
    margin-top: 0 !important;
    width: 288px;
    height: 58px;
    border-radius: 2px;
    line-height: 58px;
    font-size: 16px;
    color: #222;
    border: 1px solid #ccc;
    -webkit-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s
}
.corporate-ad-demo-bottom .corporate-ad-demo-bottom-list .corporate-ad-demo-bottom-list-item .corporate-ad-demo-bottom-list-icon img {
    width: 80px;
}
/* 产品系列弹框 */
.details {
    display: none;
    position: fixed;
    top: 2000px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top: 1px solid #efefef;
    text-align: center;
    z-index: 10;
    overflow-y: scroll
}
.details .detail-content {
    margin-top: 80px
}
.details .detail-content .detail-name {
    font-weight: 700;
    color: #222;
    margin-bottom: 15px
}
.details .detail-content .detail-title {
    font-weight: 700;
    color: #222;
    margin-bottom: 25px;
    line-height: 1.23
}
.details .detail-content .detail-des {
    color: #888;
    margin-bottom: 40px
}
.details .detail-content .detail-content {
    color: #888;
    margin-bottom: 40px
}
.details .detail-content .detail-img {
    display: block;
    margin-bottom: 120px;
}
.details .detail-content .loadMore {
    display: none;
    position: fixed;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 180px;
    height: 60px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .16);
    border-radius: 2px;
    line-height: 60px;
    background-color: #000;
    color: #fff;
    -webkit-animation: play 1.5s linear infinite;
    animation: play 1.5s linear infinite;
    cursor: default
}
.details .detail-content .loadMore img {
    max-width: 30px;
    margin-right: 8px;
}
.details .detail-content .close {
    display: none;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 60px;
    width: 60px;
    height: 60px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .16);
    border-radius: 2px;
    background-color: #222;
    cursor: pointer;
    line-height: 60px;
}
.details .detail-content .close img{
    max-width: 30px;
}
.details .detail-content .detail-bottom {
    width: 1080px;
    margin: 0 auto;
    margin-bottom: 200px;
    overflow: hidden
}
.details .detail-content .detail-bottom .item {
    width: 500px;
    line-height: 48px;
    text-align: left
}
.details .detail-content .detail-bottom .item .title {
    font-weight: 700;
    font-size: 36px;
    color: #222;
    line-height: 41px;
    margin-bottom: 15px
}
.details .detail-content .detail-bottom .item .des {
    font-size: 16px;
    font-weight: 400;
    color: #888;
    line-height: 28px
}
.details .detail-content .detail-bottom .right {
    float: right
}
.details .detail-content .detail-bottom .left {
    float: left
}

/* 底部通栏 */
@media (max-width:1600px) {
    .function-top {
        overflow: hidden
    }
    .function-top-cover {
        padding-top: 110px;
        height: 496px
    }
    .function-top-cover .top-summary {
        height: 496px
    }
    .function-top-cover .top-summary-container {
        max-width: 1080px;
        width: 92%;
    }
    .function-top::after {
        border-bottom: 30px solid #fff;
        border-left: 100vw solid #fff;
        border-top: 50px solid transparent;
        border-right: 100vw solid transparent
    }
    #product-content .point3 {
        padding-top: 70px
    }
    #product-content .point4 {
        padding-top: 60px
    }
    #product-content .point5 {
        padding-top: 40px
    }
}
@media (max-width: 1280px) {
    .details .detail-content .detail-img{
        margin-bottom: 100px;
    }
}
@media (max-width: 1200px) {
    .details .detail-content{
        margin-top: 70px;
    }
}
@media (max-width: 1043px) {
    .details .detail-content{
        margin-top: 65px;
    }
    .customer-more-item-btn p{
        width: 205px;
        height: 52px;
        line-height: 52px;
    }
    .details .detail-content .detail-img {
        margin-bottom: 60px;
    }
    .details .detail-content .detail-title{
        margin-bottom: 15px;
    }
}
@media (max-width: 960px) {
    .details .detail-content{
        margin-top: 50px;
    }
    .details .detail-content .detail-img {
        margin-bottom: 45px;
    }
    .details .detail-content .detail-des{
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .details .detail-content{
        margin-top: 30px;
    }
    .details .detail-content .detail-img {
        margin-bottom: 30px;
    }
    .details .detail-content .detail-des {
        margin-bottom: 20px;
    }
    .top_summary_enter{
        margin: 0;
    }
    .corporate-ad-demo-bottom-list-item {
        width: 50%;
        margin-top: 15px;
    }
    .corporate-bottom-list-item{
        margin-top: 20px;
        width: 100%;
        margin-right: 0;
    }
    .corporate-bottom .corporate-bottom-list .corporate-bottom-list-item-icon img {
        width: 42px;
        height: 42px;
    }
    .corporate-bottom-list-item-title{
        margin-top: 5px;
    }
    .corporate-ad-demo-bottom .corporate-ad-demo-bottom-list .corporate-ad-demo-bottom-list-item .corporate-ad-demo-bottom-list-icon img {
        width: 42px;
    }
    .corporate-ad-demo-bottom-list-title{
        margin: 5px 0 10px;
    }
    .customer-more-item-btn p{
        line-height: 42px;
        width: 125px;
        height: 42px;
    }
    .corporate-bottom{
        padding-bottom: 30px;
    }
    .corporate-bottom-title{
        margin-bottom: 0;
    }
    .btn {
        min-width: 125px;
        padding: 0;
        line-height: 38px;
        margin: 20px auto 0;
        width: 125px;
        display: block;
    }
    .function-top-cover {
        padding-top: 30px;
        height: auto;
        padding-bottom: 0;
    }
    .function-top::after {
        border-bottom: 0 solid #fff;
    }
    #product .productLogo{
        width: 28px;
    }
    .details .detail-content .detail-name{
        margin-bottom: 10px;
    }
    .details .detail-content .close{
        bottom: 25px;
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
    .details .detail-content .loadMore{
        width: 136px;
        height: 38px;
        line-height: 38px;
        bottom: 25px;
    }
    .details .detail-content .close img {
        max-width: 20px;
    }
    .details .detail-content .loadMore img {
        max-width: 20px;
        margin-right: 5px;
    }
    .video_btn {
        margin-left: 20px;
    }
}