﻿/*整体布局*/

#cnzz_stat_icon_1272856270 {
    display: none;
}

html {
    background: url(../img/bg.jpg) no-repeat top center;
}

body {
    background: url(../img/bot.jpg) no-repeat bottom center;
}

.containers {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    /*min-height:100vh;*/
    /*padding-bottom:220px; */
    box-sizing: border-box;
}


/*头部*/

.top1 .logo {
    margin-left: 20px;
    margin-top: 50px;
}

.top1 ul {
    margin-top: 35px;
}

.top1 ul {
    width: 100%;
    height: 55px;
    border-bottom: #eeeeee 3px solid;
}

.top1 ul li {
    float: left;
    border: none;
    margin-right: 45px;
}

.top1 ul li:last-child {
    margin-right: 0px;
}

.top1 ul li:first-child {
    background: url(../img/nav.gif);
}

.top1 ul li .home {
    color: #fefefe;
}

.top1 ul li a {
    display: block;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #3378af;
    font-family: "Noto Sans SC";
    font-weight: 100;
    font-weight: bold;
    font-size: 28px;
    padding-left: 56px;
    padding-right: 20px;
}

.top1 ul li:hover {
    background: url(../img/nav.gif);
}

.top1 ul li:hover a {
    color: #fefefe;
}

.top1 ul li:nth-child(3) .nav_icon_blue {
    margin-left: 15px;
}

.top1 ul li:nth-child(3) .nav_icon_white {
    margin-left: 15px;
}

.top1 ul li:nth-child(3) a {
    padding-right: 13px;
}

.top1 ul li:nth-child(3):hover {
    background: url(../img/navxxgk.png) no-repeat;
}

.nav_icon_blue {
    float: left;
    width: 34px;
    height: 37px;
    margin-top: 13px;
    margin-left: 20px;
}

.nav_icon_white {
    float: left;
    width: 35px;
    height: 37px;
    margin-top: 13px;
    margin-left: 20px;
    display: none;
}

.top1 ul li:hover .nav_icon_blue {
    display: none;
}

.top1 ul li:hover .nav_icon_white {
    display: block;
}


/*时间和搜索*/

.timeSearch {
    width: 100%;
    margin-top: 27px;
    height: 24px;
    line-height: 24px;
    background: #f8f8f8;
    color: #7a8894;
}

.search2 {
    float: right;
    height: 28px;
    margin-top: -3px;
    margin-right: 26px;
}

.search2 .button {
    background: url(../img/search.png) no-repeat;
    height: 29px;
    width: 63px;
    cursor: pointer;
    margin-bottom: -6px;
    border: none;
}

.search2 .text {
    height: 27px;
    border: 1px solid #015293;
    width: 336px;
    border-right: none;
    line-height: 21px;
    border-radius: 14px 0 0 14px;
}


/*网站地图*/

.map_border {
    margin: 20px;
}

.it-content {
    margin: 10px 0;
    text-align: left;
}

.it-title strong {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #eaeaea;
    text-indent: 20px;
    text-align: left;
}

.it-content a {
    text-decoration: none;
    line-height: 25px;
    font-size: 14px;
    padding: 15px 10px;
    color: #666;
}

.it-content a:hover {
    color: #004E9F;
}

#con {
    width: 1200px;
    background: #FAFAFA;
    padding: 10px;
    margin: 0 auto;
}

#da #con {
    width: 944px;
    background: #ffffff;
}

.clear {
    clear: both;
}