﻿@charset "utf-8";

/* CSS Document */


/*总体样式*/

* {
    font-family: "宋体", "微软雅黑", "黑体";
    padding: 0;
    margin: 0;
}

body {
    color: #333333;
    font-size: 12px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #727272;
}

img {
    border: none;
}

dl,
dt,
dd,
p,
h3 {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

a:hover {
    color: #ff0000;
}

.more {
    display: block;
    width: 60px;
    height: 100%;
    line-height: 300%;
    text-align: center;
    float: right;
    color: #2D82C3;
    font-size: 10px;
}


/* 网站头部公用样式 */

#head {
    margin: 17px auto 0;
    width: 1002px;
    height: 106px;
    background: url(../images/head.jpg) center 0 no-repeat;
}

.top_link {
    float: right;
    margin-top: 10px;
}

.top_link a {
    padding: 0 8px;
}

#en {
    padding-left: 26px;
    background: url(../images/en.jpg) 0 center no-repeat;
}

#nav {
    margin: 0 auto;
    width: 896px;
    height: 43px;
    padding: 0 53px;
    background: url(../images/nav_bg.jpg) no-repeat;
    overflow: hidden;
}

#nav li {
    float: left;
    background: url(../images/nav_line.jpg) right center no-repeat;
}

#nav li#last {
    background: none;
}

#nav li a {
    display: block;
    width: 112px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-family: 微软雅黑;
}

#nav li a:hover {
    color: #ffff00;
}

#banner {
    margin: 0 auto;
    width: 1002px;
    height: 257px;
    background-color: #005caf;
}

#center {
    margin: 0 auto;
    width: 1000px;
    margin-top: 10px;
}

#side_left {
    float: left;
    width: 216px;
}

#honor {
    width: 216px;
    height: 275px;
}

#honor dt {
    height: 31px;
    background: url(../images/honor_title.jpg) no-repeat;
}

#honor dt span,
#proclass dt span,
#about dt span,
#news dt span,
#pro_slide dt span {
    display: block;
    width: 20px;
    text-indent: -9999px;
}

#honor dd {
    width: 150px;
    height: 240px;
    padding: 4px 28px 0;
}

#proclass {
    margin-top: 10px;
    width: 216px;
    height: 265px;
}

#proclass dt {
    height: 33px;
    background: url(../images/proclass_title.jpg) no-repeat;
}

#proclass dd {
    height: 222px;
    padding: 3px 10px 0;
}

#proclass dd p {
    height: 26px;
    line-height: 26px;
    padding-left: 34px;
    background: url(../images/dot.jpg) 18px 0 no-repeat;
}

#contact {
    /*margin-top:10px;*/
    display: block;
    width: 216px;
    height: 67px;
    background: url(../images/contact.jpg) no-repeat;
}


/* 网站底部公用样式 */

#footer {
    margin: 18px auto 0;
    width: 1002px;
    height: 77px;
    padding-top: 24px;
    text-align: center;
    line-height: 22px;
    color: #084EA3;
    background: url(../images/footer.jpg) repeat-x;
}


/* 网站公用样式 */

.rightContent {
    width: 766px;
    float: right;
}

.rightContent dt {
    height: 35px;
    line-height: 39px;
    padding-left: 29px;
    color: #ffffff;
    font-family: 微软雅黑;
    overflow: hidden;
    background: url(../images/sub_title.jpg) no-repeat;
}

.rightContent dt span {
    display: block;
    width: 92px;
    height: 27px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

.pages {
    clear: both;
    line-height: 20px;
    float: right;
    margin: 26px 0 20px 20px;
}

.pages a, .pages span {
    position: relative;
    font-size: 16px;
    color: #555;
    border: #ddd 1px solid;
    padding: 2px 5px;
    margin-right: 2px;
    text-decoration: none;
}

.pages .on {
    background: #0171bd;
    border-color: #0171bd;
    color: #fff;
}

.preAndNext {
    margin: 20px 0px 10px;
    padding: 10px 0 0 5px;
    color: #666666;
    border-top: dotted 1px #ccc;
}

.preAndNext a {
    line-height: 24px;
}

.arcInfo {
    text-align: center;
    line-height: 16px;
    margin: 0 auto;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 100%;
    padding-bottom: 5px;
}

.title {
    /*width:100%;*/
    text-align: center;
    font-size: 14px;
    padding: 5px 10px;
}

/* 友情链接 */

.furl{
    width: 1000px;
    padding: 10px 0; 
    margin: 5px auto;
}

.furl a{
    color: #333; 
    float: left; 
    margin-left: 10px;
}