﻿@charset "utf-8"; @font-face {
    font-family: 'MiSans Latin Normal';
    src: url('../fonts/MiSansLatin-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*定位菜单*/
#header.fixed-box .bg-color{box-shadow:none;}
#skipmenu.fixed-box{position: fixed!important;top: 68px!important;background: #fffffff5;box-shadow: #0000001c 0 5px 5px 0;}
#skipmenu{position: absolute;    top: 170px;    width: 100%;    color: #fff;  height:40px;   z-index: 20;min-width: 1200px;}
#skipmenu .row{display: flex;justify-content: center;}
#skipmenu .row .menuItem{padding:0 20px;}
#skipmenu .row .menuItem a{color:#fff;display:block;padding:5px 0;border-bottom: transparent solid 3px;}
#skipmenu .row .menuItem a:hover/*,#skipmenu .row .menuItem.active a*/{color:#ff0; border-color:#ff0;}
#skipmenu.fixed-box .row .menuItem a{color:#333;}
#skipmenu.fixed-box .row .active a,
#skipmenu.fixed-box .row .menuItem a:hover{border-color:#c00;color:#c00}

/*大标题*/
.rowTi {
    text-align: center;
    margin-bottom: 40px;
    height: 40px;
    line-height: 40px;
}

.rowTi h2 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s;
}

.rowTi h2.animated {
    opacity: 1;
    transform: translateY(0)
}

/* 产品发展历程 */
#course {
    background: url(../img/fzlc.png) center no-repeat #fff;
    padding: 48px 0;
}

#course .rowTi {
    margin-bottom: 60px;
}

#course .text-box {
    padding: 50px;
    background-color: #F9F9F9;
    margin-bottom: 30px;
    border-radius: 50px 0;
}

#course .text-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #666;
    text-indent: 2em;
    text-align: justify;
}

.course_box {
    background: url(../img/historybg.jpg) no-repeat;
    overflow: hidden;
}

.course_ul {
    width: 1px;
    height: auto;
    padding: 10px 0;
    margin: auto;
    position: relative;
}

.course_ul li {
    position: relative;
    width: 622px;
}

.course_ul li .icon {
    position: absolute;
    height: 13px;
    width: 73px;
}

.course_ul li .icon i {
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    background-color: #517BB6;
    border-radius: 50%;
    display: none;
}

.course_ul li .icon em {
    position: absolute;
    display: block;
    width: 60px;
    height: 1px;
    border-bottom: #fff 1px dashed;
    opacity: 0.3;
}

.course_ul li .msg-box .time {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: 'MiSans Latin Normal';
}

.course_ul li .msg-box .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    opacity: 0.8;
}

.course_ul li .msg-box .text_right {
    text-align: right;
}

.course_ul li .msg-box .text_left {
    text-align: justify;
}

.course_ul .course_left .icon {
    right: 0;
    top: 5px;
}

.course_ul .course_left .icon i {
    right: 0;
}

.course_ul .course_left .icon em {
    top: 6px;
    left: 0;
}

.course_ul .course_left .msg-box {
    text-align: right;
    padding-right: 90px;
}

.course_ul .course_left {
    left: -611px;
    width: 605px;
}

.course_ul .course_right .icon {
    left: 0;
    top: 5px;
}

.course_ul .course_right .icon i {
    left: 0;
}

.course_ul .course_right .icon em {
    top: 6px;
    left: 14px;
}

.course_ul .course_right .msg-box {
    text-align: left;
    padding-left: 90px;
}

.course_ul .course_right {
    left: 7px;
}

.course_ul li:hover .icon i,.course_ul li:hover .icon em {
}

.course_ul.future {
    height: 58px;
    padding: 146px 0;
}

.course_ul.future .course_right .icon {
    top: 6px;
}

.course_ul.future li .msg-box .text {
    font-size: 16px;
    font-weight: bold;
    color: #546785;
}

.course_ul.future li .msg-box .time {
    display: none;
}

.course_ul.future li .icon em {
    border-bottom: #c3c3c3 1px dashed;
    opacity: 1;
}

.course_ul.life {
    padding: 30px 0;
    height: 644px;
}

.course_ul.life li {
    margin-top: -5px;
}

.course_ul.prelife {
    padding: 60px 0 64px;
}

.course_ul.prelife li .msg-box .text {
    color: #546785;
}

.course_ul.prelife li .msg-box .time {
    color: #0E49A8;
}

.course_ul.prelife li .icon em {
    border-bottom: #c3c3c3 1px dashed;
    opacity: 1;
}

.course_ul.prelife li {
    margin-top: -15px;
}

