﻿* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Î¢ÈíÑÅºÚ';
}
.header{min-width: 1360px}
.header .header_bg {
    width: 100%;
    height: 250px;
    background: url("images/banner.jpg") center no-repeat;
}

.header .nav {
    background: #bc3f26;
    width: 100%;
}

.header .nav>ul {
    margin: 0 auto;
    width: 1360px;
    color: #fff;
}

.header .nav>ul>li {
    display: inline-block;
    width: 268px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
}
.header .nav ul>li>ul{
    display: none;
    background: #bc3f26;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 9;
}
.header .nav ul>li:hover>ul{
    display: inline-block;
}
.header .nav ul>li>ul>li{
    display: inline-block;
    width: 268px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
}
.header .nav ul li.home:before {
    content: url("images/icon_home.png");
}

.header .nav ul li.xygzdt:before {
    content: url("images/icon_xygzdt.png");
}

.header .nav ul li.xyfgwj:before {
    content: url("images/icon_xyfgwj.png");
}

.header .nav ul li.xygs:before {
    content: url("images/icon_xygs.png");
}

.header .nav ul li.sgs:before {
    content: url("images/icon_sgs.png");
}

.header .nav>ul>li:before {
    width: 30px;
    height: 36px;
    line-height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.header .nav>ul>li:after {
    content: '';
    background: #ddd;
    display: inline-block;
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 20px;
}

.header .nav ul li.sgs:after {
    content: none;
}

.container {
    width: 1360px;
    margin: 0 auto;
}

.container .cons {
    position: relative;
    margin-top: 20px;
}

.container .cons .title {
    width: 100%;
    height: 40px;
    line-height: 55px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.container .cons .title .more {
    cursor: pointer;
    color: #2f2f2f;
    position: absolute;
    right: 10px;
}

.container .cons .title .more:hover {
    color: #7c7c7c;
}

.container .cons > div {
    display: inline-block;
    width: 670px;
    float: left;
}

.container .cons:after,
.container .con2 .info:after,
.container .con3 .info1:after,
.container .con3 .info2:after,
.container .con3 .info:after {
    content: '.';
    visibility: hidden;
    height: 0;
    display: block;
    clear: both;
}

.container .cons ul {
    list-style: none;
    margin-top: 10px;
}

.container .cons ul li {
    padding: 0 10px 0 40px;
    line-height: 42px;
    cursor: pointer;
}

.container .cons ul li:hover {
    color: #7c7c7c;
}

.container .cons ul li .date {
    color: #7c7c7c;
    float: right;
}

.container .cons ul.notice li {
    background: url("images/icon_notice.png") left center no-repeat;
}

.container .cons ul.file-show li {
    background: url("images/icon_file.png") left center no-repeat;
}

.container .cons .right {
    margin-left: 20px;
}

.container .con1 .title {
    margin-top: 5px;
}

.container .con1 .left, .container .con1 .right {
    width: 670px;
    height: 380px;
    background: url("images/border_bg.png") center center no-repeat;
    padding: 0 20px;
}

.container .con2 .info {
    margin-top: 10px
}

.container .con2 .info > div {
    width: 330px;
    height: 110px;
    float: left;
    line-height: 110px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.container .con2 .show1 {
    background: url("images/show_bg1.png");
    color: #59af16;
}

.container .con2 .show2 {
    background: url("images/show_bg2.png");
    color: #1166d0;
    margin-left: 10px;
}

.container .con2 .names1 {
    background: url("images/names_bg1.png");
    color: #ef6046;
}

.container .con2 .names2 {
    background: url("images/names_bg2.png");
    color: #de8313;
    margin-left: 10px;
}

.container .con3 .info1 > div {
    width: 330px;
    height: 150px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    float: left;
}

.container .con3 .info2 > div {
    width: 320px;
    height: 123px;
    line-height: 130px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    float: left;
}

.container .con3 .right .info > div {
    width: 330px;
    height: 90px;
    float: left;
    font-size: 18px;
    color:#5880f5bd;
    padding: 35px 0 0 20px;
}

.container .con3 .info1 > div,
.container .con3 .info2 > div,
.container .con3 .right .info > div {
    margin-top: 10px;
    cursor: pointer;
}

.container .con3 .link1 {
    background: url("images/link_bg1.png") center no-repeat;
    display: table;
}

.container .con3 .link2 {
    background: url("images/link_bg2.png") center no-repeat;

    display: table;
}

.container .con3 .link1 span, .container .con3 .link2 span {
    display: table-cell;
    vertical-align: middle;
}

.link1:before {
    content: url("images/icon_link1png.png");
    margin: 47px 0 0 42px;
    float: left;
    vertical-align: middle;
        width: 60px;
    height: 60px;
    line-height: 100%;
}
.link2:before{
    content: url("images/icon_link2png.png");
    margin: 47px 0 0 42px;
    float: left;
    vertical-align: middle;
        width: 60px;
    height: 60px;
    line-height: 100%;
}

.container .con3 .link3 {
    background: url("images/link_bg3.png") center no-repeat;
}

.container .con3 .link4 {
    background: url("images/link_bg4.png") center no-repeat;
   
}

.container .con3 .link5 {
    background: url("images/link_bg5.png") center no-repeat;
   
}

.container .con3 .query1 {
    background: url("images/bg1.png")center no-repeat;
     background-size: 100%;
}

.container .con3 .query2 {
    background: url("images/bg2.png")center no-repeat;
    margin-left: 10px;
    background-size: 100%;
}

.container .con3 .query3 {
    background: url("images/bg3.png")center no-repeat;
    margin-left: 10px;
     background-size: 100%;
}

.container .con3 .query4 {
    background: url("images/bg4.png")center no-repeat;
     background-size: 100%;
}

.container .con3 .query5 {
    background: url("images/bg5.png")center no-repeat;
    margin-left: 10px;
     background-size: 100%;
}

.container .con3 .query6 {
    background: url("images/bg6.png")center no-repeat;
     background-size: 100%;
    
}

.container .con3 .query7 {
    background: url("images/bg7.png")center no-repeat;
    margin-left: 10px;
     background-size: 100%;
}

.container .con3 .query8 {
    background: url("images/bg8.png")center no-repeat;
     background-size: 100%;
    
}

.container .con3 .query9 {
    background: url("images/bg9.png")center no-repeat;
    margin-left: 10px;
     background-size: 100%;
}


.footer {
    margin-top: 40px;
    padding: 30px 0;
}

.footer p {
    text-align: center;
    font-size: 14px;
    color: #7c7c7c;
}

.footer p span {
    margin-left: 30px;
}
a {
        text-decoration: none;
        color:#fff;
    }

















