/*初始化类*/
@charset "UTF-8";

html {
    font-size: 99.1146px;
}

@media screen and (min-width:1600px) and (max-width:1700px) {
    html {
        font-size: 83.9062px;
    }
}

@media screen and (min-width:1500px) and (max-width:1600px) {
    html {
        font-size: 78.6458px;
    }
}

@media screen and (min-width:1400px) and (max-width:1500px) {
    html {
        font-size: 74.1146px;
    }
}

@media screen and (min-width:1300px) and (max-width:1400px) {
    html {
        font-size: 69.1146px;
    }
}

@media screen and (min-width:1200px) and (max-width:1300px) {
    html {
        font-size: 65.7812px;
    }
}

@media screen and (min-width:1100px) and (max-width:1200px) {
    html {
        font-size: 57.4479px;
    }
}

html,
body {
    /* -webkit-touch-callout: none; */
    /* -webkit-text-size-adjust: none; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* -webkit-user-select: none; */
    background: #fff;
    font-family: pingfang SC,
        helvetica neue,
        arial,
        hiragino sans gb,
        microsoft yahei ui,
        microsoft yahei,
        simsun,
        sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
}

/*body::-webkit-scrollbar { width: 5px; }*/
/* 滚动槽 */
/*body::-webkit-scrollbar-track {*/
/*    background: #F1F1F1;*/
/*-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);*/
/*border-radius:10px;*/
/*}*/
/* 滚动条滑块 */
/*body::-webkit-scrollbar-thumb {*/
/*border-radius:10px;*/
/*    background:#C1C1C1;*/
/*-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);*/
/*}*/


body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft YaHei", sans-serif !important;
    font-family: "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    -webkit-font-smoothing: antialiased !important;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-user-select: none; */
    -webkit-tap-highlight-color: transparent;
    outline: none;
    /* font-size: 0.15rem; */
    font-size: initial;
    line-height: 1.1;
}

ul,
li {
    list-style: none;
}

li i {
    width: 80px;
    font-style: normal;
    text-align: right;
    display: block;
    float: right;
    font-size: 12px;
    color: #666;
}

/* a:link,a:visited{color:#fff;} */
a:hover{color:#B6241F;}
a {
    color: #0062cc;
    text-decoration: none;
    background-color: transparent;
   /* display: block;  */
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
    /* display: block; */
}

/*自动隐藏文字*/
.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.ellipsis-5 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

body {
    padding-top: 1.5rem;
}

.w1400 {
    width: 15rem;
    max-width: 88%;
}

/*图片经过*/
.tran_scale {
    overflow: hidden;
    display: block;
}

/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img {
    -webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
    transition: opacity .4s ease-in, transform .6s linear;
}

.tran_scale:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.common-wrap {
    width: 100%;
    overflow: hidden;
    background: #F6F6F6;
}

.common-box {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: .4rem 0;
    padding-bottom: .6rem;
}

.common-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .15rem;
    border-bottom: 0.02rem solid #B6241F;
}

.common-title {
    display: flex;
    align-items: center;
}

.common-title img {
    width: .32rem;
    height: .32rem;
}

.common-title p {
    margin-left: .2rem;
    font-size: 0.3rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;

}

/* 面包屑 */
.crumbs-wrap {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
}

.crumbs-p,
.crumbs-a {
    font-size: 0.17rem;
    font-family: Microsoft YaHei-Regular,
        Microsoft YaHei;
    font-weight: 400;
    color: #555555;
}


.crumbs-p:first-of-type {
    margin-left: 0;
}

.crumbs-a:hover {
    color: #B6241F;
}

/* 左侧公共分类 */
.classify-wrap {
    width: 2.2rem;
    flex-shrink: 0;
}

.classify-title {
    width: 100%;
    height: 0.8rem;
    background: #B6241F;
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.8rem;
    text-align: center;
}

.classify-box {}

.classify-item {
    width: 100%;
    height: 0.5rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.2rem;
    margin-bottom: 0.015rem;
    position: relative;
}

.classify-p {
    text-align: center;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #343434;
}

.classify-active .classify-p,
.classify-active .classify-level-p {
    color: #B6241F;
    font-weight: bold;
}

.classify-p:hover {
    color: #B6241F;
}

/* 分页 */
.paging-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}



.paging-p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
}

.paging {
    display: flex;
    align-items: center;
    margin: 0 0.16rem;
}

.paging .active {
    background: #B6241F;
    /* border-color: #fff; */
    color: #fff;
}

.paging-img {
    width: 0.32rem;
    height: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #DEDEDE;
    margin: 0 0.04rem; */
}

.paging-img img {
    width: 0.15rem;
}

.paging-a {
    width: 0.32rem;
    height: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #DEDEDE; */
    margin: 0 0.04rem;
    background: #F5F5F5;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
}

.no-border {
    border-color: transparent;
}

.paging-to {
    display: flex;
    align-items: center;
}


.paging-to input {
    width: 0.5rem;
    height: 0.32rem;
    border: 1px solid #DEDEDE;
    font-size: 0.12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin: 0 0.08rem;
    text-align: center;
}

.paging-to-bt {
    width: 0.72rem;
    height: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #B6241F;
    opacity: 1;
    border-radius: 0.02rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 0.18rem;
}

@media only screen and (max-width: 1024px) {
    .w1400 {
        width: auto;
        max-width: inherit;
    }


    /* 顶部banner */
    .index-banner {
        /*width: 100%;*/
        /*height: 5.4rem;*/

        width: 100%;
        height: 2.5rem;
        margin: 0 auto;
        margin-top: 0rem;
    }

    .indexBanner {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .indexBanner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .crumbs-wrap {
        padding: 0 .3rem;
    }

    .crumbs-wrap {
        font-size: .24rem;
    }

    /* 分页 */
    .paging-page {
        padding: 0 0.2rem;
        height: 0.4rem;
        background: #014098;
        border-radius: 0.12rem;
        font-size: 0.24rem;
        font-family: MicrosoftYaHei;
        color: #FFFFFF;
        line-height: 0.4rem;
    }

    .paging-box {
        display: flex;
        align-items: center;
        margin: 0 0.15rem;
    }

    .paging-a {
        width: 0.4rem;
        height: 0.4rem;
        font-size: 0.24rem;
        font-family: MicrosoftYaHei;
        color: #333333;
    }

    .paging-to,
    .paging-img,
    .paging-p {
        display: none;
    }

    .classify-wrap {
        display: none;
    }

    .crumbs-p,
    .crumbs-a {
        font-size: .24rem;
        flex-shrink: 0;
    }

    .crumbs-p:last-of-type{
        flex: 1;
    }
}