/*/*/

@charset "utf-8";
body {
    background-image: url(../images/bgimg.png);
    background-color: #F2F2F2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 1px 4px 1px 4px;
    color: #333;
    font-size: 100%;
    font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

a {
    text-decoration: none;
    color: #444;
}

a:hover {
    text-decoration: none;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
ol,
label,
textarea,
img,
dl,
dt,
dd,
img {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    vertical-align: baseline;
    font-family: inherit;
    font-style: inherit;
    outline: 0;
}

video {
    width: 80%;
    clear: both;
    display: block;
    margin: auto;
}

input {
    border: 1px solid #ccc;
    padding: 7px 5px;
    border-radius: 3px;
    padding-left: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.clear:after {
    clear: both;
    display: table;
    content: " ";
}

.lf {
    float: left;
}

.lr {
    float: right;
}

li {
    list-style-type: none;
}

*:before,
*:after,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.link-con-a {
    background-color: #fff;
}

.container {
    max-width: 1366px;
    margin: 0 auto;
}

.mainct {
    position: relative;
    margin-right: 405px;
}

.div1 {}

.div2 {
    position: fixed;
    _position: absolute;
    top: 65px;
    z-index: 10;
}

#tab li {
    background-color: #F5F5F5;
    float: left;
    padding-left: 0px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    width: 33.34%;
    text-align: center;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-left: -1px;
    font-size: 16px;
}

/*头部CSS*/

.use {
    height: 25px;
    line-height: 25px;
    color: #999;
    background-color: #F5F5F5;
    font-size: 12px;
}

.use a {
    color: #355942;
    margin-left: 10px;
}

#header {
    width: 100%;
    border-bottom: 1px solid #e8e9e7;
    background-color: #fff;
}

.tophead {
    position: fixed;
    top: 0;
    z-index: 100;
    box-shadow: 0 0 5px #888;
}

.logo {
    margin: 5px 0 0 0;
}

#nav {
    position: relative;
    margin: 0 10px 0 0;
    color: #777;
}

#nav ul li {
    float: left;
    line-height: 60px;
    height: 60px;
    margin: 0 14px 0 0;
    font-size: 14px;
}

#nav ul li a {
    padding: 4px 15px 4px 5px;
}

#nav ul li ul {
    display: none;
    position: absolute;
    z-index: 999;
    padding: 5px 5px 5px 5px;
    border: 1px solid #ccc;
    border-top: 1px dashed #ccc;
    background-color: #fff;
    margin: -1px 0 0 0;
    width: 110px;
}

#nav ul li ul li {
    float: none;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #ccc;
    margin: 0px;
    padding: 2px 5px;
}

#nav ul li ul li a {
    padding: 0 0 0 5px;
}

#nav ul li i {
    margin: 0 5px 0 0;
}

#nav ul li a i {
    -webkit-transition: 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

#nav ul li a:hover>i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

#yidongnavs {
    display: none;
}

.ydmenu {
    display: none;
}

#sousuola {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 97;
    background: #333;
    background-color: rgba(51, 51, 51, .8);
}

.sousuo {
    display: none;
    padding: 40px 12% 0 12%;
}

.sousuo form {
    height: 42px;
    margin-bottom: 20px;
}

.sousuo form input {
    float: left;
    width: 85%;
    height: 42px;
    line-height: 42px;
    padding: 0 0 0 16px;
}

.sousuo form button {
    float: right;
    width: 15%;
    height: 42px;
    line-height: 42px;
    color: #fff;
    border: none;
}

#sguanbi {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 12px;
}

/*主体*/

.main {
    margin-top: 6px;
}

.main-lf {
    width: 70.7%;
}

.main-lr {
    width: 28.7%;
}

.denglu {
    cursor: pointer;
}

.miaobao {
    margin-bottom: 4px;
    width: 100%;
    line-height: 30px;
    background-color: #fff;
    font-size: 0.875em;
    font-weight: normal;
}

.miaobao a {
    font-weight: normal;
}

.postt {
    position: relative;
    clear: both;
    margin: 0px 5px;
    overflow: hidden;
}

.noticet {
    padding-left: 26px;
    line-height: 35px;
    border: 1px dashed #B9AB9E;
    background-color: #FCFAF7;
    background-image: url(../images/new2.gif);
    background-repeat: no-repeat;
    background-position: 10px 7px;
    margin: 5px 0px;
}

.noticet ul {
    font-size: 14px;
    line-height: 25px;
    padding-left: 15px;
}

.place {
    margin-left: 10px;
    font-weight: normal;
}

.yan {
    margin-right: 10px;
}

.liebiao {
    padding: 3px;
    background-color: #fff;
}

.main-tui {
    margin-bottom: 10px;
    background-color: #fff;
}

.main-xin {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    padding-left: 10px;
    font-size: 16px;
}

.main-xin i {
    margin-right: 10px;
}

#flexisel {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    text-align: center;
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    padding-top: 5px;
}

.nbs-flexisel-item {
    float: left;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    position: relative;
}

.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    padding: 10px;
    border: 1px solid #eee;
    height: 170px;
}

.nbs-flexisel-item h3 {
    text-align: center;
    line-height: 30px;
    margin: 0 10px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: absolute;
    cursor: pointer;
    z-index: 4;
    margin-top: -15px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.22);
    font-size: 40px;
}

.nbs-flexisel-nav-left {
    left: 5px;
}

.nbs-flexisel-nav-left:before {
    content: "\f053";
    font-family: FontAwesome;
}

.nbs-flexisel-nav-right {
    right: 5px;
}

.nbs-flexisel-nav-right:before {
    content: "\f054";
    font-family: FontAwesome;
}

/*分类列表*/

.archive-list {
    padding: 20px 15px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}

