body {
    margin: 0px;
    padding: 0px;
    font-family: 'Microsoft YaHei'
}


.top {
    height: 100px;
    width: 100%;
    background-color: #FFFFFF
}

 .top .topinfo {
        margin: auto;
        width: 970px;
        height: 100px;
        background: url(../img/2/top_info.png) no-repeat center top;
}

.top .toptoolbar{
	width: 300px;
	height: 30px;
	float: right;
	margin-top: 17px;
	text-align: right;
	font-size: 12px;
	color: #0F68C9;
	/*font-weight: bold;*/
}
.top .toptoolbar span{
	cursor:pointer;
}

.top .toptoolbar span a{
		color: #31689b;
	text-decoration:none;
}


#topsearch{
	margin-left: 720px;
	margin-top: 20px;
	width: 180px;
	border: 0px;
	outline:none;
	color: #333;
}
#topsearch:focus{
	outline:none;
	border: 0px;
}


.mainmenu {
    height: 48px;
    width: 100%;
    margin: auto;
    background-color: #1f4e83;
    margin-top: -16px;
}

#nav {
    width: 1050px;
    height: 48px;
    margin: auto;
}

    #nav ul {
        width: 1050px;
        list-style: none;
        position: relative;
        margin-left: -40px;
    }

        #nav ul li {
            float: left;
            line-height: 48px;
            width: 130px;
            text-align: center;
            position: relative;
        }

            #nav ul li a {
                text-decoration: none;
                color: #fff;
                display: block;
                padding: 0px 0px;
                font-size: 18px;
                font-family: "Microsoft YaHei", "SimSun", "SimHei", "STSong", "STFangsong", "SimHei","Hiragino Sans GB";
                font-weight: 100;
            }

                #nav ul li a:hover {
                    color: #1f4e83;
                    background: #eeeeee;
                    font-weight: 600;
                }

            #nav ul li ul {
                margin-left: -40px;
                position: absolute;
                display: none;
                width: 100%;
                z-index: 9999;
            }

                #nav ul li ul li {
                    float: none;
                    background-color: #fff;
                    line-height: 48px;
                    text-align: center;
                    width: 100%;
                    font-weight: 500;
                    font-size: 16px;
                    color: #666666;
                    border-left: 1px solid #1f4e83;
                    border-right: 1px solid #1f4e83;
                    border-bottom: 1px solid #D7D7D7;
                }

                    #nav ul li ul li:last-child {
                        border-bottom: 1px solid #1f4e83;
                    }

                    #nav ul li ul li a {
                        width: 100%;
                        font-weight: 500;
                        font-size: 16px;
                        color: #666666;
                    }

                        #nav ul li ul li a:hover {
                            background-color: #eeeeee;
                            color: #1f4e83;
                            width: 100%;
                        }

            #nav ul li:hover ul {
                display: block;
                width: 100%;
            }


.rootpath{
	line-height: 47px;
	width:970px; height:47px;margin: auto;
	border-bottom: 1px solid #C8C8C8;
}


.rootpath div{
	font-size: 14px;
	color: #31689b;
	font-weight: bold;
	margin-top: -4px;	
	float: left;
	padding-top: 13px;
	margin-left: 5px;
}
.rootpath span{
	
}

.iocn{
	float: left;
	width: 16px;
	height: 40px;
	
}
.firstsplit{
	height: 30px;
	width: 100%;
}


.container{
	margin: auto;
	width: 970px;

}

.secondsplit{
	height: 65px;
	width: 100%;
}



.foot {
    width: 100%;
    height: 149px;
    margin: auto;
    background-color: #eeeeee;
    border-top: 1px solid #cccccc;
    margin-top: 8px;
}


    .foot .linklist {
        text-align: center;
        color: #444444;
        width: 500px;
        margin: auto;
        padding-top: 42px;
        font-size: 13px;
        font-weight: bold;
        opacity: 0.85;
    }

        .foot .linklist a {
            color: #444444;
            text-decoration: none
        }
            /* 链接默认为红色 */
            .foot .linklist a:hover {
                color: #000;
                text-decoration: none
            }
            /* 鼠标悬停黑色 */
            .foot .linklist a:visited {
                color: #000;
                text-decoration: none
            }
    /* 鼠标悬停黑色 */
    .foot .icp {
        text-align: center;
        color: #444444;
        width: 900px;
        margin: auto;
        padding-top: 30px;
        font-size: 12px;
        opacity: 0.7;
    }

/************分页控件*******上为1px，右为2px，下为3px，左为4px*******/
.pages {
    text-align: center;
    margin: auto;
}

    .pages td {
        text-align: right;
    }

.paginator {
    padding: 5px 0px 0px 0;
    margin: 0px;
    text-align: center;
    margin: auto;
    font-size: 16px;
}

    .paginator a {
        color: #666;
        padding: 1px 6px;
        border: solid 0px #ddd;
        background: #f1f1f1 text-decoration: none;
        margin-right: 2px
    }

        .paginator a:visited {
            color: #666;
            padding: 1px 6px;
            border: solid 0px #ddd;
            background: #f1f1f1;
            text-decoration: none;
        }

    .paginator .cpb {
        color: #0058B3;
        padding: 1px 6px;
        font-weight: bold;
        font-size: 16px;
        border: none
    }

    .paginator a:hover {
        color: #fff;
        background: #99bbe8;
        border-color: #ffa501;
        text-decoration: none;
    }
