.header {
    width: auto;
    height: 100px;
    background: #0586ee;/*#040000*//*#cc0000*/
    min-width:1400px;
}

.header-cont {
    width: 1280px;
    height: 100px;
    margin: auto;
    /*overflow: hidden;*/
}

.header .logo {
    float: left;
    margin-top: 17px;
}

.header .header-search {
    float: right;
    height: 38px;
    width: 333px;
    border: 1px solid #666666;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    margin-top: 31px;
}

.header-search input {
    width: 79%;
    height: 36px;
    color: #fff;
    outline: none;
    text-indent: 10px;
}

.search-btn {
    width: 38px;
    height: 38px;
    float: right;
    outline: none;
    margin-right: 10px;
    background: url("../images/icon-search.png") no-repeat center;
}
.header .header_login{margin-top:31px; float:right; line-height:38px;}
.header .header_login a{font-size:16px; color:#fff; margin-right:30px; cursor:pointer;}
.main-container {
    width: 1280px;
    margin: auto;
}

.login-content {
    padding-top: 85px;
    margin: 0 auto 315px;
    width: 306px;
}

.login-content h2 {
    font-size:18px;
    color: #333;
    text-align: center;
    margin-bottom: 35px;
}

.login-content .input-item {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    height: 38px;
    position: relative;
}

.input-item i {
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    width: 38px;
    background: url("../images/clear.png") no-repeat center;
    z-index: 20;
    display: none;
    cursor: pointer;
}

.login-content .icon {
    float: left;
    width: 38px;
    height: 38px;
    border-right: 1px solid #ddd;
}

.login-content .icon-user {
    background: #f3f3f3 url("../images/icon-user.png") no-repeat center;
}

.login-content .icon-pass {
    background: #f3f3f3 url("../images/icon-pass.png") no-repeat center;
}

.login-content input {
    float: left;
    width: 265px;
    height: 38px;
    text-indent: 10px;
    outline:none;
}

.input-tips-right {
    text-align: right;
}

.reg-link {
    background: url("../images/icon-righ.png") no-repeat left center;
    padding-left: 25px;
    line-height: 20px;
}

.input-button button {
    width: 100%;
    height: 34px;
    background: #8e8e8e;
    color: #fff;
    margin: 15px 0;
}

.f-dialog-cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    display: none;
}

.f-dialog-tips {
    font-size:12px;
    margin-top: 15px;
    background: url("../images/ok.png") no-repeat left center;
    padding-left: 15px;
    color: #666;
}

.f-dialog {
    display: none;
    position: fixed;
    width: 420px;
    top: 35%;
    left: 50%;
    margin-left: -210px;
    -webkit-border-radius: 3px 3px 0 0 ;
    -moz-border-radius: 3px 3px 0 0 ;
    border-radius: 3px 3px 0 0 ;
    background: #fff;
    overflow: hidden;
}

.f-dialog-content {
    padding: 22px;
}

