﻿@charset "utf-8";
/* CSS Document */
/*全局样式*/
html, body, ul, li, dl, dt, dd, p, h1, h2, h3, h4, i{ margin:0; padding:0; border:none; font-weight:normal; list-style:none; }
body{ min-width:1000px; color:#666666; font-size:12px; font-family:"微软雅黑"; }
a img{ border:none;}
img { border: 0;outline: 0;}
a{text-decoration:none;}
.biaoti1{font-size:55px;line-height:1.2;}
.biaoti1_fbt{font-size:18px;}
.biaoti2{font-size:40px;}

.clearfix{*zoom:1;clear:none}
.clearfix:after{clear:both}
.clearfix:before,.clearfix:after{content:"";display:table;font:0/0 a}
.mb20{
   margin-bottom: 20px !important;
}
.mb30{
   margin-bottom: 30px !important;
}
/*背景颜色*/
.bgc_white{
    background-color:#fff !important;
}
/*字体大小*/
.font_12{
    font-size:12px;
}
.font_24{
    font-size:24px;
}
/*字体颜色*/
.color_white{
    color:#fff !important;
}

.f_fl{
    float:left !important;
}
.f_fr{
    float:right !important;
}
.f_tac { 
    text-align:center;
    text-align:-webkit-center;
}
.f_tar{
    text-align:right;
}
.f_pr { position: relative; }
.f_prz { position: relative; zoom: 1; }
.f_pa { position:absolute;}
.f_dn { display:none !important;}

.main{
    width:1000px;
    margin:0 auto;
}
/*BOX 8 页脚*/
.box8{background-color:#171717; width:100%; padding:60px 0px; color:#7b7b7b}
.box8_box{width:1000px;  margin:0 auto; position:relative; padding-top:40px;}
.box8_box table,.box8_box table a{color:#7b7b7b}
.box8_box table a:hover{color:#cccccc}
.box8 table h5{font-size:18px; color:#cccccc; font-weight:normal; margin:0; padding:0;}
.box8 table p{line-height:1.8; font-size:13px;}
.box8_pingtai{height:25px; line-height:25px; padding-left:23px;font-size:13px;color:#7b7b7b}
.box8_bottom{background-color:#111111; width:100%; padding:20px 0px; text-align:center; color:#666666;}

/*header 头部*/
#header {
    background: #fff;
    position: relative;
    height: 86px;
}
.inner {
    width: 960px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
#header .inner {
    height: 50px;
    padding: 20px 0 16px;
    width: 1000px;
    overflow: visible;
}
#nav {
    line-height: 50px;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 21px;
}
#nav li {
    float: left;
}
#nav a {
    line-height: 50px;
    height: 62px;
    color: rgb(41, 41, 41);
    font-size: 14px;
    display: block;
    font-family: 微软雅黑;
    padding: 0px 20px;
}
#nav .selected {
    color: #2aacf1;
    border-bottom: #67a6ee 3px solid;
}
#logo {
    display: inline-block;
    height: 91px;
    width: 203px;
    position: absolute;
    top: 0;
    left: 0;
}
#logo img{
    margin-top: 14px;
}
#header .bottomLine {
    width: 100%;
    height: 3px;
    background-color: #e4e4e4;
    position: absolute;
    bottom: 0;
    _bottom: -13px;
}