.archive-list i {
    margin-right: 5px;
}

.archive-list-img {
    position: relative;
    float: left;
    width: 270px;
    height: 180px;
    margin: 0 20px 0 0;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .35);
}

.archive-list a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.archive-list h2 {
    line-height: 30px;
    font-size: 18px;
    white-space: nowrap;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.archive-list-lei {
    color: #333;
    margin-right: 10px;
    font-size: 14px;
}

.archive-on {
    box-shadow: 0 0 6px 3px #ddd;
    border: 0;
}

.archive-on a img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.archive-list-time {
    color: #a9a9a9;
    font-size: 14px;
    margin-right: 10px;
}

.archive-list-content {
    margin-top: 8px;
    color: #656565;
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}

.archive-list-content a,
.archive-list-content a:hover {
    color: #656565;
}

.archive-list-footer {
    margin-top: 9px;
    font-size: 14px;
    height: 25px;
    overflow: hidden;
    color: #a9a9a9;
}

.archive-list-footer a {
    color: #a9a9a9;
    margin-right: 5px;
}

.archive-list-footer span {
    color: #a9a9a9;
    margin-right: 10px;
}

.archive-list-img-lei {
    color: #fff;
    padding: 4px 6px;
    z-index: 2;
    position: absolute;
    top: 0;
    font-size: 12px;
}

.archive-list-img-lei a,
.archive-list-img-lei a:hover {
    color: #fff;
}

/*分页条*/

.pagebar {
    line-height: 25px;
    margin-top: 10px;
}

.page {
    margin: 0 3px 0px 0;
    padding: 0px 8px;
    background-color: #fff;
    color: #999;
    border: 1px solid #ddd;
    display: inline-block;
    clear: both;
    border-radius: 2px;
    font-size: 14px;
}

.now-page {
    border: 1px solid #ddd;
    color: #fff;
}

/*侧栏*/

.pagetwo {
    line-height: 25px;
    margin-top: -1px;
    background-color: #fff;
    padding: 10px;
    border-top: 0px !important;
    border-radius: 0 0 6px 6px !important;
    border: 1px solid #ddd;
}

.cate-load-bar {
    float: right;
    margin: 0 3px 0px 0;
    padding: 0px 8px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.liebiao .ias_trigger {
    clear: both;
    text-align: center;
    display: block;
    height: 76px;
    line-height: 76px;
    cursor: pointer;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    width: 980px;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}

.liebiao .load-tip {
    font-size: 16px;
    color: #000;
}

.load-tip a {
    color: #39442e;
    text-decoration: none;
    outline: 0
}

#next {
    clear: both
}

.liebiao .ias_loader {
    width: 980px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    padding: 20px 0px;
    line-height: 24px;
    position: relative;
    clear: both;
}

.pagination-loading {
    text-align: center;
    font-size: 14px;
}

.t-opo-content a {
    margin-right: 10px;
}

.celanbiao {
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
}

.celanbiao img {
    width: 100%;
    display: block;
}

.qqq {
    position: fixed;
    top: 60px;
}

.celanbiao h3,
.pinglun h3 {
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-radius: 6px 6px 0px 0px;
}

#tab {
    border-radius: 6px;
    margin-top: 1px;
    margin: -10px -10px 10px -10px;
    background-color: #F5F5F5;
}

.celanbiao h3 i,
.xiangguan-txt-lf i,
.pinglun h3 i {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    margin: 0 15px 0 0;
    border-right: 1px solid #ddd;
}

.aside-con {
    padding: 10px;
    overflow: hidden;
}

#tab li.tabhover {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.celanbiao li {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    border-bottom: 1px dashed #DEDEDE;
    text-overflow: ellipsis;
    overflow: hidden;
}

#divTags li span {
    display: none;
}

#divSearchPanel input[type="text"] {
    width: 240px;
    height: 30px;
}

#divSearchPanel input[type="submit"] {
    width: 60px;
    height: 33px;
    color: #fff;
}

#divLinkage li,
#divFavorites li,
#divNavBar li,
#divCatalog li,
#divMisc li,
#divAuthors li {
    float: left;
    width: 49%;
}

#tbCalendar {
    width: 100%;
}

#tbCalendar caption {
    margin-bottom: 10px;
}

#tbCalendar thead {
    margin-bottom: 10px;
}

#tbCalendar tbody {
    margin-top: :10px;
}

#tbCalendar tbody td {
    text-align: center;
}

#newcon li {
    position: relative;
    height: 60px;
    padding: 10px 10px 10px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: none;
}

#newcon span {
    position: absolute;
    left: 0px;
    top: 10px;
}

#newcon span img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#newcon li p {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#newcon li small {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 11px;
    color: #999;
    display: block;
}

#newke img {
    height: 46px;
    width: 46px;
    margin: 0 auto;
    border-radius: 50%;
}

#newke .newke {
    float: left;
    width: 25%;
    background-image: none;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    padding: 5px;
}

#newke .newke p {
    overflow: hidden;
    line-height: 20px;
    height: 20px;
}

.hui {
    margin-left: 15px;
    color: #ddd;
}

#newcelan ul li:before,
#randcelan ul li:before,
#comcelan ul li:before,
#hotcelan ul li:before,
#divPrevious ul li:before,
#divComments ul li:before,
#con_one ul li:before,
#zance ul li:before {
    margin-right: 8px;
    font-family: FontAwesome;
    content: "\f073";
    color: #D0D3D7;
}

#divAuthors ul li:before {
    margin-right: 8px;
    font-family: FontAwesome;
    content: "\f007";
    color: #D0D3D7;
}

#xincelan div.aside-con {
    padding: 0;
}