/* 相关技术支撑功能模块 */
#technicalSupport {
    padding: 60px 0 50px;
    overflow: hidden;
    background: #F8F9FF;
}

.techSupportList {
    padding-top: 10px;
}

.techSupportList:after {
    content: "";
    display: block;
    clear: both;
}

.techSupportList ul {
    margin: 0 -1%;
}

.techSupportList li {
    float: left;
    width: 18%;
    margin: 0 1%;
    line-height: 55px;
    margin-bottom: 30px;
}

.techSupportList li a {
    background: #fff url(../img/linkico.png) no-repeat 90%;
    display: block;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    box-shadow: 0 0 10px #eee;
    transition: 0.5s;
}

.techSupportList li a:hover {
    background: #0062D9 url(../img/linkico.png) no-repeat 90%;
    color: #fff;
}

/* 产品咨询 */
.lxss {
    padding: 50px 0;
    text-align: center;
    clear: both;
    background: #fff;
}

.lxss a {
    width: 200px;
    height: 60px;
    border-radius: 30px;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    background: url(../img/lx-icon.png) 36px 50% no-repeat #0062D9;
    text-indent: 50px;
}

.lxss a.sq {
    background: url(../img/tymk-icon.png) 25px 50% no-repeat #0062D9;
    background-size: 14%;
    text-indent: 40px;
}

.lxss a:hover {
    background-color: #0013ba;
    box-shadow: 0 0 5px #0062D9;
}

/* 解决方案 - 已通过权威机构安全检测 */
.solution-institution {
    background: url(../img/secure.png) 50% 0px no-repeat;
    padding-top: 25px;
}

.solution-institution .sRow-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
    height: 48px;
    margin-bottom: 38px;
}

.solution-institution .pics {
    display: flex;
    width: 800px;
    margin: 0 auto;
    justify-content: space-between;
}

.solution-institution .pics li {
    width: 380px;
    height: 241px;
    position: relative;
    z-index: 5;
}

.solution-institution .pics li .title {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
}

.solution-institution .pics li .title b {
    display: block;
    font-weight: bold;
}

.solution-institution .con-intro {
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    margin-top: -10px;
}

.solution-institution .sRow-con {
    position: relative;
    padding-bottom: 50px;
}

.solution-institution .sRow-con .bg {
    position: absolute;
    z-index: 0;
    width: 1200px;
    height: 220px;
    bottom: 0px;
    left: calc(50% - 600px);
    transform-style: preserve-3d;
    perspective: 600px;
}

.solution-institution .sRow-con .bg::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0px;
    background: linear-gradient(to bottom, #E4FBEE, #6DBB8C);
    opacity: 0.4;
    transform: rotateX(45deg);
    border-radius: 5px;
}

/* 解决方案 - 专业安全检测工具 */
.solution-testingTools .sRow-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.solution-testingTools .sRow-con {
    background: url(../img/solution-testingtools-bg.png) 50% 0 no-repeat;
    min-height: 341px;
    padding-top: 40px;
}

.solution-testingTools .sRow-con .con-intro {
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 50px
}

.solution-testingTools .list {
    display: flex;
    justify-content: center;
}

.solution-testingTools .list li {
    width: 233px;
    height: 215px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    margin: 0 30px;
    padding-top: 23px;
    box-sizing: border-box;
}

.solution-testingTools .list li .icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    background: url(../img/solution-icon-01.png) center center no-repeat;
}

.solution-testingTools .list li .title {
    line-height: 32px;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    color: #666666
}

.solution-testingTools .list li.li2 .icon {
    background-image: url(../img/solution-icon-02.png)
}

.solution-testingTools .list li.li3 .icon {
    background-image: url(../img/solution-icon-03.png)
}

.solution-testingTools .list li.li4 .icon {
    background-image: url(../img/solution-icon-04.png)
}

/* 解决方案 - 安全检测和定向渗透攻击测试 */
.solution-attackTesting {
    height: 628px;
    position: relative;
    overflow: hidden;
    background: url(../img/solution-attackTesting-bg.jpg) 50% 50% no-repeat;
}

.solution-attackTesting .bg-round {
    width: 700px;
    height: 700px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    bottom: -288px;
    left: calc(50% - 350px);
    z-index: auto;
    padding-top: 70px;
}

.solution-attackTesting .bg-round::before {
    content: "";
    display: block;
    width: 766px;
    height: 766px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    opacity: 0.3;
    left: -33px;
    top: -33px;
    z-index: 0
}

