/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/*common.css*/
a:link {
    text-decoration: none;
}

body {
    background-color: #e7f1ff;
    font-family: "Î¢ÈíÑÅºÚ";
}

.wrap {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}

.banner-pic {
    width: 1180px;
    height: 230px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.left {
    width: 240px;
    height: auto;
    float: left;
}

.left-title {
    width: 240px;
    height: 80px;
    background: url(bg.jpg) no-repeat;
    line-height: 80px;
    text-align: center;
    color:white;
    font-size:22px;
}

.left-list {
    width: 240px;
    height: auto;
    background-color: #FFFFFF;
}

.left-list ul li {
    width: 240px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    border-top: 1px solid #CCCCCC;
}

.left-list ul li a {
    display: block;
    color: #4E4E4E;
}

.left-list ul li a:hover {
    background-color: #f0f0f0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    padding-left: 40px;
}

.right {
    width: 920px;
    min-height: 655px;
    float: right;
    background-color: #FFFFFF;
}

.right-title {
    width: 884px;
    height: 16px;
    background-color: #1579bf;
    color: #FFFFFF;
    font-size: 14px;
    padding: 12px 18px
}

.right-title span {
    float: right;
    color: #dff2ff;
    font-size: 12px;
    line-height: 16px;
}

.right-content {
    padding: 30px;
}

.right-content h1 {
    text-align: center;
    margin: 0 auto 30px;
}

.right-content img {
    width: 80%;
    display: block;
    margin: 0 auto 30px;
}

.right-content p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-indent: 2em;
}

.right-content ul {
    font-size: 14px;
}

.right-content ul li {
    list-style: disc;
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 20px;
}

.right-content ul li a {
    color: #666666;
    font-weight: 700;
}

.right-content ul li a:hover {
    color: #2F9E20;
}

.right-content ul span {
    float: right;
    color: #888888;
    font-size: 14px;
}

.right-content ul p {
    display: block;
    font-size: 13px;
    color: #888888;
    margin: 14px 0 20px;
    line-height: 20px;
    width: 860px;
    height: 40px;
    overflow: hidden;
    text-indent: 0;
}


/*header.css*/
.header {
    width: 100%;
    height: 150px;
    background-image: url(headerbg.jpg);
}

.header-top {
    width: 100%;
    height: 32px;
    background-color: #000000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.header-top span {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 32px;
}

.logo {
    width: 446px;
    height: 103px;
    background-image: url(logo.png);
    margin-top: 14px;
    float: left;
}

.nav {
    float: right;
    height: 136px;
}

.nav ul {
    height: 41px;
    margin-top: 47px;
}

.nav ul li {
    float: left;
}

.nav ul li a {
    display: block;
    width: 80px;
    height: 41px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 41px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.nav ul li a:hover {
    color: #333333;
    background-color: #FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

/*banner.css*/
.banner {
    width: 1180px;
    height: 400px;
    margin: 16px auto;
}

#container {
    width: 1180px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

#list {
    width: 8260px;
    height: 400px;
    position: absolute;
    z-index: 1;
}

#list img {
    float: left;
}

#buttons {
    position: absolute;
    height: 10px;
    width: 320px;
    z-index: 2;
    bottom: 20px;
    left: 440px;
    opacity: .7;
    filter: alpha(opacity:70);
}

#buttons span {
    cursor: pointer;
    float: left;
    width: 50px;
    height: 7px;
    background: #333;
    margin-right: 10px;
}

#buttons .on {
    background: white;
}

.arrow {
    cursor: pointer;
    display: none;
    font-size: 36px;
    width: 40px;
    height: 150px;
    position: absolute;
    z-index: 2;
    top: 120px;
}

#container:hover .arrow {
    display: block;
}

#prev {
    left: 0px;
    background-image: url(arrow-left.png);
}

#next {
    right: 0px;
    background-image: url(arrow-right.png);
}

/*content.css*/
.content {
    width: 1180px;
    height: 329px;
    margin: 16px auto 0;
}

.new {
    width: 382px;
    height: 329px;
    background-image: url(news.jpg);
    float: left;
}

.more a {
    display: block;
    color: #818181;
    font-size: 12px;
    text-align: right;
    margin-top: 33px;
    padding-right: 16px;
}

.more a:hover {
    color: #005697;
}
/*ÐÂÎÅÂÖ²¥*/
#hotpic {
    width: 350px;
    height: 254px;
    overflow: hidden;
    margin: 12px auto;
}

#NewsPic {
    position: relative;
    width: 350px;
    height: 216px;
    overflow: hidden;
}

#NewsPic img {
    width: 350px;
    height: 216px;
}

#NewsPic a {
    overflow: visible;
    border: 0;
    text-decoration: none;
}

#NewsPic .Picture {
    position: absolute;
    left: 0;
    top: 0;
}

#NewsPic .Nav {
    position: absolute;
    height: 16px;
    line-height: 16px;
    bottom: 0;
    right: 0;
}

#NewsPic .Nav span {
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    float: right;
    display: block;
    width: 24px;
    text-align: center;
    background: #000;
    border-left: solid 1px #FFF;
    cursor: pointer;
}

#NewsPic .Nav span.Normal {
    color: #FFF;
    background: #000;
    filter: Alpha(opacity=50);
    opacity: .5;
}

#NewsPic .Nav span.Cur {
    background: #ce0609;
    color: #FFF;
}

#NewsPicTxt {
    position: relative;
    width: 350px;
    height: 36px;
    background-color: #E9E9E9;
    text-align: center;
    line-height: 36px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
}

#NewsPicTxt a {
    font-size: 15px;
    color: #333333;
    text-decoration: none;
}

#NewsPicTxt a:hover {
    color: #005697;
}

.announcement {
    width: 382px;
    height: 329px;
    background-image: url(announcements.jpg);
    float: left;
    margin-left: 16px;
}

.notice-pic {
    width: 364px;
    height: 97px;
    margin: 12px 16px;
}

.notice-pic a {
    display: inline-block;
    margin-right: 11px;
    width: 106px;
    height: 97px;
}

.notice-text {
    width: 356px;
    margin: 20px 16px;
    font-size: 12px;
}

.notice-text ul li {
    margin-bottom: 16px;
    background: url(icon.png) no-repeat 0px 2px;
}

.notice-text ul li a {
    color: #777777;
    display: inline-block;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
}

.notice-text ul li span {
    float: right;
    display: inline-block;
}

.notice-text ul li a:hover {
    color: #0077d3;
}

.video {
    width: 382px;
    height: 329px;
    background-image: url(video.jpg);
    float: right;
}

.video1 {
    width: 350px;
    height: 253px;
    margin: 58px 16px;
}

/*footer.css*/
.footer {
    width: 100%;
    height: 60px;
    background-color: #005697;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    padding-top: 20px;
    margin-top: 20px;
}
