@charset "utf-8";

/* CSS Document 维护：CAORONG */


/* CSS Reset */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}


/* 设置默认字体 */

body,
button,
input,
select,
textarea {
    font: 12px/1 Tahoma, Arial, "Microsoft YaHei", sans-serif;
    color: #444;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4,
h5,
h6 {
    font-size: 100%;
}

small {
    font-size: 12px;
}


/* 重置列表元素 */

ul,
ol {
    list-style: none;
}

em {
    font-style: normal;
}


/* 重置文本格式元素 */

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

a:hover {
    text-decoration: underline;
    color: #1a67b2;
}

q:before,
q:after {
    content: '';
}


/* 重置表单元素 */

legend {
    color: #000;
}


/* for ie6 */

fieldset,
img {
    border: none;
}


/* img 搭车：让链接里的 img 无边框 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 使得表单元素在 ie 下能继承字体大小 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* 重置表格元素 */

hr {
    border: none;
    height: 1px;
}


/* 重置 hr */


/* CSS Reset End */

.clear {
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/* clearfix */

* html .clearfix {
    zoom: 1;
}


/* IE6 clearfix*/

*:first-child+html .clearfix {
    zoom: 1;
}


/* IE7 clearfix*/

.hidden {
    display: none;
}

.blank10,
.blank20,
.blank30 {
    overflow: hidden;
    line-height: 1px;
    font-size: 0;
    clear: both;
}

.blank10 {
    height: 10px;
}

.blank20 {
    height: 20px;
}

.blank30 {
    height: 30px;
}


/*Blank*/

.fl {
    float: left;
}

.fr {
    float: right;
}


/*float*/

.f_red {
    color: #F00;
}

.f_red2 {
    color: #D60000;
}

.f_orange {
    color: #F60;
}

.f_green {
    color: #0B0;
}

.f_blue {
    color: #1a67b2;
}

.f_grey {
    color: #666;
}


/*font color*/

.wrap {
    width: 1080px;
    margin: 0 auto;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}


/*框架*/

#topbar {
    padding: 5px 0;
}

.topbarbox {
    width: 1200px;
    margin: 0 auto;
}

.topbarbox .logo {
    float: left;
}

.topbarbox .tel {
    float: right;
}

.topbarbox .lang {
    float: right;
    padding-left: 20px;
    padding-top: 38px;
}

.topbarbox .lang img {
    vertical-align: middle;
}

.topbarbox .lang span {
    vertical-align: middle;
    padding-left: 5px;
}

#nav {
    height: 55px;
    background: url(../images/navbg.jpg) 0 0 repeat-x;
}

.navbox {
    width: 1200px;
    margin: 0 auto;
}

.navbox ul li {
    height: 37px;
    padding-top: 18px;
    display: inline-block;
    font-size: 14px;
}

.navbox a {
    display: block;
    padding: 0 50px;
    line-height: 20px;
    color: #FFF;
    border-left: #FFF 1px solid;
}

.navbox ul li:first-child a {
    border: none;
    padding-left:13px;
}
.navbox ul li:last-child a {
    padding-right:0;
}

.navbox a:hover {
    color: #FFF;
    text-decoration: underline;
}


/*主导航*/

#footer {
    background: #333333;
    margin-top: 35px;
    color: #CCC;
}

.footbox {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.footbox .subnav {
    float: left;
}

.footbox .copyright {
    float: right;
}

#footer a {
    color: #CCC;
    display: inline-block;
    padding-right: 10px;
}


/*底部文件*/

.page {
    padding: 10px 0;
    text-align: right;
    font-size: 14px;
}

.page A {
    border: #CCC 1px solid;
    padding: 2px 6px;
    color: #1a67b2;
    margin-right: 3px;
}

.page A:hover {
    color: #FFF;
    background: #1a67b2;
    border: #1a67b2 1px solid;
}

.page a.current {
    color: #FFF;
    background: #1a67b2;
    border: #1a67b2 1px solid;
}


/*页码*/

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}


/*Mt 必须放在CSS文档尾部*/

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}


/*Mt 必须放在CSS文档尾部*/