/** 
 * 描述：重置页面元素，设置布局样式及公共模块
 * 作用范围：公共
 */

html,body {
    font: 12px/1.5 "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
    color:#404040;
    background-color:#fff;
    min-height: 100%;

}
body,p,pre,blockquote,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
form,fieldset,legend,select,
input,textarea,button,
table,caption,tr,th,td {
    margin:0;
    padding:0;
}
ol,ul {
    list-style:none;
}
fieldset,img {
    border:0 none;
}
img {
    max-width: 100%;
}
a {
    color: #666;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
input,button,textarea,select,option {
    font-family:inherit;
    font-size:100%;
    outline: 0;
}
textarea {
    overflow: auto;
    resize: none;
}

/* 布局样式 */
.cf,.nav {
    *zoom: 1;
}
.cf:before, .cf:after,
.nav:before, .nav:after,
.media:before, .media:after,
.form-item:before,.form-item:after {
    display: table;
    content: "";
}
.cf:after,
.nav:after,
.media:after,
.form-item:after {
    clear: both;
}
.cf,.nav,.media,
.form-item {
    *zoom: 1;
}
.fl {
    float: left;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}
.cont-container {
    float: left;
    width: 720px;
}
.side-container {
    float: right;
    width: 270px;
}
.columns .hd {
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #ebebeb;
}
.columns .bd {
    padding: 10px;
}

/* 公共独立类名 */
.hidden {
    display: none!important;
}
.block {
    display: block;
}
.mod {
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
}
.pillar {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.ellipsis,
.ellipsis li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 表单样式 */
.text,.textarea {
    padding: 4px 6px;
    font-size: 14px;
    color: #34495E;
    vertical-align: middle;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    background-color: #fff;
}
.text {
    height: 20px;
    line-height: 20px;
}
.textarea {
    display: block;
}
.textarea textarea {
    width: 100%;
    border: 0 none;
}
select {
    padding: 2px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    border: 1px solid #ebebeb;
}
.radio,.checkbox {
    display: inline-block;
    font-size: 14px;
    min-height: 20px;
    line-height: 20px;
    vertical-align: middle;
}
.radio input,
.checkbox input {
    float: left;
    margin: 4px 4px 0 0;
    *margin: 0 2px 0 0;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-left: 15px;
}
.must {
    margin: 0 4px;
    color: #f00;
}

/* 横向多列表单 */
.form-horizontal .form-item {
    margin-bottom: 10px;
}
.form-horizontal .controls {
    min-height: 28px;
    overflow: hidden;
    *zoom: 1;
}
.form-horizontal .item-label {
    float: left;
    margin-right: 25px;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: right;
}
.form-horizontal .text {
    width: 220px;
}

/* 按钮 */
.btn {
    display: inline-block;
    margin: 0 0 5px;
    padding: 6px;
    line-height: 22px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border: 0 none;
    border-radius: 2px 2px 2px 2px;
    /*background:url("../images/download.png");*/
    transition: opacity 0.2s ease-in-out 0s;
    background-repeat: no-repeat;
}
.btn:hover {
    text-decoration: none;
}
.btn-small {
    padding: 3px 12px;
    font-size: 14px;
}
.btn-mini {
    padding: 1px 8px;
    font-size: 14px;
}

/* 左右两列的媒体结构 */
.media {
    margin-bottom: 15px;
}
.media .media-avatar,
.media .media-side {
    float: left;
    margin-right: 15px;
}
.media .media-avatar,
.media .media-avatar img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
}
.media .media-avatar img,
.media .media-side img {
    display: block;
}
.media .media-body {
    overflow: hidden;
    line-height: 1.8;
    word-break: break-all;
}

/* 实心小三角 */
.arrow {
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    vertical-align: middle;
    border: 4px dashed transparent;
}
.arrow-down {
    border-top-style: solid;
    border-top-color: #000;
    border-bottom-width: 0;
}
.arrow-up {
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-top-width: 0;
}
.arrow-left {
    border-right-style: solid;
    border-right-color: #000;
    border-left-width: 0;
}
.arrow-right {
    border-left-style: solid;
    border-left-color: #000;
    border-right-width: 0;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.navBar {
    z-index: 1;
    color: #fff;
    height: 78px;
    line-height: 80px;
    float: right;


}

.navBar_content{
    width: 980px; overflow: hidden;margin: auto;
}

.nav {
    /*  margin: 0 auto;
      float:right;*/
    font-family: "Microsoft YaHei",SimSun,SimHei;
    margin: auto;
}

.nav h3 {
    font-size: 100%;
    font-weight: normal;
    font-size: 16px;
}

.nav .m {
    position: relative;
    float: left;
    width: 88px;
    margin: 0px 19px;
    display: inline;
    text-align: center;
    line-height: 100px;
}

.nav .m h3 i {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 7px;
    height: 4px;
    background: url(../images/icon.png) 0 -280px no-repeat;
    overflow: hidden;
    margin: -2px 0 0 5px;
    vertical-align: middle;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.nav li h3 a {
    zoom: 1;
    height:100px;
    display: block;
    color: #252525 ;
    text-decoration: none;
}

.nav li.on  a{
    color:#FFF;
}

.nav  li.on h3 a {
    background: url("../images/index/menu_hover_bg.png") no-repeat;
    height:100px;
    width:105px;
    line-height: 100px;
    /*color: #fff;*/

}

.nav li.on h3 a i {
    filter: alpha(opacity=100);
    opacity: 1;
}

.nav .sub {
    display: none;
    width: 108px;
    padding: 10px 0;
    position: absolute;
    left: -10px;
    top: 50px;
    /*background: #eee;*/
    float: left;
    line-height: 30px;
}

.nav .sub li {
    text-align: center;
}

.nav .sub li a {
    color: #333;
    display: block;
    zoom: 1;
}

.nav .sub li a:hover {
    /*background: #ddd;*/
    /*color: #c00;*/
}

.nav .sub dl {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    padding: 15px 29px;
    line-height: 26px;
}

.nav .sub dl a:hover {
    /*color: #c00;*/
}

.nav .sub dl dt a {
    color: #000;
}

.nav .sub dl dd a {
    color: #999;
    padding-left: 7px;
    background: url(../images/icon.png) 0 -332px no-repeat;
}

.nav #m2 .sub {
    z-index: 1;
    width: 980px;
    left: -116px;
}
