﻿*{margin:0;padding:0}
body {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
    font-size: 14px
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none
}

p, h2, img {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}

a {
    text-decoration: none
}
img{
    max-width:100%;
    vertical-align:middle;
}
.bgwhite{background-color:#fff;}
.container{
    margin:0 auto;
    width:1440px;
}
    .container:before, .container:after{
        content: '';
        display: table;
        overflow: hidden;
    }
.header{
    height:104px;
    background-color:#fff;
}
.header .logo{
    width:607px;
    float:left;
    margin-top:17px;
}
.header .menu{
    margin-top:44px;
    float:right;
}
.header .menu li{
    margin-left:65px;
    float:left;
    font-size:18px;
}
    .header .menu li a{
        color:#333;
    }
        .header .menu li a:hover, .header .menu li a.active {
            color: #03217d;
        }
        .banner{
            height:402px;
            background-image:url(../images/wzfw/banner.jpg);
            background-position:center top;
            background-repeat:no-repeat;
            text-align:center;
            overflow:hidden;
        }
.banner h1{
    font-size:60px;
    color:#fff;
    font-weight:bold;
    margin-top:80px;
}
.content {
    position: relative;
    background-color: #f4f4f4;
    padding-bottom:45px;
    padding-top:80px;
}
    .content::after, .content::before{
        content: '';
        display: table;
        clear: both;
        overflow: hidden
    }

    .content .contact {
        padding: 0 42px;
        width: 1356px;
        height: 250px;
        position: absolute;
        top: -170px;
        z-index: 100;
    }
    .content .contact>.item{
        float:left;
        margin-top:32px;
        transition:all .5s;
    }
        .content .contact > .item:hover{
            transform:translateY(-3px);
            box-shadow:1px 5px 5px 1px #ccc;
        }
        .content .contact > .item.one {
            margin-right: 36px;
        }
#tel-zhibao{
    display:none;
    position:fixed;
    width:500px;
    height:200px;
    top:50%;
    left:50%;
    margin-left:-250px;
    margin-top:-100px;
    background-color:#fff;
    z-index:101;
    box-shadow:0 0 3px 1px #ccc;
}
    #tel-zhibao>.hd{
        height:45px;
        line-height:45px;
        padding:0 20px;
        border-bottom:1px solid #ccc ;
    }
        #tel-zhibao > .hd span{
            float:right;
            font-size:28px;
            cursor:pointer;
        }
    #tel-zhibao > .bd{
        padding:30px;
    }
        #tel-zhibao > .bd p{
            font-size:18px;
            line-height:2em;
            color:#333;
        }
        .content .ad-wrap {
            margin-top: 17px;
            height: 120px;
        }
    .content .ad-wrap img{
        width:100%;
        height:100%;
    }
    .content .news-container{
        margin-right:-20px;
    }
        .content .news-container .news-block{
            margin-top:20px;
            margin-right:20px;
            float:left;
            width:710px;
            height:470px;
        }
.news-container .news-block .hd {
    padding:0 30px 0 25px;
    height: 76px;
    line-height: 76px;
    border-bottom: 1px solid #dddddd;
}
.news-container .news-block .hd>*{
    display:inline-block;
}
    .news-container .news-block .hd > .icon {
        margin-right: 15px;
        width: 31px;
        height: 31px;
        vertical-align: top;
        margin-top: 22px;
    }
    .news-container .news-block .hd > .icon.icon-zhengce{
        background:url(../images/wzfw/icon-zhengce.png) no-repeat center center;
    }
    .news-container .news-block .hd > .icon.icon-zhuanti {
        background: url(../images/wzfw/icon-zhuanti.png) no-repeat center center;
    }
    .news-container .news-block .hd > .icon.icon-case {
        background: url(../images/wzfw/icon-case.png) no-repeat center center;
    }
    .news-container .news-block .hd > .icon.icon-huiyi {
        background: url(../images/wzfw/icon-huiyi.png) no-repeat center center;
    }
    .news-container .news-block .hd > span {
        font-size: 24px;
        color: #0d4ea0;
        font-weight:bold;
    }
    .news-container .news-block .hd > .morelink {
        margin-top:22px;
        float: right;
        width: 80px;
        height: 33px;
        border: 1px solid #dddddd;
        text-align:center;
        line-height:33px;
        border-radius:5px;
        font-size:16px;
        color:#333;
        transition:all .5s;
    }
    .news-container .news-block .hd > .morelink:hover{
        border-color:#03217d;
        color:#03217d;
    }
