@font-face {
    font-family: 'iconfont';  /* Project id 1865933 */
    src: url('//at.alicdn.com/t/font_1865933_9aqkm51adfk.woff2?t=1651227730972') format('woff2'),
    url('//at.alicdn.com/t/font_1865933_9aqkm51adfk.woff?t=1651227730972') format('woff'),
    url('//at.alicdn.com/t/font_1865933_9aqkm51adfk.ttf?t=1651227730972') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    /*-webkit-text-stroke-width: 0.2px;*/
    -moz-osx-font-smoothing: grayscale;
}

.icon-qq:before {
    content: "\e635";
}

.icon-wechat:before {
    content: "\e60c";
}

.icon-weibo:before {
    content: "\e625";
}

.icon-name:before {
    content: "\e63a";
}

.icon-phone:before {
    content: "\e669";
}

.icon-password:before {
    content: "\e606";
}

.icon-email:before {
    content: "\e623";
}

.icon-all:before {
    content: "\e62c";
}

.icon-jia:before {
    content: "\e602";
}

.icon-jianhao:before {
    content: "\e609";
}

.icon-search:before {
    content: "\e61b";
}

.icon-you:before, .icon-arrow-right:after, .icon-more:before {
    content: "\e728";
}

.icon-zuo:before, .icon-arrow-lift:before {
    content: "\e72a";
}

.icon-shang:before {
    content: "\e725";
}

.icon-xia:after, .icon-arrow-down:before {
    content: "\e726";
}

.icon-xiala:before {
    content: "\e727";
}

.icon-del:before, .icon-close:before {
    content: "\e601";
}

.icon-toTop:before {
    content: "\e6e6";
}

.icon-diqiu:before {
    content: "\e627";
}

.icon-pve:before {
    content: "\e603";
}

.icon-next:after {
    content: "\e604";
}

.icon-goback:before {
    content: "\e725";
}

.icon-zan:before {
    content: "\e677";
}

.icon-cai:after {
    content: "\e621";
}

.icon-contact-tel:after {
    content: "\e94f";
}

.icon-contact-email:after {
    content: "\e623";
}

.icon-contact-address:after {
    content: "\e641";
}

.icon-contact-hotline:before {
    content: "\e611";
}
.icon-play:before {
    content: "\e605";
}

.icon-message:before {
    content: "\e65e";
}

.icon-tencent:before {
    content: "\e729";
}

.icon-tel:before {
    content: "\e60a";
}

.icon-share:before {
    content: "\e624";
}

.icon-favorite:before {
    content: "\e607";
}

.icon-favorite-a:before {
    content: "\e622";
}

.icon-favorite-w:before {
    content: "\e62b";
}

.icon-comment:before {
    content: "\e665";
}

.icon-user-home:before {
    content: "\e63a";
}

.icon-user-info:before {
    content: "\e642";
}

.icon-user-password:before {
    content: "\e606";
}

.icon-user-img:before {
    content: "\e6b5";
}

.icon-down:before {
    content: "\e65d";
}

.icon-select:after {
    content: "\e60b";
}

.icon-dian:after {
    content: "\e63b";
}

.icon-jiantou:before {
    content: "\e617";
}

.icon-website:before {
    content: "\e60d";
}
.icon-relist:before {
    content: "\e60f";
}
.icon-sale:before{
 content: "\e61c";
}
.icon-share-qq:before{
    content: "\e614";
}
body{
    font-family: "Noto Sans SC","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #2f2f2f;
}

body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #333333;
}

ol, ul {
    list-style: none;
}

input, textarea, select {
    outline: none;
    background-color: transparent;
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

a.more {
    line-height: 1.1;
    padding: calc(15px * .9) calc(35px * .9);
    display: inline-block;
    border: 0px solid #fff;
    color: #666;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

a.more:hover {
    color: #FFF;
    background: #666;
    padding: calc(15px * .9) calc(50px * .9);
}


.empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    color: #c3c3c3;
    letter-spacing: 2px;
}

.center-align {
    text-align: center;
}

iframe {
    margin-bottom: -8px;
}

.bg-color{
    background: #f4f4f4;
}

/*纵向布局*/
.flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

/*两边对齐弹性布局*/
.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*间隔相等弹性布局*/
.flex-around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/*水平居中*/
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*弹性布局从头排*/
.flex-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/*弹性布局从尾排*/
.flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/*弹性布局项目缩放*/
.flex-grow {
    flex-grow: 1;
}

.flex-shrink {
    flex-shrink: 0;
}

/*弹性布局换行*/
.flex-wrap {
    flex-wrap: wrap;
}

/*弹性布局文字不换行，溢出显示...*/
.flex-1 {
    flex: 1;
    overflow: hidden;
}

/*项目顶部对齐*/
.align-start {
    align-self: flex-start;
}

/*项目尾部对齐*/
.align-end {
    align-self: flex-end;
}


/* 多行溢出 */
.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.line-clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.border-shadow {
    background-color: #ffffff;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/*标题hover动画*/
.title-txt{
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.title-txt:before {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background-color: #d2d2d2;
    left: 0;
    bottom: 0;
}
.title-txt::after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #114897;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in;
}
.title-txt:hover:after {
    width: 18px;
    z-index: 3;
}
/*动画上移阴影*/
.list-item {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.list-item:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
}
/* 返回顶部 */
#toTop {
    position: fixed;
    z-index: 1000;
    right: -8px;
    bottom: 0px;
    display: none;
    cursor: pointer;
    background: #7c7c7c;
    opacity: 0.6;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 0%;
    transform: skewX(-13deg);
}
#toTop.icon-toTop {
    font-size: 18px;
    color: #fff;
}

