
body {
    background-color: #fff;
	
}

.bg004ea2 {
    background-color: #005bac;
}

.bg73c5e0 {
    background-color: #73c5e0;
}

.bgf6f6f6 {
    background-color: #f6f6f6;
}

.blte0 {
    border-left: 1px solid #e0e0e0;
}

.bgte0 {
    border-right: 1px solid #e0e0e0;
}
/*申报电子钥匙&智能客服*/
.aside {
    position: fixed;
    z-index: 1000;
    top: 0px;
    right: 0px;
    font-size: 14px;
    color: #fff;
}

    .aside .key {
        width: 100px;
        height: 101px;
        background: url(../Content/Images/key.png) no-repeat 0 0;
        background-size: 100px 101px;
        behavior: url(./js/backgroundsize.min.htc);
    }

    .aside .service {
        width: 100px;
        height: 101px;
        background: url(../Content/Images/service.png) no-repeat 0 0;
        background-size: 100px 101px;
        behavior: url(./js/backgroundsize.min.htc);
    }
/*页面内容：居中*/
.content1 {
    margin: auto;
    width: 1200px;
}
/*顶部菜单栏*/
.pagehd {
    height: 100px;
}

.logo {
    width: 218px;
    height: 52px;
    background: url(../Content/Images/logo.png) no-repeat center center;
    margin-top: 27px;
    cursor: pointer;
}

.hdul {
    height: 18px;
    margin: 52px 0 0 148px;
}

.logo, .hdul {
    float: left;
}

    .hdul .firli {
        color: #fff;
        font-size: 18px;
        margin-right: 50px;
        float: left;
        position: relative;
        cursor: pointer;
    }

        .hdul .firli:hover {
            color: #fff001;
        }

        .hdul .firli a {
            display: block;
            color: #333;
        }

            .hdul .firli a:hover {
                color: #005bac;
            }

        .hdul .firli > a {
            display: block;
            color: white;
        }

            .hdul .firli > a:hover {
                color: #fff001;
            }

.firli1:hover .ulist1 {
    display: block;
}

.firli2:hover .ulist2 {
    display: block;
}

.firli3:hover .ulist3 {
    display: block;
}

.firli4:hover .ulist4 {
    display: block;
}

.firli5:hover .ulist5 {
    display: block;
}

.firli6:hover .ulist6 {
    display: block;
}