.c-xintop {
    height: 110px;
    background: url(../images/txbjing.png) center center no-repeat;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.c-xinboby {
    padding: 20px 20px 5px 20px;
    height: 192px;
}

.c-xin-img {
    box-shadow: none;
    width: 90px;
    height: 90px;
    padding: 5px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 100%;
    margin: -70px auto 0 auto;
    position: relative;
    z-index: 2;
}

.c-xin-img img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.c-xinboby h4 {
    height: 26px;
    line-height: 26px;
    margin: 8px 0;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.c-p {
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-foot {
    text-align: center;
    padding: 20px 10px;
}

.c-foot span {
    display: inline-block;
    margin-right: 10px;
    border-radius: 2px;
}

.c-foot span a {
    padding: 5px 20px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.c-foot span a i {
    margin-right: 10px;
}

.c-xinfoot {
    border-top: 1px solid #DDD;
}

.c-xinfoot ul {
    margin-bottom: 8px;
}

.c-xinfoot ul li {
    display: inline-block;
    width: 32.333%;
    padding: 5px 0;
    text-align: center;
    border-bottom: none;
    background-image: none;
}

.c-xinfoot ul li span {
    font-family: Georgia;
    font-weight: 400;
    font-size: 19px;
    margin-top: -2px !important;
    margin-right: 5px;
}

.fixed {
    position: fixed;
    top: 60px;
}

/*页脚*/

.footer {
    background-color: #262627;
    margin: 10px 0 0 0;
    width: 100%;
}

.foot {
    padding: 10px 0;
}

.footlink {
    background-color: #343333;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
}

.footlink ul li {
    float: left;
    padding: 0 10px;
}

.footlink a {
    color: #aaa;
}

.footcont {
    border-left: 1px solid #343333;
    border-right: 1px solid #1d1b1c;
    margin-bottom: 5px;
    color: #cfcfcf;
}

.footcont a {
    color: #cfcfcf;
}

.footcont-lf {
    width: 68%;
}

.footcont-lf p {
    margin: 10px 0 15px 25px;
}

.footcont-lf span {
    margin-left: 25px;
}

.footcont-lf ul {
    margin: 0 0 20px 25px;
}

.footcont-lf ul li {
    width: 23%;
    float: left;
    line-height: 28px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footcont-lf ul li span,
.xiangguan-ul ul li span {
    float: left;
    margin: 0 10px;
    color: #999;
}

.footcont-lr {
    width: 28%;
    text-align: left;
    border-left: 1px solid #1d1b1c;
    border-right: 1px solid #343333;
    padding-left: 30px;
}

.footcont-lr p {
    margin: 10px 0 15px 0;
}

.footcont-lr-cont-img {
    width: 104px;
    height: 104px;
    padding: 1px;
}

.footcont-lr-cont-img img {
    width: 100%;
    height: 100%;
}

.footcont-lr-cont-a {
    width: 120px;
    margin-left: 25px;
}

.footcont-lr-cont-a a {
    display: inline-block;
    width: 100%;
    height: 35px;
    text-align: center;
    background-color: #515152;
    border-radius: 3px;
    margin: 5px 0 15px 0;
    line-height: 35px;
}

/*简化的页脚*/

.footjian {
    text-align: center;
    color: #cfcfcf;
    margin: 5px 0;
}

.footjian p {
    margin-bottom: 5px;
    color: #cfcfcf;
}

.footjian p a {
    margin: 0 8px;
}

.footjian a {
    color: #cfcfcf;
}

/*内容页*/

.doldh3 {
    border: none;
    line-height: 190%;
    border-bottom: 1px #72B626 dashed;
    padding: 5px 0;
    margin: 25px 0 18px 0;
    color: #555;
    font-weight: bold;
    font-size: 18px;
}

.wennr {
    background-color: #fff;
    padding: 10px;
}

.wennr-top {
    padding: 8px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.wennr-top h1 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    white-space: normal;
    text-align: justify;
    word-break: break-all;
}

.wennr-top h6 i {
    margin-right: 5px;
    margin-left: 10px;
}

.wennr-top h6,
.wennr-top h6 a,
.wennr-top span,
.wennr-top span a {
    display: inline-block;
    line-height: 24px;
    color: #999;
    font-size: 12px;
    font-weight: normal;
}

.wennr-bg {
    background-color: #fff;
}

.zhengwen {
    padding: 5px 10px 20px 10px;
    line-height: 32px;
    font-size: 15px;
}

.zhengwen ul,
.zhengwen ol {
    margin-left: 4em;
}

.zhengwen li {
    list-style-type: inherit;
}

.zhengwen li p {
    padding: 0;
    text-indent: 0em;
}

.zhengwen p {
    padding: 8px 0;
    line-height: 1.95em;
    text-indent: 2em;
    color: #2A2A2A;
    word-break: break-all;
}

.zhengwen p[style="text-align:center"],
.zhengwen p[style="text-align: center"],
.zhengwen p[style="text-align: center;"] {
    text-indent: 0em;
}

.zhengwen span img,
.zhengwen img,
.zhengwen p img {
    max-width: 90% !important;
    height: auto !important;
    box-shadow: 0 0 6px 3px #ddd;
}

.zhengwen blockquote {
    margin: 10px;
    padding: 4px 10px;
    border: 1px dashed #aaa;
}

.prism-show-language {
    display: none;
}

.zhengwen pre {
    font-size: 12px;
}

.zhengwen h2,
.zhengwen h1,
.zhengwen h3,
.zhengwen h4 {
    font-weight: bold;
    padding: 0 0 0 10px;
    margin: 25px 0;
}

.zhengwen h2 {
    font-size: 20px;
    line-height: 20px;
}

.zhengwen h3 {
    font-size: 18px;
    line-height: 18px;
}

.zhengwen h4 {
    font-size: 15px;
    line-height: 15px;
}

.wennr-zan {
    text-align: center;
    margin: 10px auto 40px auto;
}

.wennr-zan a {
    line-height: 44px;
    border: 1px solid #ccc;
    padding: 10px 16px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 14px;
}

.wennr-zan a i {
    color: #333;
    font-style: normal;
    margin: 0 5px 0 0;
}

.wennr-fen {
    margin: 0 0 10px 10px;
}

.wennr-fen a {
    padding: 3px 5px;
    color: #fff;
    font-size: 12px;
    margin-right: 4px;
}

.tagac1 {
    background-color: #16929D;
}

.tagac0 {
    background-color: #EA6000;
}

.tagac2 {
    background-color: #CC0000;
}

.tagac3 {
    background-color: #FF9933;
}

.tagac4 {
    background-color: #05792D;
}

.tagac5 {
    background-color: #FF95CA;
}

.tagac6 {
    background-color: #99CC66;
}

.tagac7 {
    background-color: #993300;
}

.tagac8 {
    background-color: #003366;
}

.wennr-foot-cn {
    margin-top: 5px;
    line-height: 20px;
    background: #fafafa;
    padding: 7px 0 7px 10px;
    font-size: 12px;
    color: #666;
}

.xiangguan {
    margin-top: 10px;
    padding: 1px;
}

.xiangguan-txt {
    height: 42px;
    line-height: 42px;
    background-color: #f5f5f5;
}

.xiangguan-txt-lf {
    font-size: 16px;
}

.xiangguan-txt-lr {
    font-size: 12px;
    color: #5b5a5a;
}

.xiangguan-txt-lr a {
    display: inline;
    margin: 0 4px 0 0;
    color: #909090;
    padding: 3px 5px;
}

.xiangguan-ul {
    background-color: #fff;
    padding: 10px 0px;
}

.xiangguan-ul ul li {
    float: left;
    width: 49%;
    line-height: 24px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 15px 5px 5px;
}

.nextnav {
    margin-top: 10px;
    background: #fff;
    padding: 1px;
}

.nextnav a {
    display: block;
}

.nextnav-lf {
    width: 50%;
    text-align: center;
    padding: 10px 20px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.nextnav-lf span {
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
}

.nextnav-lf a {
    overflow: hidden;
}

.lfbo {
    border-left: 1px solid #ccc;
}

.erweima {
    border-radius: 5px;
    box-shadow: 0 0 20px #aaa;
    background-color: #fff;
    color: #EC701A;
    display: none;
    height: 170px;
    left: 50%;
    box-sizing: content-box;
    margin-left: -110px;
    margin-top: -210px;
    padding: 20px;
    position: absolute;
    width: 180px;
    z-index: 999;
    text-align: center;
}

.erweima img {
    width: 150px;
    height: 150px;
    max-width: 100%;
}

.erweima::after {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -7.5px;
    position: absolute;
    top: 100%;
    width: 0;
}

.dold {
    float: left;
    margin: 8px 20px 15px 0px;
    padding: 2px 15px;
    border-radius: 5px;
    color: #fff !important;
}

.dold i {
    margin-right: 5px;
}

/*评论发表框*/

input[required]:invalid,
input:focus:invalid,
textarea[required]:invalid,
textarea:focus:invalid {
    box-shadow: none;
}

.ydping {
    display: none;
}

.pinglun {
    margin-top: 10px;
    background-color: #fff;
}

.pinglunnr {
    margin: 10px;
}

#frmSumbit p {
    padding: 0px;
    margin: 0 0 5px 0;
    line-height: 35px;
}

#frmSumbit #inpQQ,
#frmSumbit #inpName,
#frmSumbit #inpEmail,
#frmSumbit #inpHomePage,
#frmSumbit #inpVerify {
    border: 1px solid #ddd;
    line-height: 15px;
    width: 40%;
    float: left;
    margin: 0 10px 0 0;
    padding: 8px 10px;
}

#frmSumbit label {
    overflow: hidden;
    clear: left;
    float: left;
    line-height: 15px;
    margin: 0;
    padding: 8px 10px;
    border-color: #CCC;
    border-style: solid;
    border-width: 1px 0 1px 1px;
}

#txaArticle {
    width: 98%;
    height: 140px;
    border: 1px solid #ddd;
    padding: 5px;
    background: url(../images/plbg.png) no-repeat center center;
}

#frmSumbit .button {
    clear: both;
    color: #fff;
    height: 30px;
    width: 100px;
    border: 0;
}

/*评论列表CSS*/

.con {
    border-radius: 5px;
    border: 1px dotted #ddd;
    margin-top: 5px;
    padding: 10px;
}

.conimg {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #def;
    border-radius: 30px;
    float: left;
    margin: 0 10px 0 0;
}

.conhr {
    line-height: 14px;
    height: 14px;
    margin-top: 2px;
}

.contime {
    margin-top: 6px;
    color: #ccc;
}

.conp {
    margin: 10px 0 0 50px;
    line-height: 200%;
    white-space: normal;
    text-align: justify;
    word-break: break-all;
}

.con2 {
    padding-left: 40px;
}

.posttop {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin: 10px 0;
    display: none;
}

#reply .posttop {
    display: block;
}