.solution-attackTesting .bg-round::after {
    content: "";
    display: block;
    width: 836px;
    height: 836px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    opacity: 0.3;
    left: -68px;
    top: -68px;
    z-index: 0;
}

.solution-attackTesting .bg-round .icon {
    width: 80px;
    height: 80px;
    background: url(../img/solution-icon-05.png) center center no-repeat;
    margin: 0 auto 18px;
}

.solution-attackTesting .bg-round .txt-en {
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 42px;
}

.solution-attackTesting .bg-round .txt-cn_1 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    margin-bottom: 8px;
}

.solution-attackTesting .bg-round .txt-cn_2 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
}

.solution-attackTesting .list {
    width: 700px;
    height: 700px;
    box-sizing: border-box;
    position: absolute;
    bottom: -288px;
    left: calc(50% - 350px);
    z-index: auto;
}

.solution-attackTesting .list li {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 22px;
    line-height: 48px;
    height: 48px;
    text-align: right;
    padding-right: 30px;
    white-space: nowrap;
}

.solution-attackTesting .list li::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 5px);
    right: 0px;
}

.solution-attackTesting .list li.li1 {
    right: 727px;
    top: 310px;
}

.solution-attackTesting .list li.li2 {
    right: 711px;
    top: 218px;
}

.solution-attackTesting .list li.li3 {
    right: 644px;
    top: 88px;
}

.solution-attackTesting .list li.li4 {
    right: 500px;
    top: -23px;
    padding-right: 40px;
}

.solution-attackTesting .list li.li5 {
    padding: 0 0 40px 0;
    width: 400px;
    text-align: center;
    right: calc(50% - 200px);
    top: -115px;
}

.solution-attackTesting .list li.li5::after {
    bottom: 0px;
    top: auto;
    right: calc(50% - 5px)
}

.solution-attackTesting .list li.li6 {
    left: 500px;
    top: -23px;
    padding-left: 40px;
    padding-right: 0px;
    text-align: left;
}

.solution-attackTesting .list li.li6::after {
    right: auto;
    left: 0px;
}

.solution-attackTesting .list li.li7 {
    left: 644px;
    top: 88px;
    padding-left: 30px;
    padding-right: 0px;
    text-align: left;
}

.solution-attackTesting .list li.li7::after {
    right: auto;
    left: 0px;
}

.solution-attackTesting .list li.li8 {
    left: 711px;
    top: 218px;
    padding-left: 30px;
    padding-right: 0px;
    text-align: left;
}

.solution-attackTesting .list li.li8::after {
    right: auto;
    left: 0px;
}

.solution-attackTesting .list li.li9 {
    left: 727px;
    top: 310px;
    padding-left: 30px;
    padding-right: 0px;
    text-align: left;
}

.solution-attackTesting .list li.li9::after {
    right: auto;
    left: 0px;
}

/* 解决方案 - 三级等保 */
.solution-securityLevel .sRow-intro {
    font-size: 18px;
    line-height: 2;
    color: #666666;
    text-align: center;
    margin-bottom: 38px;
}

.solution-securityLevel .sRow-card {
    height: 200px;
    background: #F1FAF7;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    display: flex;
    padding-left: 158px;
    align-items: center
}

.solution-securityLevel .sRow-card::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: -50px;
    top: 0px;
    height: 200px;
    width: 770px;
    background: linear-gradient(30deg, #6CB75A 50px, #0FAB77);
    border-radius: 0 0 40px 0;
    transform: skewX(-20deg)
}

.solution-securityLevel .sRow-card .icon {
    width: 70px;
    height: 82px;
    position: relative;
    z-index: 1;
    background: url(../img/solution-icon-06.png) 0 0 no-repeat;
    margin-right: 25px;
}

.solution-securityLevel .sRow-card .sRow-card_left, .solution-securityLevel .sRow-card .sRow-card_right {
    height: 80px;
    line-height: 40px;
    font-size: 20px;
    position: relative;
    z-index: 1;
    color: #006342;
    text-align: left;
}

.solution-securityLevel .sRow-card .sRow-card_left {
    color: #fff;
    width: 430px;
    margin-right: 120px;
}

.solution-securityLevel .sRow-card .sRow-card_t2 {
    font-size: 32px;
    font-weight: bold;
}

/* 解决方案 - 安全防护措施 */
.solution-safetyProtection .sRow-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.solution-safetyProtection .protectionList {
    padding: 50px 60px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(95,134,98,0.2);
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 20px 10px;
    margin-bottom: 86px;
}

.solution-safetyProtection .protectionList li {
    height: 36px;
    line-height: 36px;
    padding-left: 28px;
    background: url(../img/solution-icon-07.png) 0px 8px no-repeat;
    font-size: 16px;
}