.libg {
    display: none;
    width: 110px;
    background: url(../Content/Images/list_top.png) no-repeat 0 0;
    padding-top: 7px;
    position: absolute;
    z-index: 20;
}

    .libg ul li {
        text-indent: 16px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        color: #333;
        background-color: #fff;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

        .libg ul li:hover {
            color: #005bac;
        }
/*内容部分：轮播*/
.lunbo .swiper-container {
    width: 100%;
    height: 418px;
}

.slid1 {
    /*background: url(../Content/Static/lunbo-1.png) no-repeat center center;*/
}

.slid2 {
    /*background: url(../Content/Static/lunbo-2.png) no-repeat center center;*/
}

.slid3 {
    /*background: url(../Content/Static/lunbo-3.png) no-repeat center center;*/
}
/*通知:shim*/
.shim {
    height: 50px;
}

    .shim .fir {
        height: 100%;
        float: left;
        line-height: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: clip;
    }

        .shim .fir span, .shim .fir h3, .shim .fir p {
            display: inline-block;
            vertical-align: middle;
        }

        .shim .fir span {
            width: 27px;
            height: 24px;
            background: url(../Content/Images/notice.png) no-repeat 0 0;
        }

        .shim .fir h3 {
            font-size: 18px;
            color: #005bac;
            margin: 0 20px;
        }

        .shim .fir p {
            font-size: 14px;
            color: #333;
        }

    .shim .fir2 {
        text-align: right;
    }

        .shim .fir2 .arr {
            width: 10px;
            height: 16px;
            background: url(../Content/Images/right.png) no-repeat 0 0;
            position: relative;
            bottom: 1px;
        }

        .shim .fir2 .p1 {
            font-size: 14px;
            color: #999;
        }

        .shim .fir2 .p2 {
            font-size: 14px;
            color: #666;
            /*margin: 0 5px 0 125px;*/
            cursor: pointer;
        }

            .shim .fir2 .p2 a {
                color: #666;
                display: block;
            }

                .shim .fir2 .p2 a:hover {
                    color: #005bac;
                }

                    .shim .fir2 .p2 a:hover .arr {
                        background: url(../Content/Images/arrblue.png) no-repeat 0 0;
                    }

    /*.shim .fir2 .p2:hover {
                color: #005bac;
            }*/

    .shim .news-bulletin h1 {
        display: inline;
    }

        .shim .news-bulletin h1.time {
            font-size: 15px;
            color: #666;
            position: relative;
            top: 2px;
        }

        .shim .news-bulletin h1 a {
            color: black;
            font-size: 15px;
        }

            .shim .news-bulletin h1 a:hover {
                color: #005bac;
            }
/*通知之下直到底部前的三大内容块*/
.stomach {
    height: 830px;
}

.sto1 {
    width: 100%;
    padding: 20px 0;
}

.stohd {
    width: 590px;
    height: 290px;
    padding: 20px 20px 28px;
    float: left;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.stohd1 {
    margin-right: 20px;
}

.stohd .hd h2, .stohd .hd div {
    float: left;
}

.stohd .hd h2 {
    font-size: 18px;
    color: #005bac;
    border-bottom: 3px solid #005bac;
}

.stohd .hd div {
    text-align: right;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ccc;
    width: 476px;
    height: 27px;
    cursor: pointer;
}

.stohd .hd .p2, .stohd .hd .arr {
    display: inline-block;
    vertical-align: middle;
}

.hd p a .arr {
    width: 10px;
    height: 16px;
    background: url(../Content/Images/right.png) no-repeat 0 0;
}

.stohd .hd div:hover .p2 {
    color: #005bac;
}

.hd div p a:hover .arr {
    background: url(../Content/Images/arrblue.png) no-repeat 0 0;
}

.stohd .contain {
    padding-top: 30px;
}

    .stohd .contain img {
        width: 220px;
        height: 180px;
        margin-right: 20px;
    }

    .stohd .contain img, .stohd .contain ul {
        float: left;
    }

        .stohd .contain ul li {
            width: 294px;
            line-height: 13px;
            font-size: 14px;
            color: #333;
            margin-bottom: 18px;
        }

    .stohd .contain li span, .stohd .contain li p {
        display: inline;
        vertical-align: middle;
    }

    .stohd .contain ul li:hover {
        color: #005bac;
    }
/*6个图标组*/
.sto2 {
    margin-bottom: 20px;
}

    .sto2 ul {
        height: 198px;
    }

    .sto2 li {
        box-sizing: border-box;
        width: 200px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        float: left;
        height: 100%;
        cursor: pointer;
    }

        .sto2 li div {
            margin-top: 33px;
            text-align: center;
            border-right: 1px dashed #cdcdcd;
        }

        .sto2 li img {
            width: 101px;
            height: 101px;
            margin-bottom: 18px;
        }

        .sto2 li h2 {
            font-size: 16px;
            color: #333;
        }

        .sto2 li:hover {
            background-color: #f8f8f8;
        }

        .sto2 li .laststo2div {
            border-right: 0
        }
/*5个功能块*/
.sto3 .fir {
    width: 224px;
    height: 260px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    float: left;
    margin-right: 20px;
}

    .sto3 .fir.fir-last {
        margin-right: 0;
    }

    .sto3 .fir .title {
        height: 60px;
        text-align: center;
        font-size: 18px;
        color: #005bac;
        line-height: 60px;
        background-color: #f5f5f5;
    }

    .sto3 .fir .showimg {
        height: 80px;
        width: 100%;
        border: 5px solid #e0e0e0;
    }

    .sto3 .fir .img1 {
        background: url(../Content/utility/01.png) no-repeat 0 0;
    }

    .sto3 .fir .sec {
        padding: 10px;
    }

    .sto3 .fir ul {
        padding: 10px;
    }

        .sto3 .fir ul li {
            min-width: 50%;
            color: #333;
            float: left;
            line-height: 22px;
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: clip;
        }

    .sto3 .fir .sec li {
        min-width: 50%;
        color: #333;
        float: left;
        line-height: 22px;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: clip;
    }

        .sto3 .fir .sec li:hover {
            /*cursor: pointer;
                color: #005bac;*/
        }


    .sto3 .fir ul li a {
        color: #333;
    }

        .sto3 .fir ul li a:hover {
            color: #005bac;
        }


    .sto3 .fir ul li span, .sto3 .fir ul li p {
        display: inline-block;
        vertical-align: middle;
    }

    .sto3 .fir ul li span {
        width: 4px;
        height: 4px;
        background: url("../Content/Images/dot.png") no-repeat 0 0;
    }

.sto3 .laststo3li {
    margin-right: 0;
}

.sto3 .fir .img2 {
    background: url(../Content/utility/03.png) no-repeat 0 0;
}

.sto3 .fir .img3 {
    background: url(../Content/utility/02.png) no-repeat 0 0;
}

.sto3 .fir .img4 {
    background: url(../Content/utility/04.png) no-repeat 0 0;
}

.sto3 .fir .img5 {
    background: url(../Content/utility/05.png) no-repeat 0 0;
}
/*底部*/
.ft {
    height: 498px;
    color: #fff;
}

    .ft .content-ft {
        width: 1200px;
        margin: auto;
    }

    .ft .ftop {
        height: 317px;
        padding-top: 30px;
        color: #fff;
        position: relative;
    }

.ftop .firli {
    float: left;
}

    .ftop .firli a {
        color: #fff;
    }



    .ftop .firli h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

.ft .fir .sec {
    width: 140px;
    font-size: 14px;
}

    .ft .fir .sec li {
        line-height: 32px;
    }

        .ft .fir .sec li:hover {
            /*cursor: pointer;*/
        }

.ft .fir .lastul {
    width: 214px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.ftopgt {
    position: absolute;
    right: 0;
    top: 48px;
    width: 145px;
    font-size: 32px;
    text-align: right;
}

    .ftopgt .phlogo {
        width: 37px;
        height: 50px;
        background: url("../Content/Images/tel.png") no-repeat 0 0;
    }

    .ftopgt p, .ftopgt div {
        display: inline-block;
        vertical-align: middle;
    }

    .ftopgt p {
        margin: 0 22px 6px 4px;
        font-size: 18px;
    }

.fbtm .lt, .fbtm .gt {
    float: left;
}

.fbtm .lt {
    padding-top: 96px;
    width: 690px;
    font-size: 14px;
    color: #fff;
}

    .fbtm .lt div {
        width: 218px;
        height: 52px;
        background: url(../Content/Images/logo.png) no-repeat center center;
        margin-right: 48px;
        position: relative;
        bottom: 17px;
    }

    .fbtm .lt div, .fbtm .lt p {
        display: inline-block;
        vertical-align: bottom;
    }

.fbtm .gt {
    overflow: hidden;
}

    .fbtm .gt li {
        float: left;
        margin-left: 40px;
        font-size: 14px;
        text-align: center;
    }

        .fbtm .gt li img {
            width: 130px;
            height: 130px;
            margin-bottom: 10px;
        }
/*底部结束*/

#content .zone-content {
    /*margin:auto;
            width:1200px;*/
}

#content .info-news-bulletin #corp-news-content {
    margin-left: 20px;
}

#corp-news-content .ovhid {
    overflow: hidden;
    padding-bottom: 30px;
}

