* {
    -webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

div,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
.aiyuanma {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f9f9f9;
    font: 16px/1.875em 'Arial', 'Microsoft Yahei', 'Verdana', 'Tahoma', 'sans-serif';
    color: #333;
    word-break: break-all;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}

a:hover {
    color: #d83d30;
}

input,
textarea {
    -webkit-appearance: none;
    border: none;
}

input:focus,
textarea:focus {
    outline: none;
}

li {
    list-style: none;
}

a img {
    border: none;
}

table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 16px;
    width: 100%;
    border-top: solid 1px #e4e4e4;
    border-left: solid 1px #e4e4e4;
    box-sizing: border-box;
}

table th {
    background-color: #f9f9f9;
    text-align: center;
    box-sizing: border-box;
}

table td,
table th {
    padding: 10px 1%;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
}


/* Slider */
.slick-wrap {
    overflow: hidden;
    position: relative;
}

.slick-load {
    display: none;
    overflow: hidden;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    font-size: 0;
    line-height: normal;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    overflow: hidden;
    position: absolute;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    width: 30px;
    height: 40px;
    background-color: rgba(0, 0, 0, .35);
    opacity: .5;
    transition: all .3s;
    z-index: 5;
    cursor: pointer;
}

.slick-arrow:after {
    display: block;
    content: '';
    width: 13px;
    height: 21px;
    position: absolute;
    left: 50%;
    margin-left: -6.5px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../image/icon_arrow.png) no-repeat 0 0;
    background-size: 100% auto;
    text-indent: -99999em;
    overflow: hidden;
}

.slick-prev {
    left: -30px;
}

.slick-prev:after {
    background-position: 0 100%;
}

.slick-next {
    right: -30px;
}

.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: auto;
    transform: translateX(-50%);
    margin-bottom: 3.125%;
    font-size: 0;
    line-height: normal;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin: 0 7px;
}

.slick-dots button {
    display: block;
    border: none;
    background-color: transparent;
    cursor: pointer;
    text-indent: -9999em;
    overflow: hidden;
    width: 9px;
    height: 9px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    transition: all .3s;
}

.slick-dots .slick-active button {
    background-color: #5591d9;
}

.slick-load:hover .slick-prev {
    left: 0;
}

.slick-load:hover .slick-next {
    right: 0;
}


/*gold*/
.inner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.submit {
    cursor: pointer;
}

.clear {
    clear: both;
}

/*thumbnail*/
.thumbnail {
    position: relative;
    overflow: hidden;
}

.thumbnail a {
    display: block;
    position: relative;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    padding-bottom: 100%;
}

.thumbnail img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform .3s;
    object-fit: cover;
}

.thumbnail img:hover {
    transform: scale(1.1, 1.1);
}

/*box*/
.box {
    background-color: #fff;
    overflow: hidden;
}

.boxTitle {
    border-bottom: 1px solid #f3f3f3;
    position: relative;
}

.boxTitle .title {
    font-size: 18px;
    line-height: 1.125em;
    position: relative;
    padding: 15px;
    font-weight: normal;
}

.boxTitle .title:after {
    content: '';
    display: block;
    width: 4em;
    height: 2px;
    background-color: #d83d30;
    position: absolute;
    left: 15px;
    bottom: -1px;
}

.boxTitle i {
    font-style: normal;
    font-weight: bold;
    color: #d83d30;
}

/*header*/
#header {
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .05);
    z-index: 2;
}

#header .inner {
    position: relative;
}

#header .top {
    padding: 2.734375% 0 0.78125%;
}

#blank {
    display: none;
    clear: both;
    overflow: hidden;
}

/*logo*/
#logo {
    float: left;
    padding: 5px 0;
}

#logo a {
    display: block;
    width: 205px;
    height: 50px;
    background: url(../image/logo.png) no-repeat left center;
    background-size: contain;
    text-indent: -9999em;
}

/*social*/
#social {
    float: right;
    padding: 4px 0;
}

#social ul {
    float: right;
}

#social li {
    float: left;
    padding-left: 20px;
    position: relative;
}

#social li a {
    display: block;
    width: 36px;
    height: 36px;
    text-indent: -9999em;
    background: no-repeat center center;
    background-size: contain;
}

#social li a:hover {
    opacity: .85;
}

#social .wx {
    padding-left: 0;
}

#social .wx a {
    background-image: url(../image/social_wx.png);
}

#social .wb a {
    background-image: url(../image/social_wb.png);
}

#social .qq a {
    background-image: url(../image/social_qq.png);
}

#social .qr {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    padding: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    z-index: 3;
    display: none;
}

#social .qr:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    transform: rotate(-45deg);
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
}

#social .qr img {
    display: block;
    width: 100%;
    height: auto;
}

/*search*/
#searchBox {
    padding: 0 8%;
    overflow: hidden;
    margin: 0 150px 0 205px;
}

#searchForm {
    position: relative;
    border: 2px solid #d83d30;
    border-radius: 3px;
    overflow: hidden;
}

#searchForm form {
    position: relative;
}

#searchForm .submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 100%;
    background-color: #d83d30;
    color: #fff;
    font-size: 22px;
}

#searchForm .input {
    margin-right: 90px;
    display: block;
    color: #333;
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
}

#searchForm .text {
    height: 26px;
    line-height: 26px;
    width: 98%;
    padding: 7px 2% 7px 0;
    font-size: 16px;
    background-color: #fff;
    text-indent: 15px;
}

/*searchTags*/
#searchTags {
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2em;
    margin-top: 5px;
}

#searchTags a {
    color: #666;
    margin-right: 10px;
}

#searchTags a:first-child,
#searchTags a:hover {
    color: #d83d30;
}

/*navBtn*/
#navBtn {
    float: right;
    padding: 6px 0;
    cursor: pointer;
    display: none;
}

#navBtn i {
    display: block;
    width: 31px;
    height: 25px;
    background: url(../image/nav_button.png) no-repeat center center;
    background-size: contain;
}


/*nav*/
#nav {
    clear: both;
    position: relative;
}

#nav:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
}

#nav>ul>li:first-child {
    padding-left: 15px;
}

#nav li {
    float: left;
    line-height: 30px;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    padding: 0.78125% 2.34375%;
}

#nav li.last {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}

#nav li.last a {
    color: #d83d30;
}

#nav li.last a:hover {
    color: #68a5e1;
}

#nav li.hasSub>a:after {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    border-right: .5px solid #333;
    border-bottom: .5px solid #333;
    transform: rotate(45deg);
    vertical-align: middle;
    margin: -5px 0 0 5px;
}

#nav li a {
    color: #333;
    display: block;
}

#nav li.on>a,
#nav li.cur>a,
#nav li a:hover {
    color: #d83d30;
}

#nav li ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 140px;
    background-color: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, .2);
    padding: 5px 0;
    display: none;
    z-index: 5;
    margin-left: -8px;
}

