﻿@charset"utf-8";

/*CSS reset*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, strong, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, i {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    vertical-align: middle;
}

ol, ul {
    list-style: none;
}

a {
    color: #333333;
}

    a, a:hover {
        text-decoration: none;
    }

        a:hover {
            color: #D9020A;
        }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#container img {
    width: 100%;
}

/*body style*/

body {
    font: 14px/1.6 "Microsoft Yahei","Hiragino Sans GB",arial,sans-serif;
    color: #333333;
    background: #FFFFFF;
    text-align: center;
    position: relative;
    -webkit-font-smoothing: antialiased; /*字体抗锯齿*/
    min-width: 1000px;
}

/*#header style*/
#header {
    border-top: solid 5px #D9020A;
    text-align: center;
    background: #fff;
}

.top {
    width: 1000px;
    height: 110px;
    margin: auto;
    position: relative;
}

.logo {
    background: url(../images/logo.jpg) center center no-repeat;
    height: 100%;
    float: left;
    width: 400px;
    text-indent: -999999px;
}

.nav {
    float: right;
    width: 500px;
    overflow: hidden;
    border-right: 1px solid #e9e9e9;
    transform: skew(-30deg,0deg) translateX(-35px);
}

.nav-i {
    float: left;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}

.nav-index {
    float: left;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    height: 167px;
}

    .nav-i a {
        display: block;
        line-height: 55px;
        width: 124px;
        height: 55px;
        transform: skew(30deg,0deg);
    }
    .nav-index a {
        display: block;
        line-height: 167px;
        width: 124px;
        height: 55px;
        transform: skew(30deg,0deg);
    }

        .nav-i a p {
            font-size: 18px;
            height: 1.2em;
        }
        .nav-index a p {
            font-size: 25px;
            height: 1.2em;
            text-align: left;
        }

    .nav-i.actived {
        background-color: #d9020a;
    }

        .nav-i.actived a {
            color: #fff;
        }