.posttop small {
    color: #F00;
}

#reply {
    border-top: 1px solid #ccc;
}

/*广告*/

.yagd {
    display: none;
}

.agd,
.yagd {
    margin: 0;
    padding: 5px;
}

.wnrg {
    margin: 10px 0 0 0;
    background-color: #fff;
}

.agd img,
.wnrg img {
    width: 100%;
    height: auto;
    display: block;
}

.yagd img {
    width: 100%;
    max-width: 680px;
    height: auto;
    display: block;
}

.hagd {
    margin: 10px auto 0 auto;
}

.hyagd {
    display: none;
}

.hagd img {
    width: 100%;
    max-width: 1366px;
    height: auto;
    display: block;
}

.hyagd img {
    width: 100%;
    max-width: 680px;
    height: auto;
    display: block;
}

#ImgMeng div.aside-con {
    padding: 0 !important;
}

#ImgMeng div {
    padding: 0;
}

/*幻灯*/

.huandeng {
    padding: 5px;
    margin-bottom: 4px;
    background-color: #fff;
    position: relative;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.rslides p {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 4px 10px;
    z-index: 2;
    width: 100%;
    font-size: 16px;
    background: #CCC;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
}

.rslides_tabs a {
    color: #FFF;
    font-size: 24px;
}

.rslides_tabs {
    position: absolute;
    z-index: 10;
    margin-top: -30px;
    margin-left: 5px;
    right: 10px;
}

.rslides_tabs li {
    float: left;
    margin-right: 3px;
}

.rslides_nav {
    position: absolute;
    cursor: pointer;
    z-index: 100;
    margin-top: -25px;
    top: 50%;
    display: inline-block;
    border-top: 3px solid;
    border-right: 3px solid;
    width: 50px;
    height: 50px;
    opacity: 0;
    text-indent: -9999px;
    overflow: hidden;
}

.prev {
    left: 0;
    transform: rotate(-135deg);
}

.next {
    right: 0;
    transform: rotate(45deg);
}

.huandeng:hover .prev {
    opacity: .7;
    left: 20px;
    color: #fff;
}

.huandeng:hover .next {
    opacity: .7;
    right: 20px;
    color: #fff;
}

/*图标-右则跟随工具*/

#new {
    background-image: url(../images/new2.gif);
}