#nav li li {
    padding: 5px 0;
    display: block;
    font-weight: normal;
    float: none;
    text-align: center;
}

#nav li em {
    display: none;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    top: 1.953125vh;
    z-index: 2;
}

#nav li em:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #1e1e1e;
    border-bottom: 1px solid #1e1e1e;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(-45deg);
    margin: -5px 0 0 -6px;
    transition: all .3s;
}

#nav li em.open:after {
    transform: rotate(45deg);
}

#nav li li a {
    padding: 0 5px 0 10px;
}





/*wrapper*/
#wrapper {
    padding: 20px 0;
}

#wrapper .table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#sidebar,
#main {
    display: table-cell;
    vertical-align: top;
}

/*main*/
#main {
    padding-right: 20px;
}

.mainBox {
    background-color: #fff;
    overflow: hidden;
}

/*hmTop*/
#hmTop {
    margin-bottom: 20px;
    display: table;
    width: 100%;
    table-layout: fixed;
}

/*statistics*/
#tabSlides {
    width: 19.53125%;
    display: table-cell;
    vertical-align: top;
    padding-left: 1.5625%;
}

#tabSlides .list {
    padding-bottom: 185.8695%;
    position: relative;
    overflow: hidden;
}

#tabSlides .slick-load {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -4.2825%;
    width: 100%;
    height: 100%;
    overflow: visible;
}

#tabSlides .slick-list {
    overflow: visible;
}

#tabSlides .slick-track {
    margin: 0;
}

#tabSlides .item {
    overflow: hidden;
    padding: 4.2825% 0;
}

#tabSlides .pic {
    cursor: pointer;
    opacity: .75;
}

#tabSlides .pic:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    content: '';
    display: none;
    opacity: 1;
}

#tabSlides .slick-center .pic:after {
    opacity: 0;
}

#tabSlides .slick-center .pic {
    opacity: 1;
}

/*slides*/
#slides {
    overflow: hidden;
    width: 60.9375%;
    display: table-cell;
    vertical-align: top;
    padding-left: 1.5625%;
}

#slides.npd {
    padding-left: 0;
}

#slides.npd+#tabSlides {
    width: 19.7%;
}

#slides .item a,
#tabSlides .pic {
    display: block;
    background: no-repeat center center;
    background-size: cover;
    padding-bottom: 56.25%;
    position: relative;
    color: #fff;
}

#slides .item span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    padding: 5px 5%;
    font-size: 14px;
    display: block;
    line-height: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #fff;
    font-family: 'Microsoft Yahei Lighter';
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, .3);
}

#slides .loading {
    padding-bottom: 45%;
    background-color: #f9f9f9;
    position: relative;
}

#slides .loading span {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    font-size: 36px;
    line-height: 1.125em;
    color: #999;
    text-align: center;
}

#slides .slick-dots {
    margin-bottom: 45px;
}

#slides .slick-dots button {
    background-color: rgba(255, 255, 255, .7);
}

#slides .slick-dots .slick-active button {
    transform: scale(1.25);
    background-color: #fff;
}

/*statistics*/
#statistics {
    display: table-cell;
    vertical-align: middle;
    background-color: #fff5f5;
    text-align: center;
    background-image: linear-gradient(150deg, #fff5f5, #fff);
    position: relative;
    border: 1px solid #fde8e8;
    padding: 1.5625%;
}

#statistics:before,
#statistics:after {
    display: block;
    position: absolute;
    color: #fde8e8;
    font-size: 180px;
    font-size: 9.375vw;
}

#statistics:before {
    content: '“';
    left: 5%;
    top: 0;
    line-height: 1em;
}

#statistics:after {
    content: '”';
    right: 5%;
    bottom: 0;
    line-height: 0;
}

#statistics .item {
    padding: 5% 0;
    position: relative;
    z-index: 2;
}

#statistics h2 {
    font-size: 14px;
    color: #d83d30;
    line-height: 1.75em;
    margin-bottom: 5%;
}

#statistics .num {
    font-size: 0;
    line-height: normal;
    text-align: center;
}

#statistics span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #d83d30;
    width: 23px;
    height: 24px;
    line-height: 24px;
    margin: 3px;
    background-color: #feecec;
}

/*isTop*/
#isTop {
    margin-bottom: 20px;
}

#isTop .list {
    padding: 15px;
}

#isTop .slick-load {
    overflow: hidden;
}

#isTop .slick-list {
    width: 101.3%;
}

#isTop .slick-arrow {
    margin-top: -25px;
}

#isTop .info {
    margin-right: 9.434%;
}

#isTop .thumbnail {
    margin-bottom: 8px;
}

#isTop h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

#isTop h4 a {
    display: block;
}

#isTop .red {
    font-size: 14px;
    line-height: 1.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #d83d30;
    margin-top: 5px;
}

/*文章列表*/
.post .info {
    overflow: hidden;
}

.proItem .intro,
.postItem .intro {
    font-size: 14px;
    color: #666;
    line-height: 1.875em;
    height: 3.75em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    text-align: justify;
}

/*postItem*/
.postItem {
    padding: 25px;
    margin-top: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.postItem:hover {
    background-color: #f9fafb;
    border-color: #eee;
}

.postItem .thumbnail {
    width: 150px;
    float: right;
}

.postItem .thumbnail a {
    padding-bottom: 75%;
}

.postItem .text {
    margin-right: 170px;
    overflow: hidden;
}

.postItem .title {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 7px;
}

.postItem .intro {
    margin-bottom: 9px;
    color: #535353;
}

.postItem .meta {
    overflow: hidden;
}

.postItem .meta span {
    color: #999;
    display: block;
    float: left;
    line-height: 1.35em;
    font-size: 12px;
    background: no-repeat left center;
    background-size: auto 10px;
    padding: 0 20px;
}

.postItem .meta .date {
    background-image: url(../image/icon_03.png);
}

.postItem .meta .tag {
    background-image: url(../image/icon_02.png);
}

.postItem .meta a {
    color: #999;
}

.postItem .meta a:hover {
    color: #3368cc;
}

/*blogItem*/
.blogItem {
    padding: 20px 15px;
}

.blogItem .thumbnail {
    float: left;
}

.blogItem .text {
    margin: 0 0 0 170px;
}

/*highlights*/
.highlights {
    font-size: 18px;
    color: #d83d30;
    line-height: 1.35em;
    margin-bottom: 10px;
}

/*proItem*/
.proItem {
    overflow: hidden;
    border-bottom: 1px dashed #e4e4e4;
    margin: 0 15px;
    padding: 25px 0;
}

.proItem .figure {
    float: left;
    width: 200px;
    position: relative;
    overflow: hidden;
}

.proItem .cat {
    position: absolute;
    left: 0;
    top: 0;
}

.proItem .cat a {
    display: block;
    background-color: #d83d30;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    line-height: 18px;
    border-bottom-right-radius: 5px;
}

.proItem .text {
    margin-left: 220px;
    overflow: hidden;
}

.proItem .title {
    line-height: 1.35em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 8px;
}

.proItem .title a {
    color: #333;
}

.proItem .btm {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.proItem .meta {
    color: #888;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

.proItem .meta a {
    color: #888;
}

.proItem .meta span {
    font-size: 12px;
    background: no-repeat left center;
    padding: 0 16px;
    background-size: auto 10px;
    display: block;
    float: left;
}

.proItem .meta .date {
    background-image: url(../image/icon_03.png);
}

.proItem .meta .mall {
    float: right;
}

.proItem .buy {
    display: table-cell;
    vertical-align: middle;
}

/*buy*/
.buy {
    overflow: hidden;
    width: 80px;
}

.buy i {
    font-style: normal;
    font-family: 'Simsun';
    margin-left: 5px;
}

.buy a {
    display: block;
    color: #fff;
    background-color: #d83d30;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
}

/*proTags*/
.proTags {
    font-size: 0;
    line-height: normal;
}

.proTags a {
    display: inline-block;
    margin: 0 10px 10px 0;
    background-color: #f5f5f5;
    color: #999;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 3px;
}

/*pagenavi*/
#pagenavi {
    font-size: 0;
    line-height: normal;
    text-align: center;
    padding: 20px 0;
}

#pagenavi a,
#pagenavi span.now-page {
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    background-color: #f1f1f1;
    color: #555;
    margin: 2px;
}

#pagenavi span.now-page,
#pagenavi a:hover {
    background-color: #d83d30;
    color: #fff;
}

