﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    font-family: "微软雅黑", "宋体", Arial;
}

img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}


.clear {
    clear: both;
}

.w840 {
    width: 840px;
}

.pt100 {
    padding-top: 100px;
}

.pl100 {
    padding-left: 100px;
}

.mt100 {
    margin-top: 100px;
}

.ml100 {
    margin-left: 100px;
}




.head {
    background-image: url(../images/top-bg.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 110px;
    width: 100%;
    margin-bottom: 1px;
}

.top {
    height: 60px;
    margin: 0px;
    padding: 0px;
}

.logo {
    float: left;
    height: 60px;
    width: 570px;
}

.right-nav {
    float: right;
    width: 500px;
    padding-top: 10px;
    height: 50px;
    line-height: 50px;
}

    .right-nav ul li {
        float: right;
        padding-right: 15px;
        padding-left: 15px;
    }

        .right-nav ul li a {
            color: #FFF;
            display: block;
            font-size: 14px;
        }

.line {
    background-image: url(../images/line_01.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.fr {
    float: right;
}

.topbar {
    height: 28px;
    line-height: 28px;
    padding: 0px 25px;
    font-size: 13px;
    color: #009;
    text-align: right;
}

.toolbar {
    line-height: 22px;
}

.mainbuttonbg {
    height: 22px;
    vertical-align: middle;
    text-align: center;
    vertical-align: middle;
    position: relative;
    float: left;
    padding: 0;
    width: 159px;
    left: 0px;
}

    .mainbuttonbg .content {
        line-height: 22px;
    }

    .mainbuttonbg .b1, .b8 {
        background: #66cfdd;
    }

    .mainbuttonbg .b2, .b3, .b4, .b5, .b6, .b7 {
        margin: 0 0 0 0;
        border-color: #66cfdd;
        background: #66cfdd;
    }

.mainbutton:visited {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.mainbutton:link {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.mainbuttonclose {
    display: inline;
    height: 22px;
    line-height: 22px;
}

.wrap {
    margin: 0px;
    padding: 0px;
}

.nav-left {
    width: 159px;
    height: 620px;
    background-image: url(../images/left_nav_bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    padding-top: 50px;
    float: left;
}

.nav-one {
    background-image: url(../images/nav-left-bg_01.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 15px;
}

.nav-two {
    background-image: url(../images/nav-left-bg_02.png);
    background-repeat: repeat-y;
    background-position: left top;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 22px;
}

.nav-three {
    background-image: url(../images/nav-left-bg_03.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 15px;
}

.nav-two ul li {
    background-image: url(../images/left_nav_bg_04.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 35px;
    line-height: 35px;
    width: 137px;
    font-size: 16px;
}

    .nav-two ul li a {
        color: #1E74A5;
        display: block;
        padding-left: 20px;
    }

    .nav-two ul li .on {
        color: #ff6600;
    }

.main {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #e0f2fc;
}

.main ul li {
        position:relative;
    }
    .main ul li a {
        display:block;
        color: #4B80BF;
        font-size: 16px;
        
    }
    .main ul li a img{
        position:absolute;
        top:0px;
        left:0px;
        width:140px;
        height:140px;
    }
    .main ul li span{
        position:absolute;
        top:140px;
        left:0px;
        width:140px;
        height:28px;
        text-align: center;
    }

/*以下list-（数字），数字代表图标的个数，该内容块的的图标数为多少，就选用对应的类，其中，5个和6个图标共用类list-6,7-9共用list-9，其它按数字对应*/
.list-1 img , .list-2 img , .list-3 img , .list-6 img {width:140px;height:140px;}
.list-1 {
    margin-right: auto;
    margin-left: auto;
    width: 140px;
    padding-top: 150px;
}

    .list-1 ul li {
        height: 140px;
    }

.list-2 {
    margin-right: auto;
    margin-left: auto;
    width: 360px;
    padding-top: 150px;
}

    .list-2 ul li {
        float: left;
        height: 170px;
        padding-right: 20px;
        padding-left: 20px;
        width: 140px;
    }

.list-3 {
    margin-right: auto;
    margin-left: auto;
    width: 540px;
    padding-top: 150px;
}

    .list-3 ul li {
        float: left;
        height: 170px;
        padding-right: 20px;
        padding-left: 20px;
        width: 140px;
    }

.list-6 {
    margin-right: auto;
    margin-left: auto;
    width: 540px;
    padding-top: 100px;
}

    .list-6 ul li {
        float: left;
        padding: 20px;
        height:170px;
        width: 140px;
        text-align: center;
    }
    

.main-right {
    width: 150px;
    float: right;
    height: 670px;
    background-image: url(../images/right_bg_03.png);
    background-repeat: repeat-x;
    background-position: left top;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #205984;
    z-index: 300;
    padding-left: 9px;
}

.user {
    padding-top: 50px;
    color: #E0F2FC;
    font-family: "微软雅黑", "宋体", Arial;
}

    .user h3 {
        margin: 0px;
        padding: 0px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .user p {
        padding: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

        .user p input {
            background-image: url(../images/bt_01.png);
            height: 27px;
            width: 43px;
            background-repeat: no-repeat;
            margin: 2px;
            color: #FFF;
            font-size: 14px;
            background-position: left top;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
        }