.news-container .news-block .bd{
    padding:30px 30px 0 50px;
}
.news-container .news-block .bd li {
    line-height: 55px;
    background-image:url(../images/wzfw/li-bg.jpg);
    background-repeat:repeat-x;
    background-position:20px center;
}
    .news-container .news-block .bd li>a{
        display:inline-block;
        padding:0 40px 0 20px;
        background-color:#fff;
        background-image:url(../images/wzfw/dot.png);
        background-repeat:no-repeat;
        background-position:left center;
        font-size:18px;
        color:#333;
        transition:all .5s;
    }
    .news-container .news-block .bd li > a:hover{
        padding-left:25px;
        color:#03217d;
    }
    .news-container .news-block .bd li >span{
        float:right;
        padding-left:15px;
        background-color:#fff;
        font-size:14px;
        color:#999;
    }
.footer {
    height: 200px;
    background: url(../images/wzfw/bg-foot.jpg) no-repeat center top;
}
.footer .left{
    float:left;
}
    .footer .left .footer-nav{
        margin-top:40px;
        margin-bottom:20px;
        overflow:hidden;
    }
    .footer .left .footer-nav li{
        margin-right:55px;
        float:left;
        font-size:16px;
    }
        .footer .left .footer-nav li a{
            color:#fff;
        }
        .footer .left .footer-nav li a:hover{
            color:#f1f1f1;
        }
    .footer .left .copyright {
        font-size: 14px;
        color: #71a1de;
        line-height:30px;
    }
    .footer .left .copyright a{
        color:#71a1de;
    }
        .footer .left .copyright a:hover {
            color: #528ed9;
        }
    .footer .vcode, .footer .contact-info{
        float:right;
        margin-top:48px;
    }
    .footer .contact-info{
        margin-top:42px;
        margin-right:25px;
        color:#fff;
    }
    .footer .contact-info p{
        text-align:right;
        font-size:14px;
        line-height:30px;
    }
.dhzb-wrap {
    width: 100%;
    height: 715px;
    background: url(../images/wzfw/dhzb-bg.jpg) no-repeat center center #fff;
    position:relative;
    top:-250px;
}
    .dhzb-wrap .tel-box, .dhzb-wrap .mail-box {
        font-size: 48px;
        color: #2f4892;
        font-weight:bold;
        position:absolute;
        left:100px;
    }
        .dhzb-wrap .tel-box{
            top:290px;
        }
    .dhzb-wrap .mail-box{
        top:520px;
    }
    .dhzb-wrap .tel-box span {
        font-weight: lighter;
        font-size: 42px;
    }
.lyzb-wrap {
    width: 100%;
    height: 1500px;
    background: url(../images/wzfw/liuyanzhibao-bg.jpg) no-repeat center top #fff;
    position: relative;
    top: -250px;
    overflow:hidden
}
.form-table {
    width: 1145px;
    margin: 215px auto;
    border-collapse: collapse;
}
    .form-table td {
        border: 1px solid #ccc;
        padding:10px 0;

    }
        .form-table td.label{
            padding:10px 10px;
            font-size:18px;
            color:#333;
        }
    .form-table td input[type=text]{
        padding:0 1%;
        width:98%;
        height:40px;
        border:none;
        outline:none;
        font-size:18px;
        color:#333;
    }
        .form-table td textarea {
            width: 100%;
            height: 150px;
            font-size: 18px;
            color: #333;
            border:none;
            outline:none;
            margin-top:15px;
        }
