/*================================*/

.head {
    width: 100%;
    height: 38px;
    font-size: 12px;
    line-height: 38px;
    border-bottom: 1px solid #e1e1e1;
    background: #f2f2f2;
}

.head .wrapper {
    background: #f2f2f2;
}

.head_right dl p {
    border-right: 1px solid #e1e1e1;
    position: absolute;
    right: 0;
    top: 11px;
    width: 1px;
    height: 18px;
}

.head a {
    /* color: #999;*/
    font-size: 12px;
}

.head_left {
    float: left;
    width: 30%;
}

.header_select_province {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.header_select_province dt {
    padding: 0 6px;
    z-index: 3;
    /*    background: #fff;*/
    height: 30px;
    line-height: 30px;
    position: relative;
    top: 1px;
}

.header_select_province dd {
    display: none;
    position: absolute;
    left: -1px;
    top: 28px;
    border: 1px solid #e1e1e1;
    width: 245px;
    background: #fff;
    line-height: 26px;
    padding: 5px 0 5px 10px;
    z-index: 2;
}

.header_select_province dd a {
    margin-right: 4px;
}

.header_select_province dd a:hover {
    color: #f32613;
}

.dt,
.dd {
    display: inline-block;
}

.head_right {
    float: right;
}

.head_right dl {
    position: relative;
    padding: 0 10px;
    height: 37px;
    display: inline-block;
    text-align: center;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.head_right .iconfont {
    margin-right: 2px;
    position: relative;
    top: 2px;
}

.head_left dt .iconfont {
    position: relative;
    top: 2px;
    font-weight: 100;
}

.head_right dd {
    position: absolute;
    left: -1px;
    top: 38px;
    border: 1px solid #e1e1e1;
    border-top: none;
    background: #fff;
    display: none;
}

.head_right dd a {
    display: block;
    color: #999;
    font-size: 12px;
    padding: 0 4px;
}

.head_right .rel_nav {
    width: 100%;
    text-align: center;
    z-index: 2;
}

.nav_left {
    width: 25%;
    height: 130px;
    margin-right: 5%;
}

.logo img {
    margin-top: 22px;
}

.head_cont {
    width: 100%;
}

.nav_left,
.nav_right {
    float: left;
}

.nav_right {
    padding-top: 32px;
    width: 70%;
}

.nav_right input {
    width: 60%;
    line-height: 38px;
    height: 38px !important;
    padding: 0 !important;
    float: left;
    text-indent: 10px;
    border: 1px solid #e1e1e1;
}

.ser {
    width: 84px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    /*    color: #fff;*/
    text-align: center;
    float: left;
    font-size: 16px;
}

.shop {
    float: right;
    width: 100px;
    height: 40px;
    position: relative;
}

.i01 {
    position: absolute;
    left: 33px;
    top: -11px;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: red;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

.nav a {
    font-size: 12px;
    line-height: 32px;
    margin: 0 10px 0 0;
}

.nav a:hover {
    color: red;
}

.navactive {
    border-color: #e1e1e1 !important;
}

.footer {
    border-top: 1px solid #e1e1e1;
    background: #fff;
}

.promise {
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #e1e1e1;
}

.promise div {
    width: 22%;
    height: 80px;
    display: inline-block;
    margin: 20px 1%;
}

.promise div .iconfont {
    font-size: 100px;
    vertical-align: middle;
    position: relative;
    top: -10px;
}

.promise div strong {
    font-size: 26px;
    font-weight: 200;
}

.services {
    padding-top: 36px;
    overflow: hidden;
}

.services li {
    color: #999;
    float: left;
    width: 10%;
    padding-left: 3.5%;
    padding-right: 3%;
}

.services li h5 span {
    line-height: 26px;
    font-size: 16px;
    color: #666;
    margin-left: 26px;
}

.services li h5 {
    position: relative;
    font-weight: normal;
}

.services li h5 i {
    font-size: 40px;
    position: absolute;
    top: -10px;
    left: -14px;
}

.services li p a {
    display: block;
    line-height: 24px;
    font-size: 12px;
    color: #999;
    height: 26px;
    overflow: hidden;
}

.about {
    color: #999;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

.copyright {
    color: #999;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

.copyright a {
    color: #999;
}

.copyright a:hover {
    color: red;
}

.copyright2 {
    padding-bottom: 20px;
}

.statistics_code {
    color: #999;
    text-align: center;
    font-size: 12px;
}

.statistics_code a {
    color: #999;
}

.statistics_code a:hover {
    color: red;
}

.footer {
    margin-top: 80px;
}


/* 内容部分通用表格样式 */


/*
 .ncm-default-table {
     line-height: 20px;
     width: 100%;
     border-collapse: collapse;
     clear: both;
 }
*/


/*
 .ncm-default-table thead th {
     color: #999;
     background-color: #FFF;
     text-align: center;
     height: 20px;
     padding: 8px 0;
     border-bottom: solid 1px #E7E7E7;
 }
*/

.ncm-default-table thead td,
.ncm-default-table tfoot th {
    background-color: #FFF;
    height: 20px;
    padding: 5px 0;
    border-bottom: solid 1px #E7E7E7;
}

.ncm-default-table tfoot th {
    border-top: solid 1px #E6E6E6;
}

.ncm-default-table thead td .checkall,
.ncm-default-table tfoot th .checkall {
    vertical-align: middle;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    margin: 0 4px 0 8px;
    *zoom: 1;
}

.ncm-default-table thead td label,
.ncm-default-table tfoot th label {
    color: #777;
    vertical-align: middle;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    margin-right: 10px;
    cursor: pointer;
    *zoom: 1;
}

.ncm-default-table tbody th {
    background-color: #FAFAFA;
    border: solid #E6E6E6;
    border-width: 1px 0;
    padding: 4px 0;
}

.ncm-default-table tbody th span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.ncm-default-table tbody th span.goods-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 240px;
    height: 20px;
    overflow: hidden;
}

.ncm-default-table tbody th a.share-goods {
    float: right;
    margin-right: 10px;
    color: #999;
}

.ncm-default-table tbody th a:hover.share-goods {
    color: #333;
    text-decoration: none;
}

.ncm-default-table tbody th a.share-goods i {
    vertical-align: middle;
}

.ncm-default-table tbody th a.order-trash {
    float: right;
    margin-right: 10px;
    color: #999;
    padding-right: 10px;
    border-right: solid 1px #DDD;
    margin-right: 10px;
}

.ncm-default-table tbody th a:hover.order-trash {
    color: #F33;
    text-decoration: none;
}

.ncm-default-table tbody th a.order-trash i {
    font-size: 14px;
    vertical-align: middle;
}


/*
 .ncm-default-table tbody td {
     color: #999;
     background-color: #FFF;
     text-align: center;
     padding: 10px 0;
 }
*/


/*
 .ncm-default-table tbody tr.bd-line td {
     border-bottom: solid 1px #E7E7E7;
 }
*/

.ncm-default-table tbody td strong {
    color: #666;
}

.ncm-default-table td .pic-thumb {
    line-height: 0;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 32px;
    height: 32px;
    padding: 2px;
    border: solid 1px #F5F5F5;
    overflow: hidden;
}

.ncm-default-table td .pic-thumb img {
    max-width: 32px;
    max-height: 32px;
    margin-top: expression(32-this.height/2);
    *margin-top: expression(16-this.height/2)/*IE6,7*/
    ;
}

.ncm-default-table td .goods-name {
    border: none;
    overflow: hidden;
}

.ncm-default-table td .goods-name dt {
    font-size: 12px;
    line-height: 16px;
    color: #333;
    text-overflow: ellipsis;
    display: block;
    text-align: left;
    white-space: nowrap;
    max-width: 320px!important;
    height: 16px;
    padding-bottom: 4px;
    overflow: hidden;
}

.ncm-default-table td .goods-name dt span {
    line-height: 16px;
    color: #FFF;
    background-color: #DA542E;
    display: inline-block;
    *display: inline/*IE7*/
    ;
    height: 16px;
    padding: 1px 3px;
    border-radius: 2px;
    margin-right: 4px;
    zoom: 1;
}

.ncm-default-table td .goods-name dd {
    line-height: 20px;
    display: block;
    height: 20px;
}

.ncm-default-table td span.sale-type {
    line-height: 16px;
    color: #FFF;
    background-color: #FD6760;
    height: 16px;
    padding: 2px 4px;
    border-radius: 2px;
}

.opti {
    /*     text-align: left !important;*/
}

.w30 {
    width: 30px;
}


/*.nch-container { width: 1200px; margin: 0 auto;}
*/

.nch-container .left {
    width: 212px;
    float: left;
}

.nch-container .right {
    width: 77%;
    float: right;
}

.nch-container .left2 {
    width: 780px;
    float: left;
}

.nch-container .right2 {
    width: 208px;
    float: right;
}


/* 边栏模块 */

.nch-module {
    border: solid 1px #D7D7D7;
    margin-bottom: 10px;
    background: #fff;
}

.nch-module .title {
    background-color: #F5F5F5;
    height: 36px;
}

.nch-module .title h3 {
    font: normal 14px/20px "microsoft yahei";
    color: #333;
    height: 20px;
    padding: 8px 10px;
}

.nch-module .title h3 em {
    color: #D93600;
}

.nch-module .content {
    overflow: hidden;
}

.nch-module-style01 {
    border-top: solid 2px #D93600;
}

.nch-module-style02 {
    border-top: solid 2px #C8C8C8;
}

.module_sidebar {
    padding: 4px;
    margin-bottom: 10px;
    border: 1px solid #D8D8D8;
    overflow: hidden;
}

.module_sidebar h2 {
    font-size: 9px;
    font-weight: 600;
    line-height: 30px;
    color: #F60;
    height: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E7E7E7;
}

.module_sidebar h2 b {
    font-size: 15px;
    line-height: 30px;
    color: #3E3E3E;
    display: inline;
    float: left;
    padding: 0 6px 0 4px;
    margin-left: 2px;
}


/*.no_info { height: 230px; background: url(../images/nothing.gif) no-repeat 280px center; line-height: 230px; text-align: center; font-size: 18px; }
*/


/*侧边栏文章列表*/

.nch-sidebar-article-class {
    font-size: 0;
    *word-spacing: -1px/*IE6、7*/
    ;
    width: 214px;
    padding: 4px 0;
    margin-left: -1px;
}

.nch-sidebar-article-class li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: center;
    display: inline-block;
    padding: 0 9px;
    margin: 4px 0;
    border-left: dotted 1px #D7D7D7;
}

.nch-sidebar-article-class li a {
    line-height: 16px;
    font-size: 12px;
    color: #555;
    display: block;
    width: 85px;
    height: 16px;
    padding: 2px 0;
}

.nch-sidebar-article-class li a:hover {
    font-weight: 600;
    text-decoration: none;
    color: #FFF;
    background-color: #D93600;
}

.nch-sidebar-article-list {
    padding: 4px 0;
}

.nch-sidebar-article-list li {
    padding: 4px 9px;
}

.nch-sidebar-article-list li i {
    vertical-align: middle;
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 5px;
    background-color: #666;
}

.nch-sidebar-article-list li a {
    height: 20px;
    color: #666;
    font-size: 12px;
}


/*文章新闻内容*/

.nch-article-con {
    background: #FFF;
    display: block;
    padding: 19px;
    border: 1px solid #E6E6E6;
    margin-bottom: 10px;
    overflow: hidden;
}

.nch-article-con h1 {
    font: 600 16px/32px "microsoft yahei";
    color: #3d3f3e;
    text-align: center;
}

.nch-article-con h2 {
    color: #9a9a9a;
    font-size: 12px;
    padding: 5px 0 20px;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
}

.nch-article-con .title-bar {
    border-bottom: solid 1px #E6E6E6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.nch-article-con .title-bar h3 {
    font: normal 18px/20px "microsoft yahei";
}

.nch-article-con .default p {
    display: block;
    clear: both;
    padding: 5px;
}

.nch-article-con img {
    max-width: 930px;
}

.nch-article-list {}

.nch-article-list li {
    line-height: 20px;
    display: block;
    height: 20px;
    padding: 5px 0;
}

.nch-article-list li i {
    vertical-align: middle;
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 10px;
    background: #666;
}

.nch-article-list li a {
    color: #666;
}

.nch-article-list li time {
    font-size: 11px;
    color: #AAA;
    float: right;
    -webkit-text-size-adjust: none;
}

.more_article {
    border-top: 1px solid #d2d2d2;
    padding: 10px 0 0 20px;
    margin-top: 10px;
    overflow: hidden;
}

.more_article span {
    color: #3f3f3f;
    font-weight: normal;
    margin-bottom: 10px;
}

.more_article span a {
    color: #006bcd;
    text-decoration: none;
}

.more_article span a:hover {
    color: #f60;
    text-decoration: underline;
}

.more_article time {
    font-size: 11px;
    color: #999;
    padding-left: 20px;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right !important;
    display: inline;
}

.head_right span.icon-zaiqigoumai {
    font-size: 20px !important;
}


/*7.26*/

.head_left span {
    font-size: 12px;
}