/*头部LOGO*/
#top {
    margin: 0 auto;
    width: 1160px;
    height: 120px;
}

.logo-l {
    width: 530px;
    padding-top: 25px;
    float: left;
}

.logo-r {
    width: 630px;
    padding-top: 42px;
    float: left;
    position: relative;
}

.search {
    margin-left: 35px;
    width: 300px;
    height: 35px;
    float: left;
}

.s-box {
    float: left;
}

    .s-box input {
        padding-left: 5px;
        height: 33px;
        width: 170px;
        border: 1px solid #959595;
    }

.s-so {
    float: left;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 120px;
    background-color: #0087cf;
    border-radius: 0px 5px 5px 0px;
    position: relative;
    vertical-align: middle;
    cursor:pointer;
}

    .s-so img {
        margin: 2px 8px 0px 20px;
    }

    .s-so span {
        position: absolute;
        color: #fff;
    }
.hr {
    margin-left: 5px;
    width: 80px;
    float: left;    
}
.email {
    margin-left: 5px;
    float: left;    
    right: 0px;
}


#nav_email {
    list-style-type: none;
    z-index: 999999999;
    position: relative;
    font-size: 14px;
    border: 1px #ccc solid;
    overflow: hidden;
    background-color: #fff;
    width: 270px;
    display: none;
}

    #nav_email li {
        float: left;
        width: 270px;
    }

    #nav_email a {
        display: block;
        text-align: left;
        color: #666;
        padding: 4px;
    }

        #nav_email a:link {
            color: #666;
            text-decoration: none;
        }

        #nav_email a:visited {
            color: #666;
            text-decoration: none;
        }

        #nav_email a:hover {
            color: #FFF;
            text-decoration: none;
            background-color: #0087cf;
        }

/*头部导航*/

#channel {
    margin: 0 auto;
    width: 1200px;
    height: 45px;
    background-color: #0087cf;
    position: relative;
    z-index: 9999999;
}

#nav {
    line-height: 45px;
    list-style-type: none;
    background: #0087cf;
    z-index: 999;
    position: relative;
    font-size: 16px;
}

    #nav a {
        display: block;
        width: 124px;
        text-align: center;
        color: #fff;
    }

        #nav a:link {
            color: #fff;
            text-decoration: none;
        }

        #nav a:visited {
            color: #fff;
            text-decoration: none;
        }

        #nav a:hover {
            color: #FFF;
            text-decoration: none;
        }

    #nav li {
        float: left;
        width: 114px;
        background: #0087cf;
        border-right: 0px #fff solid;
    }

        #nav li a:hover {
            background: #0079b9;
        }

        #nav li ul {
            line-height: 40px;
            list-style-type: none;
            width: 113px;
            position: absolute;
            display: none;
            padding: 0px;
            border: 1px solid #0994de;
            border-top: 0px;
            background: #fff;
        }

            #nav li ul li {
                width: 112px;
                background: #F6F6F6;
            }

            #nav li ul a {
                display: block;
                width: 113px;
                text-align: center;
                font-size: 14px;
            }

                #nav li ul a:link {
                    color: #000;
                    text-decoration: none;
                }

                #nav li ul a:visited {
                    color: #000;
                    text-decoration: none;
                }

                #nav li ul a:hover {
                    color: #F3F3F3;
                    text-decoration: none;
                    font-weight: normal;
                }


.nav-box-shadowaaaaaaa {
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 0px 20px rgba(0,0,0,0.1) inset;
}

    .nav-box-shadow::before,
    .nav-box-shadow::after {
        content: "";
        position: absolute;
        z-index: -1;
    }



.SearchPageList {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
    color: #666;
}

.SearchPageList {
    text-align: center;
}

.Pages {
    height: 30px;
    line-height: 30px;
}

    .Pages a {
        cursor: pointer;
    }

#TopPage, #LastPage, #NextPage, #BottomPage {
    padding: 0 7px;
    font-size: 14px;
}

.PageNo_Selected {
    background-color: #FFF2EC;
    border: 1px solid #e60012;
    color: #e60012;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    margin-right: 5px;
    padding: 0 7px;
}

.PageNo_noSelect {
    background-color: #F3F4F6;
    border: 1px solid #C4C7D1;
    color: #313131;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    padding: 0 7px;
    margin-right: 5px;
}


#footer {
    overflow: hidden;
    height: 220px;
    background-color: #444242;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    width:1160px;
    margin:0 auto;
}

    #footer a:link, #footer a:visited {
        color: #fff;
        text-decoration: none;
    }

.footer_lef {
    width: 440px;
    margin: 20px 0px 0px 20px;
    float: left;
}

.footer_lone {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

    .footer_lone ul {
        float: left;
        height: 30px;
    }

    .footer_lone li {
        text-align: left;
        padding: 0px 10px;
        float: left;
        border-right: 1px solid #fff;
    }

.footer_ltwo {
    width: 100%;
    float: left;
}

    .footer_ltwo p {
        margin: 20px 0px;
    }

.footer_cen {
    margin: 20px 0px 0px 10px;
    float: left;
}

.footer_rig {
    width: 490px;
    float: right;
    text-align: right;
    margin: 20px 20px 0px 0px;
}

    .footer_rig p {
        margin: 10px 0px;
    }