.f-dialog input {
    width: 158px;
    height: 38px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.f-dialog-content h3 {
    height: 40px;
    line-height: 40px;
    color: #666;
}

.f-dialog-content .f-dialog-btn {
    width: 105px;
    height:40px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #e8a02b;
    color: #fff;
    margin-top: 15px;
}

.f-dialog-content .f-dialog-btn2 {
    width: 125px;
    margin-left: 15px;
    height:40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    background: #e2e2e2;
    border: 1px solid #ddd;
}

.f-dialog input.f-dialog-inp1 {
    width: 310px;
}

.f-dialog input.mb15 {
    margin-bottom: 15px;
}

.f-dialog-title {
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    font-size: 18px;
    color: #ffffff;
    font-weight:bold;
    background: #003366;
}

.login-again {
    text-align: center;
    font-size:18px;
    color: #666;
    height: 100px;
    line-height: 100px;
}

.login-again a {
    font-size: 24px;
    color: #6699ff;
}

.reset-suc {
    color: #339900;
    font-size: 20px;
}

.reg-content {
    width: 400px;
    margin: 0 auto 120px;
    padding-top: 65px;
}

.reg-content h2 {
    color: #333;
    font-size: 30px;
    font-weight:normal;
    margin-bottom: 36px;
    text-align: center;
}

.reg-content .input-item {
    border: 1px solid #ddd;
    height: 52px;
    margin-bottom: 32px;
}

.reg-content .reg-label {
    float: left;
    width: 124px;
    height: 52px;
    color: #666;
    line-height: 52px;
    text-indent: 25px;
}

.reg-content img {
    height: 52px;
    float: right;
    margin-right: 20px;
}

.reg-content .reg-label.br {
    border-right: 1px solid #ddd;
}

.get-reg-code {
    float: right;
    height: 46px;
    background: #f3f3f3;
    margin-top: 3px;
    margin-right: 3px;
    width: 110px;
}

.reg-content input {
    height: 52px;
    text-indent: 10px;
    outline:none;
    width: 273px;
}

.reg-btn button {
    height: 54px !important;
}

.small-nav {
    height: 88px;
    line-height: 88px;
    color: #666;
}

.center-cont {
    overflow: hidden;
    padding-bottom: 70px;
}

.center-menu {
    float: left;
    width: 237px;
    border: 1px solid #ddd;
    padding-bottom: 30px;
}

.center-menu h3 {
    text-align: center;
    border-bottom: 1px solid #ddd;
    height: 53px;
    font-size: 24px;
    font-weight:normal;
    line-height: 53px;
    color: #333;
}

.center-menu a {
    display: block;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #666;
    font-size: 16px;
}

.center-menu a:hover {
    color: #111;
}

.center-menu-item {
    margin: 15px 0;
}

.center-right-cont {
    width: 1020px;
    float: right;
    overflow: hidden;
}

.user-info-edit {
    float: left;
}

.user-info-edit h3.info-edit-title {
    text-align: center;
    color: #666;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    font-weight:normal;
    margin-bottom: 15px;
}

.user-info-edit table {
    width: 592px;
    font-size: 16px;
    color: #666;
}

.user-info-edit table tr {
    height: 62px;
}

.user-info-edit .edit-text {
    border: 1px solid #ddd;
    width: 369px;
    height: 42px;
}

.user-info-edit textarea.edit-text {
    height: 150px;
    resize: none;
}

.user-info-edit table span {
    margin-right: 30px;
}

.user-info-edit table span input {
    margin-right: 10px;
}

.user-face-edit {
    float: left;
    text-align: center;
    width: 426px;
}

.user-face {
    margin-top: 74px;
    margin-bottom: 10px;
}

.edit-face-btn button {
    color: #0066ff;
    font-size: 16px;
}

.info-edit-btn {
    width: 199px;
    height: 44px;
    background: #313131;
    color: #fff;
}

.ml85 {
    margin-left: 85px;
}

.mt40 {
    margin-top: 40px;
}

.edit-pass-title {
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: normal;
}

.footer {
    height: 60px;
    background: #e6e5e5;
    text-align: center;
    line-height: 30px;
    color: #999;
    font-size: 12px;
    padding:10px 0;
}
.footer a{ cursor:pointer;}
.db-checkbox {
    border: 1px solid #ccc;
    display: inline-block;
    height: 20px;
    line-height: 14px;
    overflow: auto;
    vertical-align: middle;
    width: 20px;
    float: left;
    cursor: pointer;
    margin-left: 9px;
    margin-top: 10px;
}

.works-table {
    width: 100%;
    margin-top: 15px;
}

.table1 td {
    vertical-align: top !important;
}

.works-table tr {
    border-bottom: 1px solid #ddd;
}

.table1 tr {
    height: 100px;
}

.table2 tr {
    height: 40px;
}

.works-table thead tr {
    height: 40px;
}

.select-mo {
    width: 50px;
    height: 24px;
    overflow: hidden;
    position: relative;
    margin-top: 8px;
    text-indent: 3px;
}

.select-text {
    color: #0066ff;
    border: 1px solid #0066ff;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    background: url("../images/drop_x.png") no-repeat 32px center;
}

.select-opt {
    border: 1px solid #ddd;
    background: #fff;
    position:relative;
    z-index:555;
    cursor: pointer;
}

.select-mo:hover {
    height: 66px;
}

.select-mo p {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}

.works-pic {
    float: left;
    width: 77px;
    height: 77px;
    overflow: hidden;
    margin-top: 11px;
}

.works-pic img {
    width: 100%;
}

.works-view {
    float: left;
    width: 686px;
    margin-left: 30px;
    padding-top: 6px;
}

.works-view h4 {
    height: 30px;
    padding-top: 5px;
    font-size: 16px;
    font-weight:normal;
}

.works-view a {
    color: #0066ff;
    float: left;
    width: 493px;
}

.works-view p {
    font-size: 12px;
    color: #777;
}

.works-pub-date {
    float: left;
    width: 135px;
    font-size: 12px;
    margin-top: 4px;
}

.hidden {
    display: none;
}

.my-work-opt {
    height: 30px;
    line-height:30px;
    margin-top: 5px;
}

.work-opt {
    float: left;
    margin-right: 10px;
}

.pub-btn {
    float: left;
    width: 95px;
    height: 30px;
    background: #3e84e9;
    color: #fff;
    margin-right: 10px;
}

.work-del-btn {
    height: 30px;
    border: 1px solid #3e84e9;
    color: #3e84e9;
    width: 53px;
    float: left;
    margin-right: 10px;
}

.search-works {
    background: url("../images/ico-search.png") no-repeat 7px center;
    text-indent: 37px;
    border: 1px solid #ddd;
    height: 28px;
    float: left;
    outline:none;
    margin-right: 10px;
}

.work-search-btn {
    float: left;
    width: 45px;
    height: 30px;
    border: 1px solid #ddd;
    color: #3e84e9;
}

.works-type {
    position: relative;
}

.works-checkbox {
    height: 40px;
}

.works-type-item {
    width: 110px;
    height: auto;
    top: 40px;
    background: #fff;
    position: absolute;
    border: 1px solid #3e84e9;
    display: none;
    z-index:5;
}

.works-type-item p {
    height: 35px;
    line-height:35px;
}

.works-border {
    width: 59px;
    height: 39px;
    background: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index:6;
}

.type-container {
    height: 40px;
}

.works-type:hover {
    height: 110px;
}

.works-type:hover .works-border {
    height: 40px;
    border-top: 1px solid #3e84e9;
    border-left: 1px solid #3e84e9;
    border-right: 1px solid #3e84e9;
}

.works-type:hover .works-type-item {
    display: block;
}

.page-control {
    overflow: hidden;
    margin-top: 100px;
}

.page-link {
    float: left;
    border: 1px solid #ddd;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.page-link a {
    float: left;
    padding: 6px 12px;
    border-right: 1px solid #ddd;
    color: #3e84e9;
}

.page-link a.b0 {
    border: none
}

.page-link a.active {
    color: #fff;
    background: #3e84e9;
}

.page-link a.disabled {
    background: #ddd;
    color: #666 !important;
}

.total-pages {
    float: left;
    margin-left: 20px;
}

.total-pages input {
    height: 32px;
    width: 40px;
    margin: 0 3px;
    text-indent: 5px;
    border: 1px solid #ddd;
}

.table2 .check2 {
    float: left;
    margin-top: 2px !important;
}

.ps-ab {
    position: relative;
}

.ps-ab .select-mo {
    position: absolute;
    left: 0;
    top: 8px;
    margin:0;
}

.article-title {
    font-size: 16px;
    color: #3e84e9;
}

.article-title:hover {
    color: #0066ff;
}

.table-date {
    font-size: 12px;
}

.f-red {
    color: #cc0000;
}

.f-gray {
    color: #888;
}

.table-header {
    text-align: left;
}

.table-header tr th{
    border-bottom: 1px solid #c7c9ca;
    height: 50px;
}

.table {
    width: 100%;
}

.table-body {
    color: #333;
}

.table-body tr td{
    border-bottom: 1px solid #f5f5f5;
    height: 40px;
}

.user-common-title1 {
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    font-size: 16px;
}

.pl20 {
    padding-left: 20px;
}

.fallow-list {
    margin-top: 15px;
    overflow: hidden;
}

.fallow-list li {
    float: left;
    width: 88px;
    margin-right: 96px;
    text-align: center;
    margin-bottom: 35px;
}

.fallow-list li div {
    width: 88px;
    height: 88px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

.fallow-list li img {
    width: 100%;
}

.banner {
    width: 100%;
    overflow: hidden;
    background:#4eaaf6;
    position:relative;
    min-width:1400px;
}

/*.banner img {
    width: 100%;
    float: left;
}*/

.shop-nav {
    /*height: 58px;*/
    /*line-height: 58px;*/
    text-align: center;
    background: #0586ee;
    min-width:1400px;
     text-align:center;
}
.shop-nav div {
        display: inline-block;
        *zoom:1;
        *display: inline;
    }
.shop-nav div a {
    float:left;
    color: #ffffff;
    font-size: 24px;
    padding: 13px 15px;
}

.shop-nav div a.active {
    color: #ffff33;
}

.shop-nav_idx {
    /*height: 100px;*/
    /*line-height: 100px;*/
    text-align: center;
    background: #0586ee;
    min-width:1400px;
    text-align:center;
}
    .shop-nav_idx div {
        display: inline-block;
        *zoom:1;
        *display: inline;
    }
.shop-nav_idx div a {
    float:left;
    color: #ffffff;
    font-size: 24px;
    padding: 13px 15px;
}

.shop-nav_idx div a.active {
    color: #ffff33;
}


.shop-container {
    width: 1280px;
    margin: 20px auto 60px;
    overflow: hidden;
}



.goods-pic {
    width: 408px;
    height: 408px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.goods-pic img {
    width: 100%;
}
.shop-goods-list li {
    float: left;
    width: 410px;
    margin-right: 23px;
    text-align: center;
    padding-bottom: 47px;
}
.shop-goods-list h3 {
    font-size: 20px;
    color: #333333;
    margin-top: 10px;
    font-weight:normal;
}

.shop-goods-list p {
    font-size: 24px;
    /*margin-top: 10px;*/
    color: #ff0000;
}

.shop-goods-list a {
    display: block;
    width: 162px;
    height: 34px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f00;
    color: #fff;
    font-size: 18px;
    margin: 20px auto 0;
    line-height: 34px;
}

.checked {
    background: #5291f0 url(../images/icos.png) no-repeat scroll -29px 5px;
    border-color: #5291f0;
}

.common-container {
    width: 1279px;
    margin: auto;
    overflow: hidden;
}

.common-left-part {
    float: left;
    width: 832px;
}

.list-item {
    margin-bottom: 25px;
}

.small-nav-2 {
    height: 70px;
    line-height: 70px;
    font-weight:normal;
    display:block;
    width:100%;
    overflow:hidden;
}

.list-item h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 5px;
}

.list-preview {
    overflow: hidden;
}

.list-img {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 15px;
    display: none;
}

.c333 {
    color: #333;
}

.list-item.has-prev-img .list-img {
    display: block;
}

.list-img img {
    width: 100%;
}

.common-right-part {
    float: right;
    width: 366px;
}

.right-part-item {
    margin-top: 25px;
}

.right-part-title {
    color: #333;
    height: 46px;
    line-height: 46px;
    font-size: 30px;
    border-bottom: 1px solid #999;
}

.right-part-title a {
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.right-part-list li {
    overflow: hidden;
    margin-top: 15px;
}

.right-list-img {
    float: left;
    width: 66px;
    height: 66px;
    margin-right: 10px;
}
.right-list-img img {
    width: 100%;
    height:100%;
}
.right-list-imgs {
    float: left;
    width: 66px;
    height: 66px;
    margin-right: 10px;
    border-radius:50%;
    overflow:hidden;
}
.right-list-imgs img {
    width: 100%;
    height:100%;
}

.right-part-desc h4 {
    font-size: 18px;
    color: #333;
    font-weight:normal;
}

.page-controller-2 {
    overflow: hidden;
}

.page-con {
    float: left;
}

.page-con a {
    display: inline-block;
    height: 31px;
    padding: 0 12px;
    border: 1px solid #070909;
    color: #070909;
    margin-right: 4px;
    line-height: 31px;
}

.page-con a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.page-con a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.page-con a.active {
    background: #070909;
    color: #fff;
}

.jump-page {
    height: 33px;
    line-height: 33px;
    float: left;
    font-size: 12px;
    margin-top: -2px;
    margin-left: 15px;
    font-weight:bold;
}

.jump-page input {
    height: 30px;
    border: 1px solid #070909;
    width: 31px;
    margin: 0 3px;
}

.right-list2 {
    padding: 15px 0;
}

.right-list2 p {
    display:block; 
    width:100%;
    height: 32px;
    line-height: 32px;
    background: url("../images/list.png") no-repeat left center;
    text-indent: 17px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.right-list2 p a{ color:#323333;}
.right-list2 p a:hover{color:#000;}
.mb110 {
    margin-bottom: 110px;
}

.news-content-head h1 {
    font-size: 34px;
    text-align: center;
    padding: 0 20px;
}

.news-head-info {
    height: 55px;
    line-height: 55px;
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
}

.news-detail {
    padding: 30px 0;
}

.news-detail p {
    line-height: 26px;
    color: #666;
}

.news-code {
    width: 200px;
    height:auto;
    margin: 50px auto 0;
}

.news-code p {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-bottom: 10px;
}

.news-code div {
    padding: 5px;
    border: 1px solid #ddd;
}

.news-code img {
    width: 100%;
}

.about-news-list {
    border-top: 1px solid #ddd;
    margin-top: 50px;
}

.about-news-list h3 {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight:normal;
}

.about-news-list li {
    height: 30px;
    line-height: 30px;
    background: url("../images/list.png") no-repeat left center;
    padding-left: 20px;
    width:100%;
    overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
}




/**xxx**/



.bannerah{overflow: hidden;width: 100%;background: url("../images/artlstbg.jpg") no-repeat left center; background-size:cover; height:336px; position:relative;}

.ban_view{width: 1280px; margin: 0 auto; margin-top: 70px;}
.ban_view .view_right{float: right; color: #fff; width:420px;}
.ban_view .view_right .view_rigfs{text-align: center; float:right; margin-left:80px; margin-top:40px; min-width:120px;}
.ban_view .view_right .view_rigfs b{font-size: 50px; color: #fff;}
.ban_view .view_right .view_rigfs span{font-size: 16px; color: #fff;}
.ban_view .view_right .view_rigps{text-align: center; float:right;margin-top:40px; min-width:120px;}
.ban_view .view_right .view_rigps b{font-size: 50px; color: #fff;}
.ban_view .view_right .view_rigps span{font-size: 16px; color: #fff;}
.ban_view .view_right .view_rigtp{float:right;}
.ban_view .view_right .view_rigtp a{font-size: 16px; color: #fff; float:right; margin-right:30px; cursor:pointer;}

.ban_view .view_left{width: 176px; height: 176px; float: left; border-radius: 50%; overflow: hidden;}
.ban_view .view_left img{width: 100%; height: 100%;}
.ban_view .view_midd{display: block; width: 50%; float: left; font-size: 43px; color: #fff;margin-top: 40px; margin-left: 15px;}
.ban_view .view_middq{display: block; width: 50%; float: left; font-size: 16px; color: #fff; margin-top: 10px; margin-left: 15px;}

.shop-nav .artmenu{width:1280px; margin:0 auto; text-align:left;}
.shop-nav .artmenu a{ padding-left:0; margin-right:43px; padding-right:53px;}
.news_title0{width:100%; margin-top:30px; float:left; border-bottom:1px solid #999899;}
.news_title0 a{float:right; font-size:16px; color:#3366cc; margin-right:10px; margin-top:20px; cursor:pointer;}
.news_title0 b{display:block; float:left; border-bottom:8px solid #cc0000; font-size:30px; color:#333;}

.news_title1{width:100%; margin-top:30px; float:left; border-bottom:1px solid #999899;}
.news_title1 a{float:right; font-size:16px; color:#999; margin-right:10px; margin-top:15px; cursor:pointer;}
.news_title1 b{display:block; float:left; font-size:30px; color:#333;}

.news_instro0{float:left; width:100%; font-size:16px; color:#333; margin-top:30px;}
.news_work0{width:100%; float:left;}
.news_work0 div{position:relative;width:256px; float:left; margin-top:30px; margin-right:30px;}
.news_work0 div.no{ margin-right:0;}
.news_work0 div a{ cursor:pointer;}
.news_work0 div a img{ width:256px; height:256px; border:0;}
.news_work0 div a span{display:block; width:236px; height:36px; line-height:36px; background:rgba(0,0,0,0.6); padding:0 10px; font-size:14px; color:#fff; position:absolute; left:0; top:220px;}
.news_articel0{width:100%; float:left;}
.news_articel0 ul{ display:block; float:left;width:100%; margin:15px 0 0 0; padding:0px;}
.news_articel0 ul li{ display:block; float:left; width:100%; height:40px; line-height:40px; border-bottom:1px solid #999899;}
.news_articel0 ul li a{ display:block; width:70%; float:left; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:14px; color:#333; cursor:pointer;}
.news_articel0 ul li a:hover{color:#000;}
.news_articel0 ul li i{ float:right; font-style:normal;font-size:14px; color:#333;}
.news_articel0 ul li.no{ border:0;}

.news_leavemsg0 ul{ display:block; float:left;width:100%; margin:0; padding:0px;}
.news_leavemsg0 ul li{ display:block; float:left; width:100%; line-height:50px; margin-top:15px;}
.news_leavemsg0 ul li a{ display:block; width:50px; height:50px; border-radius:50%; overflow:hidden; cursor:pointer; float:left;}
.news_leavemsg0 ul li img{ display:inline-block; width:50px; height:50px; vertical-align:middle; border:0;}
.news_leavemsg0 ul li span{ display:block; width:750px; margin-left:20px; font-size:14px; color:#333;float:left;}
.news_leavemsg0 ul li span.mul{ line-height:24px;}

.news_pbleavemsg0{width:100%; float:left; margin-top:15px;}
.news_pbleavemsg0 a.pub{display:block; width:200px; height:108px; background:#cc0000; text-align:center; line-height:108px; border:1px solid #cc0000; float:right; font-size:22px; color:#fff; cursor:pointer;}
.news_pbleavemsg0 .msgtxt{width:598px; height:108px; border:1px solid #999; line-height:27px; padding:0 8px; float:left; resize:none;}
.news_athed{float:left; width:100%;}
.news_athedit{width: 620px; height: 310px; float: left; margin-right: 30px; margin-top: 30px;}
.news_athedit a{ cursor:pointer;}
.news_athedit.no{margin-right: 0px; }
.news_athedit img{display:block; width:100%; height:100%; border:0;}
.news_crtitle0{width:100%; margin-top:30px; float:left; border-bottom:1px solid #999899;}
.news_crtitle0 a{display:block; float:left; border-bottom:8px solid #fff; font-size:30px; color:#333;cursor:pointer; font-weight:bold; margin-right:40px;}
.news_crtitle0 a.on{border-bottom:8px solid #cc0000;}

/**排序**/
.m_tit{width: 100%; height: 4em;line-height:4em; float:left; border-bottom:1px solid #999999; text-align:right; margin-bottom:18px;}
.m_tit b{ float:left; font-size:30px; color:#333; display:block;}

.m_tit ul { list-style:none;  height:1.25em; line-height:1.25em; display:inline-block;* display:inline;zoom:1; margin-top:1.375em;}
.m_tit ul li {float: left;text-align: center; border-right:1px solid #333;list-style:none; display:block;}
.m_tit ul li.n {border-right:0px;}
.m_tit ul li a {color: #333; font-size:18px; margin-left:3px; margin-right:3px; cursor:pointer;}
.m_tit ul li a.on {color: #ff0000; margin-left:3px; margin-right:3px;}
.m_tit a.go{ float:right;margin-right:0.5em;margin-top:1.3125em;}
.m_tit a.go img{ height:1.375em;  }
.m_tit span{float:right;font-size:1em;color:#666; margin-right:0.3em;}
.m_tit span i{color:#ff0000;font-style:normal;}
.m_arttj{width: 100%; float: left;min-height:211px;}
.m_arttj_o{width: 100%; float: left;}
.m_arttj_o a{ cursor:pointer;}
.m_arttj_ot{position: relative; width: 150px; float: left; margin-bottom: 18px; margin-right: 18px; overflow: hidden;}
.m_arttj_ot a{ cursor:pointer;}
.m_arttj_ot img{ display:block; width: 100%; height: auto; border:0;}
.m_arttj_ot span.t{display: block; position: absolute; top: 114px; left: 0; width: 100%; background: rgba(0,0,0,0.5); height: 36px; line-height: 36px; text-align: center; color: #ff9900; font-size: 12px;}
.m_arttj_ot span.tt{width:70px;float:left;overflow:hidden;}
.m_arttj_ot span.t0{position:relative;display:block; width:45px;height:26px; color:#fff;margin-top:5px;float:right;margin-right:0px; background:#ff9900; text-align:center; line-height:26px;cursor:pointer;}
.m_arttj_ot span.t1{position:relative;display:block; width:45px;height:26px; color:#fff;margin-top:5px;float:right;margin-right:0px; background:#ff0000; text-align:center; line-height:26px;cursor:pointer;}
.m_arttj_ot span.a{color: #ff6600;display: block;float: left;font-size: 1em;width:100%; text-align:center; height:1.6em;line-height:1.4em;margin-top:0.3em;}
.m_arttj_ot span.b{color: #333;display: block;float: left;font-size: 1.125em; font-weight:bold; width:100%;text-align:center; height:1.6em;line-height:1.6em; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.m_arttj_ot span.c{color: #666;display: block;float: left;font-size: 1em;width:100%; text-align:center; height:1.4em;line-height:1.4em;}
.m_arttj_ol{width: 479px; float: right; margin-right: 2.5%; margin-bottom: 0.8em;}
.m_arttj_ol span.tag{float: right; font-size: 1.125em; color: #ff9900; line-height: 1.35em;}
.m_arttj_ol span.tag img{height: 1.25em; width: auto; float: left; margin-right: 0.2em;}
.m_arttj_ol span.name{float: left; font-size: 22px; color: #333; display:block; width:80%; font-weight:bold; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; margin-top:0.05em;}
.m_arttj_ol p{margin: 0; float: left; font-size: 18px; font-weight:bold; color: #333; display: block; width: 100%; margin-top: 15px;}
.m_arttj_ol div{float: left; font-size: 1.125em; color: #666; display: block; width: 100%; margin-top:10px; line-height: 1.3em; min-height: 1.3em; max-height: 3.9em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

.m_arttjr{width: 100%; float: left; min-height:211px;}
.m_arttjr_o{width: 100%; float: left;}
.m_arttjr_o a{ cursor:pointer;}
.m_arttjr_ot{position: relative; width: 150px; float: left; margin-bottom: 18px; margin-right: 16px; overflow: hidden;}
.m_arttjr_ot a{ cursor:pointer;}
.m_arttjr_ot img{ display:block; width: 100%; height: auto; border:0;}
.m_arttjr_ot span.t{display: block; position: absolute; top: 114px; left: 0; width: 100%; background: rgba(0,0,0,0.5); height: 36px; line-height: 36px; text-align: center; color: #ff9900; font-size: 12px;}
.m_arttjr_ot span.tt{width:70px;float:right;overflow:hidden;}
.m_arttjr_ot span.t0{position:relative;display:block; width:45px;height:26px; color:#fff;margin-top:5px;float:right;margin-right:0px; background:#ff9900; text-align:center; line-height:26px;cursor:pointer;}
.m_arttjr_ot span.t1{position:relative;display:block; width:45px;height:26px; color:#fff;margin-top:5px;float:right;margin-right:0px; background:#ff0000; text-align:center; line-height:26px;cursor:pointer;}
.m_arttjr_ot span.a{color: #ff6600;display: block;float: left;font-size: 1em;width:100%; text-align:center; height:1.6em;line-height:1.4em;margin-top:0.3em;}
.m_arttjr_ot span.b{color: #333;display: block;float: left;font-size: 1.125em; font-weight:bold; width:100%;text-align:center; height:1.6em;line-height:1.6em; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.m_arttjr_ot span.c{color: #666;display: block;float: left;font-size: 1em;width:100%; text-align:center; height:1.4em;line-height:1.4em;}
.m_arttjr_ol{width: 314px; float: right; margin-right: 2.5%; margin-bottom: 0.8em;}
.m_arttjr_ol span.tag{float: right; font-size: 1.125em; color: #ff9900; line-height: 1.35em;}
.m_arttjr_ol span.tag img{height: 1.25em; width: auto; float: left; margin-right: 0.2em;}
.m_arttjr_ol span.name{float: left; font-size: 22px; color: #333; display:block; width:70%; font-weight:bold; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; margin-top:0.05em;}
.m_arttjr_ol p{margin: 0; float: left; font-size: 18px; font-weight:bold; color: #333; display: block; width: 100%; margin-top: 15px;}
.m_arttjr_ol div{float: left; font-size: 1.125em; color: #666; display: block; width: 100%; margin-top:10px; line-height: 1.3em; min-height: 1.3em; max-height: 3.9em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

.m_arttjd{width: 100%; float: left;}

.idx_left{width: 532px; float: left;}
.idx_left_v{width: 100%; max-height: 328px;height: 328px; float: left; margin-top: 16px; margin-bottom: 30px; overflow:hidden;}
.idx_left_v b{ color:#333;}
.idx_left .m_arttj_ot{margin-right:20px; width:163px;}
.idx_left .m_arttj_ot span.t{top:127px;}
.idx_left .m_arttjr_ot{margin-right:20px; width:163px;}
.idx_left .m_arttjr_ot span.t{top:127px;}
.idx_left .m_arttjr_ot span.b{margin-top:5px;}
.idx_middle{width: 386px; float: left; margin-left: 30px; overflow:hidden;}

.idx_middle .right-list2{ padding-bottom:10px;}

.idx_right{width: 298px; float: left; margin-left: 30px;}
.idx_right_tti{width:278px; overflow:hidden; padding:10px; border:1px solid #dedede; float:left;position:relative; margin-bottom:10px; cursor:pointer;}
.idx_right_tti a{ cursor:pointer;}
.idx_right_tti div.atit{float:left; line-height:30px;}
.idx_right_tti div.atit a.pimg{display:block; width:30px; height:30px; border-radius:50%; overflow:hidden; float:left;cursor:pointer;}
.idx_right_tti div.atit a.pimg img{display:block; width:30px;border:1px; border:0;}
.idx_right_tti div.atit a.pname{color:#666 ; float:left; margin-left:10px;font-size:12px;cursor:pointer;}
.idx_right_tti div.atit span.snum{float:left; color:#999;margin-left:10px;font-size:12px;}
.idx_right_tti div.acont{ float:left; margin-top:5px;line-height:20px; max-height:40px; overflow:hidden;}
.idx_right_tti a.pl{font-size:12px; color:#999; position:absolute; bottom:10px; right:10px; cursor:pointer;}
.idx_right_zt{ float:left; width:100%; margin-bottom:5px;}
.idx_right_zt a{ cursor:pointer;}
.idx_right_zt a img{display:block; width:298px; height:149px; border:0;}

.idx_bright{width:714px; float:left;margin-left:30px;}
.idx_bright .m_arttj_ot{margin-right:20px; width:163px;}
.idx_bright .m_arttj_ot span.t{top:127px;}
.idx_bright .m_arttjr_ot{margin-right:20px; width:163px;}
.idx_bright .m_arttjr_ot span.t{top:127px;}
.idx_bright .m_arttjr_ot span.b{margin-top:5px;}

.idx_adv{float:left; width:100%; max-height:180px; margin-top:15px;}
.idx_adv a{ float:left;}
.idx_adv img{ display:block; width:410px; margin:0 8px; max-height:180px; border:0;}
.idx_left ul.siteul{ list-style:none; display:block; float:left; width:100%; padding:0 0 16px 0; margin:0px;}
.idx_left ul.siteul li{list-style:none; display:block; float:left;  margin:0 13px 13px 0; width:142px; padding:0 10px; font-size:16px; text-align:center; height:40px; line-height:40px; border:1px solid #dedede; border-radius:23px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.idx_left ul.siteul a{ color:#333;}


.m_shop{width: 100%; float: left;}

.m_shop_ot{width: 163px; float: left; margin-right:20px; margin-bottom:20px; overflow: hidden;text-align:center;}
.m_shop_ot img{width: 163px; height: auto; float:left;}
.m_shop_ot span.a{color: #666;display: block;float: left;font-size: 1em;width:100%; text-align:center; line-height:20px;margin-top:6px;}
.m_shop_ot span.b{color: #ff6600;display: block;float: left;font-size: 1em;width:100%;text-align:center; height:24px;line-height:1.6em;margin-top:6px;}
.m_shop_ot a{display:inline-block;*display:inline;zoom:1; width:50%; height:30px;line-height:28px;color:#fff;background:#ff6600;border-radius:0.3em;margin-top:6px;}

.idx_bottom{width:100%; float:left; line-height:30px; margin-top:20px;}
.idx_bottom span{ color:#333; margin-right:15px;}
.idx_bottom a{ color:#333; margin-right:15px;}

.gdm_cat{width:100%; float:left; margin-top:10px; margin-bottom:30px;}
.gdm_cat span{display:block; width:98px; float:left; font-size:14px; color:#333;}
.gdm_cat div.cat{width:1180px; float:left;}
.gdm_cat div.cat a{display:block; width:120px; font-size:14px; color:#333; float:left; margin-bottom:15px; cursor:pointer;}
.gdm_cat div.cat a.on{color:#cc0000;}
.gdm_cat div.jf{width:100%; float:left; margin-top:15px;}
.gdm_cat div.jf b{font-size:20px; color:#333; font-weight:normal;}
.gdm_cat div.jf i{color:#cc0000; font-size:20px; font-style:normal;}

.gd_ded{width: 100%; float: left;}
.gd_ded_ir{width: 839px; float: right;}
.gd_ded_ir h3{display: block; float: left; width: 100%; color: #333333; font-size: 20px; font-weight: normal;}
.gd_ded_ir span.a{display: block; float: left; width: 100%; line-height: 26px; margin-top: 15px; color: #666; font-size: 14px;}
.gd_ded_ir span.b{display: block; float: left; width: 100%; margin-top: 15px; color: #333; font-size: 16px;}
.gd_ded_ir span.b i{font-style: normal; color: #cc0000;}
.gd_ded_ir a.btn{display: block; width: 162px; height: 36px; line-height: 34px; text-align: center; background: #cc0000; color: #fff; font-size: 16px; float: left; margin-top: 30px; border-radius: 5px; cursor: pointer;}
.gd_ded_img{width: 409px; height: 409px; float: left; border: 1px solid #ddd;}
.gd_ded_img img{display: block; width: 100%; height: 100%;}
.gd_ded_ct{width: 100%; float: left; margin-top: 30px; border-bottom: 1px solid #ddd;}
.gd_ded_ct b{display: block; width: 170px; height: 50px; border: 1px solid #ddd; border-bottom: 0; text-align: center; line-height: 50px; font-size: 24px; color: #333; font-weight: normal;}
.gd_ded_cc{width: 100%; float: left; margin-top: 30px;}
.gd_ded_cc img{ display:block; max-width:100%;border:0px; margin:0;padding:0;}

        #nav {
            list-style-type: none;
            float: right;
            padding: 0;
            margin: 0;
            position:absolute;
            top:20px;
            right:50%;
            margin-right:-648px;
            z-index: 6;
            display:block;
            width:247px;
            padding-top:20px;
            height:371px;
            background: url(../images/site_bg_new.png) no-repeat;
        }

            #nav li {
                display:block;
                width: 188px;
                padding:0 15px;
                margin:0 15px;
                height: 34px;
                line-height: 34px;
                text-align: center;
                color: white;
                font-size: 14px;
                cursor: pointer;
                overflow:hidden;
                white-space:nowrap;
                text-overflow:ellipsis;
            }
            #nav li a{color: white;}
            #nav .now {
                background-color: #0586ee/*#569e04*/;
                display:block;
            }

        #pic {
            width:1296px;
            list-style-type: none;
            height: 411px;
            padding: 0;
            margin: 0;
            position: absolute;
            top:0;
            left:50%;
            margin-left:-648px;
            z-index: 5;
            /*display: none;*/
            overflow: hidden;
        }
/**修改**/
#UCAP_CONTENT{ min-height:400px;}
#UCAP_CONTENT .m_arttj_ot{float:inherit;}
    #UCAP_CONTENT .m_arttj_ot span.b {
        color: #333;
    }
.list-itemnc { float:left; width:100%;}
.list-itemnc a{ display:block; float:left; width:98%;}
.list-itemnc::before {
    background: #666 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    float: left;
    height: 3px;
    margin-left: 3px;
    margin-right: 5px;
    margin-top: 18px;
    vertical-align: middle;
    width: 3px;
}
.news-detail img{ max-width:100%;}
.right-list2 p{ text-indent:0;}
.right-list2 p::before {
    background: #666 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    float: left;
    height: 2px;
    margin-left: 3px;
    margin-right: 5px;
    margin-top: 16px;
    vertical-align: middle;
    width: 2px;
}
.about-news-list li {padding-left: 0px;}
.about-news-list li::before {
    background: #666 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    float: left;
    height: 2px;
    margin-left: 3px;
    margin-right: 5px;
    margin-top: 15px;
    vertical-align: middle;
    width: 2px;
}
.selrdiv{position:absolute; width:307px; background:#333; min-height:200px; left:10px; top:40px; z-index:99999; color:#fff; display:none;}
.selrdiv a{display:block; width:267px; float:left; height:36px; line-height:35px; padding:0 20px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#fff; cursor:pointer;}
.selrdiv a:hover{ background:#040000;}

.fallow-list li{ margin-bottom:15px; min-height:160px;}
.user-info-edit .edit-text{ text-indent:10px;}
.table-header tr th{
    border-bottom: 1px solid #c7c9ca;
    height: 50px;
}
.table-body tr td{
    border-bottom: 1px solid #f5f5f5;
    height: 40px;
}
.table-body tr td.a{
    text-indent:10px;
}
.input-button a.button {
    display:block;
    text-align:center;
    width: 100%;
    height: 34px;
    line-height:30px;
    background: #8e8e8e;
    color: #fff;
    margin: 15px 0;
    font-size:16px;
    cursor:pointer;
}
.input-button a.button.on{background:#313131;color:#fff;}
.reg-btn a.button {
    height: 54px !important;
    line-height:54px !important;
}
.edit-face-btn a.button {
    
    color: #0066ff;
    font-size: 16px;
}
.reg-btn a.button.on{background:#313131;color:#fff;}
.get-reg-code{ display:block; text-align:center; line-height:46px; cursor:pointer;}
.get-reg-code.on{background:#313131;color:#fff;}
/*默认样式，主要是position:fixed实现屏幕绝对定位*/
#gotoTop{display:none;position:fixed;top:85%;right:0px;cursor:pointer;margin-top:-50px;margin-left:520px;padding:5px 0px;width:25px;text-align:center;border:1px solid #e0e0e0;background:#fff;}
/*用CSS表达式(expression)来实现ie6下position:fixed效果*/
#gotoTop{_position:absolute;_top:expression(documentElement.scrollTop + documentElement.clientHeight * 3/4 + "px")}
/*鼠标进入的反馈效果*/
#gotoTop.hover{background:#8e8e8e;color:#fff;text-decoration:none;} 
/*分页样式*/
/*.pagination {position:fixed; bottom:0; margin-top:10px;width:100%; height:50px; }*/
.pagination li {
    float: left;
    list-style: none;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    font-family:STKaiti;
}

    .pagination li:first-child span {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        margin-left: 0;
    }

    .pagination li:last-child span {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .pagination li span {
        background-color: #fff;
        border: 1px solid #ddd;
        color: #428bca;
        float: left;
        line-height: 1.42857;
        margin-left: -1px;
        padding: 6px 12px;
        position: relative;
        text-decoration: none;
    }

        .pagination li span.current {
            background-color: #428bca;
            color: #fff;
        }

.page-list {
    clear: both;
    margin-top:40px;
    font-size:16px;
    font-family:STKaiti;
}

    .page-list .page-total {
        float: left;
        margin: 0 0 0 20px;
        font-family:STKaiti;
    }

        .page-list .page-total input, .page-list .page-total select {
            padding-left: 3px;
            width: 40px;
            height: 30px;
            border:1px solid #dedede;
        }

.pagination li span.no {
    background-color: #f3f3f3;
    color: #999999;
    border: 1px solid #f3f3f3;
}
/* ENd分页样式*/
.pc_lst_load {width:100%; float:left; color:#888888; text-align:center; padding:10px 0px;}
.pc_lst_load img{ display:block; width:20px; height:20px; margin:0px auto;}

.s_IrList{width:80%; float:left; margin-bottom:7em; margin-top:1em;} 
.s_IrList div{ width:100%; float:left; padding:1.5em 0; text-align:center; line-height:1.6em;}
.s_IrList div b{ font-size:1.375em; color:#333; font-weight:normal;}
.s_IrList div span{ font-size:1.125em; color:#333;}
.s_IrList div p{ font-size:1em; color:#666; margin:0;}
.s_IrList div i{ font-style:normal;font-size:1em; color:#ff3300; }


/*分页样式*/
/*.pagination {position:fixed; bottom:0; margin-top:10px;width:100%; height:50px; }*/
.page-controller-2 .pagination li {
    float: left;
    list-style: none;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-right:5px;
    font-family:STKaiti;
}

.page-controller-2 .pagination li:first-child span {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        margin-left: 0;
    }

.page-controller-2 .pagination li:last-child span {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

.page-controller-2 .pagination li span {
        background-color: #fff;
        border: 1px solid #070909;
        color: #070909;
        float: left;
        line-height: 1.42857;
        margin-left: -1px;
        padding: 6px 5px;
        position: relative;
        text-decoration: none;
    }

.page-controller-2 .pagination li span.current {
            background-color: #070909;
            color: #fff;
        }

.page-controller-2 .page-list {
    clear: both;
    margin-top:40px;
    font-size:16px;
    width:100%;
    font-family:STKaiti ;
}

.page-controller-2 .page-list .page-total {
        float: left;
        margin: 1px 0 0 5px;
        font-family:STKaiti;
        line-height:34px;
    }

.page-controller-2 .page-list .page-total input, .page-controller-2.page-list .page-total select {
            padding-left: 3px;
            width: 30px;
            height: 30px;
            border:1px solid #070909;
        }
.page-controller-2 .pagination li span.no {
    background-color: #f3f3f3;
    color: #999999;
    border: 1px solid #070909;
}
/* ENd分页样式*/


/**打印分享**/
.pages_date {
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    float: left;
    overflow: hidden;
}

    .pages_date span {
        color: #666666;
        font-size: 14px;
    }

    .pages_date .date {
        display: block;
        line-height: 30px;
        text-align: left;
        color: #666666;
        font-size: 14px;
        float: left;
        margin: 12px 0;
    }

    .pages_date .font {
        display: block;
        line-height: 30px;
        text-align: left;
        color: #666666;
        font-size: 14px;
        float: left;
        margin: 12px;
    }

.printshare {
    float: right;
    width: auto;
    height: 50px;
}

    .printshare .Print {
        float: right;
        margin: 16px 20px 0 20px;
    }

        .printshare .Print img {
            width: 26px;
            height: 22px;
            float: left;
        }

        .printshare .Print span {
            display: block;
            float: left;
            line-height: 22px;
            margin-left: 5px;
        }

    .printshare .gwds_more {
        width: 12px;
        height: 12px;
        margin: 20px 10px 0px 6px;
        background: url(../images/icon_17.jpg) no-repeat 0 0;
        overflow: hidden;
        _display: block;
        _height: 12px;
        float: right;
    }

    .printshare .gwds_tsina {
        margin: -1px 3px 0px 3px;
        background: url(../images/share.png) no-repeat;
        background-position: 2px 5px !important;
        display: block;
        float: left;
        height: 32px;
        padding: 2px 2px;
        width: 30px;
        float: right;
        margin-top: 10px;
    }

    .printshare .gwds_weixin {
        margin: -1px 3px 0px 3px;
        background: url(../images/share.png) no-repeat;
        background-position: 2px -33px !important;
        display: block;
        float: left;
        height: 32px;
        padding: 2px 2px;
        width: 30px;
        float: right;
        margin-top: 10px;
    }

    .printshare .gwds_share {
        width: 20px;
        height: 20px;
        margin: 20px 3px 0px 6px;
        background: url(../images/icon_16.jpg) no-repeat 0 0;
        overflow: hidden;
        _display: block;
        _height: 20px;
        float: right;
    }

    .printshare div.font {
        float: right;
        margin: 14px 16px 0 0;
        color: #666666;
        font-size: 14px;
    }

        .printshare div.font span {
            cursor: pointer;
        }
        /**打印分享End**/

        .bannerahs{overflow: hidden;width: 100%; background-size:cover; height:415px; position:relative;}
        .xs_banner{ width:100%; height:415px; margin:0px auto; overflow:hidden;}
        .xs_banner .Warp { width: 100%; height: 100%; overflow: hidden; }
.xs_banner .pic li{width:100%;  height:415px; position:relative; z-index:0;}
.xs_banner .pic li img{width:100%;  height:415px;}
.xs_banner .num { height: 14px; position: absolute; bottom:20px; left:50%; list-style-type: none; }
.xs_banner .num li { background: #cccccc; color: #fff; width:20px; height:20px;border-radius:50%; float: left; line-height: 20px; text-align: center; font-weight: bold; font-size: 12px; margin-left: 8px; cursor: pointer; }
.xs_banner .num li:hover { color: #fff; background: #e60012; }
.xs_banner .num .active { color: #fff; background: #e60012; }

.shop-navc {
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #fff;
}

.shop-navc a {
    color: #333;
    font-size: 24px;
    padding: 13px 43px;
}

.shop-navc a.active {
    color: #cc0000;
}
#gave-box{

	width:250px; height:285px; background:url(/images/gave.png) no-repeat; background-size:250px; position:absolute; left:50%; top:25%;

}

#gave-text{

	padding:110px 30px 0; height:116px; overflow:hidden

}

#gave-text p{

	padding:5px; background-color:#fff; border-left:1px solid #cccccc; border-right:1px solid #efefef; border-top: 1px solid #cccccc; border-bottom: 1px solid #e9e9e9; overflow:hidden 

}

.gave-input{

	width:100%; height:20px; line-height:20px; font-size:14px; background-color:#fff; border:none; margin:0; padding:0; overflow:hidden;

}

#gave-sub{

	width:130px; height:33px; margin:16px auto;cursor:pointer;

}

#gave-close{

	width:100%; height:50px; position:absolute; left:0; top:0; z-index:2; display:block;cursor:pointer;

}

/*订单成功*/
.wz_ordername{ width:100%; height:57px; line-height:57px; background:#f9f9f9; color:#565656; font-size:24px;text-align:left; text-indent:20px;}
.wz_ordercgbd{ height:auto; overflow:hidden; padding:60px 0; text-align:center; margin:0 auto; border:1px solid #ccc;}
.wz_tjcgtext{ width:100%; height:auto; overflow:hidden; text-align:center;}
.wz_tjcgtext .tjcg{ color:#5a8c35; font-size:30px; height:50px; line-height:50px;}
.wz_tjcgtext .tjcg img{ width:48px; height:36px; vertical-align:middle; margin-top:-5px; margin-right:5px;}
.wz_tjcgtext .wxts{ color:#606060; font-size:13px; font-family:宋体; height:50px; line-height:50px;}
.wz_order_table{ width:810px; margin:30px auto 0; text-align:center; font-size:13px; color:#606060; font-family:宋体;}
.wz_order_table thead th{ background:#eeeeee; padding:5px; }
.wz_order_table tbody td{ padding:10px; border-bottom:1px solid #eee;}
.sn-sp1 {
    color: #000;
    font-size: 12px;
    line-height: 42px;
}

.sn-order {
    margin-top: 10px;
}

.sn-payimg {
    margin-top: 20px;
}

.sn-pau-img {
    height: 160px;
    margin-top: 5px;
}

    .sn-pau-img img {
        width: 160px;
        height: 160px;
        vertical-align: middle;
    }

.sn-sp1 img {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

.sn-wximg {
    width: 160px;
    height: 160px;
}

.zfje {
    color: #ec3560;
    font-size: 24px;
    font-weight: bold;
    margin-right: 5px;
}