@charset "utf-8";
/* CSS Do1ument */

.backGruand0 {
    background-color: #F4FAF5;
}

.brief-background {
    margin-bottom: 0px;
    background-color: #FFFFFF;
}

.big-event-gray {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
}

.backGruand2 {
    margin-bottom: 0;
    background-color: #0C7B5B;
}

.backGruand3 {
    background-color: #ECF7EE;
}

.news-background {
    display: flex;
    justify-content: center;
    background-color: #EEF3EF;
}

.row {
    margin: 0;
}

/*平台验证服务外层*/
.server-color {
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
}

.server-background {
    background-image: url(../image/b3.png);
    /*background-repeat: no-repeat;*/
    /*background-size: 10px 10px;*/
}

/*平台验证服务表单*/
.form-css {
    box-shadow: 0px 0px 5px 5px #F8FCF8;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
}

.form-next {
    border: #0C7B5B dashed 2px;
    border-radius: 10px;
    padding: 10%;
}

.form-input {
    border: #CCC solid 1px;
    border-radius: 5px;
    padding: 3% 5% 3% 5%;
}

.button {
    background-color: #0C7B5B;
    color: #FFFFFF;
    padding: 3% 10%;
    border-radius: 5px;
    border: #CCC solid 0px;
    text-decoration: none
}

.notSelect {
    background-color: #F2F3F7;
    color: #0C7B5B;
    /*padding: 3% 5%;*/
    border-radius: 5px;
    border: #CCC solid 0px;
    text-decoration: none
}

.unit {
    margin-top: 110px;
    background-color: #F4FAF5;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

.unit-new {
    margin-top: 110px;
    background-image: url(../image/bj.png);
    background-size: 100%;
    padding: 20px 0;
    /* display: flex;
    justify-content: center; */
}

.unit-next {
    margin-top: 5px;
    white-space: nowrap;
    display: flex;
}

.unit-next-new {
    margin-top: 5px;
    width: 48%;
}


.logo-background {
    padding: 10px 0;
    background-color: #F6F6F6;

}

.span0 {
    width: 120px;
    margin: 0 12px;
}

.logos {
    margin: 10px 5px;
    background-size: 100% 100%;
    padding: 10px 20px;
    justify-content: center;
}

.logos-new {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0 9px;
}

.span1 {
    padding: 30px 150px;
    color: #FFFFFF;
}

#main {
    width: 1920px;
    position: relative;
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto;
}

.a1 {
    margin-right: 50px;
    color: #FFF;
}

.select1 {
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-color: #0C7B5B;
    border: 0;
    color: #FFF;
    width: 50px;
    outline: none;
    text-align: center;
}

.open>a {
    outline: none;
    background-color: #0C7B5B !important;
}

.mrg {
    padding-right: 5%;
    padding-left: 5%
}

/*简介*/
.brief {
    padding: 30px 0;
    width: auto;
    background-repeat: no-repeat;
    background-image: url(../image/b1.png);
}

.b1 {
    margin-left: 3%;
    padding: 30px 5% 0% 2%;
    width: auto;
    height: 250px;
    background-repeat: no-repeat;
}

.b2 {
    margin-bottom: 0;
    width: auto;
}

.b3 {
    padding-bottom: 30px;
    width: auto;
    background-repeat: no-repeat;
}


.font0 {
    font-size: 13px;
    margin-top: 10px;
    color: #000000;
    word-wrap: break-word;
}