/*product*/
#product {
    padding: 2.55%;
}

#product .entry {
    margin-bottom: 2%;
}

#product .ggpic {
    margin-bottom: 3.5%;
}

/*proTop*/
#proTop {
    overflow: hidden;
    margin-bottom: 2.5%;
    border-bottom: 1px dashed #eee;
    padding-bottom: 3%;
}

#proTop .thumbnail {
    float: left;
    width: 200px;
}

#proTop .text {
    margin-left: 230px;
    overflow: hidden;
}

#proTop .title {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 5px;
}

#proTop .highlights {
    margin-bottom: 15px;
}

#proTop .proTags a {
    box-shadow: 0px 1px 3px #ddd;
    background-color: #fff;
}

#proTop .proTags .cat {
    background-color: #d83d30;
    color: #fff;
    box-shadow: 0px 1px 3px #d83d30;
}

#proTop .meta {
    overflow: hidden;
    margin-bottom: 7px;
}

#proTop .meta span {
    display: block;
    font-size: 14px;
    color: #999;
}

#proTop .meta .date {
    float: left;
}

#proTop .meta .views {
    float: right;
}

/*shopping*/
.shopping {
    background-color: #f9f9f9;
    overflow: hidden;
    padding: 15px;
}

.shopping .mall {
    float: left;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}

.shopping .buy {
    float: right;
}

.shopping.large {
    margin-bottom: 3.5%;
}

.shopping.large .mall {
    font-size: 22px;
    line-height: 32px;
    color: #d83d30;
}

.shopping.large .buy {
    width: 100px;
}

.shopping.large a {
    font-size: 22px;
    font-weight: normal;
    line-height: 32px;
    height: 32px;
}

/*pTitle*/
.pTitle {
    font-weight: normal;
    font-size: 18px;
    color: #222;
    line-height: 1.5em;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.pTitle i {
    font-style: normal;
    color: #d83d30;
    margin-right: 5px;
}

/*侧边*/
#sidebar {
    width: 300px;
    background-color: #fff;
}

/*侧边*/
.widget ul,
.widget .textwidget {
    overflow: hidden;
    padding: 15px;
}

.widget li {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.875em;
}



.widget .h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*proRecommend*/
#proRecommend .list {
    padding: 20px 15px;
}

#proRecommend .thumbnail {
    margin-bottom: 10px;
}

#proRecommend h4 {
    font-size: 14px;
    line-height: 1.5em;
    max-height: 3em;
}

#proRecommend .red {
    color: #d83d30;
    line-height: 1.875em;
    white-space: nowrap;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#proRecommend .slick-dots {
    bottom: auto;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: auto;
    margin-top: 92%;
    padding: 0;
}

/*proCmt*/
#proCmt li {
    padding: 5px 0;
}

#proCmt .thumbnail {
    width: 80px;
    float: left;
    display: none;
}

#proCmt .info {
    margin-left: 0;
}

#proCmt h4 {
    font-size: 14px;
    line-height: 1.875em;
    white-space: nowrap;
    display: block;
}

#proCmt .meta {
    font-size: 12px;
    line-height: 1.5em;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
    margin-top: 9px;
}

#proCmt .cur .info {
    margin-left: 95px;
}

#proCmt .cur .thumbnail,
#proCmt .cur .meta {
    display: block;
}

#proCmt .cur h4 {
    white-space: normal;
    display: -webkit-box;
    height: 3.75em;
}

/*proHot*/
#proHot li {
    padding: 5px 0 10px;
}

#proHot .thumbnail {
    width: 80px;
    float: left;
}

#proHot .info {
    margin-left: 95px;
    overflow: hidden;
}

#proHot h4 {
    font-size: 14px;
    line-height: 1.875em;
    height: 3.75em;
}

#proHot .meta {
    font-size: 12px;
    line-height: 1.5em;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 9px;
}

/*newsRecend*/
#newsRecend {
    background-image: linear-gradient(195deg, rgba(216, 61, 48, .1), transparent, transparent);
}

#newsRecend .boxTitle {
    border-bottom: none;
}

#newsRecend .title {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#newsRecend .title:after {
    display: none;
}

#newsRecend ul {
    padding-top: 0;
    padding-bottom: 5px;
}

#newsRecend .thumbnail {
    width: 90px;
    float: left;
}

#newsRecend .thumbnail a {
    padding-bottom: 75%;
}

#newsRecend .info {
    margin-left: 100px;
    overflow: hidden;
}

#newsRecend .meta {
    overflow: hidden;
}

#newsRecend .meta span {
    display: block;
    max-width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 1.5em;
    color: #666;
    background: no-repeat left center;
    background-size: 13px auto;
    text-indent: 18px;
}

#newsRecend .meta .cmts {
    float: left;
    background-image: url(../image/icon_04.png);
}

#newsRecend .meta .views {
    float: right;
    background-image: url(../image/icon_01.png);
}

#newsRecend h4 {
    font-size: 14px;
    line-height: 1.5em;
    height: 3em;
    margin-bottom: 5px;
}

#newsRecend h4 a {
    color: #535353;
}

#newsRecend .first {
    margin-bottom: 15px;
}

#newsRecend li {
    margin-bottom: 10px;
}

#newsRecend li a:hover {
    color: #d83d30;
}

#newsRecend .list {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.5em;
    position: relative;
}

#newsRecend .list a {
    color: #666;
    position: relative;
    padding-left: 10px;
}

