﻿
body, div, span, ul, li, header, h2, p, h4 {
    margin: 0;
    padding: 0;
}

#bg {
    background: url("../img/bgheader.jpg") repeat-x;
}

#container {
    width: 1000px;
    margin: 0 auto;
}


#HeaderTitle {
    height: 30px;
    background: #23965d;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    margin: 0 auto;
}

    #HeaderTitle .Contentleft {
        width: 150px;
        float: left;
        padding: 0 10px;

    }

    #HeaderTitle .Contentright {
        float: right;
    }

    #HeaderTitle span {
        margin: 0 5px;float: left;
    }

    #HeaderTitle img {
        width: 40px;
        height: 19px;
        float: right;
        margin: 5px;
    }



header {
    height: 100px;
}

    header .leftimg {
        width: 600px;
        height: 67px;
        background: url("../img/title.jpg") no-repeat left;
        float: left;
        margin-top: 20px;
    }

    header .rightimg {
        width: 270px;
        float: right;
        height: 100px;
    }

        header .rightimg .share {
            margin-top: 45px;
            float: right;
        }

.search {
    position: relative;
}

.searchButton {
    width: 19px;
    height: 17px;
    border: none;
    background: url("../img/search.gif") no-repeat center center;
    position: absolute;
    right: 2px;
    bottom: -90px;
}

header .rightimg input {
    margin-top: 10px;
    float: right;
}

/*导航*/
#nav {
    height: 30px;
    background: #31302f;
}

    #nav li:hover, #nav li:hover a {
        background-color: white;
        color: #009057;
    }

    #nav a {
        color: white;
        text-decoration: none;
        margin: 0 16px;
    }

    #nav > ul, #nav li {
        height: 30px;
        float: left;
        list-style: none;
        line-height: 30px;
        cursor: pointer;
        font-size: 15px;
    }

    #nav .second {
        display: none;
    }

    #nav li:hover .second {
        display: block;
        position: absolute;
    }

        #nav li:hover .second a {
            color: black;
        }

        #nav li:hover .second li {
            float: none;
            background-color: white;
            padding: 1px 0;
        }

        #nav li:hover .second span {
            display: block;
            margin: 0 5px;
            border-bottom: 1px solid #e3e3e3;
        }

            #nav li:hover .second span:hover, #nav li:hover .second span:hover a {
                background-color: #009057;
                color: white;
            }

        #nav li:hover .second .secondLast {
            height: 15px;
        }

/*导航结束*/

#content {
    background: #fff;
    border: solid 2px #e5e5e5;
    border-bottom: none;
    border-top: none;
}

    #content .contentimg {
        height: 240px;
        background-position: center bottom;
        padding-top: 0px;
        background-image: url('../img/content.jpg');
        background-repeat: no-repeat;
    }
/*面包屑*/
.breadcrumb {
    font-size: 12px;
    color: #898989;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.breadcrumbImg {
    background-image: url('../img/notice_img.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 22px;
    height: 13px;
    display: inline-block;
}

.active {
    color: #009057;
}
/*面包屑End*/

/*附件下载按钮*/
.attachment {
    background: url("../img/download_Button.jpg") no-repeat;
    width: 144px;
    color: white;
    display: block;
    margin: 5px;
    text-align: center;
    line-height: 22px;
    text-indent: 0;
}

#content .login_Prompt {
    background-position: left bottom;
    height: 45px;
    width: 955px;
    margin: auto;
    background-image: url('../img/login_06.jpg');
    background-repeat: no-repeat;
    cursor: pointer;
}

/*登陆*/
#content .reg_con {
    margin-top: 30px;
    width: 850px;
    height: 330px;
    margin: auto;
}

    #content .reg_con .reg {
        width: 424px;
        height: 330px;
        float: left;
        text-align: center;
    }

        #content .reg_con .reg h4 {
            margin-top: 40px;
        }

        #content .reg_con .reg .reg_con {
            width: 300px;
            height: 180px;
            border-radius: 15px;
            border: solid 1px #e1dbdb;
        }

            #content .reg_con .reg .reg_con .pass {
                margin-top: 10px;
            }

            #content .reg_con .reg .reg_con .input_box {
                width: 260px;
                margin-top: 30px;
                text-align:left;
                margin-left:20px;
            }
                #content .reg_con .reg .reg_con .input_box .pass {
                    width:280px;
                    padding-right:20px;
                }
            #content .reg_con .reg .reg_con .check {
                font-size: 15px;
                margin-top: 10px;
                margin-right:40px;
            }

            #content .reg_con .reg .reg_con .xian {
                border-bottom: solid 1px #ededed;
                margin-top: 20px;
            }

            #content .reg_con .reg .reg_con .button {
                margin-top: 10px;
                cursor: pointer;
            }

    #content .reg_con .reg_img {
        width: 425px;
        float: right;
        height: 330px;
        text-align: center;
    }

        #content .reg_con .reg_img h4 {
            margin-top: 40px;
        }

        #content .reg_con .reg_img .reg_cen {
            width: 370px;
            height: 175px;
            margin: auto;
        }

            #content .reg_con .reg_img .reg_cen .regimg {
                background-position: left bottom;
                width: 155px;
                height: 175px;
                float: left;
                background-image: url('../img/login.jpg');
                background-repeat: no-repeat;
            }

            #content .reg_con .reg_img .reg_cen .regfong {
                width:200px;
                float:right;
                font-size:12px;
                color:#777777;
                text-align:left;
                padding-top:30px;
                line-height:25px;
            }

















/*footer*/
#footer {
    background: url("../img/bgFooter.jpg") repeat-x;
    background-color: #464646;
}

    #footer a {
        color: white;
        text-decoration: none;
    }

#footerContainer {
    width: 1000px;
    margin: 0 auto;
    font-size: 13px;
    color: white;
}

.footerNavTitle {
    font-size: 16px;
}

#footerNav {
    padding-top: 20px;
    height: 270px;
}

    #footerNav table {
        width: 100%;
    }

        #footerNav table tr {
            vertical-align: top;
        }

    #footerNav li {
        margin: 8px 0;
    }

.aboutUs {
    width: 14%;
}

.resource {
    width: 18%;
}

.publication {
    width: 26%;
}

.international {
    width: 26%;
}

.links {
    width: 16%;
}

.footer_records {
    text-align: right;
}
/*footer end*/

.clear {
    clear: both;
}
