@charset "utf-8";
/**
* @name: 通用布局和通用模块及扩展样式表
* @function: 包含通用布局和通用模块及扩展
* @require: reset.css、unit.css
* @author: 周晶 (2015-5-15)
**/

/** 通用表单布局及扩展
* @author: 周晶
**/
.checkbox,.radio {
    min-height: 20px;
}
.checkbox label,.radio label {
    display: block;
    margin-bottom: 5px;
    cursor:pointer;
}
.checkbox.inline label,.radio.inline label {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 20px;
}

/*
* form-vertical
*/
.form label {
    display: block;
    margin-bottom: 5px;
}
.form .control-group {
    padding: 6px 0;
}
/*
* form-horizontal
*/
.form-horizontal .control-group {
    vertical-align:top;
    padding: 6px 0;
    height:30px;
    /*overflow: hidden;*/
    clear: both;
}
.form-horizontal .control-label {
    display: inline-block;
    float:left;
    margin:2px 5px 0;
    *margin-top: 4px;
    vertical-align:middle;
    text-align:right;
    color: #666;
}
.form-horizontal .control-group .control-label:first-child {
    margin-left: 0;
}
.form-horizontal .controls {
    float:left;
    vertical-align:middle;
}
.form-horizontal .checkbox.inline,.form-horizontal .radio.inline {
    /*margin-top:7px;
    *margin-top:9px;*/
}
.form-horizontal .help-block,.form-horizontal .help-inline {
    text-align: left;
}
.form-horizontal .help-inline {
    vertical-align: middle;
}
.form-horizontal .help-block {
    margin-top:5px;
}


/**
* 通用布局
**/
.g-container {
    width:1280px;
    margin:0 auto;
    padding-bottom: 60px;
}

/* m-g-header */
.g-header {
    height: 95px;
    background: url("../images/bkg_header.jpg") no-repeat;
}
.g-header .logo {
    margin: 20px;
}
.g-header .logo a {
    display: block;
}
.g-header .info {
    margin: 15px 30px 60px 60px;
    line-height: 30px;
    overflow: hidden;
    color: #FFF;
    font-size: 16px;
    font-family: "楷体","宋体";
}

.g-header1{
    height:87px;
    background: url('../../common/images/bkg_header.jpg') right top #e2e2e2 repeat-y;
    border-bottom: 8px #b40000 solid;
}
.g-container1 {
	width:1000px;
    margin:500;
    padding-bottom: 60px;
}
.g-footer1 {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #e2e2e2;
    background-color: #505051;
    font-size: 12px;
}
.g-header1 .logo {
    margin: 20px;
}
.g-header1 .logo a {
    display: block;
}
.g-header1 .info {
    margin: 15px 30px 60px 60px;
    line-height: 30px;
    overflow: hidden;
    color: #FFF;
    font-size: 16px;
    font-family: "楷体","宋体";
}

.g-body {
    min-height: 610px;
    padding: 25px;
    background: #FFF url("../images/bkg_body.jpg") repeat-x;
}
.m-home-new .g-body.m-web-menu {
    padding-bottom: 65px;
    min-height: auto;
    background: #e2e2e2;
}


/* footer */
.g-footer {
    position: fixed;
    _position: static;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #e2e2e2;
    background-color: #505051;
    font-size: 12px;
}
.g-footer .eng {
    font-family: Arial;
}
.g-footer.new {
    position: static;
    height: 85px;
    line-height: 25px;
}
.g-footer.new .icon {
    display: inline-block;
    margin-top: 30px;
    width: 25px;
    height: 25px;
}



/* 查询栏 */
.m-search-bar {
    position: relative;
    padding: 30px 15px;
    background-color: #f6f6f6;
}

/* 分页 */
.m-pager {
    padding: 10px 0;
}
.pagination .pagination-num {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.pagination .current-page {
    width: 20px;
    margin-left: 5px;
    text-align: center;
}
.pagination .btn-first,
.pagination .btn-prev,
.pagination .btn-next,
.pagination .btn-last {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    vertical-align: middle;
    background: url("../images/bkg_pager_btn.png") no-repeat;
}
.pagination .btn-first.disabled,
.pagination .btn-prev.disabled,
.pagination .btn-next.disabled,
.pagination .btn-last.disabled {
    cursor: default;
}
.pagination .btn-first.disabled
.pagination .btn-first[disabled] {
    background-position: 0 -24px;
}
.pagination .btn-prev {
    background-position: -24px 0;
}
.pagination .btn-prev.disabled
.pagination .btn-prev[disabled] {
    background-position: -24px -24px;
}
.pagination .btn-next {
    background-position: -48px 0;
}
.pagination .btn-next.disabled,
.pagination .btn-next[disabled] {
    background-position: -48px -24px;
}
.pagination .btn-last {
    background-position: -72px 0;
}
.pagination .btn-last.disabled,
.pagination .btn-last[disabled] {
    background-position: -72px -24px;
}

.m-pager .u-dropdown {
    width: 40px;
    margin-left: 5px;
}

.g-header-home{
    background: url("../images/bkg_header2.jpg") no-repeat;
}
.g-footer-bn{
    /*position: fixed;
    _position: static;*/
    bottom: 44px;
    width:1280px;
    height:116px;
}
.g-container{
    _padding-bottom:0;
}
.m-home-new .g-header {
    padding: 45px 25px 20px;
    border-bottom: none;
    background: url("../images/bkg_header2_new.jpg") no-repeat;
}
.m-home-new .g-header .info {
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.m-home-new .g-header .info-text {
    margin-top: 10px;
    text-align: right;
    font-weight: normal;
}
.m-home-new .g-container {
    /*padding-top: 30px;*/
    background-color: #e2e2e2;
}
.m-home-new  .g-header .logo{
    margin:0;
}
.m-home-new .g-header .info{
    margin:0 -7px 20px 60px;
}