.news-title {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.font1 {
    background: linear-gradient(#ffffff 50%, #D9F5D7 50%);
    width: 80%;
    font-size: 18px;
    margin-top: 30px;
    color: #377D22;
}

.font2 {
    background: linear-gradient(#ffffff 50%, #D7DDF5 50%);
    width: 80%;
    font-size: 18px;
    margin-top: 30px;
    color: #7799F0;
}

.pop-up {
    position: relative;
    display: inline-block;
}

.pop-up .tooltip-text {
    display: none;
    width: 120px;
    background-color: red;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* 定位 */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}

.pop-up .tooltip-text {
    font-size: 10px;
    width: 120px;
    top: -150%;
    left: 50%;
    margin-left: -60px;
    /* 使用一半宽度 (120/2 = 60) 来居中提示工具 */
}


.pop-up .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.font3 {
    background: linear-gradient(#ffffff 50%, #CDE9F0 50%);
    width: 80%;
    font-size: 18px;
    margin-top: 30px;
    color: #6AB9CC;
}

.underline {
    border-bottom: #0C7B5B solid 5px;
    width: 40%
}

.navbar-default .navbar-nav>li>a {
    cursor: pointer;
    color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #00A2E8;
}

.copyright {
    width: 100%;
    height: 50px;
    background: #6E7873;
    color: #FFFFFF;
    text-align: center;
    padding: 1%;

}

#messageContainer {
    position: fixed;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    width: max-content;
    pointer-events: none;
    z-index: 1080;
}

.tips-message {
    min-height: 40px;
    display: flex;
    justify-content: start;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0 0 0 / 15%);
    margin-bottom: 10px;
    padding: 0 10px;
    border-radius: 8px;
    transition: .25s;

    background-color: #FFFFFF;
    /* transform: translateY(-20px); */
    /* opacity: 0; */
}

.tips-message>svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.tips-message>span {
    font-size: 12px;
    font-weight: 600;
}

.active {
    transform: translateY(0px);
    opacity: 1;
}

.font6 {
    margin-top: 10%;
    text-align: center;
    font-size: 15px;
    color: #021a13;
}

.font7 {
    text-indent: 2em;
    font-size: 15px;
    margin-top: 10px;
    color: #180303;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    word-break: break-all;
}

.font8 {
    font-size: 13px;
    margin-top: 10px;
    word-wrap: break-word;
}

.span6 {
    margin: 5px;
    width: 23%;
    background-color: #FFFFFF;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
}

* {
    padding: 0;
    margin: 0;
}

.ba-image {
    height: 25px;
    width: 100px;
}

.ba-image-new {
    width: 100%;
    height: 100%;
}

.text-new {
    width: 200px;
    height: 80px;
}

.back-image {
    min-width: 445px
}

.font5 {
    width: 140px;
}

.item-description {
    background-image: url(../image/b2.png);
    padding: 20px;
    display: flex;
    justify-content: center;
}

/*判断设备是否有hover事件*/
@media (any-hover: hover) {
    .pop-up:hover .tooltip-text {
        display: block;
    }
}

.navbar-collapse .navbar-right .collapse .in {
    color: black;
}

.span5 {
    height: 400px;
    max-width: 310px;
}

.web-hide {
    display: none;
}

@media (max-width: 500px) {
    .unit-next {
        display: inline;
    }

    .margin_min {
        margin: 5px 0;
    }
}

@media (max-width: 768px) {
    .web-hide {
        display: block;
    }

    .web-show {
        display: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #FFFFFF;
    }

    .back-image {
        min-width: 360px
    }

    /*超小屏幕设备 手机*/
    .max-div {
        margin: 0 auto;
        max-width: 176px;
        height: 50px;
    }


    .unit {
        display: block;
        padding: 0;
    }

    .span2 {
        min-height: 150px;
        margin: 5px 0;
        padding: 10px 25px;
        background-color: #FFFFFF;
        border-radius: 10px;
        word-wrap: break-word;
    }

    .font7 {
        -webkit-line-clamp: 3;
    }

    .span5 {
        margin-top: 2%;
        min-width: 310px;
        background-color: #FFFFFF;
    }

    .span6 {
        margin: 5px;
        width: 100%;
        background-color: #FFFFFF;
        display: inline-block;
        word-wrap: break-word;
        overflow: hidden;
    }

    .item-description {
        display: block;
    }
}

.row1 {
    margin-top: -5px;
}

.unit1,
.unit2 {
    display: none;
    width: 100%;
    margin-top: 100px;
    background-color: #fff;
}

#tetx-iocn {
    color: #0C7B5B;
    width: 91px;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 0 14px;
    height: 33px;
    border-radius: 3px 0px 0px 3px;
    border: 1px dashed #0C7B5B;
    text-align: center;
    line-height: 33px;
}

@media (width: 768px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: black;
    }

    .item-description {
        display: flex;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    /*小屏幕设备 平板*/
    .max-div {
        margin: 0 auto;
        max-width: 200px;
        height: 50px;
    }

    .unit1 {
        margin-top: 200px;
    }

    .span2 {
        min-height: 175px;
        max-width: 334px;
        margin: 5px 10px;
        /* padding: 10px 25px; */
        background-color: #FFFFFF;
        border-radius: 10px;
        word-wrap: break-word;
    }

    .span5 {
        margin-top: 2%;
        width: 30%;
        background-color: #FFFFFF;
        display: inline-block;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/

    .max-div {
        margin: 0 auto;
        max-width: 200px;
        height: 50px;
    }

    .span2 {
        min-height: 150px;
        max-width: 334px;
        margin: 5px 10px;
        padding: 10px 25px;
        background-color: #FFFFFF;
        border-radius: 10px;
        word-wrap: break-word;
    }

    .span5 {
        margin-top: 2%;
        width: 30%;
        background-color: #FFFFFF;
        display: inline-block;
    }
}

@media (min-width: 1200px) {

    /*大屏幕设备 桌面*/
    .max-div {
        max-width: 330px;
        margin: 0 auto;
        height: 70px;
    }

    .span2 {
        min-height: 150px;
        max-width: 334px;
        margin: 5px 10px;
        padding: 10px 25px;
        background-color: #FFFFFF;
        border-radius: 10px;
        word-wrap: break-word;
    }

    .span5 {
        margin-top: 2%;
        width: 31%;
        background-color: #FFFFFF;
        display: inline-block;
    }
}

#container {
    width: 100%;
    height: 300px;
    background: #FFBBBB;
}

.icpCheck,
.icpCheck:hover,
.icpCheck:visited {
    color: #ffffff;
    text-decoration: underline;
}



.img-bj {
    width: 100%;
    height: 100%;
}

.text-icon {
    width: 1rem;
    height: 98px;
    border-radius: 6px;
    border: 1px solid #0C7B5B;
}

/* 当屏幕宽度大于400px时，显示box1，隐藏box2 */
@media (min-width: 400px) {
    .unit1 {
        display: block;

    }
}

/* 当屏幕宽度小于400px时，显示box2，隐藏box1 */
@media (max-width: 399px) {
    .unit2 {
        display: block;
        margin-top: 110px;
        background-image: url(../image/bj2.png);
        background-size: 100% 100%;

    }
}