.an01 {
    width: 135px;
    height: 34px;
    background: #094395;
    color: #fff;
    font-size: 18px;
    border: none;
    outline: none;
    cursor:pointer;
}
    .an01:hover {
        background: #053880;
    }
.news-wrap{
    background:#fff;
    padding:50px 80px;
    position:relative;
    top:-250px;
    min-height:300px;
    margin-bottom:-250px;
}
    .news-wrap .position {
        height: 64px;
        line-height: 64px;
        color: #999;
        font-size: 18px;
        font-family: "微软雅黑";
        text-align: left;
        font-weight: normal;
    }
        .news-wrap .position span {
            color: #1F377F;
        }
.ullist {
    width: 100%;
    height: auto;
    margin-top:50px;
}
    .ullist li {
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
        line-height: 40px;
        padding-left: 15px;
        padding-right: 15px;
        color: #545454;
        font-size: 18px;
        font-family: "微软雅黑";
    }
        .ullist li:hover {
            background-color: #E8F3FF;
            color: #1F377F;
        }
        .ullist li .yuan {
            width: 5px;
            height: 5px;
            background-color: #999999;
            border-radius: 5px;
            float: left;
            margin-top: 14px;
            margin-right: 12px;
        }
        .ullist li a {
            color: #545454;
            float: left;
        }
        .ullist li .date {
            float: right;
        }
        .ullist li:hover .yuan {
            background-color: #1F377F;
        }
        .ullist li:hover a {
            color: #1F377F;
            float: left;
        }
#pagenum {
    margin: 0 auto;
    height: 30px;
    width: 885px;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
}

    #pagenum a {
        width: 30px;
        height: 30px;
        background-color: #eee;
        margin: 0 5px;
        color: #555;
        display: inline-block;
        font-size: 12px;
    }

        #pagenum .current, #pagenum a:hover {
            width: 30px;
            height: 30px;
            background-color: #1F377F;
            color: #fff
        }

    #pagenum .pageup {
        width: 32px;
        height: 31px;
        background: url(../images/pageup.png) no-repeat;
        text-indent: -199em
    }

        #pagenum .pageup:hover {
            width: 32px;
            height: 31px;
            background: url(../images/pageup.png) no-repeat;
            text-indent: -199em
        }

    #pagenum .pagedown {
        width: 32px;
        height: 31px;
        background: url(../images/pagedown.png) no-repeat;
        text-indent: -199em
    }

        #pagenum .pagedown:hover {
            width: 32px;
            height: 31px;
            background: url(../images/pagedown.png) no-repeat;
            text-indent: -199em
        }

    #pagenum .pagefirst {
        width: 58px;
        height: 30px;
        background: #fff;
        border: 1px solid #DDDDDD
    }

        #pagenum .pagefirst:hover {
            width: 58px;
            height: 30px;
            background: #fff;
            border: 1px solid #DDDDDD;
            color: #555;
        }

    #pagenum .pagefirstno {
        width: 58px;
        height: 30px;
        background: #fff;
        border: 1px solid #DDDDDD
    }

        #pagenum .pagefirstno:hover {
            width: 58px;
            height: 30px;
            background: #fff;
            border: 1px solid #DDDDDD;
            color: #555;
        }

    #pagenum .pageend {
        width: 58px;
        height: 30px;
        background: #fff;
        border: 1px solid #DDDDDD
    }

        #pagenum .pageend:hover {
            width: 58px;
            height: 30px;
            background: #fff;
            border: 1px solid #DDDDDD;
            color: #555;
        }
.content_con {
    width: 1140px;
    height: auto;
    padding-bottom: 10px;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    padding-top: 70px;
    min-height: 500px;
    line-height: 32px;
    font-family: "宋体" !important;
}
    .content_con h1 {
        margin-bottom:50px;
        color: #333;
        font-size: 22px;
        font-weight: normal;
        text-align: center;
    }
.xinxi {
    width: 1140px;
    height: 30px;
    background-color: #eee;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #333;
    margin-bottom: 20px;
}
.content_con .body{
    font-size:18px;
    line-height:1.8em;
}