#corp-news-content .hd h2, #corp-news-content .hd div {
    float: left;
}

    #corp-news-content .hd div a {
        color: #333;
    }

        #corp-news-content .hd div a:hover {
            color: #005bac;
        }

#corp-news-content .hd h2 {
    font-size: 18px;
    color: #005bac;
    border-bottom: 3px solid #005bac;
}

#corp-news-content .hd div {
    text-align: right;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ccc;
    width: 476px;
    height: 27px;
}

#corp-news-content {
    /*width:1200px;*/
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
}

    #corp-news-content #corp-news-div .time {
        display: none;
    }

    #corp-news-content #corp-news-div .div-content {
        width: 590px;
        height: 290px;
        padding: 20px 20px 28px;
        float: left;
        overflow: hidden;
        border: 1px solid #e0e0e0;
    }

        #corp-news-content #corp-news-div .div-content img {
            width: 220px;
            height: 180px;
            margin-right: 20px;
            float: left;
        }

        #corp-news-content #corp-news-div .div-content ul {
            float: left;
        }

            /*#corp-news-content #corp-news-div .div-content ul li:before{
            content:">>";
            display:inline;
        }*/

            #corp-news-content #corp-news-div .div-content ul li {
                width: 294px;
                line-height: 16px;
                font-size: 14px;
                color: #333;
                margin-bottom: 18px;
            }

                #corp-news-content #corp-news-div .div-content ul li a {
                    color: #333;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: inherit;
                }

                    #corp-news-content #corp-news-div .div-content ul li a:hover {
                        color: #005bac;
                    }

.home-utilit {
    clear: both;
}

#after-content {
    width: 1200px;
    margin: auto;
    margin-bottom: 20px;
    overflow: hidden;
}

    #after-content .sto3 {
        float: left;
    }

/*更改开始*/
.hdul {
    height: 18px;
    margin: 52px 0 0 45px;
}

.logo, .hdul, .rightlogo {
    float: left;
}

.rightlogo {
    width: 164px;
    height: 58px;
    margin-top: 21px;
    position: relative;
}

    .rightlogo .phlogo {
        width: 37px;
        height: 50px;
        background: url(../Content/Images/tel.png) no-repeat 0 0;
    }

    .rightlogo span {
        position: absolute;
        right: 56px;
        top: 2px;
        color: #dedede;
        font-size: 16px;
    }

    .rightlogo p {
        position: absolute;
        right: 10px;
        bottom: -5px;
        color: #ffff00;
        font-size: 24px;
    }
/*更改结束*/

/*#content .zone.zone-content {
    margin: auto;
    min-width: 1200px;
}*/
.shouji-lunbo{
    display:none;
}
