body
{
    margin: 0;
    background-color: #f2f2f2;
}

img
{
    border: none;
}

a:link
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    text-decoration: none;
}

.top-line .top
{
    width: 100%;
    height: 30px;
    background-color: #004684;
}
.top-line .bottom
{
    width: 100%;
    height: 40px;
    background-color: #5981a5;
}

.logo
{
    height: 80px;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: #f2f2f2;
}
.logo .left
{
    float: left;
}
.logo .left img
{
    margin-top: 5px;
    margin-left: 5px;
}
.logo .right
{
    float: right;
    font-weight: bold;
    color: #5d5b5c;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    margin-top: 5px;
}
.logo .right a
{
    margin-right: 20px;
}
.logo a
{
    color: #5d5b5c;
}

.menu
{
    height: 45px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
}
.menu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.menu ul li
{
    display: inline-block;
}
.menu ul li a
{
    display: block;
    background-color: #004684;
    border: 1px solid gainsboro;
    border-top: none;
    border-bottom: none;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    font-family: "Microsoft Yahei";
    line-height: 16px;
    width: 112px;
    height: 35px;
    text-decoration: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.menu ul li a.active
{
    color: #E1E100;
    text-shadow: 3px 3px 10px black;
}
.menu ul a:hover
{
    background-color: #003575;
    color: #E1E100;
    text-shadow: 3px 3px 10px black;
}
.menu ul li a span
{
    font-size: 12px;
}
.menu .hover-1 .active-1
{
    color: #E1E100;
    text-shadow: 3px 3px 10px black;
}
.menu .hover-2 .active-2
{
    color: #E1E100;
    text-shadow: 3px 3px 10px black;
}
.menu .hover-3 .active-3
{
    color: #E1E100;
    text-shadow: 3px 3px 10px black;
}
.menu .hover-4 .active-4
{
    color: #E1E100;
    text-shadow: 3px 3px 10px black;
}
.menu .hover-5 .active-5
{
    color: #E1E100;
    text-shadow: 3px 3px 10px black;
}
.menu .hover-6 .active-6
{
    color: #E1E100;
    text-shadow: 3px 3px 10px black;
}
.menu .hover-7 .active-7
{
    color: #E1E100;
    text-shadow: 3px 3px 10px black;
}
.menu .hover-8 .active-8
{
    color: #E1E100;
    text-shadow: 3px 3px 10px black;
}
.menu-2 ul
{
    position: absolute;
    display: none;
    width: auto;
    height: auto;
    border-top: 1px solid gainsboro;
}
.menu-2 ul li
{
    display: block;
}
.menu-2 ul li a
{
    border: 1px solid gainsboro;
    border-top: none;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.pic
{
    height: 270px;
    margin-top: 2px;
}

.bottom
{
    height: 100px;
    background-color: white;
}
.bottom .bottom-text
{
    background-color: #004684;
    height: 100px;
}

.qq
{
    position: fixed;
    right: 56px;
    top: 200px;
    z-index: 100;
    width: 110px;
    height: 272px;
}

.bottom-line
{
    width: 100%;
    height: 30px;
    background-color: #004684;
}

.body
{
    overflow: auto;
    min-height: 793px;
    padding-bottom: 4px;
    background-color: white;
}
.body .left
{
    float: left;
    width: 249px;
    margin-left: 3px;
    margin-right: 3px;
}
.body .right
{
    float: right;
    width: 709px;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 5px;
}

.frame-1
{
    margin-bottom: 5px;
}
.frame-1 .frame-1-title
{
    background: url(../img/title.jpg) no-repeat left top;
    padding: 6px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid gainsboro;
}
.frame-1 .frame-1-title span
{
    margin-left: 5px;
}
.frame-1 .frame-1-body
{
    border: 1px solid gainsboro;
    margin-top: -1px;
    background-color: #fafafa;
    font-size: 13px;
}

.frame-1 .frame-1-body ul
{
    list-style-image: url("../img/icon.png");
    border-bottom: 1px dotted #9d9d9d;
    margin: 8px 0 0 0;
    padding-left: 20px;
    list-style-position: inside;

}
.frame-1 .frame-1-body ul li
{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.frame-1 .frame-1-body ul a
{
    margin-left: 20px;
}
.frame-1 .frame-1-body .frame-1-last
{
    border-bottom: none;
}

.frame-1 .frame-1-body a
{
    color: black;
}
.frame-1 .frame-1-body a:hover
{
    color: #0066FF;
}

.frame-1 .frame-1-body .style2
{
    padding: 0;
    list-style: none;
    margin: 0;
    line-height: 24px;
    font-size: 13px;
    font-weight: bold;
}
.frame-1 .frame-1-body .style2 li
{
    border-bottom: 1px dotted #9d9d9d;
}
.frame-1 .frame-1-body .style2 .last
{
    border: none;
}
.frame-1 .frame-1-body .style2 .active a
{
    color: #0066FF;
}
.frame-1 .frame-1-contact
{
    border: 1px solid gainsboro;
    margin-top: -1px;
    background-color: #fafafa;
    padding: 0 10px;
}
.frame-1 .frame-1-contact ul
{
    list-style: none;
    padding: 0;
    border: none;
    margin: 5px;
    color: #5d5b5c;
}
.frame-1 .frame-1-contact ul li
{
    margin-bottom: 4px;
}

.frame-2
{
    overflow: auto;
    margin-bottom: 20px;
}
.frame-2 .frame-2-title
{
    /*height: 38px;*/
}
.frame-2 .frame-2-title .title-left
{
    height: 24px;
    float: left;
}
.frame-2 .frame-2-title .title-left img
{
    margin-bottom: 5px;
}
.frame-2 .frame-2-title .title-right
{
    height: 24px;
    float: right;
}
.frame-2 .frame-2-title .title-right img
{
    margin: 8px;
}
.frame-2-title h1, h2, h3, h4
{
    margin: 0;
    padding: 5px;
    margin-left: 10px;
    font-family: "Microsoft Yahei";
    font-size: 18px;
    font-weight:bold;
}
.frame-2 .frame-2-body p
{
    font-size: 13px;
    text-indent: 2em;
    /*padding: 5px;*/
    margin: 0;
    line-height: 22px;
    font-family: "ËÎÌå" , arial;
    color: #5d5b5c;
}

.frame-2 .frame-2-body ul
{
    list-style-image: url('../img/icon.png');
    border-bottom: 1px dotted #9d9d9d;
    margin: 10px;
    padding-left: 5px;
    font-size: 13px;
    list-style-position: inside;
}
.frame-2 .frame-2-body ul li
{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.frame-2 .frame-2-body ul a
{
    color: #5d5b5c;
}
.frame-2 .frame-2-body ul a:hover
{
    color: #0066FF;
}

.frame-2 .frame-2-img
{
    float: left;
    margin: 10px 9px;
    height: 170px;
}

.frame-3
{
    min-height: 500px;
    overflow:auto;
}
.frame-3-img
{
    float: left;
    margin: 10px 25px;
}
.frame-3-title
{
    margin-top: 5px;
    font-size: 13px;
    color: #5d5b5c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
}
.frame-3-page
{
    text-align: right;
    margin: 10px;
}
.frame-3-pagefix
{
    margin-top:470px;
}
.frame-3-page a
{
    margin-right: 1px;
    padding: 4px 6px;
    color: #5d5b5c;
    text-decoration: none;
}
.frame-3-page a:hover
{
    background-color: #2577c1;
    color: white;
}
.frame-3-page .active
{
    background-color: #2577c1;
    color: white;
}
.frame-3-table
{
    margin: 10px;
    min-height: 470px;
    border-bottom: 1px solid gainsboro;
}
.frame-3-table table
{
    border-collapse: collapse;
    width: 100%;
    table-layout:fixed;
}
.frame-3-table table thead th
{
    border-bottom: 1px dotted gainsboro;
    padding: 10px;
    color: #004684;
    text-align: center;
}
.frame-3-table table tbody tr td
{
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
}


.frame-4
{
}
.frame-4 ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.frame-4 ul li
{
    color: black;
    padding: 8px 20px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}
.frame-4 ul .active
{
    color: white;
    background-color: #004684;
}
.frame-4 ul li:hover
{
    color: white;
    background-color: #004684;
}
.frame-4 ul a
{
    text-decoration: none;
}

.frame-5
{
    margin: 10px;
}
.frame-5 ul
{
    list-style-type: square;
}
.frame-5 ul li
{
    font-size: 13px;
    padding: 5px;
    margin: 0;
    line-height: 22px;
    font-family: "ËÎÌå" , arial;
    color: #5d5b5c;
}


.texts
{
    min-height: 662px;
    margin: 15px;
}
.texts ul
{
    padding-right: 15px;
    margin-top: 10px;
}
.texts ul li
{
    text-align: left;
    margin-bottom: 10px;
}
.texts ul li a
{
    color: black;
    text-decoration: none;
    font-family: 'microsoft yahei';
}
.texts ul li a:hover
{
    color: #0066FF;
}
.texts ul li span
{
    float: right;
}


.text-center
{
    text-align: center;
}
.bordered
{
    border: 1px solid gainsboro;
}
.border-radius
{
    border-radius: 6px;
}