#newsRecend .list a:before {
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: #9f9f9f;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    content: '';
    display: block;
}

#newsRecend .list a:hover:before {
    background-color: #d83d30;
}

/*divArchives*/
#divArchives li {
    float: left;
    max-width: 48%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 5px 0;
}

#divArchives li:nth-child(2n) {
    float: right;
}

/*divStatistics*/
#divStatistics li {
    background-color: #f9f9f9;
    padding: 5px 10px;
    margin-bottom: 5px;
}

#divStatistics li:last-child {
    margin-bottom: 0;
}

/*divComments*/
#divComments li {
    overflow: hidden;
    color: #444;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e4e4e4;
    text-align: justify;
}

#divComments li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#divComments li .top {
    border: 1px solid #eee;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.75em;
    color: #999;
    position: relative;
    margin-bottom: 10px;
}

#divComments li .top:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    bottom: -5px;
    left: 7px;
}

#divComments li .avatar {
    float: left;
    width: 24px;
}

#divComments li img {
    display: block;
    width: 100%;
    height: auto;
}

#divComments li .text {
    margin-left: 30px;
    line-height: 24px;
    max-height: 48px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#divComments li a {
    overflow: hidden;
    color: #555;
}

/*divPrevious*/
#divPrevious li {
    position: relative;
    padding: 0 0 10px 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e4e4e4;
}

#divPrevious li:before {
    width: 3.5px;
    height: 3.5px;
    content: '';
    display: block;
    background-color: #d83d30;
    position: absolute;
    left: 0;
    top: 12px;
}

#divPrevious li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/*divSearchPanel*/
#divSearchPanel input[type='text'] {
    height: 24px;
    line-height: 24px;
    padding: 5px 3%;
    border: 1px solid #e4e4e4;
    width: 94%;
}

#divSearchPanel input[type='submit'] {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background-color: #d83d30;
    cursor: pointer;
}

#divSearchPanel form {
    position: relative;
    padding-right: 40px;
    overflow: hidden;
}

/*divLinkage*/
#divLinkage li,
#divCatalog li,
#divMisc li {
    float: left;
    width: 48%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1% 0;
}

#divLinkage li:nth-child(2n),
#divCatalog li:nth-child(2n),
#divMisc li:nth-child(2n) {
    float: right;
}

#divLinkage li a,
#divCatalog li a {
    background-color: #f9f9f9;
    color: #555;
    padding: 5px 10px;
    display: block;
}

/*divMisc*/
#divMisc a {
    display: block;
}

#divMisc img {
    display: block;
}

/*divTags*/
#divTags ul {
    overflow: hidden;
}

#divTags li {
    float: left;
    padding: 1% 2% 1% 0;
}

#divTags li a {
    display: block;
    background-color: #f9f9f9;
    border-radius: 0px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
}

#divTags li a:hover {
    opacity: .8;
}

#divTags li:nth-child(8n-7) a {
    background-color: #8A9B0F;
}

#divTags li:nth-child(8n-6) a {
    background-color: #EB6841;
}

#divTags li:nth-child(8n-5) a {
    background-color: #3FB8AF;
}

#divTags li:nth-child(8n-4) a {
    background-color: #FE4365;
}

#divTags li:nth-child(8n-3) a {
    background-color: #FC9D9A;
}

#divTags li:nth-child(8n-2) a {
    background-color: #EDC951;
}

#divTags li:nth-child(8n-1) a {
    background-color: #C8C8A9;
}

#divTags li:nth-child(8n) a {
    background-color: #83AF9B;
}

#divTags li:first-child a {
    background-color: #E1474D;
}

#divTags li:last-child a {
    background-color: #3299BB;
}

#divTags .tag-count {
    opacity: .5;
}

/*divCalendar*/
#divCalendar caption {
    margin-bottom: 10px;
    font-size: 0;
    line-height: normal;
}

#divCalendar caption a {
    display: inline-block;
    font-size: 16px;
    line-height: 1.35em;
    margin: 0 5px;
    vertical-align: middle;
    font-weight: bold;
}

#divCalendar td,
#divCalendar th {
    width: 13.285%;
    padding: 0 0.5%;
    text-align: center;
    font-size: 14px;
}

#divCalendar td a {
    padding: 10%;
    background-color: #d83d30;
    border-radius: 50%;
    color: #fff;
}

/*article*/
#article,
#singlePage {
    padding: 2.55%;
}

#article .title {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.5em;
    color: #141414;
    margin-bottom: 10px;
}

#article .proTags a {
    font-size: 14px;
}

#article .ggpic {
    margin-bottom: 3.5%;
}

#article .entry {
    margin-bottom: 2.5%;
}

#singlePage .title {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.5em;
    color: #222;
    margin-bottom: 3.5%;
    text-align: center;
}

#articlefoot {
    text-align: center;
    border: 2px dashed #d83d30;
    color: #d83d30;
    font-weight: bold;
}

#articlefoot span {
    color: #0000ff;
}

#articlefoot {
    text-align: center;
    border: 2px dashed #d83d30;
    color: #d83d30;
    font-weight: bold;
}



@media all and (max-width:900px)
{
  #articlefoot img {
    width: 95%;
    }
}

@media all and (min-width:900px)
{
  #articlefoot img {
    width: 80%;
    }
}

/*postmeta*/
#postmeta {
    margin-bottom: 2.5%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    overflow: hidden;
}

#postmeta span {
    display: block;
    float: left;
    font-size: 14px;
    color: #a4a4a4;
    background: no-repeat left center;
    padding-right: 34px;
    position: relative;
}

#postmeta .date:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #a4a4a4;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -2px;
}

#postmeta .views {
    float: right;
    padding-right: 0;
    background: url(../image/icon_01.png) no-repeat left center;
    background-size: auto 12px;
    padding-left: 20px;
}

#postmeta a {
    color: #a4a4a4;
}

#postmeta a:hover {
    color: #d83d30;
}

/*entry*/
.entry {
    font-size: 16px;
    line-height: 1.875em;
    overflow: hidden;
}

.entry img,
.entry video {
    max-width: 100%;
    height: auto !important;
}

.entry blockquote {
    margin: 0 2em 2.5%;
    overflow: hidden;
    padding: 2.5% 2.5% 0;
    color: #555;
    background-color: #f9f9f9;
    font-style: italic;
}

.entry ul,
.entry ol {
    margin-bottom: 2.5%;
    margin-left: 2em;
    padding-left: 1em;
}

.entry ul li {
    list-style: outside disc none;
}

.entry ol li {
    list-style: outside decimal none;
}

.entry li p {
    margin-bottom: 0;
}

.entry p,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    margin-bottom: 2.5%;
}

.entry a {
    color: #d83d30;
    text-decoration: underline;
}

.entry a:hover {
    text-decoration: none;
}

.entry hr {
    border: none;
    margin-bottom: 2.5%;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    clear: both;
}

#postTags {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 3.5%;
}