#new2 {
    background-image: url(../images/new.gif);
}

#hot {
    background-image: url(../images/hot.gif);
}

#new,
#new2,
#hot {
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 15px;
}

.footlogin-on {
    display: none;
    position: fixed;
    right: 0px;
    cursor: pointer;
    overflow: hidden;
    color: #bbb;
    width: 24px;
    height: 88px;
    z-index: 99999;
    background: url(../images/r0.png) no-repeat 0 0;
}

.y-nav {
    position: fixed;
    right: 40px;
    z-index: 999;
}

.y-nav ul li {
    margin-bottom: 4px;
}

.y-nav ul li a {
    position: relative;
    padding: 0;
    width: 44px;
    height: 56px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    font-size: 12px;
    color: #6b6b6b;
    z-index: 10;
    padding-top: 4px;
    display: block;
    text-align: center;
    border: 1px solid #ddd;
}

.y-nav ul li a i {
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 18px;
}

.y-nav-weixin {
    display: none;
    padding: 10px;
    width: 150px;
    height: 180px;
    top: -144px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    z-index: 3;
    position: absolute;
    left: -160px;
}

#y-nav-top {
    display: none;
}

/*商品模版*/

.shop {
    padding: 10px;
    margin-bottom: 5px;
    background-color: #fff;
}

.shopimg {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    margin-left: 10px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 400px;
}

.shopimg img {
    width: 100%;
    height: auto;
}

.shopul {
    padding: 10px;
    position: relative;
    font-size: 14px;
}

.shopul li {
    line-height: 24px;
    padding: 6px 0;
    border-bottom: 1px dotted #ddd;
    overflow: hidden;
}

.shopul li strong {
    color: #5e5e5e;
    font-weight: bold;
}

.shopul li span {
    font-weight: bold;
    font-size: 20px;
    font-family: Georgia;
}

.buy {
    margin-top: 10px;
}

.buy a:hover {
    color: #fff;
}

.buy a {
    padding: 8px 50px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    margin: 10px 20px 0 0;
    float: left;
}

/*专用页面*/

.link-con {
    position: relative;
    margin-left: 150px;
    margin-bottom: 10px;
}

.link-con-bg {
    background-color: #efefef;
    border: 1px solid #ccc;
    width: 100%;
}

.link-con-lf {
    position: relative;
    width: 150px;
    float: left;
}

.link-con-lf a {
    line-height: 50px;
    height: 50px;
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5;
}

.link-h {
    background-color: #fff;
    padding: 10px;
}

.link-top {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.link-top h2 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 25px;
    white-space: normal;
    word-break: break-all;
    text-align: center;
}

.link-top h6 {
    text-align: center;
    display: inline-block;
    line-height: 24px;
    color: #aaa;
    font-size: 12px;
    font-weight: normal;
}

.link-top h6 a {
    color: #aaa;
    font-size: 12px;
}

.duzhe {
    margin-top: 10px;
}

.duzhe img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.duzhe-si {
    width: 24%;
    margin: 0 5px 25px 5px;
    float: left;
    border-radius: 5px;
    border: 1px solid #dddddd;
    font-size: 12px;
    overflow: hidden;
    padding: 10px;
}

.duzhe-si h4 {
    text-align: center;
    margin: 0px 0 10px 0;
    font-weight: bold;
    font-size: 20px;
}

.duzhe-si h6 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 0px 4px 10px;
    font-size: 12px;
}

.duzhe a p {
    margin-left: 50px;
    color: #bbb;
}

.duzhe-yu {
    float: left;
    overflow: hidden;
    margin: 0 5px 25px 5px;
    width: 72px;
    height: 60px;
    color: #999;
    text-align: center;
    text-decoration: none;
}

.duzhe-yu h6 {
    font-size: 12px;
}

.duzhe-si1 h4,
.duzhe-si1 h6 {
    color: #FF0000;
}

.duzhe-si2 h4,
.duzhe-si2 h6 {
    color: #E95F00;
}