/* 解决方案 - 多重防御体系 */
.solution-defenseSystem {
}

.solution-defenseSystem .sRow-title {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 24px;
}

.solution-defenseSystem .sRow-intro {
    font-size: 16px;
    line-height: 32px;
    color: #666;
    text-align: center;
    margin-bottom: 25px;
}

.solution-defenseSystem .sRow-card {
    padding: 50px;
    width: 1200px;
    margin: 0 auto 50px;
    position: relative;
}

.solution-defenseSystem .sRow-card::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(30deg, #4ba155, #0b9a6a);
    border-radius: 20px;
    z-index: 0;
    transform: skewX(-5deg);
    box-reflect: below;
}

.solution-defenseSystem .sRow-card::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -129px;
    right: 0px;
    height: 127px;
    background: linear-gradient(to bottom, rgba(173,173,173,0.2), rgba(255,255,255,0));
    border-radius: 20px;
    transform: skewX(-10deg) translateX(-22px);
}

.solution-defenseSystem .sRow-card-tit {
    position: relative;
    z-index: 1;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
}

.solution-defenseSystem .list {
    display: flex;
    width: 800px;
    margin: 0 auto 22px;
    ; position: relative;
    z-index: 1;
    justify-content: space-between;
}

.solution-defenseSystem .list li {
    width: 140px;
    height: 130px;
    background: #fff;
    box-sizing: border-box;
    padding-top: 15px;
    border-radius: 12px;
    position: relative;
    border: 1px solid #fff;
    overflow: hidden;
    cursor: pointer;
}

.solution-defenseSystem .list li a {
    color: #333;
}

.solution-defenseSystem .list li::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    background: linear-gradient(45deg, #6CB75A, #0FAB77);
    opacity: 0;
    transition: 0.5s;
}