#postTags span {
    float: left;
    color: #d83d30;
    font-weight: bold;
    padding: 2px 0;
}

#postTags ul {
    overflow: hidden;
}

#postTags li {
    float: left;
    padding: 2px 8px;
}

#postTags a {
    display: block;
    background-color: #d83d30;
    color: #fff;
    padding: 0 8px;
    border-radius: 3px;
}

#postTags a:hover {
    color: #fff;
    background-color: #d83d30
}

/*postnavi*/
#postnavi {
    font-size: 14px;
    line-height: 2em;
    overflow: hidden;
    padding-bottom: 2%;
    border-bottom: 1px solid #eee;
    margin-bottom: 3.5%;
}

#postnavi .prev,
#postnavi .next {
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#postnavi .prev {
    float: left;
}

#postnavi .next {
    float: right;
    text-align: right;
}

#postnavi a {
    color: #666;
}

#postnavi a:hover {
    color: #d83d30;
}

/*breadcrumb*/
#breadcrumb {
    font-size: 14px;
    line-height: 1.5em;
    color: #999;
    margin-bottom: 20px;
}

#breadcrumb a {
    color: #999;
}

#breadcrumb .home {
    background: url(../image/icon_home.png) no-repeat left;
    background-size: auto 12px;
    padding-left: 20px;
}

#breadcrumb i {
    font-style: normal;
    font-family: 'Simsun';
    margin: 0 5px 0 3px;
}

/*广告*/
.ggpic {
    overflow: hidden;
}

.ggpic a {
    display: block;
}

.ggpic img {
    display: block;
    width: 100%;
    height: auto;
}

/*errorPage*/
.errorPage {
    padding: 15% 0 20%;
    padding: 20vh 0 30vh;
    text-align: center;
}

/*related*/
#related {
    position: relative;
    margin-bottom: 2.5%;
}

#related li {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 0;
}

#related li time {
    display: block;
    float: right;
    color: #999;
    font-size: 12px;
}

#related li span {
    display: block;
    width: 20px;
    font-size: 12px;
    color: #999;
    float: left;
    background-color: #f7f7f7;
    text-align: center;
    border-radius: 2px;
    font-weight: bold;
    height: 20px;
    line-height: 22px;
}

#related li a {
    display: block;
    position: relative;
    margin-left: 30px;
    margin-right: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#related li:nth-child(-n+3) span {
    background-color: #d83d30;
    color: #fff;
}

#related h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.75em;
    height: 3.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#related h4 a {
    color: #666;
}

#related h4 a:hover {
    color: #d83d30;
}

#related .thumbnail {
    margin-bottom: 8px;
    float: none;
    width: auto;
}

#related .slick-load {
    position: static;
    overflow: hidden;
}

#related .slick-list {
    width: 101.5%;
}

#related .info {
    margin-right: 6.8%;
}

#related .slick-arrow {
    margin-top: -25px;
}

#related .slick-num {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 28px;
    font-size: 14px;
    color: #666;
}

#related .slick-dots {
    display: none;
}

/*comment*/
#comment {
    position: relative;
    overflow: hidden;
}

#comment .item {
    margin-bottom: 2%;
    position: relative;
    overflow: hidden;
}

#comment label {
    display: block;
    font-size: 14px;
    line-height: 1.75em;
    color: #555;
    margin-bottom: 5px;
}

#comment label i {
    font-style: normal;
    color: #f00;
    font-size: 12px;
    margin-left: 5px;
}

#comment .input {
    border: 1px solid #e4e4e4;
    overflow: hidden;
}

#comment .text {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 5%;
    width: 90%;
    display: block;
    border: none;
    border-radius: 3px;
    color: #555;
    font-family: 'Microsoft Yahei';
}

#comment textarea.text {
    height: 110px;
    resize: vertical;
    padding: 5px 1.5%;
    width: 97%;
}

#comment .inp {
    width: 102%;
    overflow: hidden;
}

#comment .inp .item {
    float: left;
    width: 31.333%;
    padding-right: 2%;
}

#comment .verify {
    width: 300px;
    float: left;
}

#comment .verify label {
    float: left;
    margin-bottom: 0;
    line-height: 36px;
}

#comment .verify img {
    float: right;
    display: block;
    cursor: pointer;
    height: 36px;
    width: auto;
}

#comment .verify .input {
    margin-left: 60px;
}

#comment .btn {
    overflow: hidden;
}

#comment .submit {
    float: right;
    background-color: #F04848;
    border: none;
    width: 100px;
    height: 35px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}

#comment .submit:hover {
    background-color: #F55540;
}

#cancel-reply {
    font-size: 12px;
    color: #999;
    line-height: 2em;
}

/*warning*/
.warning {
    font-size: 12px;
    color: #999;
    line-height: 2em;
    clear: both;
    margin-bottom: 2%;
}

/*commentslist*/
#commentslist {
    overflow: hidden;
    margin-bottom: 5%;
}

#commentslist li {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f6f6f6;
    overflow: hidden;
}

#commentslist .avatar {
    float: left;
    padding: 3px 0;
}

#commentslist .avatar img {
    width: 40px;
    height: 40px;
    display: block;
}

#commentslist .info {
    margin-left: 55px;
    overflow: hidden;
}

#commentslist .meta {
    overflow: hidden;
    font-size: 12px;
    line-height: 1.35em;
    color: #999;
    margin-bottom: 10px;
}

#commentslist .meta span {
    display: block;
    float: left;
}

#commentslist .meta .reply {
    float: right;
}

#commentslist .meta a {
    color: #d83d30;
}

#commentslist .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    color: #333;
    margin-bottom: 5px;
}

#commentslist .name a {
    color: #333;
}

#commentslist .text {
    font-size: 14px;
    line-height: 2em;
    color: #666;
}

#commentslist .text li {
    margin-left: 0;
}

#commentslist li li {
    margin: 15px 0 5px 55px;
    background-color: #f9f9f9;
    padding: 15px;
    border-bottom: none;
}

#commentslist li li li {
    margin: 10px 10px 5px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

#commentslist #pagenavi {
    padding: 0;
}

/*footer*/
#footer {
    background-color: #fff;
    border-top: 1px solid #eee;
    padding: 30px 0;
    font-size: 14px;
    line-height: 2em;
    color: #666;
    text-align: justify;
}

#footer .inner {
    overflow: hidden;
}

#footer .info {
    margin-right: 125px;
    padding-right: 18.75%;
    overflow: hidden;
}

/*contact*/
#contact {
    float: right;
    width: 125px;
    color: #555;
    font-size: 14px;
    line-height: 2em;
}

#contact .qrcode {
    text-align: center;
    padding: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}

#contact img {
    display: block;
    width: 100%;
    height: auto;
}

#contact h2 {
    font-weight: normal;
    font-size: 14px;
    line-height: 2em;
    text-align: center;
}

#contact a {
    display: block;
    background: no-repeat left center;
    background-size: auto 16px;
    padding-left: 20px;
    color: #555;
}