.top-bg {
    height: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.top-bg-1 ul {
    position: relative;
    height: 100%;
    width: 100%;
}

    .top-bg-1 ul .top-bg-image {
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

.top-bg-title {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 36px;
    color: #FFFFFF;
    text-align: left;
    width: 980px;
    margin-top: 180px;
    margin-left: -490px;
    padding: 10px 20px;
    background: url(../images/top-bg-title.png) repeat-y;
}

.top-bg-ctrl {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
}

    .top-bg-ctrl span {
        display: inline-block;
        width: 30px;
        margin-right: 1px;
        border-bottom: 3px solid #000000;
    }

        .top-bg-ctrl span.actived {
            border-bottom: 3px solid #FF0000;
        }

.ctrl-pre, .ctrl-next {
    position: absolute;
    background-image: url(../images/ctrl.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 50px;
    top: 0;
    cursor: pointer;
}

.ctrl-pre {
    left: 0;
    background-position: left center;
}

.ctrl-next {
    right: 0;
    background-position: right center;
}

/*#container style*/
#container {
    width: 1000px;
    margin: 30px auto;
}

.block {
    overflow: hidden;
}

.search {
    width: 480px;
    height: 44px;
    border: 1px solid #DDDDDD;
    margin: 0 auto;
    overflow:hidden;
}

    .search input {
        float: left;
        border: none;
    }

        .search input[type=text] {
            width: 378px;
            padding: 0 10px;
            line-height: 44px;
            height: 44px;
            font-size: 16px;
            
        }

        .search input[type=button] {
            width: 80px;
            height: 44px;
            line-height: 44px;
            font-size: 16px;
            background-color: #bfbfbf;
            padding:0px;
        }

.block-i {
    float: left;
}

.block-i-content {
    display: block;
    margin: 10px;
    border: 1px solid #DDDDDD;
    padding: 20px;
    text-align: left;
}

    .block-i-content .title {
        border-bottom: 1px dotted #AAAAAA;
        overflow: hidden;
        height: 50px;
        margin-bottom: 15px;
    }

        .block-i-content .title .name {
            padding-left: 30px;
            background: url(../images/title.png) no-repeat;
            font-size: 24px;
            color: #D9020A;
            float: left;
        }

        .block-i-content .title .more {
            font-size: 14px;
            float: right;
            margin-top: 10px;
        }

        .block-i-content .title .category {
            float: right;
            font-size: 16px;
            height: 40px;
            line-height: 40px;
            padding: 0 10px;
        }

    .block-i-content .list {
        width: 100%;
        background: url(../images/list.png) left center no-repeat;
        padding: 4px 80px 4px 15px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative;
        font-size: 14px;
    }

        .block-i-content .list span {
            text-align: right;
            width: 80px;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            padding: 4px 0;
            font-size: 14px;
            background-color: #FFFFFF;
        }
        
       /* .block-i-content span{
            float: right;
            margin-top: -30px;
        }*/
.block-5 {
    width: 500px;
}

.block-6 {
    width: 1000px;
}

.block-3 {
    width: 320px;
}

.block-7 {
    width: 680px;
}

.block-10 {
    width: 100%;
}

.block-5 .list {
    /*width: 340px;*/
}

.block-10 .list {
    width: 840px;
}

.banner {
    padding: 0 10px;
}

.zwzx {
    padding-left: 60px;
    height: 50px;
}

.z-email {
    background: url(../images/email.png) no-repeat;
}

.z-chart {
    background: url(../images/chart.png) no-repeat;
    margin-top: 15px;
}

.gdbs-link {
    padding: 0;
}

.zxyj-list {
    font-size: 14px;
    display: block;
    padding: 3px 0 3px 15px;
    background: url(../images/list.png) 0 12px no-repeat;
}

.article p {
    text-align: inherit;
    line-height: 2em;
    padding: 10px;
    font-size: 14px;
}

    .article p.arti-title, .article p.arti-info {
        text-align: center;
        margin: auto;
        text-indent: 0;
    }

    .article p.arti-title {
        font-size: 24px;
    }

    .article p.arti-info {
        background: #EEEEEE;
        margin-bottom: 20px;
        overflow: hidden;
    }

        .article p.arti-info span {
            font-size: 14px;
            margin: 0 10px;
        }

.article img {
    max-width: 100%;
}

/*#footer style*/
.bottom{
    height: 140px;
    width: 100%;
    border-top: 5px solid #D9020A;
    min-width: 1200px;
    background: #eee;
    *position: relative;
}

.bottom .copyright{
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    overflow: hidden;
    *position: absolute;
    *top: 0px;
    *left: 50%;
    *margin-left: -600px;

}
.copyright div{
    width: 1020px;
    height: 67px;
    margin:0 auto;
    margin-top: 29px;
    *position: absolute;
    *top: 0px;
    *left: 50%;
    *margin-left: -490px;
}
.copyright div ul{
    float: left;
}
.copyright div ul img{
    vertical-align: middle;
}
.copyimg{
    width: 250px;
    height: 67px; padding-top:10px;
}
.copyimg img{
    margin-right: 17px;
}
.copyli{
    width: 653px; padding-top:19px;
}
.copyli li{
    width: 100%;
    height: 30px;
    color: #333;
    line-height: 30px;
}
.copyli li span{
    margin-right: 10px; font-size:14px;
}
.copyli li a{
    color: #333;
    font-size: 14px;
}

/*自适应屏幕宽度大于于等于1441像素*/
@media screen and (min-width: 1441px) {
    .top-bg-image {
        background-size: 100% !important;
    }
}


.edui-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .edui-container *:before,
    .edui-container *:after {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

.nav > li > a {
    padding: 0;
    
}

    .nav > li > a:hover {
        background-color: transparent;
    }

/*自适应屏幕宽度小于等于480像素*/
@media screen and (max-width: 480px) {
    body {
        width: 100%;
        min-width: 100%;
    }

    .top {
        width: 100%;
        height: auto;
        z-index: 2;
    }

    .logo {
        height: 80px;
        float: none;
        width: 100%;
        background-size: 80%;
    }

    .nav {
        position: relative;
        float: none;
        width: 100%;
        border-top: 1px solid #eee;
        transform: skew(0deg,0deg) translateX(0px);
    }

    .nav-i {
        width: 25%;
        height: 60px;
        text-align: left;
    }

        .nav-i a {
            width: 100%;
            height: auto;
            transform: skew(0deg,0deg);
        }

            .nav-i a p {
                font-size: 16px;
                text-align: center;
            }

        .nav-i.actived a {
            height: auto;
        }

    .top-bg {
        z-index: 1;
    }

    .top-bg-title {
        margin-left: -50%;
        font-size: 30px;
    }

    /*#container style*/
    * {
        box-sizing: border-box;
        -moz-box-sizing: border-box; /* Firefox */
        -webkit-box-sizing: border-box; /* Safari */
    }

    #container {
        width: 100%;
    }

    .search {
        width: auto;
        margin: 10px;
        overflow: hidden;
    }

        .search input[type=text] {
            width: 75%;
        }

        .search input[type=submit] {
            width: 25%;
            padding: 0;
        }

    .block-i {
        width: 100%;
        float: none;
    }

    .block-i-content .title .category {
        font-size: 14px;
        padding: 0;
        width: 120px;
    }

    .block-i-content .list {
        background: url(../images/list.png) left center no-repeat;
        padding: 4px 80px 4px 15px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative;
        font-size: 14px;
    }

    .block-5 .list {
        width: 100%;
    }

    .block-10 .list {
        width: 100%;
    }

    .block-i-content .list span {
        text-align: right;
        width: 80px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        padding: 4px 0;
        font-size: 14px;
        background-color: #FFFFFF;
    }

    .article p.arti-info span {
        display: block;
        float: left;
    }

    .edui-container * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .edui-container *:before,
        .edui-container *:after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .gxq-title{
            width: 100%;
        }

}


