/*初始化类*/

html {
    font-size: 100px;
}
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,
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,
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;
}

ul,
li {
    list-style: none;
}
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;
}

.w1200{
    width: 12rem;
    max-width: 90%;
}
/*图片经过*/
.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);
}
/* 面包屑 */
.crumbs-wrap{
    margin: 0.2rem 0;
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular,
    Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
}
.crumbs-p,
.crumbs-a{
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular,
    Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.crumbs-a:hover{
    color: #1D691B;
}

/* 左侧公共分类 */
.classify-wrap{
    width: 2.5rem;
    flex-shrink: 0;
}
.classify-title{
    width: 100%;
    height: 0.5rem;
    background: #217402;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular,
    Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.5rem;
    text-align: center;
}
.classify-box{

}
.classify-item{
    width: 100%;
    height: 0.5rem;
    background: #E8EEEE;
    display: flex;
    align-items: center;
    padding-left: 0.3rem;
    padding-right: 0.2rem;
    margin-bottom: 0.015rem;
    position: relative;
}
.classify-img{
    width: 0.2rem;
    flex-shrink: 0;
    margin-right: 0.2rem;
}
.classify-img img{
    width: 100%;
}
.classify-p{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular,
    Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    flex: 1;
    height: 0.3rem;
    line-height: 0.3rem;
}
.classify-icon{
    width: 0.1rem;
    height: 0.12rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.classify-active .classify-p{
    color: #217402;
}
.classify-active .classify-icon {
    opacity: 1;
}


/* 分页 */
.paging-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.7rem 0;
}
.paging-page{
    padding: 0 0.1rem;
    height: 0.3rem;
    border: 0.01rem solid #CCCCCC;
    margin: 0 0.05rem;

    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular,
    Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
}
.paging-page:hover {
    color: #fff;
    background: #1D691B;
}
.paging-box{
    display: flex;
    align-items: center;
}
.paging-p{
    
    margin: 0 0.05rem;
    padding: 0 0.1rem;
    height: 0.3rem;
    border: 0.01rem solid #CCCCCC;

    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular,
    Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
}
.paging-p-active{
    color: #fff;
    background: #1D691B;
}
.paging-p:hover{
    color: #fff;
    background: #1D691B;
}


@media only screen and (max-width: 1024px) {
    .w1600 {
        width: auto;
        max-width: inherit;
    }
    .group-banner{
        height: 2.5rem;
    }
    .index-title {
        margin-top: 0.8rem;
    }

    .index-title-en {
        font-size: 0.55rem;
    }
    .index-title-cn {
        font-size: 0.45rem;
    }


    /* 分页 */
    .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-p {
        padding: 0 0.15rem;
        font-size: 0.26rem;
        font-family: MicrosoftYaHei;
        color: #333333;
    }
    .paging-p-active {
        color: #014098;
        font-weight: bold;
    }
}