.duzhe-si3 h4,
.duzhe-si3 h6 {
    color: #993300;
}

.duzhe-si4 h4,
.duzhe-si4 h6 {
    color: #0000FF;
}

.link_page {
    margin: 10px 0;
}

.link_page li {
    margin-left: -1px;
    width: 20%;
    margin-top: -1px;
    text-align: center;
    float: left;
    padding: 8px 0;
    border: 1px solid #ccc;
}

.cuidang li {
    float: left;
    margin-right: 15px;
}

.guidang {
    margin: 10px 15px 0 15px;
}

.guidang h2 {
    padding: 0 0 0 10px;
    margin: 6px 0;
    border: 0;
    border-bottom: 1px dashed #e5e5e5;
}

.item h3 {
    padding: 0 0 0 100px;
    margin: 6px 0;
}

.item ul {
    margin: 0 0 0 140px;
    display: none;
}

.item ul li {
    line-height: 30px;
}

.item ul li span {
    margin-right: 5px;
    color: #999;
}

/*弹出*/

#t-bei {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgb(45, 45, 45);
    z-index: 100;
    opacity: 0.5;
}

.t-opo {
    background: #fff;
    position: fixed;
    z-index: 7000000000;
    width: 350px;
    top: 50%;
    left: 50%;
    margin: -190px 0 0 -175px;
}

.t-opo-title {
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.t-opo-content {
    padding: 10px;
}

#tca,
#tcaguan,
#fenguan,
#saoguan {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 12px;
}

/*打赏*/

.ds-payment-way {
    text-align: center;
}

.ds-payment-way label {
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    margin: 0 15px 0 0;
}

.ds-payment-way input[type=radio] {
    vertical-align: middle;
    margin: -2px 5px 0 0
}

.ds-payment-img {
    margin: 10px 0;
    text-align: center
}

.ds-payment-img img {
    margin: 0 auto;
    width: 185px;
    height: 185px;
}

.ds-payment-img #qrCode_1 {
    display: none
}

.ds-payment-img #qrCode_2 {
    display: none
}

.ds-payment-img .qrcode-border {
    margin: 0 auto;
    border-radius: 29.97px;
    width: 236.89px;
    height: 236.89px;
    padding: 18.05px;
}

.ds-payment-img .qrcode-tip {
    width: 48.13px;
    position: relative;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    height: 15px;
    line-height: 15px;
    margin-top: -12px
}

/*登录*/

#dengdiv,
#dashang,
#fxtan,
#fxsao {
    display: none;
}

.username {
    position: relative;
}

.username input {
    height: 40px;
    width: 100%;
    line-height: 40px;
    border: 1px solid #ccc;
    padding-left: 30px;
    margin: 8px 0;
}

.username i {
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 16px;
}

.btnpost {
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
}

.btnpost input[type="submit"],
.regster {
    height: 34px;
    width: 80px;
    color: #fff;
    font-size: 16px;
}

.regster {
    text-align: center;
    margin-right: 5px;
    vertical-align: middle;
}

.fxsao {
    margin-right: 10px;
    padding: 10px 10px 0 10px;
    border: 1px solid #ddd;
}

.fxsao img {
    width: 100px !important;
    height: 100px !important;
}

.fxsao-lr {
    font-size: 12px;
}

.fxsao-lr i {
    margin-right: 10px;
    font-size: 30px;
}

a:hover,
.reed a:hover,
.footer a:hover,
#tbox a:hover,
.wennr-top a:hover,
.wennr a:hover,
.wennr-zan a:hover i {
    color: #EA6000;
}

.dinglei {
    display: inline;
}

.reednr a:hover {
    color: #333;
}

.buy a:hover {
    background-color: #EA6000;
}

.zhiding {
    color: #EA6000;
}

#divSearchPanel input[type="text"] {
    border: 1px solid #EA6000;
}

#divSearchPanel input[type="submit"],
.archive-list-img-lei,
.now-page,
.buy a,
#frmSumbit .buttons,
button,
.sc a,
.btnpost input[type="submit"] {
    background-color: #EA6000;
    cursor: pointer;
}

#yidongnavs li a.onhover,
.onhover,
.wennr-foot-cn a,
.shopul li span,
.zhengwen a,
#tab li.tabhover {
    color: #EA6000;
}

.footer,
#tab li.tabhover {
    border-top: 2px solid #EA6000;
}

#tbCalendar tbody td a {
    color: #EA6000;
}

.noticet ul {
    color: #ED4918;
}

.link-con-a {
    color: #EA6000;
    border-left: 3px solid #EA6000;
}

.zhengwen h1,
.zhengwen h2,
.zhengwen h3,
.zhengwen h4,
.zhengwen h5,
.zhengwen h6 {
    border-left: 5px solid #EA6000;
}

.zhengwen blockquote p {
    color: #EA6000;
    text-indent: 1em;
}

.con:hover conhrhui a,
.archive-list-lei,
.conpspan,
.archive-list-lei a,
.rslides_here a,
.nextnav-lf span,
.main-xin i,
.celanbiao h3 i,
.xiangguan-txt-lf i,
.pinglun h3 i,
.conhr,
.item ul li a,
.guidang h2 {
    color: #EA6000;
}

.c-span-lf {
    background-color: #E95F00;
}

.c-span-lr {
    background-color: #19B5FE;
}

#alima2 .aside-con,
#bdad2 .aside-con {
    text-align: center;
}

#divTags li,
#htagcelan li,
#rtagcelan li {
    float: left;
    background-image: none;
    margin: 2px 5px 2px 0px;
    padding: 0;
    border-bottom: none;
    font-size: 14px;
}

#divTags a,
#htagcelan a,
#rtagcelan a {
    font-size: 14px;
    font-family: Verdana, Microsoft YaHei;
    opacity: .9;
    padding: 5px 9px;
    border: 1px solid #ececec;
}

