/*初始化类*/
@charset "UTF-8";

html {

    font-size: 100px;
}
.header-menu{
    justify-content: space-evenly!important;
}

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,
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: initial;
    line-height: 1.05;
}

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: 4;
    -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;
}




/*图片经过*/
.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.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}

body {
    /* padding-top: 1.44rem; */
    overflow-x: hidden;
}

.w1440 {
    width: 14.4rem;
}

.w1100 {
    width: 11rem;
}

.w1200 {
    width: 12rem;
}

.w1600 {
    width: 16rem;
}


/* 标题 */
.common-title {
    padding-bottom: 0.4rem;
    position: relative;

    font-size: 0.46rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #333;
    text-align: center;
}

.common-title::after {
    content: '';
    width: 0.64rem;
    height: 0.03rem;
    background: #CB1B1D;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* 顶部图片 */
.common-banner {
    width: 100%;
    height: 3.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common-banner-p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: .48rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0 2rem;
}

/* 内页顶部 */
.page-banner-wrap {
    width: 100%;
    height: 3rem;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-banner-box {
    /* padding-bottom: .5rem; */
    color: #FFFFFF;
}

.page-banner-text {
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;

}

.page-banner-p {
    font-size: 0.48rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    margin-top: .4rem;
    line-height: 0.64rem;
}

/* 面包屑导航 */
.common-crumbs-box {
    display: flex;
    align-items: center;
}

.common-crumbs {
    display: flex;
    align-items: center;
}

.common-crumbs img {
    width: 0.24rem;
    height: 0.24rem;
}

.common-crumbs p {
    margin: 0 0.1rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #333333;
}

/* 顶部导航 */
.common-nav-wrap {
    position: relative;
    background: #FFCD01;
    padding-top: .2rem;
}

.common-nav-box {
    position: relative;
    display: flex;
    margin: 0 auto;
}

.common-nav {
    padding: 0 .25rem;
    height: .8rem;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 0.8rem;
}

.common-nav:hover {
    background: #fff;
}

.common-nav-box .active {
    background: #fff;
}

/* 分页 */
.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: #FF8000;
    /* 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: #FF8000;
    opacity: 1;
    border-radius: 0.02rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 0.18rem;
}












/* 移动端页面头部的样式 */
.common-phone-header,
.side-wrap{
    display: none;
}
@media only screen and (max-width: 1024px) {
    .mobile-language {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #0F4F2C;
    }
    .w1200,.w1600{
        width: auto!important;
    }
    .hzyheader-top{
        display: none!important;
    }
    .header-top{
        display: none!important;
    }
    .wrap{
        margin-top: 50px;
    }

    
.common-phone-header {
    display: block !important;
}

.side-wrap {
    display: block !important;
}
    
    
    
/* 鎵嬫満瀵艰埅 */
.common-phone-header {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.common-phone-header-inner {
    display: flex;
    height: 50px;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
}

.header-menu-phone{
    height: 30px;
}
.header-logo-phone {
    height: 30px;
}
.header-search-phone {
    height: 30px;
}

/* 鎼滅储妗� */
.header-search-box-phone {
    display: none;
}


.header-search-input-phone {
    border-radius: 20px;
    height: 35px;
    border-width: 1px;
    border: 1px solid #333;
    padding: 0 10px;
    font-size: 14px;
}
    
    
    
    

    /* 渚ц竟鏍忓鑸� */
.side-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background:rgba(0, 0, 0, .5);
}
.side-container {
    display: none;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    height: 100vh;
    width: 6.4rem;
    background-color: #fff;
    color: #000;
    border-left: 1px solid #eee;
    animation: ani_side 1s;
}

.side-container.shown {
    display: block;
}




@keyframes ani_side{
    from {
        display: none;
        width: 3rem;
    }
    to {
        display: block;
        width: 6.4rem;
    }
}

.side-wrap {
    width: 100%;
}

.side-top {
    display: flex;
    height: 60px;
    padding: 0 20px 0 30px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.side-logo {
    width: 1rem;
}
.side-close {
    width:.48rem;
}

.side-bottom {
    padding:  0 .48rem 0 .72rem;
}


.nav-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: .27rem .48rem .27rem .72rem; */
    padding: .27rem 0 .27rem 0;
    border-bottom: 1px solid #eee;
}

.nav-item-inner span{
    display: flex;
    align-items: center;
    font-size: 14px;
}


.nav-item-inner img{
    /* width: .48rem; */
    width: .4rem;
}
.side-nav-list .nav-item a{
    color: #000;
    font-size: .26rem;
    width: 100%;
    display: inline-block !important;
}



.side-nav-list .side-local-img {
    width: .3rem;
    margin-right: .2rem;
    vertical-align: text-bottom;
}   

.side-nav-list-sub {
    display: none;
}
.side-nav-list-sub  .side-back-img {
    width: .3rem;
    margin-right: .2rem;
    vertical-align: text-bottom;
}



.side-nav-list-main .nav-item:first-child{
    /*display: none;*/
}
.side-nav-list-main .nav-item:last-child{
    /* display: none; */
}

