﻿reg_zclc {
    text-align: center;
}

.reg_zclc ul, li {
    list-style: none
}


.reg_zclc li {
    text-align: center;
    margin: 0 0.5%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
}

.reg_zclc .stepitem {
    width: 200px;
    height: 260px;
    border: 2px solid #f1f3ff;
    padding:20px ;
}

    .reg_zclc .stepitem:hover {
        width: 200px;
        height: 260px;
        border: 2px solid #50b5ff;
        padding: 20px;
        border-radius: 5px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: #ccc 0px 0px 10px;
        -moz-box-shadow: #ccc 0px 0px 10px;
        box-shadow: #ccc 0px 0px 10px;
    }


        .reg_zclc .stepitem:hover .stepitemheader {
            width: 80px;
            height: 80px;
        }
        .reg_zclc .stepitem:hover span {
            font-size: 50px;
        }

        .reg_zclc .stepitem .stepitemheader {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            border: 2px solid #50b5ff;
            margin: 20px auto;
        }

    .reg_zclc .stepitem span {
        color: #50b5ff ; 
        font-size:40px ; 
    }


    .stepitemtitle{
        font-size:18px;
        font-weight:700;
        margin:20px auto 10px; 
    }



.flex-sb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.zc .container {
    background-color: rgba(255,255,255,1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.09);
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    overflow: hidden;
    padding: 35px 30px;
    min-height: 420px;
}


.zc {
    background:url("../images/bg/3.webp") #f6515f;
    background-repeat:no-repeat ;
    background-size:100% 100% ; 
    padding:30px 30px
}





.hw .section-t h2 {
}

.zc .container .zc-warp {
    width: 100%;
    height: 100%;
}