#divTags .tags0 a,
#htagcelan .tags0 a,
#rtagcelan .tags0 a {
    color: #EA6000;
}

#divTags .tags1 a,
#htagcelan .tags1 a,
#rtagcelan .tags1 a {
    color: #16929D;
}

#divTags .tags2 a,
#htagcelan .tags2 a,
#rtagcelan .tags2 a {
    color: #CC0000;
}

#divTags .tags3 a,
#htagcelan .tags3 a,
#rtagcelan .tags3 a {
    color: #FF9933;
}

#divTags .tags4 a,
#htagcelan .tags4 a,
#rtagcelan .tags4 a {
    color: #05792D;
}

#divTags .tags5 a,
#htagcelan .tags5 a,
#rtagcelan .tags5 a {
    color: #FF95CA;
}

#divTags .tags6 a,
#htagcelan .tags6 a,
#rtagcelan .tags6 a {
    color: #99CC66;
}

#divTags .tags7 a,
#htagcelan .tags7 a,
#rtagcelan .tags7 a {
    color: #993300;
}

#divTags .tags8 a,
#htagcelan .tags8 a,
#rtagcelan .tags8 a {
    color: #003366;
}

#divTags li a:hover,
#htagcelan li a:hover,
#rtagcelan li a:hover {
    border: 1px dashed #EA6000;
}

.regster {
    background-color: #0A0624;
}

.footlogin-on,
.y-nav {
    top: 200px;
}

.footlogin-on {
    background-color: #EA6000;
}

#search_page button {
    background-color: #EA6000;
}

.miaobao,
.main-tui,
.liebiao,
.celanbiao,
.huandeng,
.wennr,
.nextnav,
.xiangguan,
.shop,
.pinglun,
.nextnav,
.wennr-foot-cn,
.t-opo,
.wennr-zan a {
    -O-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

@media screen and (max-width:1600px) {
    .container {
        max-width: 1200px;
    }
    .mainct {
        margin-right: 365px;
    }
}

.ytuser-buy-box {
    background-color: rgba(218, 202, 100, 0.59);
    border: 2px dashed #f28371;
}

.ytuser-buy-box p {
    color: #f10d0d;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.text-ellipsis {
    white-space: nowrap;
    /*设置不换行*/
    text-overflow: ellipsis;
    overflow: hidden;
}

#G-lightbox-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #555;
    opacity: 0.2;
    filter: alpha(opacity=20);
    z-index: 1000;
    display: none;
}

#G-lightbox-popup {
    position: fixed;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    top: 50px;
    z-index: 1001;
    display: none;
}

*html #G-lightbox-popup {
    position: absolute;
}

#G-lightbox-popup .lightbox-pic-view {
    position: relative;
    border: 5px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    background: #fff url(../images/loading.gif) no-repeat center center;
}

#G-lightbox-popup .lightbox-pic-view .lightbox-btn {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    z-index: 1;
}

#G-lightbox-popup .lightbox-pic-view .lightbox-prev-btn {
    left: 0;
}

#G-lightbox-popup .lightbox-pic-view .lightbox-next-btn {
    right: 0;
}

#G-lightbox-popup .lightbox-pic-view .lightbox-prev-btn-show {
    background: url(../images/prev.png) no-repeat left center;
    cursor: pointer;
}

#G-lightbox-popup .lightbox-pic-view .lightbox-next-btn-show {
    background: url(../images/next.png) no-repeat right center;
    cursor: pointer;
}

#G-lightbox-popup .lightbox-pic-view .disabled {
    display: none;
}

.lightbox-close-btn {
    background: url(../images/close.png) no-repeat right center;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
}

/* 滑动控件容器,亮灰色背景 */

.outer {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 33px;
    border: 2px solid #e8e8e8;
    line-height: 33px;
    background: #e8e8e8;
    font-family: "宋体";
}

.outer span,
.filter-box,
.inner {
    position: absolute;
    top: 0;
    left: 0;
}

.outer span {
    display: block;
    padding: 0 0 0 36px;
    width: 100%;
    height: 100%;
    line-height: 29px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-box {
    width: 0;
    height: 100%;
    background: #0bb90b;
    z-index: 9;
}

.outer.act span {
    padding: 0 36px 0 0;
    color: #fff;
}

.inner {
    width: 36px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    background: #fff;
    cursor: move;
    z-index: 10;
    font-weight: bold;
    color: #929292;
}

.outer.act .inner {
    color: #0cb30c;
}

.outer.act span {
    z-index: 99;
}

#search_page {
    padding: 10px;
    margin-bottom: 10px;
}

#search_page input {
    float: left;
    padding: 2px 10px;
    width: 75%;
    height: 37px;
    border: 1px solid #ebebeb;
    border-radius: 2px 0 0 2px;
    background: #f5f5f5;
    font: 14px "Microsoft YaHei", Helvetica;
    line-height: 37px;
    -webkit-appearance: none;
}

#search_page button {
    position: relative;
    overflow: visible;
    width: 25%;
    height: 37px;
    border: 0;
    border-radius: 0 2px 2px 0;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.l-u li {
    width: 14.2857%;
    float: left;
    min-height: 1px;
    padding: 2px;
    list-style: none;
}

.l-u li a {
    max-width: 100%;
    background: #fff;
    text-align: center;
    padding: 8px 5px;
    display: block;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #444;
}

@media screen and (max-width:1350px) {
    .y-nav {
        right: 2px;
        display: none;
    }
    .footlogin-on {
        display: block;
    }
}