.solution-defenseSystem .list li .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 8px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.solution-defenseSystem .list li .title {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 32px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.solution-defenseSystem .list li:hover .title, .solution-defenseSystem .list li a:hover {
    color: #fff;
}

.solution-defenseSystem .list li:hover::after {
    opacity: 1
}

.solution-defenseSystem .list li.li1 .icon {
    background: url(../img/solution-icon-09.png) center center no-repeat;
}

.solution-defenseSystem .list li.li2 .icon {
    background: url(../img/solution-icon-10.png) center center no-repeat;
}

.solution-defenseSystem .list li.li3 .icon {
    background: url(../img/solution-icon-11.png) center center no-repeat;
}

.solution-defenseSystem .list li.li4 .icon {
    background: url(../img/solution-icon-12.png) center center no-repeat;
}

.solution-defenseSystem .list li.li1:hover .icon {
    background: url(../img/solution-icon-09-on.png) center center no-repeat;
}

.solution-defenseSystem .list li.li2:hover .icon {
    background: url(../img/solution-icon-10-on.png) center center no-repeat;
}

.solution-defenseSystem .list li.li3:hover .icon {
    background: url(../img/solution-icon-11-on.png) center center no-repeat;
}

.solution-defenseSystem .list li.li4:hover .icon {
    background: url(../img/solution-icon-12-on.png) center center no-repeat;
}

.solution-defenseSystem .sRow-card-tips {
    font-size: 16px;
    line-height: 32px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.solution-defenseSystem .sRow-more {
    width: 350px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

.solution-defenseSystem .sRow-more a {
    font-size: 16px;
    font-weight: bold;
    color: #006342;
}

/* 解决方案 - 信创适配 */
.solution-ITAI {
}

.solution-ITAI .sRow-intro {
    font-size: 16px;
    line-height: 2;
    text-indent: 2em;
    margin-bottom: 50px;
}

.solution-ITAI .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.solution-ITAI .list .pic {
    width: 260px;
    height: 368px;
    margin-bottom: 20px;
    -webkit-box-reflect: below 0px linear-gradient(to bottom,rgba(0,0,0,0) 270px,rgba(0,0,0,0.05));
    box-reflect: below 0px linear-gradient(to bottom,rgba(0,0,0,0) 270px,rgba(0,0,0,0.05));
}

.solution-ITAI .list .pic img {
    width: 260px;
    height: 368px;
}

.solution-ITAI .list .title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.solution-ITAI .tips {
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.solution-ITAI .tips a {
    color: #fff;
    text-decoration: underline;
}

/* 解决方案 - 移动适配 */
.solution-mobileDevices .sRow-intro {
    font-size: 16px;
    line-height: 2;
    text-indent: 2em;
    margin: 0 auto 38px;
    color: #666666;
}

.solution-mobileDevices .sRow-pic {
    text-align: center;
    padding: 0px;
    background: #FBFBFB url(../img/pic-mobiledevices.jpg) center center no-repeat;
    border-radius: 20px 180px 20px 180px;
    margin-bottom: 50px;
    height: 580px;
}

/* 解决方案 - 全媒体发布平台、新媒体监测平台、统一身份认证平台 */
.solution-platforms {
}

.solution-platforms .sBox .sHd {
    height: 48px;
    line-height: 48px;
    padding: 50px 0px 27px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 50px;
}

.solution-platforms .sBox .sHd h3 {
    height: 48px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    position: relative;
}

.solution-platforms .sBox .sHd h3::after {
    content: "";
    display: block;
    width: 56px;
    height: 6px;
    background: #368C4F;
    position: absolute;
    bottom: -28px;
    left: calc(50% - 28px);
}

.solution-platforms .platforms-flex {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
}

.solution-platforms .platforms-flex .pic {
    width: 340px;
    height: 340px;
    flex-shrink: 0
}

.solution-platforms .platforms-flex .pic img {
    width: 100%;
    height: auto;
}

.solution-platforms .platforms-flex .con {
    width: 900px;
}

.solution-platforms .platforms-flex .con .intro {
    text-indent: 2em;
    text-align: justify;
    font-size: 16px;
    margin-bottom: 50px;
}

.solution-platforms .platforms-flex .con .more {
    width: auto;
    height: 56px;
    line-height: 56px;
    text-align: center;
    overflow: hidden;
    background: #F1FAF7;
    border-radius: 26px;
    position: relative;
    display: inline-block;
}

.solution-platforms .platforms-flex .con .more::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #6CB75A, #0FAB77);
    z-index: 0;
    opacity: 0;
    transition: 0.5s;
}

.solution-platforms .platforms-flex .con .more a {
    display: block;
    height: 56px;
    font-size: 16px;
    font-weight: bold;
    color: #006342;
    position: relative;
    z-index: 1;
    padding: 0 30px;
}

.solution-platforms .platforms-flex .con .more:hover::after {
    opacity: 1;
    color: #fff
}

.solution-platforms .platforms-flex .con .more:hover a, .solution-platforms .platforms-flex .con .more a:hover {
    color: #fff;
}

.solution-platforms #sBox_release .platforms-flex .pic {
    background: url(../img/solution-pic-1.png) 0 0 no-repeat;
}

.solution-platforms #sBox_monitor .platforms-flex .con {
    order: 2
}

.solution-platforms #sBox_monitor .platforms-flex .pic {
    background: url(../img/solution-pic-2.png) 0 0 no-repeat;
}

.solution-platforms #sBox_sso .platforms-flex .pic {
    background: url(../img/solution-pic-3.png) 0 0 no-repeat;
}