#contact .wb a {
    background-image: url(../image/icon_weibo.png);
}

#contact .qq a {
    background-image: url(../image/icon_qq.png);
}

/*pagelist*/
#pagelist {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#pagelist ul {
    font-size: 0;
    line-height: normal;
}

#pagelist li {
    display: inline-block;
    margin-right: 4.118%;
    font-size: 14px;
    line-height: 2em;
}

#pagelist a {
    color: #333;
}

#pagelist a:hover {
    color: #3399FE;
}

/*pagelistnav*/
#pagelistnav {
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 10px;
 
}

#pagelistnav ul:first-child {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#pagelistnav ul {
    font-size: 0;
    line-height: normal;

}

#pagelistnav li {
    display: inline-block;
    margin-right: 1.5%;
    font-size: 14px;
    line-height: 1.5em;
}

#pagelistnav a {
    color: #333;
}

#pagelistnav a:hover,
#pagelistnav a.on {
    color: #d83d30;
}

/*backTop*/
#friendlinks {
    margin-bottom: 15px;
}

#friendlinks ul {
    font-size: 0;
    line-height: normal;
}

#friendlinks li {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 5px;
    font-size: 8px;
    line-height: 1em;
}

#friendlinks a {
    color: #666;
}

#friendlinks a:hover {
    color: #333;
}

/*about*/
#about {
    font-size: 12px;
    line-height: 2em;
    margin-bottom: 15px;
}


/*copyright*/
#copyright {
    clear: both;
    font-size: 12px;
    line-height: 2em;
    text-transform: uppercase;
}

#copyright a {
    color: #666;
    display: inline-block;
}

#copyright img {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: auto;
    margin-top: -3px;
}

/*navBar*/
#navBar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    border-top: 1px solid rgba(0, 0, 0, .1);
    z-index: 10;
    display: none;
}

#navBar ul {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
}

#navBar li {
    display: table-cell;
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
}

#divNavBar li a.cur {
    color: #d83d30;
    ;
}

#navBar li i {
    display: block;
    width: 20px;
    height: 18px;
    margin: 0 auto 2px;
    background: no-repeat 0 0;
    background-size: 100% auto;
}

#navBar li .home {
    background-image: url(../image/navbar_home.png);
}

#navBar li .cat {
    background-image: url(../image/navbar_category.png);
}

#navBar li .msg {
    background-image: url(../image/navbar_message.png);
}

#navBar li .top {
    background-image: url(../image/navbar_top.png);
}

#navBar li a {
    display: block;
    padding: 9px 0 5px;
    color: #333;
}

#navBar .active i {
    background-position: 0 100%;
}

#navBar .active a {
    color: #d83d30;
}

/*screen width*/
@media only screen and (max-width:1280px) {

    /*1280px*/
    #footer .info {
        padding-right: 15%;
    }

    /*1280px*/
    #header .top {
        padding-bottom: 0.5%;
    }

    /*1280px*/
    #logo a {
        width: 162px;
        height: 40px;
    }

    /*1280px*/
    #social li {
        padding-left: 15px;
    }

    #social li a {
        width: 32px;
        height: 32px;
    }

    /*1280px*/
    #searchBox {
        margin: 0 126px 0 162px;
    }

    /*1280px*/
    #searchForm .input {
        margin-right: 80px;
    }

    #searchForm .text {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 15px;
    }

    #searchForm .submit {
        font-size: 18px;
        width: 80px;
    }

    /*1280px*/
    #nav li {
        font-size: 15px;
        padding-left: 2.2%;
        padding-right: 2.2%;
    }

    /*1280px*/
    #sidebar {
        width: 260px;
    }

    /*1280px*/
    .highlights {
        font-size: 16px;
    }

    /*1280px*/
    .proTags a {
        margin: 0 8px 8px 0;
    }

    /*1280px*/
    .proItem .figure {
        width: 180px;
    }

    .proItem .text {
        margin-left: 200px;
    }

    .proItem .title {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .proItem .intro {
        margin-bottom: 10px;
        line-height: 1.5em;
        height: 6em;
    }

    /*1280px*/
    .boxTitle .title {
        font-size: 16px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    /*1280px*/
    #proTop .thumbnail {
        width: 182px;
    }

    #proTop .text {
        margin-left: 205px;
    }

    #proTop .title {
        font-size: 20px;
    }

    /*1280px*/
    .shopping {
        padding: 10px;
    }

    /*1280px*/
    .shopping.large .mall,
    .shopping.large a {
        font-size: 20px;
    }

    /*1280px*/
    #newsRecend .title {
        font-size: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /*1280px*/
    #article .title {
        font-size: 22px;
    }

}