@media screen and (max-width:1190px) {
    .archive-list-footer {
        display: none;
    }
    .main {
        margin: 6px 5px 0 5px;
    }
    .hagd {
        margin: 5px 4px 0 4px;
    }
    .padd {
        padding: 0 5px;
    }
    .duzhe-si {
        width: 23%;
        margin: 0 7px 25px 7px;
    }
    .archive-list-img {
        width: 210px;
        height: 140px;
    }
    .archive-list a img {
        width: 100%;
        min-height: 140px;
    }
}

@media screen and (max-width:960px) {
    .pcmenu,
    .main-lr,
    .use,
    .link-con-lf {
        display: none;
    }
    .main-lf {
        width: 100%;
    }
    .link-con {
        margin-left: 0;
    }
    .archive-list-footer {
        display: block;
    }
    .main {
        margin: 4px 5px 0 5px;
    }
    .hagd {
        margin: 5px 5px 0 5px;
    }
    .main-lf {
        padding: 0;
    }
    /*wap*/
    .logo {
        margin: 5px 0;
    }
    .logo,
    .logo img {
        height: 30px;
        width: 150px;
    }
    .ydmenu {
        display: block;
    }
    .ydmenu a {
        padding: 0px 6px;
        border: 1px solid #ebebeb;
        margin: 8px 10px 0 0;
        color: #999;
        float: right;
    }
    #yidongnavs {
        display: none;
        clear: both;
        position: fixed;
        top: 40px;
        width: 240px;
        ;
        z-index: 11;
        right: 0;
        color: #fff;
        height: 1000px;
        background: #333;
        background-color: rgba(51, 51, 51, .8);
    }
    #yidongnavs li i {
        margin-right: 5px;
    }
    #yidongnavs li a {
        display: block;
        padding: 10px 20px;
        border: 1px solid #777;
        color: #fff;
    }
    #yidongnavs li ul {
        display: none;
        margin: 0 0 0 20px;
    }
    #yidongnavs ul li:hover ul,
    #yidongnavs ul li:hover #yidongnavs ul li {
        display: block;
    }
    #sousuola {
        top: 41px;
    }
    #guanbi {
        text-align: center;
    }
    .archive-list-img {
        width: 270px;
        height: 180px;
    }
    .archive-list a img {
        width: 100%;
        min-height: 180px;
    }
    .ydping {
        text-align: center;
        display: block;
    }
    .pcping {
        display: none;
    }
}

@media screen and (max-width:950px) {
    .shopimg,
    .shopul {
        width: 100%;
    }
    .shopimg {
        padding: 0px;
        margin-left: 0px;
    }
}

@media screen and (max-width:910px) {
    .foot {
        padding: 10px;
    }
    .footcont-lf {
        width: 99%;
    }
    .footcont-lr {
        display: none;
    }
    #dinglei {
        display: none;
    }
}

@media screen and (max-width:840px) {
    .archive-list-footer {
        display: none;
    }
    .archive-list-img {
        width: 210px;
        height: 140px;
    }
    .archive-list a img {
        width: 100%;
        min-height: 140px;
    }
    .duzhe-si {
        width: 46%;
    }
    .l-u li {
        width: 20%;
    }
}

@media screen and (max-width:740px) {
    .archive-list-lei,
    .archive-list-lei a {
        color: #a9a9a9;
    }
    .l-u li {
        width: 25%;
    }
}

@media screen and (max-width:640px) {
    #pageload {
        display: none;
    }
    .main-lr {
        display: block;
        width: 100%;
    }
    .div1 {
        display: none;
    }
    .sousuo form {
        margin-bottom: 0px;
    }
    .sousuo form input {
        width: 85%;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .sousuo form button {
        float: right;
        width: 15%;
        line-height: 30px;
        height: 30px;
    }
    .archive-list {
        padding: 5px;
    }
    .archive-list-content,
    .archive-list-img-lei {
        display: none;
    }
    .archive-list-img {
        width: 100px;
        height: 75px;
        margin: 0 10px 0 0;
    }
    .archive-list a img {
        min-height: 75px;
    }
    .archive-list h2 {
        line-height: 25px;
        font-weight: 400;
        font-size: 15px;
        margin: 0 5px 0 0;
        white-space: normal;
    }
    .yagd,
    .hyagd {
        display: block;
    }
    .footcont {
        border: none;
    }
    .footcont-lf p,
    .footcont-lf>ul>li>span,
    .yan,
    .agd,
    .hagd,
    .zshang {
        display: none;
    }
    .hyagd {
        margin: 5px 5px 0 5px;
    }
    .footcont-lf span,
    .footcont-lf ul,
    .footlink,
    .footcont-lf {
        margin: 0;
        font-size: 12px;
    }
    .footlink ul li {
        padding: 0 10px 0 0;
    }
    .footcont-lf ul li {
        width: inherit;
        margin: 0;
    }
    .footcont-lf ul li a {
        margin-right: 5px;
    }
    .xiangguan-ul ul li {
        float: none;
        width: 99%;
    }
    .guidang h2 {
        padding: 0;
    }
    .item h3 {
        padding: 0 0 0 8px;
    }
    .item ul {
        margin: 0 0 0 15px;
    }
    .link_page li {
        width: 33.33%;
    }
    .l-u li {
        width: 33.3333333333%;
    }
}

@media screen and (max-width:480px) {
    .rslides p {
        display: none;
    }
    #dinglei,
    #fontsize {
        display: none;
    }
    .reply-frm small {
        float: right;
    }
    .buy a {
        margin: 10px 10px 0px 0px;
        padding: 8px 40px;
    }
    .duzhe-si {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .link_page li {
        width: 50%;
    }
}

@media screen and (max-width:250px) {
    .archive-list-img {
        display: none;
    }
    .wennr-zan a {
        line-height: 30px;
        padding: 5px 10px;
    }
}