.zc-nav {
}

    .zc-nav li {
        padding: 0 25px;
        font-size: 16px;
        line-height: 40px;
        height: 45px;
        font-family: "Noto Sans SC";
        font-weight: 500;
        color: #666;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        background-color: #f7f7f7;
        margin-bottom: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        width: 90%;
        position: relative;
    }

        .zc-nav li:last-child {
            margin-bottom: 0;
        }

        .zc-nav li i {
            font-size: 16px;
            position: absolute;
            right: 25px;
            top: 1px;
        }

    .zc-nav li {
        cursor: pointer;
    }

        .zc-nav li.on {
            padding: 0 20px;
            color: #fff;
            background-color: #f6515f;
            background: -webkit-linear-gradient(125deg,#fd826e,#f6515f);
            background: -o-linear-gradient(125deg,#fd826e,#f6515f);
            background-image: linear-gradient(125deg,#fd826e,#f6515f);
            box-shadow: 0 5px 20px rgba(136, 6, 4, 0.22);
            -webkit-box-shadow: 0 5px 20px rgba(136, 6, 4, 0.22);
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }

            .zc-nav li.on i {
                color: #fff;
                right: 20px;
            }




.zc-warp-l {
    width: 200px;
    height: 100%;
    border-right: 1px solid #eee;
}

/*zc-warp-r*/
.zc-warp-r {
    position: relative;
    width: 80%;
    padding: 0 0 0 40px;
}

.zc-content {
    transition: all .2s linear;
    opacity: 0;
    height: 0;
}

    .zc-content.show {
        opacity: 1;
        top: 0;
        z-index: 1;
        height: auto;
    }


.zc-warp-r .zc-content h4 {
    font-size: 22px;
    font-family: "Noto Sans SC";
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px 0;
    color: #666;
    border-bottom: 1px solid #eee;
}

    .zc-warp-r .zc-content h4 i {
        color: #999;
        font-size: 2.3rem;
        display: inline-block;
        vertical-align: middle;
        font-weight: 500;
    }

.zc-warp-r .zc-content p {
    font-size: 15px;
    line-height: 23px;
    margin: 20px 0;
    color: #777;
    position: relative;
    padding: 0 0 0 25px;
    font-weight: 500;
}

    .zc-warp-r .zc-content p i {
        font-size: 2rem;
        color: #f6515f;
        position: absolute;
        left: 0;
        top: 0;
    }


.hwzc-list img {
    width:100px;
    height:100px ; 
    margin:40px ;
}

.reg_need_info {
    padding:40px ;
    line-height:40px ; 
    font-size:14px ;
}

.huoqucl {
    float:left;
    width:250px ;
    margin:10px;
    border:1px solid red ;
    overflow:hidden ;
}

.huoquclimg img{
    width:100% ; 
}



.busi_item {
    background-color: white;
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    min-height: 260px;
    height: 100%;
    text-align:center ;
    height:350px;
       

}

.busi_item_line {
    width: 16px;
    height: 3px;
    background-color: #137ef6;
    border-radius: 2px;
    margin: 12px auto;
}

a:hover .busi_item img {
    transform: scale(1.1);
}


.reg_kh {
    box-shadow: 0 5px 15px #f5ebeb;
    padding:15px;
    margin-top:15px;
}

    .reg_kh .divleft {
        width:88px;
        height:88px;
        float:left
    }
    .reg_kh .divright {
        margin-left: 110px;
        height: 88px;
        line-height:30px;
        padding-top:15px;
        

    }

    .reg_kh .rightborder {
        border-right: 1px solid #ddd ;
        margin-bottom:5px;
    }

.hqcl {
    background-color:white;
    padding:20px;
}

    .hqcl img {
        width: 100%;
    }

    .hqcl .clitem {
        padding: 30px;
        border-right: 1px solid #ddd;
    }

.reg_begin {
    padding: 10px;
}

    .reg_begin .left {
        float: left;
        width: 60px;
        height: 60px;
        margin-top:10px;
        border-radius: 20%;
        color:white ;
        font-size:36px ; 

        text-align:center;
    }
    .reg_begin .right {
        margin-left: 75px;
        border-bottom: 1px solid #ddd;
    }

    .reg_begin :hover {
        background-color:gainsboro ;
    }

.pic_fwlc {
    background-image: url("../images/reg/fwlc.png");
    background-repeat:no-repeat;
    background-size:contain ; 
}

.divtest {
    width: 100%;
    margin-right: 2px;
    height:100px;
    margin-top:330px;
    text-align:center;
}

.divtest h3 {
    color:white ;
}
    .divtest p {
   
        font-size:14px;
    }




.zccl_itemxxxx {
   
    align-items: center;
}

.zccl_itemyyyy{
    align-items: center;
}


.zccl_itemxxxx .headerxx {
    height: 100px;
    background:linear-gradient(to right,#00cca8, #61dba3);
}

.zccl_itemyyyy .headerxx {
    height: 100px;
    background-color: #985dfc;
}


.headerxx, .contentxx{
    width:450px;
    margin:0 auto;
}

.headerxx {
    text-align: center;
    font-size:28px;
    color:white;
    padding-top:20px;
}

.contentxx {
    height: 300px;
    border: solid 1px #eee;
    padding:20px;
    text-align:left ;
    font-size:14px;
}

.zccl_itemxxxx li{
   
}
.zccl_itemyyyy li {
    line-height: 25px;
}


.contentxx span {
    display: block;
    line-height: 35px;
    position:relative;
    padding-left:20px;
}

.zccl_itemyyyy span {
    line-height:25px; 
}

    .zccl_itemyyyy span::before {
        content: '';
        width: 5px;
        height: 5px;
        background-color: #ccc;
        position: absolute;
        top: 50%;
        left: 6px;
        border-radius: 50%;
        margin-top: -3px;
    }


.zhuxiao_yewu {
    padding-bottom:100px;
}

.zhuxiao_yewu .item {
    height: 120px;
    margin-top: 25px;
    background-color: white;
    border-radius: 2px;
    overflow: hidden;
}

.zhuxiao_yewu .divleft {
    float: left;
    width: 60px;
    height: 60px;
    background-color: #dfedff;
    border: 1px solid #dfedff;
    position: relative;
    top: calc(50% - 30px);
    left: 10px;
    text-align: center;
    border-radius: 50px;
}

    .zhuxiao_yewu .divleft span {
        color: #3e7fee;
        font-size: 30px;
        display: block;
        line-height: 60px;
        font-weight: 900;
    }

.zhuxiao_yewu .divright {
    margin-left:95px;
    margin-top:25px;
}


.zhuxiao_nanti {
    padding-top:40px;
    padding-bottom:40px;
}


.zhuxiao_nanti .item {
    height: 180px;
    background-color: gainsboro;
    margin: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .zhuxiao_nanti .item .floattext {
        height: 50px;
        background-color: #4a5db2;
        position: absolute;
        bottom: 0px;
        float: left;
        width: 100%;
        overflow: hidden;
        padding-top:5px;
        background-color: rgba(74,93,178,0.9);
        
    }

  

    .zhuxiao_nanti .item .pic {
        width: 100%;
        height: 100%;
    }
    .zhuxiao_nanti .item .pic img {
        width: 100%;
        height: 100%;
    }


.zhuxiao_bzxhg {
    background-color: rgba(0,0,0,0.2);
    padding-top:40px;
    padding-bottom:120px;
}


    .zhuxiao_bzxhg .item {
        height: 120px;
        margin-top: 35px;
        background-color: #202122;
        border-radius: 2px;
        overflow: hidden;
    }

    .zhuxiao_bzxhg .divleft {
        float: left;
        width: 80px;
        height: 80px;
/*        background-color: #f0ea3a;
        border: 1px solid #f0ea3a;*/
        position: relative;
        top: calc(50% - 40px);
        left: 10px;
        text-align: center;
        border-radius: 50px;
    }

        .zhuxiao_bzxhg .divleft span {
            color: red;
            font-size: 60px;
            display: block;
            line-height: 80px;
            font-weight: 900;

        }

    .zhuxiao_bzxhg .divright {
        margin-left: 105px;
        margin-top: 25px;
        color:white;
    }


.zhuxiao_ziliao .item {
    background-color:white;
    height:160px;
    text-align:center;
    font-size:16px;
    line-height:60px;
}

    .zhuxiao_ziliao .item .above {
        margin:0 auto ; 
        width:80px;
        padding-top:30px;
    }


.zhuxiao_fwys {
    padding-bottom:40px;
}

.zhuxiao_fwys .item {
    height: 250px;
    width: 250px;
    margin: 20px auto;
    position: relative;
    text-align: center;
}

    .zhuxiao_fwys .item .floattext {
        height: 100px;
        width: 200px;
        background-color: #f0f1f3;
        position: absolute;
        top: 140px;
        margin-left: 25px;
    }

    .zhuxiao_fwys .item .pic {
        width: 100%;
        height: 100%;
    }

        .zhuxiao_fwys .item .pic img {
            width: 100%;
        }

    .zhuxiao_fwys .item .p1 {
       font-size:14px;
       font-weight:700;
       margin-top:10px;
    }

    .zhuxiao_fwys .item .p1,p2 {
       line-height:25px;
    }

.biangeng_yewu {
    padding-bottom:50px;
}

.biangeng_yewu .text_item {
    border: 1px dotted #3283ef;
    height: 50px;
    margin: 5px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
}

.biangeng_yewu .divabove {
    width:200px;
    height:200px;
    margin:10px auto ; 
    border-radius:50%;
    overflow:hidden;
}

    .biangeng_yewu img {
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }



.biangeng_yewu img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}





.biangeng_yewu .divabove img {
   width:100%;
   height:100% ;
}



.biangeng_yewu .divbelow {
    text-align:center ; 
}


.biangeng_ziliao {
    min-height:250px;
}

    .biangeng_ziliao .item {
        background-color: white;
        height: 160px;
        text-align: center;
        font-size: 16px;
        line-height: 60px;
    }

        .biangeng_ziliao .item .above {
            margin: 0 auto;
            width: 80px;
            padding-top: 30px;
        }



.biangeng_liucheng {
    padding-top: 100px;
    padding-bottom: 100px;
}

.biangeng_liucheng .above {
    background-image: url(../images/reg/liuchengkuang.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    font-size: 60px;
    color: white;
    margin: 10px auto;
}
.biangeng_liucheng {
    text-align:center ;
}

.biangeng_liucheng p {
    font-size: 24px;
    line-height:40px;
}




.biangeng_fuwu .item {
   background-color: rgba(0,0,0,0.5) ; 
   margin:15px;
   padding:10px;
}

.biangeng_fuwu {
    color:white;
    text-align:center;
}
    .biangeng_fuwu .p1 {
        font-size:24px;
        font-weight:700;
    }

    .biangeng_fuwu .p2 {
        line-height:40px;
    }

.biangeng_fuwu span {
    font-size:36px;
    line-height:50px;
}


.checkname_qu .item {
    width: 260px;
    height: 220px;
    background: #fff;
    border-radius: 6px;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 33px;
    margin: 25px 14px;
}

.checkname_qu .divabove {
    width:50px;
}

.checkname_qu .divbelow {
    margin: 20px;
}

.checkname_gz .item {
    display: flex;
    align-items: center;
    width: 280px;
    height: 120px;
    background: #F4F7FF;
    border-radius: 10px;
    padding: 20px;
    padding-right: 0;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.checkname_gz .divabove {
    width: 70px;
}

.checkname_gz .divbelow {
    margin: 20px;
}


.banner-search {
    width: 992px;
    height: 90px;
    padding: 15px 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top:60px;
    background: #0c4f75;
    border-radius: 10px;
}

.region {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
}

.ssfomr_box {
    float: left;
    padding: 0px 10px;
    margin: 0px 10px;
}

.hytype {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

.hyzi {
    background-color: #fff;
    border-radius: 10px;
}

.banner-search input, .banner-search select {
    height: 60px;
    padding: 0 10px;
    border: none;
    line-height: 60px;
    font-size: 16px;
    outline: none;
}



.hyek {
    width: auto;
    height: 35px;
    padding: 10px 0px;
}

.hyem {
    width: 700px;
    display: inline-block;
    border: 1px solid #eee;
    padding: 20px;
    position: absolute;
    background: #fff;
    left: 0px;
    top: 60px;
    text-align: left;
    z-index: 1;
}

.hyek_left {
    width: 80px;
    height: 35px;
    float: left;
    background-color: #f5f5f5;
    color: #666;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
}

.hyek_right {
    float: left;
    padding-left: 10px;
}

    .hyek_right a {
        color: #666;
        line-height: 35px;
        font-size: 13px;
        margin-left: 10px;
        text-decoration: none;
    }

        .hyek_right a:hover {
            color: #009feb;
        }

.heming_img img {
    padding: 70px 155px;
}

.hylx {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}



.banner-search .banner-btn-submit {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    background-color: #1570de;
    color: #fff;
    cursor: pointer;
}