@media only screen and (max-width:1024px) {
    .slick-prev {
        left: 0
    }

    .slick-next {
        right: 0
    }

    /*1024px*/
    #header {
        margin-bottom: 15px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, .08);
        z-index: 9;
    }

    #header .top {
        padding: 25px 0 20px;
    }

    #blank {
        display: block;
        height: 106px;
    }

    /*1024px*/
    #logo {
        padding: 10px 0;
    }

    #logo a {
        width: 142px;
        height: 35px;
    }

    /*1024px*/
    #social {
        padding: 5px 0;
    }

    #social li {
        padding-left: 10px;
    }

    #social li a {
        width: 28px;
        height: 28px;
    }

    /*1024px*/
    #searchBox {
        margin: 0 104px 0 142px;
        position: relative;
    }

    #searchForm {
        margin-right: 55px;
    }

    #searchForm .input {
        margin-right: 60px;
    }

    #searchForm .text {
        height: 24px;
        line-height: 24px;
    }

    #searchForm .submit {
        font-size: 16px;
        width: 60px;
    }

    /*1024px*/
    #searchTags {
        line-height: 1.5em;
    }

    /*1024px*/
    #navBtn,
    #navBar {
        display: block;
    }

    /*1024px*/
    #nav {
        margin: 0;
        padding: 0 15%;
        position: fixed;
        left: -100%;
        top: 106px;
        height: 100%;
        width: 70%;
        z-index: 9;
        cursor: pointer;
        background-color: rgba(255, 255, 255, .98);
        border-top: 1px solid #f1f1f1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: all .3s;
        opacity: 0;
    }

    #nav.active {
        left: 0;
        opacity: 1;
    }

    #nav ul {
        padding: 3.125% 0;
    }

    #nav>ul>li:first-child {
        padding-left: 0;
    }

    #nav li {
        float: none;
        line-height: 40px;
        padding: 1.4648vw 0;
        font-size: 18px;
        font-weight: normal;
        border-bottom: 1px solid #eee;
    }

    #nav li.hasSub {
        padding-right: 0;
    }

    #nav li.hasSub>a:after {
        display: none;
    }

    #nav li.last {
        float: none;
        padding-left: 0;
        padding-right: 0;
        border-bottom: none;
    }

    #nav li ul {
        border-top: 1px solid #eee;
        padding: 1.4648vw 0 0 3em;
        display: block;
        width: auto;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        background-color: transparent;
        box-shadow: none;
        margin: 1.4648vw 0 0;
        overflow: hidden;
        display: none;
    }

    #nav li ul:before {
        content: '└';
        position: absolute;
        left: 1.5em;
        top: 0.5em;
        color: #666;
        font-size: 16px;
    }

    #nav li li {
        font-size: 16px;
        line-height: 30px;
        padding: 0 2em 0 0;
        float: left;
        text-align: left;
        border-bottom: none;
    }

    #nav li li a {
        padding: 0;
        color: #666;
    }

    #nav li em {
        display: block;
    }

    /*1024px*/
    #footer {
        margin-bottom: 58px;
    }

    /*1024px*/
    #wrapper {
        padding: 15px 0;
    }

    #wrapper .table {
        display: block;
        width: auto;
    }

    /*1024px*/
    #sidebar {
        display: none;
    }

    /*1024px*/
    #main {
        display: block;
        padding-right: 0;
    }

    /*1024px*/
    #breadcrumb {
        margin-bottom: 15px;
    }

    /*1024px*/
    .shopping.large .mall,
    .shopping.large a {
        font-size: 18px;
    }

    /*1024px*/
    #isTop .slick-list {
        width: 101.683%;
    }

    #isTop .info {
        margin-right: 7.4%;
    }

    /*1024px*/
    #related .info {
        margin-right: 6.5%;
    }

    /*1024px*/
    #slides .item span {
        padding-top: 0;
        padding-bottom: 0;
    }

    #slides .slick-dots {
        margin-bottom: 33px;
    }

    #slides .slick-dots li {
        margin: 0 5px;
    }

    #slides .slick-dots button {
        width: 6px;
        height: 6px;
    }

    #slides .slick-dots .slick-active button {
        transform: scale(1.5);
    }

    /*1024px*/
    #hmTop {
        display: block;
        width: auto;
        overflow: hidden;
    }

    /*1024px*/
    #slides {
        display: block;
        float: left;
        padding-left: 0;
        width: 75%;
    }

    /*1024px*/
    #tabSlides {
        display: block;
        float: right;
        padding-left: 0;
        width: 22.91%;
    }

    #tabSlides .list {
        padding-bottom: 184.21%;
    }

    #tabSlides .slick-load {
        margin-top: -3.8665%;
    }

    #tabSlides .item {
        padding: 3.8665% 0;
    }

    #slides.npd+#tabSlides {
        width: 22.91%;
    }

    /*1024px*/
    #statistics {
        display: none;
    }

}

