.info-banner {
    background: #202124 url(img/beian_intro_banner.jpg) no-repeat center;
}
.rulemap {
    width: 68%;
    height: 591px;
    float: left;
}
.ba-info {
    font-size: 14px;
    color: #666A75;
    line-height: 22px;
    text-align: left;
}
.ba-title {
    font-size: 18px;
    color: #252B3A;
    line-height: 22px;
}
.aui-tile {
    position: relative;
}
.map-content ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F0F2F5;
}
.map-content ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #bfc3c6;
}
.map-content ::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #F0F2F5;
}
/*备案流程*/
.process-block .record-content ul{
    width: 100%;
}
.process-block .record-content ul li{
    text-align: center;
    position: relative;
    width: 20%;
    float: left;
}
.process-block .record-content ul li .proce-time{
    position: absolute;
    right: -11%;
    top: 12%;
    font-size: 12px;
    color: #666A75;
    line-height: 18px;
}
.process-block .record-content ul li .proce-img{
    width: 60px;
    height: 60px;
    display: inline-block;
}
/*.process-block .record-content ul li:hover p{
    color: #5182F6;
}*/
.proce-btn{
    text-align: center;
    margin-top: 40px;
}
.proce-btn .ba-btn{
    display: inline-block;
    background: #00aaff;
    border-radius: 2px;
    line-height: 22px;
    font-size: 17px;
    color: #ffffff;
    padding: 13px 43px;
    -webkit-transition: .2s;
    transition: .2s;
}
.proce-btn .ba-btn:hover{
    box-shadow: 0px 8px 16px rgba(246,111,106, 0.3);
}
.proce-more{
    text-align: center;
    margin: 10px 0 40px;
}
.proce-info p{
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    color: #000;
}
.proce-info p i{
    font-style: normal;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
.proce-info p span{
    vertical-align: middle;
}
.process-block .ba-caption{
    margin-bottom: 0;
}
@media (min-width: 770px) {
    .process-block .record-content ul li:before{
        content: '';
        position: absolute;
        width: 116px;
        height: 6px;
        background: url(img/arrow.png);
        right: -22%;
        top: 32%;
        background-size: contain;
    }
    .process-block .record-content ul li:last-child:before {
        width: 0;
    }
    .process-block .record-content ul li:nth-child(5):before{
        background: none;
    }
    .process-block .record-content ul li:nth-child(1) .proce-img{
        background: url(img/proce1.png);
    }
    .process-block .record-content ul li:nth-child(2) .proce-img{
        background: url(img/proce2.png);
    }
    .process-block .record-content ul li:nth-child(3) .proce-img{
        background: url(img/proce3.png);
    }
    .process-block .record-content ul li:nth-child(4) .proce-img{
        background: url(img/proce4.png);
    }
    .process-block .record-content ul li:nth-child(5) .proce-img{
        background: url(img/proce5.png);
    }
    /*.process-block .record-content ul li:nth-child(1):hover .proce-img{
        background: url(img/beian/proce1-h.png);
    }
    .process-block .record-content ul li:nth-child(2):hover .proce-img{
        background: url(img/beian/proce2-h.png);
    }
    .process-block .record-content ul li:nth-child(3):hover .proce-img{
        background: url(img/beian/proce3-h.png);
    }
    .process-block .record-content ul li:nth-child(4):hover .proce-img{
        background: url(img/beian/proce4-h.png);
    }
    .process-block .record-content ul li:nth-child(5):hover .proce-img{
        background: url(img/beian/proce5-h.png);
    }*/
}

@media (max-width: 768px) {
    .process-block .ba-caption{
        margin-bottom: 0px;
    }
    .proce-info p i{
        display: none;
    }
    .proce-btn{
        display: none;
    }
    .process-block .record-content ul li{
        width: 100%;
        text-align: left;
    }
    .process-block .record-content ul li .proce-info{
        display: inline-block;
        vertical-align: middle;
    }
    .process-block .record-content ul li .proce-time{
        position: relative;
        display: block;
        color: #666A75;
    }
    .process-block .record-content ul li .proce-img{
        vertical-align: middle;
        width: 48px;
        height: 48px;
        background-size: contain;
        margin: 11px 20px;
    }
    .proce-info p{
        margin-top: 0;
    }
    .process-block .record-content ul li:nth-child(1) .proce-img{
        background-image: url(img/proce1-mb.png);
    }
    .process-block .record-content ul li:nth-child(2) .proce-img{
        background-image: url(img/proce2-mb.png);
    }
    .process-block .record-content ul li:nth-child(3) .proce-img{
        background-image: url(img/proce3-mb.png);
    }
    .process-block .record-content ul li:nth-child(4) .proce-img{
        background-image: url(img/proce4-mb.png);
    }
    .process-block .record-content ul li:nth-child(5) .proce-img{
        background-image: url(img/proce5-mb.png);
    }
    .proce-more {
        margin: 0px 0 20px;
    }
}
.col-mb-1, .col-mb-2, .col-mb-3, .col-mb-4, .col-mb-5, .col-mb-6, .col-mb-7, .col-mb-8, .col-mb-9, .col-mb-10, .col-mb-11, .col-mb-12,
.col-pd-1, .col-pd-2, .col-pd-3, .col-pd-4, .col-pd-5, .col-pd-6, .col-pd-7, .col-pd-8, .col-pd-9, .col-pd-10, .col-pd-11, .col-pd-12{
    position: relative;
}

.col-mb-1, .col-mb-2, .col-mb-3, .col-mb-4, .col-mb-5, .col-mb-6, .col-mb-7, .col-mb-8, .col-mb-9, .col-mb-10, .col-mb-11, .col-mb-12 {
    float: left;
}

.col-mb-1 {
    width: 8.33333333%;
}

.col-mb-2 {
    width: 16.66666667%;
}

.col-mb-3 {
    width: 25%;
}

.col-mb-4 {
    width: 33.33333333%;
}

.col-mb-5 {
    width: 41.66666667%;
}

.col-mb-6 {
    width: 50%;
}

.col-mb-7 {
    width: 58.33333333%;
}

.col-mb-8 {
    width: 66.66666667%;
}

.col-mb-9 {
    width: 75%;
}

.col-mb-10 {
    width: 83.33333333%;
}

.col-mb-11 {
    width: 91.66666667%;
}

.col-mb-12 {
    width: 100%;
}
@media (min-width: 768px) {
    .col-pd-1, .col-pd-2, .col-pd-3, .col-pd-4, .col-pd-5, .col-pd-6, .col-pd-7, .col-pd-8, .col-pd-9, .col-pd-10, .col-pd-11, .col-pd-12 {
        float: left;
    }

    .col-pd-1 {
        width: 8.33333333%;
    }

    .col-pd-2 {
        width: 16.66666667%;
    }

    .col-pd-3 {
        width: 25%;
    }

    .col-pd-4 {
        width: 33.33333333%;
    }

    .col-pd-5 {
        width: 41.66666667%;
    }

    .col-pd-6 {
        width: 50%;
    }

    .col-pd-7 {
        width: 58.33333333%;
    }

    .col-pd-8 {
        width: 66.66666667%;
    }

    .col-pd-9 {
        width: 75%;
    }

    .col-pd-10 {
        width: 83.33333333%;
    }

    .col-pd-11 {
        width: 91.66666667%;
    }

    .col-pd-12 {
        width: 100%;
    }
}
/*优势*/
.superio-block{
    background: #F7F7F7;
}
.supe-body.aui-tile{
    padding: 40px 40px;
    text-align: center;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.10);
    background:url(img/supe-pc.jpg) center;
    border-radius: 2px;
    margin: 0 10px;
}
.supe-body.aui-tile:before{
    border-bottom: 3px solid #5182F6;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.supe-body.aui-tile i{
    width: 48px;
    height: 48px;
}
.supe-body.aui-tile .ba-title{
    margin: 29px 0 52px;
    position: relative;
}
.supe-body.aui-tile .ba-title:before{
    position: absolute;
    top:42px;
    left: 0;
    right: 0;
    display: inline-block;
    margin: auto;
    content: "";
    width: 24px;
    height: 2px;
    background: #5182F6;
}
.super-t-mb{
    position: relative;
    text-align: center;
    padding: 13px 0;
    font-size: 14px;
    color: #252B3A;
    line-height: 18px;
    border: 1px solid #DDDDDD;
    border-bottom: none;
    background-image: url(img/supe-mb.png);
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.super-t-mb:after{
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #5182F6;
    content: '';
    opacity: 0;
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
    transition: all .5s ease;
}
.fold-btn{
    position: absolute;
    transition: transform 0.5s ease-out;
    right: 15px;
    top: 50%;
    margin-top: -4px;
}
.fold-btn:before{
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 2px solid #666A75;
    border-right: 2px solid #666A75;
    border-top-color: #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}
.unfold .fold-btn {
    transform: rotateX(180deg);
    -ms-transform: rotate(180deg);
}
.unfold .super-t-mb:after{
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
}
@media (min-width: 1024px){
    .supe-body.aui-tile:hover:before {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@media (max-width: 767px){
    .col-pd-4.col-mb-12:nth-child(1) .supe-body.aui-tile{
        display: block;
    }
    .supe-body.aui-tile{
        padding: 24px 30px;
        display: none;
        box-shadow: none;
        border: 1px solid #DDDDDD;
        margin: 0;
        border-bottom: none;
        background: #ffffff;
    }
    .superio-block .AGrid-row{
        border-bottom: 1px solid #DDDDDD;
    }
    .super-t-mb{
        display: block;
    }
    .supe-body.aui-tile .ba-title{
        margin: 15px 0 10px;
        font-size: 0;
        line-height: 0;
    }
    .supe-body.aui-tile .ba-title:before{
        top:0;
    }
}

.map-content {
    float: left;
    /*width: 39%;*/
    width: 32%;
    padding-left: 30px
}
.type-content {
    max-height: 500px;
    padding-top: 20px;
    overflow-y: auto;
    display: none;
}
.tab-content {
    display: none;
}

.tab-on,
.type-on {
    display: block !important;
}

.type-content>ol {
    margin: 0;
    padding: 14px 10px 12px 15px;
}
.type-content>ol li{
    font-size: 12px;
    color: #666A75;
    text-align: justify;
    line-height: 18px;
    margin-bottom: 8px;
}
.content-block.gjyq {
    margin-top: 80px
}

.tab-content h4 {
    font-size: 18px;
    color: #252B3A;
    margin: 0 0 10px;
}

.tab-content .detail dt {
    font-size: 0;
    position: relative;
}

.menuItem-type {
    display: inline-block;
    color: #333;
    cursor: pointer;
    width: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
}

.type-checked {
    border-color: #00aaff;
    background: #00aaff;
    color: #fff;
    border-radius: 2px;
}
.tab-title{
    font-size: 14px;
    color: #252B3A;
    line-height: 18px;
    position: relative;
    padding-left: 15px;
}
.tab-title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #A0A2A8;
}
@media(max-width:1200px) {
    #china-map {
        width: 100%;
        float: none;
    }
    .map-content {
        width: 100%;
        float: none;
        padding-left: 0;
    }
}

@media(max-width:760px) {
    #china-map {
        height: auto;
        margin-right: 5px;
    }
    #china-map {
        margin: 10px 10px 0 0;
    }
}