/*  ----------------------------------基础应用 ---------------------------------- */
.atlasBox .hd { position:relative; float:left;margin-right:20px;width:145px;height:360px;background: #2165D0;background:linear-gradient(to bottom, #20AEFB, #1667F0);border-radius:5px;display:flex;flex-direction: column;justify-content: center;}
.atlasBox .hd a { display:block; overflow:hidden;width:145px;height:360px; display:flex;flex-direction: column;justify-content: center;transition: all 0.5s;background: #2165D0;background:linear-gradient(to bottom, #20AEFB, #1667F0);border-radius:5px;    background: url(../img/linkico.png) no-repeat 90% 5%;}
.atlasBox .hd a:hover{filter:brightness(120%)}
.atlasBox .hd a:after { content: ""; position: absolute; width: 100px; height: 100%; top: 0; left: -100%; overflow: hidden; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%); transform: skewX(-30deg); }
.atlasBox .hd a:hover:after { left: 150%; transition: left 1s ease 0s; }

.atlasBox .hd i {display:block;height:60px;background :url(../../products/img/atlasico1.png) no-repeat center;width: 100%;}
.atlasBox .hd h4 { font-size:18px; font-weight:bold; color:#fff; padding:0 20px; text-align:center; margin-top:10px;}
.atlasBox dl {background:#E8F1F5;overflow:hidden;padding:10px;border-radius:5px;margin-bottom: 10px;}
.atlasBox .dl3 { margin:0;}
.atlasBox dt {float:left; height:36px; width:50px; margin-right:20px; padding:20px 10px; background:#2165D0; border-radius:5px; display:flex;flex-direction: column;justify-content: center; color:#fff; font-size:14px; font-weight:bold; line-height:18px; text-align:center;}
.atlasBox dd {overflow:hidden;position:relative;margin: -5px 0;}
.atlasBox ul {position:relative;display:flex;flex-wrap: wrap;justify-content: flex-start;margin-right: -0.7%;min-height: 86px;align-content: center;}
.atlasBox ul li {height:36px;line-height:36px;margin: 5px 10px 5px 0;background:#fff;border-radius:5px;text-align:center;width: 19.3%;margin-right: 0.7%;font-size: 15px;color: #333; overflow:hidden;}
.atlasBox .dl1 dt { height:88px; width:30px; padding:20px;}
.atlasBox ul li a {display:block;background:url(../img/linkico.png) no-repeat 95%;padding:0 8%;height: 100%;}
.atlasBox ul li a:hover { background-color:#2165D0; color:#fff;}

/* ----------------------------------- 安全性 ---------------------------------- */
.solutionSafety-01 { height: 422px; background: url(../img/bg-safety-05.png) no-repeat center top; overflow: hidden; }
.solutionSafety-01 > .title { text-align: center; font-size: 24px; line-height: 48px; font-weight: bold; margin-top: 26px; }
.solutionSafety-01 > .intro { font-size: 16px; line-height: 30px; text-align: center; }
.solutionSafety-01 .list { margin-top: 38px; display: flex; justify-content: center; gap: 34px; }
.solutionSafety-01 .list li { position: relative; top: 0; width: 380px; height: 240px; background: url(../img/bg-safety-06.png) no-repeat center top; transition: all ease 0.6s; }
.solutionSafety-01 .list li .intro { margin-top: 124px; font-size: 16px; color: #fff; text-align: center; line-height: 28px; }

.solutionSafety-01 .list li.li2 { background-image: url(../img/bg-safety-07.png); }

.solutionSafety-01 .list li:hover { top: -5px; }

.solutionSafety-02 { position: relative; margin: 60px 100px 0; }
.solutionSafety-02::before { position: absolute; content: ''; left: 0; top: 80px; width: 100%; height: 180px; background: #021FA4 url(../img/bg-safety-08.png) repeat-x left center; background-size: auto 100%; border-radius: 500px; }
.solutionSafety-02 > .title { text-align: center; font-size: 24px; line-height: 32px; font-weight: bold; }
.solutionSafety-02 > .intro { font-size: 20px; line-height: 32px; text-align: center; color: #fff; margin-top: 90px; }
.solutionSafety-02 .list { margin-top: 30px; display: flex; justify-content: center; gap: 20px; }
.solutionSafety-02 .list li { position: relative; top: 0; width: 235px; box-sizing: border-box; padding: 20px 25px; background: #fff; border-radius: 10px; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); }
.solutionSafety-02 .list .pic { width: 80px; height: 80px; margin: 0 auto; background: url(../img/icons-safety-02.png) no-repeat 0 0; background-size: auto 100%; }
.solutionSafety-02 .list .title { margin-top: 20px; font-size: 16px; height: 44px; line-height: 22px; color: #555; text-align: center; overflow: hidden; }

.solutionSafety-02 .list .li2 .pic { background-position: -80px 0; }
.solutionSafety-02 .list .li3 .pic { background-position: -160px 0; }
.solutionSafety-02 .list .li4 .pic { background-position: -240px 0; }

.solutionSafety-02 .list li,
.solutionSafety-02 .list .pic,
.solutionSafety-02 .list .title { transition: all ease 0.4s; }

.solutionSafety-02 .list li:hover { top: -5px; }
.solutionSafety-02 .list li:hover .pic { transform: scale(1.1); }
.solutionSafety-02 .list li:hover .title { color: #000; }

.solutionSafety-03 { margin-top: 30px; background: url(../img/bg-safety-09.jpg) no-repeat center center; background-size: cover; overflow: hidden; }
.solutionSafety-03 .row { overflow: hidden; height: 618px; }
.solutionSafety-03 .list { position: absolute; z-index: 2; left: 0; top: 0; right: 0; }
.solutionSafety-03 .list li { position: absolute; display: flex; align-items: center; gap: 10px; line-height: 1; font-size: 22px; color: #fff; }
.solutionSafety-03 .list li::before { content: ''; width: 8px; height: 8px; background: #fff; border-radius: 50%; }

.solutionSafety-03 .list li.li1::before,
.solutionSafety-03 .list li.li2::before,
.solutionSafety-03 .list li.li3::before,
.solutionSafety-03 .list li.li4::before,
.solutionSafety-03 .list li.li5::before { order: 1; }

.solutionSafety-03 .list li.li1 { right: 50%; top: 483px; margin-right: 344px; }
.solutionSafety-03 .list li.li2 { right: 50%; top: 400px; margin-right: 326px; }
.solutionSafety-03 .list li.li3 { right: 50%; top: 319px; margin-right: 286px; }
.solutionSafety-03 .list li.li4 { right: 50%; top: 237px; margin-right: 210px; }
.solutionSafety-03 .list li.li5 { flex-direction: column; justify-content: center; width: 500px; left: 0; right: 0; margin: auto; top: 88px; }
.solutionSafety-03 .list li.li6 { left: 50%; top: 237px; margin-left: 210px; }
.solutionSafety-03 .list li.li7 { left: 50%; top: 319px; margin-left: 286px; }
.solutionSafety-03 .list li.li8 { left: 50%; top: 400px; margin-left: 326px; }
.solutionSafety-03 .list li.li9 { left: 50%; top: 483px; margin-left: 344px; }

.solutionSafety-03 .roundCon { position: relative; z-index: 1; margin: 223px auto 0; width: 600px; height: 600px; padding-top: 100px; box-sizing: border-box; text-align: center; color: #fff; line-height: 1.6; background: rgba(16, 36, 92, 0.3); border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 50%; }
.solutionSafety-03 .roundCon::before,
.solutionSafety-03 .roundCon::after,
.solutionSafety-03 .roundCon .round { position: absolute; z-index: -1; left: 0; top: 0; right: 0; bottom: 0; content: ''; border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 50%; margin: -50px; }
.solutionSafety-03 .roundCon::before { margin: -100px; border-color: rgba(255, 255, 255, 0.2); }
.solutionSafety-03 .roundCon::after { margin: -150px; border-color: rgba(255, 255, 255, 0.1); }
.solutionSafety-03 .roundCon .icon { width: 64px; height: 64px; margin: 0 auto; background: url(../img/icon-safety-01.png) no-repeat center center; }
.solutionSafety-03 .roundCon .title-01 { margin-top: 10px; font-size: 32px; font-weight: bold; }
.solutionSafety-03 .roundCon .title-02 { font-size: 24px; }
.solutionSafety-03 .roundCon .title-03 { font-size: 30px; font-weight: bold; }

.solutionSafety-04 { margin: 30px 0 50px;}
.solutionSafety-04 .row > .intro{ text-align: center; line-height: 36px; font-size: 18px; color: #666; }
.solutionSafety-04 .list{ margin-top: 38px; display: flex; background: #F0F3FA; border-radius: 20px; overflow: hidden; }
.solutionSafety-04 .list li { position: relative; z-index: 1; flex: 1 0 0%; height: 200px; display: flex; gap: 23px; justify-content: center; align-items: center; color: #021FA4; }
.solutionSafety-04 .list .icon { width: 70px; height: 82px; background: url(../img/icon-safety-02.png) no-repeat center center; }
.solutionSafety-04 .list .intro { font-size: 20px; line-height: 42px; }
.solutionSafety-04 .list .title { font-size: 32px; line-height: 42px; font-weight: bold; }

.solutionSafety-04 .list .li1 { color: #fff; }
.solutionSafety-04 .list .li1::before { position: absolute; left: -20%; top: 0; bottom: 0; right: 0; content: ''; z-index: -1; background: linear-gradient(82.07deg, #2F4EDC 0.45%, #0320A6 95.08%); border-radius: 0 0 30px 0; transform: skewX(-15deg); }

.solutionSafety-05 { margin-top: 30px; padding-top: 36px; height: 458px; background: #F0F3FA; box-sizing: border-box; }
.solutionSafety-05 > .row .title { font-size: 24px; text-align: center; line-height: 32px; font-weight: bold; color: #333; }
.solutionSafety-05 .list { margin-top: 32px; display: flex; flex-wrap: wrap; row-gap: 30px; background: #fff; border-radius: 10px; padding: 50px; }
.solutionSafety-05 .list li { width: 20%; font-size: 16px; line-height: 40px; white-space: nowrap; padding: 0 20px; box-sizing: border-box; }
.solutionSafety-05 .list li::before { float: left; margin: 10px 10px 0 0; width: 20px; height: 20px; content: ''; background: url(../img/icon-safety-03.png) no-repeat center center; background-size: contain; }
.solutionSafety-05 .list li:hover { color: #021FA4; font-weight: bold; }
.solutionSafety-05 .list li:hover::before { animation: bgIcon 0.6s ease 1; }

.solutionSafety-06 {background: url(../img/bg-safety-10.jpg) no-repeat center center; background-size: cover; overflow: hidden; }
.solutionSafety-06 .row { display: flex; gap: 30px; margin: 50px auto; width: 1200px; }
.solutionSafety-06 .row::after { display: none; }
.solutionSafety-06 .pic { width: 500px; height: 400px; background: url(../img/bg-safety-11.png) no-repeat center center; background-size: contain; }
.solutionSafety-06 .con { flex: 1 0 0%; }
.solutionSafety-06 .title { overflow: hidden; line-height: 1.3; color: #fff; font-size: 36px; font-weight: bold; }
.solutionSafety-06 .title::before { float: left; content: ''; margin-right: 30px; width: 100px; height: 100px; background: url(../img/icon-safety-04.png) no-repeat center center; background-size: contain; }
.solutionSafety-06 .title p:nth-of-type(1) { margin-top: 7px; font-size: 32px; font-weight: normal; }
.solutionSafety-06 .intro { margin-top: 50px; font-size: 24px; line-height: 32px; font-weight: bold; color: #fff; }
.solutionSafety-06 .list { margin-top: 50px; display: flex; flex-wrap: wrap; gap: 30px; }
.solutionSafety-06 .list li { flex: 0 0 140px; font-size: 16px; line-height: 34px; border: 1px solid #fff; white-space: nowrap; padding: 0 20px; box-sizing: border-box; border-radius: 500px; font-size: 16px; color: #fff; text-align: center; transition: all ease 0.6s; }
.solutionSafety-06 .list li:hover { background: #fff; color: #021FA4; }

.solutionSafety-07 { margin: 50px 0 0; }
.solutionSafety-07 .row > .title { font-size: 24px; font-weight: bold; line-height: 42px; text-align: center; color: #333; }
.solutionSafety-07 .row > .intro { margin-top: 24px; font-size: 16px; color: #666; text-align: center; line-height: 32px; }
.solutionSafety-07 .row > .pic { margin-top: 24px; }
.solutionSafety-07 .rowCon { position: relative; z-index: 1; margin: 25px 10px 0; padding: 50px; }
.solutionSafety-07 .rowCon::before { position: absolute; z-index: -1; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(82.07deg, #2948D5 0.45%, #0320A6 95.08%); transform: skewX(-5deg); border-radius: 20px; }
.solutionSafety-07 .rowCon > .title { line-height: 42px; font-size: 32px; color: #fff; font-weight: bold; text-align: center; }
.solutionSafety-07 .rowCon .intro { margin-top: 22px; font-size: 16px; line-height: 32px; text-align: center; color: #fff; }
.solutionSafety-07 .rowCon .list { margin-top: 35px; display: flex; justify-content: center; gap: 60px; }
.solutionSafety-07 .rowCon .list li { position: relative; top: 0; width: 140px; background: #fff; border-radius: 12px; padding: 30px 0 15px; box-sizing: border-box; transition: all ease 0.6s; }
.solutionSafety-07 .rowCon .list .icon { width: 60px; height: 60px; margin: 0 auto; background: url(../img/icons-safety-07.png) no-repeat 0 0; background-size: auto 100%; }
.solutionSafety-07 .rowCon .list .title { margin-top: 10px; line-height: 36px; text-align: center; color: #333; font-size: 16px; }

.solutionSafety-07 .rowCon .list .li2 .icon { background-position: -60px 0; }
.solutionSafety-07 .rowCon .list .li3 .icon { background-position: -120px 0; }
.solutionSafety-07 .rowCon .list .li4 .icon { background-position: -180px 0; }

.solutionSafety-07 .rowCon .list li:hover { top: -5px; box-shadow: 0 10px 5px rgba(0, 0, 0, 0.2); }
.solutionSafety-07 .rowCon .list li:hover .icon { animation: bounce 1s ease 1; }

#solutionSafety .more { text-align: center; margin-top: 48px; font-size: 0; line-height: 1; }
#solutionSafety .more a { position: relative; z-index: 1; display: inline-block; vertical-align: top; line-height: 54px; padding: 0 36px; color: #021FA4; font-size: 16px; perspective: 800px; }
#solutionSafety .more a::before { position: absolute; z-index: -1; content: ''; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #021FA4; border-radius: 500px; transition: all ease 0.6s; }
#solutionSafety .more a:hover { color: #fff; }
#solutionSafety .more a:hover::before { transform: rotateY(180deg); border-color: transparent; background: linear-gradient(90deg, #1067DB 0%, #021FA4 100%); }

@keyframes bgIcon {
    0% {
        transform: scale(3);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}