#toTop:hover {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    #toTop {
        right: 0px;
        transform: skewX(0deg);
        border-radius: 50%;
        bottom: 90px;
    }
}


/*浮层*/
#sidebar {
    position: fixed;
    top: 70%;
    right: 0;
    z-index: 999;
    width: auto;
    background: #7c7c7c;
    transform: translate(0px, -50%);
}

#sidebar > div.aside {
    float: right;
    clear: both;
    padding: 4px;
}

#sidebar > div > p {
    color: #333;
    width: 40px;
    line-height: 40px;
    margin-right: 0;
    position: relative;
    z-index: 100;
    font-size: 14px;
    letter-spacing: 1px;

    cursor: pointer;
    margin-bottom: 0;
    text-align: center;
}

#sidebar > div > a, #sidebar > div > span {
    color: #fff;
    display: inline-block;
    width: 143px;
    height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    padding-right: 0;
    padding-left: 24px;
    background-color: #7c7c7c;
    opacity: 0;
}
#sidebar > div > span.atel{
    padding-right: 15px;
    height: 45px;
    line-height: unset;
    word-break: break-word; /* 文本行的任意字内断开 */
    word-wrap: break-word; /* IE */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
}

#sidebar > div > span.weixin {
    padding: 10px;
    height: 130px;
    width: 130px;
    /*background: transparent;*/
}

#sidebar > div > span.weixin img {
    width: 108px;
}

#sidebar > div > span:hover {
    background-color: #eeeeee;
    color: #157de8;
}

#sidebar > div > a.vip:hover {
    background-color: #eeeeee;
    text-decoration: none;
    color: #157de8;
}

#sidebar > div > p {
    color: #fff;
    font-size: 20px;
}
#sidebar > div > p > .icon-share-qq{
    font-size: 24px;
}
#sidebar > div > p:hover {
    background-color: #0a54af;
    color: #fff;
}


/*分页*/
.pagination > li > a, .pagination > li > span {
    margin: 0 5px;
    border-radius: 50%;
    border: none;
    color: #ffffff;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 50%;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #ffffff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color: #000000;
    border-color: #000000;
}
    /*内容 详情页*/
.comtainer {
    float: none;
    clear: both;
    height: auto;
    margin: 20px auto;
}

.article-header {
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    overflow: hidden;
    margin: 20px auto 0px;
}

.article-header h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
}

.article-content {
    overflow: hidden;
    margin: 30px auto;
    line-height: 1.6;
    text-align: justify;
}

.article-content p {
    font-size: 16px;
    line-height: 1.8;
    text-indent: 0;
    padding-bottom: 10px;
    word-wrap: break-word;
    word-break: normal;
}

.article-content > h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    padding-left: 10px;
    border-left: 4px solid #008fd3;
    margin: 2em 0 1em;
}

.article-content ol, .article-content ul {
    list-style: disc;
    margin: 20px auto 20px 1em;
    padding-left: 1.2em;
}

.article-content img {
    border-style: none;
    max-width: 99%;
    height: auto;
    display: block;
    margin: 0px auto;
    width: auto;
}

/*声明*/
.tip-txt {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 8px 16px;
    color: #655e5e;
    font-size: 12px;
    line-height: 160%;
}

.tip-txt .title {
    display: inline-block;
    line-height: 22px;
    color: #292525;
    font-weight: 500;
}

/*评论标题*/
.comment-title{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
}
.comment-title .title-name {
    border-left: 3px solid #2f2f2f;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}
.article-comments {
    padding: 10px 0px;
}

/*下一个 下一个文章信息*/
.article-pve-next{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}
.article-pve-next  .pve-page,.article-pve-next .next-page {
    cursor: pointer;
    display: block;
    color: #666666;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 160%;
    background: no-repeat !important;
    border: none;
}

.article-pve-next .next-page:hover,.article-pve-next .pve-page:hover {
    color: #2f2f2f;
}
.article-pve-next .pve-page::before,.article-pve-next .next-page::after {
    font-size: 16px;
    font-weight: 600;
}


/* <980 */
@media screen and (max-width: 980px) {
    .article-header h1 {
        font-size: 16px;
    }

    .article-content {
        width: 100%;
    }

    .article-content p {
        font-size: 14px;
    }
}
.carousel-info{
    font-size: 14px;
}
/*内页banner*/
.banner {
    position: relative;
    width: 100%;
}
.banner img{
    width: 100%;
}
.banner .banner-txt{
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    display: block;
    border-left: 3px solid #2f2f2f;
    text-shadow: 0px 1px 10px #fff;;
    padding-left: 10px;
    color: #2f2f2f;
}
.banner .banner-txt h3{
    font-size: 40px;
    letter-spacing: 5px;
}
.banner .banner-txt p{
    font-size: 20px;
}
@media screen and (max-width: 980px) {
    .banner .banner-txt{
        left: 10%;
    }
    .banner .banner-txt h3{
        font-size: 20px;
    }
    .banner .banner-txt p{
        font-size: 12px;
    }
}

/*>=768 小屏幕*/
@media (min-width: 768px) {

}

/*>=992 中等屏幕*/
@media (min-width: 992px) {

}

/*>=1200 大屏幕*/
@media (min-width: 1200px) {

}


@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes spread-line {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

