.banner {
    width: 100%;
}

.banner .banner-box {
    width: 1200px;
    margin: 0 auto;
    color: #FFFFFF;
    padding-left: 15px;
    padding-top: 180px;
}

.banner .title {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.3rem;
}

.banner p {
    letter-spacing: 0.3rem;
}

.banner .text {
    color: #fff;
    font-size: 16px;
    padding-right: 10px;
}

.banner .pc_imgBox {
    display: block;
    width: 100%;
    height: 600px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .m_imgBox {
    display: block;
    width: 100%;
}

.banner-msg {
    position: absolute;
    top: 67%;
    left: 18%;
    border: 1px solid white;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.ty-submit {
    width: 150px;
    height: 32px;
    border: none;
    border-radius: 4px;
    color: #FFFFFF;
    background-color: #fd9827;
    margin-top: 20px;
}

.container-fluid {
    height: 100%;
}

.navbar-brand {
    padding-top: 4%;
}

.nav {
    height: 100%;
}

.navbar-default .nav>li>a {
    color: #FFFFFF;
    line-height: 2rem;
    border-bottom: 1px solid transparent;
}

.dropdown-menu {
    top: 82%;
    min-width: 109px;
    line-height: 24px;
    background-color: rgba(255, 255, 255, .8)
}

.dropdown-menu>li>a {
    padding: 6px 20px;
    color: #1F2325;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #FFFFFF;
    /* border-bottom: 1px solid #FFFFFF; */
    background-color: transparent;
    border-bottom-color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #FFFFFF;
    background-color: transparent;
    border-color: transparent;
}

.tran {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: rgba(255, 255, 255, .8);
    position: absolute;
    top: -19%;
    left: 20%;
}

.header-box .title {
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.header-box .explain {
    color: #FFFFFF;
    font-size: 46px;
    line-height: 46px;
    letter-spacing: 1.2rem;
    padding-bottom: 15.5%;
}


@media (min-width: 768px) {

    /* .navbar-nav {
        float: right;
    } */
    .navbar-collapse.collapse {
        height: 100% !important;
    }
}




.introduction {
    width: 100%;
    height: 400px;
    position: relative;
    background: #fff;

}

.introduction .safe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1200px;
    height: 326px;
    background: rgba(255, 255, 255, 1);
    /* padding:40px; */
    display: flex;
    justify-content: space-between;
}

.introduction .safe .media {
    width: 49%;
    display: flex;
    align-items: center;
}

.introduction .safe .media:hover {
    box-shadow: 0 0 20px #f4f4f4;
}

.auto {
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1200px;
    _width: 1200px;
}

.ld-box {
    width: 100%;
    /* background:url(../images/safe_box_bg.png) no-repeat; */
    /* background-size: cover; */
    background-color: #143068;
}

.safety-box {
    min-width: 1200px;
    height: 800px;
    background: url(../images/data_safety_bg1.png) no-repeat;
    overflow: hidden;
    box-sizing: border-box;
    background-position: center 177px;
    height: 856px;
}

/* .safety-box .y-safety-box{
    width: 1000px;
    height: 994px;
    background:url(../images/data_safety_bg.png) no-repeat;
    background-position: center 177px;
} */
.module-title {
    position: relative;
    text-align: center;
    margin-top: 65px;
    font-size: 32px;
    color: #fff;
}

.safety-box .module-title-info {
    color: #8a99b8;
}

.safety-item-list {
    position: relative;
    height: 800px;
}

.safety-item {
    display: inline-block;
    position: absolute;
    width: 230px;
    height: auto;
}

.safety-item-01 {
    left: 390px;
    bottom: 430px;
}

.safety-item-02 {
    left: 700px;
    bottom: 300px;
}

.safety-item-03 {
    left: 80px;
    bottom: 383px;
}

.safety-item-04 {
    left: 746px;
    bottom: 110px;
}

.safety-item-05 {
    left: 484px;
    bottom: 197px;
}

.safety-item-06 {
    position: absolute;
    bottom: 12px;
    left: 410px;

}

.safety-dot-box {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -15px;
}

.safety-dot-box .dot {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #00E4FF;
    opacity: 1;
    filter: alpha(opacity=100);
}

.safety-dot-box .pulse {
    display: inline-block;
    position: absolute;
    top: -16px;
    left: -8px;
    height: 48px;
    width: 48px;
    border-radius: 48px;
    background: #00E4FF;
    opacity: 0.12;
    filter: alpha(opacity=0);
}

.safety-dot-box .pulse-01 {
    -webkit-animation: warn 1.5s ease-out infinite;
    -moz-animation: warn 1.5s ease-out infinite;
    animation: warn 1.5s ease-out infinite;
}

.safety-dot-box .pulse-02 {
    -webkit-animation: warn 2s ease-out infinite;
    -moz-animation: warn 2s ease-out infinite;
    animation: warn 2s ease-out infinite;
}

.safety-dot-box .pulse-03 {
    -webkit-animation: warn 2.5s ease-out infinite;
    -moz-animation: warn 2.5s ease-out infinite;
    animation: warn 2.5s ease-out infinite;
}

.safety-dot-box .pulse-04 {
    -webkit-animation: warn 1s ease-out infinite;
    -moz-animation: warn 1s ease-out infinite;
    animation: warn 1s ease-out infinite;
}

.safety-dot-box .pulse-05 {
    -webkit-animation: warn 1s ease-out infinite;
    -moz-animation: warn 1s ease-out infinite;
    animation: warn 1s ease-out infinite;
}

@keyframes warn {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    30% {
        transform: scale(0);
        opacity: 0.1;
    }

    60% {
        transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}

.safety-item-name {
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.safety-item-info {
    margin-top: 8px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.safety-shield {
    position: absolute;
    bottom: 50px;
    left: 51.5%;
    margin-left: -80px;
    width: 120px;
    height: 120px;
    /* background: url(../images/safety_shield.png) no-repeat center;
    background-size: 50px 50px; */
    z-index: 30;
    background-color: #2C5BB4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.safety-shield div {
    width: 106px;
    height: 106px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.safety-screen {
    background-size: contain;
    position: absolute;
    bottom: 88px;
    left: 0px;
    width: 600px;
    height: 600px;
    background: url(../images/data_safety_scan1.png) no-repeat center center;
    transform: rotate(360deg);
    transform-origin: 100% 100%;
    animation: animation-06 5s cubic-bezier(.63, .07, .2, 1) 0s infinite;
    -moz-animation: animation-06 5s cubic-bezier(.63, .07, .2, 1) 0s infinite;
    -webkit-animation: animation-06 5s cubic-bezier(.63, .07, .2, 1) 0s infinite;
    -o-animation: animation-06 5s cubic-bezier(.63, .07, .2, 1) 0s infinite;
    z-index: 20;
}

@keyframes animation-06 {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -moz-transform: rotate(0deg);
        /* Firefox */
        -webkit-transform: rotate(0deg);
        /* Safari å’Œ Chrome */
        -o-transform: rotate(0deg);

    }

    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        /* IE 9 */
        -moz-transform: rotate(360deg);
        /* Firefox */
        -webkit-transform: rotate(360deg);
        /* Safari å’Œ Chrome */
        -o-transform: rotate(360deg);

    }
}

.cost {
    width: 100%;
    height: 670px;
    background: #fff;
}

.cost .title {
    text-align: center;
    width: 100%;
    font-size: 32px;
    padding-top: 60px;
    margin-bottom: 60px;
}

.cost .down {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.cost .costitem {
    width: 500px;
    height: 186px;
    padding-top: 40px;
    padding-left: 50px;
    margin-bottom: 60px;
}

.cost .costitem .left {
    float: left;
    margin-right: 53px;
}

.cost .costitem .right {
    float: left;
}

.cost .costitem .right p {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    text-indent: 1em;
}

.cost .costitem .right ul li {
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
}

.cost .costitem .right ul li img {
    margin-right: 5px;
}

.cost .costitem:hover {
    box-shadow: 0 0 20px #f4f4f4;
}

.system {
    width: 100%;
    height: 673px;
    background-image: url('../images/system_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding-top: 80px;
}

.system .content {
    width: 800px;
    margin: 0 auto;
}

.system h3 {
    font-size: 32px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: bold;
}

.system h5 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.system p {
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 22px;
}

.evaluation {
    width: 100%;
    height: 1190px;
    /* background:rgba(244,244,244,1); */
    background: #fff;
}

.evaluation .title {
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    font-size: 32px;
    padding-top: 80px;
    margin-bottom: 60px;
    text-align: center;
}

.evaluation .img {
    width: 100%;
    text-align: center;
}

/* .evaluation img{
    width: 1200px;
    height: 510px;
} */
.workflow {
    width: 100%;
    height: 568px;
    background: rgba(244, 244, 244, 1);
}

.workflow .title {
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    font-size: 32px;
    padding-top: 80px;
    margin-bottom: 60px;
    text-align: center;
}

.workflow .img {
    width: 100%;
    text-align: center;
}

/* .workflow img{
    width: 1000px;
    height: 144px;
} */


/* 返回顶部+咨询 */
.consult {
    position: fixed;
    top: 36.5%;
    right: 5px;
}

.consult .gotop {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #1C5FBA;
    border-radius: 4px;
    text-align: center;
    padding-top: 10px;
    background-color: #FFFFFF;
}

.consult .gotop img {
    width: 23px;
}

.consult .consult-detial {
    width: 45px;
    height: 112px;
    background: url('../images/hbg.png') no-repeat;
    background-size: cover;
    margin-top: 10px;
    padding-top: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.consult .consult-detial img {
    width: 23px;
}

.consult .consult-detial .ask {
    font-size: 14px;
    color: #FFFFFF;
    writing-mode: vertical-rl;
    margin-left: 15px;
    margin-top: 17px;
    font-weight: 400;
}

#floatDivBoxs {
    width: 160px;
    background: #fff;
    position: absolute;
    right: 57px;
    top: -30px;
    text-align: left;
    font-size: 14px;
    display: none;
}

#floatDivBoxs .floatDtt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: url('../images/vbg.png') no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    text-indent: 14px;
    font-weight: 400;
}

.floatShadow {
    background: #fff;
    display: none;
}

#floatDivBoxs .floatDqq {
    list-style: none;
    padding: 0 14px;
}

#floatDivBoxs .floatDqq li {
    height: 42px;
    line-height: 42px;
    color: #666666;
}

#floatDivBoxs .floatDqq li a:hover {
    color: #1C5FBA;
}

#floatDivBoxs .floatDqq li a img {
    vertical-align: middle;
}

.floatDext {
    color: #666666;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    display: none;
}

#floatDivBoxs .wxcode {
    text-align: center;
    display: none;
}

#floatDivBoxs .wxcode img {
    width: 95%;
}

@media screen and (max-width: 1800px) {
    .banner .pc_imgBox {
        height: 550px;
    }
}

@media screen and (max-width: 1500px) {
    .banner .pc_imgBox {
        height: 500px;
    }
}

@media screen and (max-width: 1366px) {
    .banner .pc_imgBox {
        height: 450px;
    }
}