@media only screen and (max-width:768px) {
    .slick-arrow {
        width: 20px;
        height: 27px;
    }

    .slick-arrow:after {
        width: 8px;
        height: 13px;
        margin-left: -4px;
    }

    /*768px*/
    #footer {
        text-align: center;
        padding: 20px 0 15px;
        border-top: none;
    }

    #footer .info {
        padding-right: 0;
        margin-right: 0;
    }

    /*768px*/
    #contact {
        display: none;
    }

    /*768px*/
    #pagelist {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #pagelist li {
        margin: 0 5px;
    }

    /*768px*/
    #friendlinks {
        margin-bottom: 5px;
        display: none;
    }

    #friendlinks li {
        margin: 0 5px;
        line-height: 2em;
    }

    /*768px*/
    #copyright {
        line-height: 1.75em;
    }

    /*768px*/
    #about {
        display: none;
    }

    /*768px*/

    #header .top {
        padding: 3px 0 15px;
    }

    #blank {
        height: 141px;
    }

    /*768px*/
    #logo {
        padding: 12px 0;
    }

    /*768px*/
    #social {
        padding: 15.5px 0;
    }

    #social li {
        padding-left: 10px;
    }

    /*768px*/
    #searchBox {
        margin: 0;
        padding: 0;
        clear: both;
    }

    #searchForm {
        border-radius: 20px;
        margin-right: 40px;
    }

    #searchForm .text {
        font-size: 14px;
        height: 22px;
        line-height: 22px;
    }

    #searchForm .submit {
        height: 28px;
        top: 2px;
        border-radius: 14px;
        right: 2px;
        font-size: 14px;
    }

    /*768px*/
    #searchTags {
        margin-top: 10px;
    }

    /*768px*/
    #navBtn {
        padding: 6.5px 0;
    }

    #navBtn i {
        width: 27px;
        height: 22px;
    }

    /*768px*/
    #nav {
        top: 141px;
    }

    #nav li {
        font-size: 16px;
        line-height: 30px;
        padding: 10px 0;
    }

    #nav li li {
        font-size: 14px;
    }

    #nav li ul {
        padding-top: 10px;
        margin-top: 10px;
    }

    #nav li ul:before {
        font-size: 14px;
    }

    #nav li em {
        width: 30px;
        height: 30px;
        top: 10px;
    }

    /*768px*/
    #breadcrumb {
        font-size: 12px;
        margin-bottom: 13px;
    }

    #breadcrumb .home {
        background-size: auto 12px;
        padding-left: 18px;
    }

    /*768px*/
    .mainBox {
        background-color: transparent;
    }

    /*768px*/
    #proList {
        overflow: hidden;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        padding: 2% 0;
    }

    /*768px*/
    .highlights {
        font-size: 14px;
        line-height: 1.5em;
    }

    /*768px*/
    .post .info {
        height: 100%;
        background-color: #fff;
    }

    .proItem {
        margin: 0;
    }

    .proItem .figure,
    .postItem .thumbnail {
        width: auto;
        float: none;
    }

    .proItem .text,
    .postItem .text {
        margin: 0;
        padding: 10px;
    }

    .proItem .title,
    .postItem .title {
        font-size: 14px;
        line-height: 1.5em;
        white-space: normal;
        font-weight: bold;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        max-height: 3em;
    }

    .proItem .highlights {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .proItem .proTags,
    .proItem .intro {
        display: none;
    }

    .proItem .meta .mall {
        padding: 0;
        float: none;
        line-height: 22px;
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .proItem .meta .date {
        display: none;
    }

    .proItem .buy {
        width: 55px;
    }

    .proItem .buy a {
        font-size: 12px;
        font-weight: normal;
        line-height: 22px;
        height: 22px;
    }

    /*768px*/
    .postItem {
        margin-top: 0;
    }

    .postItem .title {
        margin-bottom: 5px;
    }

    .postItem .intro {
        -webkit-line-clamp: 3;
        line-height: 1.75em;
        height: 5.25em;
        margin-bottom: 6px;
    }

    .postItem .meta span {
        padding-right: 0;
        float: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .postItem .meta .date {
        display: none;
    }

    /*768px*/
    #blogList {
        margin-bottom: 4%;
    }

    /*768px*/
    .blogItem {
        padding: 15px 0;
        border-top: none;
    }

    .blogItem .thumbnail {
        float: left;
        width: 120px;
    }

    .blogItem .text {
        margin-left: 130px;
        background-color: transparent;
        padding: 0
    }

    .blogItem .title {
        margin-bottom: 2px;
        height: auto;
        max-height: 3em;
    }

    .blogItem .intro {
        margin-bottom: 3px;
        display: block;
        height: auto;
        white-space: nowrap;
    }

    .blogItem .meta .date {
        display: block;
    }

    .blogItem .meta .tag {
        display: none;
    }

    /*768px*/
    .post {
        width: 48%;
        float: left;
        padding: 2% 0;
        border: 0;
    }

    .post:nth-child(2n) {
        float: right
    }

    /*768px*/
    .boxTitle .title {
        padding: 8px 0;
        font-size: 14px;
        font-weight: bold;
    }

    .boxTitle .title:after {
        left: 0;
    }

    /*768px*/
    #pagenavi {
        padding: 2% 0;
    }

    #pagenavi a,
    #pagenavi span.now-page {
        font-size: 12px;
        height: 28px;
        line-height: 28px;
        padding: 0 10px;
    }

    /*768px*/
    #wrapper.propage {
        width: auto;
        max-width: 100%;
        padding-top: 0
    }

    /*768px*/
    #product {
        padding: 0;
    }

    #product .entry {
        padding: 0 5%;
        margin-bottom: 5%;
    }

    #product .entry>p:last-child {
        margin-bottom: 0;
    }

    #product .ggpic {
        margin: 0 5% 5%;
    }

    /*768px*/
    #proTop {
        padding-bottom: 0;
        margin-bottom: 5%;
    }

    #proTop .thumbnail {
        float: none;
        width: auto;
    }

    #proTop .text {
        margin-left: 0;
        padding: 5%;
    }

    #proTop .title {
        font-size: 18px;
    }

    #proTop .highlights {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #proTop .proTags {
        margin-bottom: 5px;
    }

    #proTop .meta span {
        font-size: 12px;
    }

    /*1024px*/
    .shopping.large {
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 5%;
    }

    .shopping.large .mall {
        font-size: 14px;
        line-height: 28px;
    }

    .shopping.large .buy {
        width: 80px;
    }

    .shopping.large a {
        font-size: 14px;
        line-height: 28px;
        height: 28px;
        font-weight: bold;
    }

    /*768px*/
    .propage #breadcrumb {
        display: none;
    }

    .propage #postnavi {
        padding: 0 5% 2.5%;
    }

    .propage #related,
    .propage .proCmt {
        padding: 0 5%;
    }

    /*768px*/
    #postnavi {
        margin-bottom: 5%;
    }

    #postnavi .prev,
    #postnavi .next {
        float: none;
        width: auto;
        text-align: left;
    }

    /*768px*/
    .pTitle {
        font-size: 16px;
    }

    /*768px*/
    #related {
        margin-bottom: 5%;
    }

    #related li {
        padding: 2px 0 8px;
    }

    #related li a {
        margin-right: 70px;
    }

    #related .slick-num {
        right: 5%;
    }

    #related .slick-list {
        width: 102.894%;
    }

    #related .info {
        margin-right: 8%;
    }

    #related .thumbnail {
        margin-bottom: 5px;
    }

    #related h4 {
        line-height: 1.5em;
        height: 3em;
        text-align: center;
    }

    #related .slick-arrow {
        margin-top: -21px;
    }

    /*768px*/
    #commentslist li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #commentslist .avatar img {
        width: 30px;
        height: 30px;
    }

    #commentslist .info {
        margin-left: 40px;
    }

    #commentslist .meta {
        margin-bottom: 5px;
    }

    #commentslist .name {
        font-size: 14px;
    }

    #commentslist li li {
        margin: 10px 0 5px 40px;
        padding: 10px;
    }

    #commentslist li li li {
        margin: 5px;
    }

    /*768px*/
    #comment .inp {
        width: auto;
    }

    #comment .inp .item {
        float: none;
        width: auto;
        padding-right: 0;
    }

    #comment .verify {
        float: none;
        width: auto;
    }

    #comment .verify label {
        float: none;
        line-height: 1.75em;
        margin-bottom: 5px;
    }

    #comment .verify .input {
        margin-left: 0;
    }

    #comment .btn {
        clear: both;
        padding: 2% 0;
        margin-bottom: 3%;
        overflow: hidden;
    }

    #comment .submit {
        float: none;
        width: 100%;
        border-radius: 0;
    }

    /*768px*/
    .entry {
        font-size: 14px;
        line-height: 1.75em;
    }

    .entry p,
    .entry h1,
    .entry h2,
    .entry h3,
    .entry h4,
    .entry h5,
    .entry h6,
    .entry hr,
    .entry blockquote,
    .entry ol,
    .entry ul {
        margin-bottom: 3%;
    }

    /*768px*/
    #postTags {
        font-size: 12px;
        line-height: 20px;
    }

    #postTags span {
        float: none;
    }

    #postTags ul {
        margin-left: 0;
    }

    #postTags li {
        padding-left: 0;
    }

    /*768px*/
    #article,
    #singlePage {
        padding: 15px;
    }

    #article .title {
        font-size: 18px;
    }

    /*768px*/
    #singlePage .title {
        font-size: 22px;
    }

    /*768px*/
    #postmeta {
        margin-bottom: 15px;
    }

    #postmeta span {
        padding-right: 15px;
        font-size: 12px;
        line-height: 1.5em;
    }

    #postmeta .date:after {
        width: 3px;
        height: 3px;
        right: 5.5px;
    }

    /*768px*/
    #isTop {
        margin-bottom: 2%;
        background-color: transparent;
    }

    #isTop .list {
        padding: 2%;
        background-color: #fff;
        margin-top: 2%;
    }

    #isTop .slick-list {
        width: 102.27%;
    }

    #isTop .info {
        margin-right: 7.08%;
    }

    /*768px*/
    #hmTop,
    #tabSlides {
        display: block;
        width: auto;
    }

    #hmTop {
        margin-bottom: 2%;
    }

    #slides.npd+#tabSlides {
        width: auto;
    }

    /*768px*/
    #slides {
        margin-bottom: 2%;
        width: auto;
        float: none;
    }

    /*768px*/
    #tabSlides {
        float: none;
    }

    #tabSlides .list {
        padding-bottom: 0;
    }

    #tabSlides .slick-load {
        position: static;
        width: auto;
        height: auto;
        left: auto;
        top: auto;
        margin-top: 0;
    }

    #tabSlides .slick-list {
        width: 102.025%;
    }

    #tabSlides .item {
        padding: 0;
    }

    #tabSlides .pic {
        margin-right: 5.958%;
    }

}

@media only screen and (max-width:540px) {

    /*540px*/
    #isTop .list {
        padding: 3%;
    }

    #isTop .slick-list {
        width: 102.188%;
    }

    #isTop .info {
        margin-right: 4.3%;
    }
}