


.event-details .box2 .content img {
    float: none !important;
    height: auto;
}
.event-details .box2 .content p:has(img),
.event-details .box2 .content p:has(video){
    text-align: center;
}

.-fz16 {
    font-size: 16px;
    line-height: 18px;
}

.contact-tel {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-tel .item {
    /*border-right: 1px solid;*/
    margin-top: 30px;
}

.contact-tel .item:nth-child(-n + 2) {
    margin-top: 0;
}
.contact-tel .item:nth-child(2n) {
    border: none;
}

@media screen and (max-width: 760px){
    .event-banner {
        width: 100%;
        height: 0;
        padding-top: 70%;
        position: relative;
        overflow: hidden;
    }
    .event-banner img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .contact-tel .item {
        margin-top: 10px;
    }

    .contact-tel .item:nth-child(-n + 2) {
        margin-top: 10px;
    }
    .contact-tel .item:nth-child(-n + 1) {
        margin-top: 0;
    }
}

.header-box .header .header-new .nav ul li {
    position: relative;
}
.header-box .header .header-new .nav ul li[data-layer="down"]:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 23px * 2);
    height: 2px;
    background-color: #8AC331;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.header-box .nav .nav-layer {
    /*display: none;*/
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    overflow: hidden;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 100;
}
.header-box .nav .nav-layer.-product {
    min-width: 394px;
}
.header-box .nav .nav-layer.-common {
    min-width: 153px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}
.header-box .nav .nav-layer .-wrapper {
    padding: 30px 20px 33px;
    background-color: #1B1B1B;
}
.header-box .nav .nav-layer.-common .-wrapper {
    padding: 27px 20px 31px;
}

.header-box .nav .nav-layer .-wrapper .-row{
    display: flex;
}
.header-box .nav .nav-layer .-wrapper .-row .-column {
    padding: 0 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.header-box .nav .nav-layer .-wrapper .-row .-column:first-child {
    padding-left: 0;
}
.header-box .nav .nav-layer .-wrapper .-row .-column:last-child {
    padding-right: 0;
    border-right: 0;
}

.header-box .nav .nav-layer .-wrapper .-row .-column dl.-v1 dd{
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 26px;
    border-radius: 21px;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.70);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header-box .nav .nav-layer .-wrapper .-row .-column dl.-v1 dd.on {
    background-color: rgba(138, 195, 49, 1);
    color: white;
}
.header-box .nav .nav-layer .-wrapper .-row .-column dl.-v1 dd:hover {
    color: rgba(138, 195, 49, 1);
}
.header-box .nav .nav-layer .-wrapper .-row .-column dl.-v1 dd.on:hover {
    color: white;
}
.header-box .nav .nav-layer .-wrapper .-row .-column dl.-v1 dd:last-child {
    margin-bottom: 0;
}
.header-box .nav .nav-layer .-wrapper .-row .-column dl.-v2 {
    display: none;
}
.header-box .nav .nav-layer .-wrapper .-row .-column dl.-v2.on {
    display: block;
}

.header-box .nav .nav-layer .-wrapper .-row .-column dl.-v2 dd{
    margin-bottom: 24px;
    text-align: left;
}
.header-box .nav .nav-layer.-common .-wrapper .-row .-column dl.-v2 dd{
    margin-bottom: 18px;
}
.header-box .nav .nav-layer .-wrapper .-row .-column dl.-v2 dd:last-child {
    margin-bottom: 0;
}
.header-box .nav .nav-layer .-wrapper .-row .-column dl.-v2 dd a {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    line-height: 18px;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header-box .nav .nav-layer .-wrapper .-row .-column dl.-v2 dd:hover a{
    color: rgba(138, 195, 49, 1);
    text-decoration: underline;
}

/*新闻详情产品*/
.common-page {
    width: 100%;
    height: auto;
    background-color: #101010; }
.common-page .index-product {
    width: 1680px;
    height: auto;
    margin: 0 auto;
    max-width: 94%; }
.common-page .index-product .title {
    width: 1160px;
    margin: 5% auto 0;
    max-width: 94%;
    text-align: center; }
.common-page .index-product .title .tits {
    font-size: 54px;
    line-height: 56px;
    color: #fff; }
.common-page .index-product .title .tit {
    font-size: 20px;
    line-height: 40px;
    color: #999;
    margin-top: 3%; }
.common-page .index-product .list {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 5%; }

.common-page .index-product .list .-arrow .prev,
.common-page .index-product .list .-arrow .next{
    position: absolute;
    left: 20px;
    top: 50%;
    width: 48px;
    height: 48px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../image/i-prev.svg) center center no-repeat;
    background-size: contain;
    z-index: 10;
}
.common-page .index-product .list .-arrow .next {
    left: auto;
    right: 20px;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}
.common-page .index-product .list .-arrow .prev:hover,
.common-page .index-product .list .-arrow .next:hover{
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../image/i-next-on.svg) center center no-repeat;
    background-size: contain;
}
.common-page .index-product .list .-arrow .prev:hover {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.common-page .index-product .title .tits {
    position: relative;
    padding-bottom: 24px;
}

.common-page .index-product .title .tits:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 5px;
    background: #8AC331;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


.common-page .index-product .list ul {
    width: 100%;
    height: auto; }
.common-page .index-product .list ul li {
    width: 22.6%;
    height: 455px;
    float: left;
    background-color: #f3f3f3;
    margin-right: 3.2%;
    position: relative; }
.common-page .index-product .list ul li .pic {
    width: 100%;
    height: 100%;
    overflow: hidden; }
.common-page .index-product .list ul li .pic dl {
    width: 100%;
    height: 100%; }
.common-page .index-product .list ul li .pic dl dd {
    width: 100%;
    background:#fff;
    height: 100%;
    position: relative; }
.common-page .index-product .list ul li .pic dl dd img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 80%;
    transition: transform 1.5s; }
@media (min-width: 1024px) {

    .event-details .box2 .title .tits {
        max-width: 60%;
        margin: 0 auto;
    }
    .event-banner {
        height: 100vh;
    }
    .event-banner img {
        height: 100%;
        object-fit: cover;
    }

    .header-box .header .header-new .header-right .search .search-new:has(input:focus) {
        width: 160px;
        background-color: #000;
        left: -130px;
    }
    .header-box .header .header-new .header-right .search .search-new:has(input:focus) .text {
        opacity: 1;
    }



    .common-page .index-product .list ul li .pic dl dd:hover img {
        transform: scale(1.1); }
}
    .common-page .index-product .list ul li .pic .btns {
        position: absolute;
        right: 7.9%;
        bottom: 6%;
        z-index: 10; }
    .common-page .index-product .list ul li .pic .btns .btns-new {
        float: right; }
    .common-page .index-product .list ul li .pic .btns .btns-new span {
        float: left;
        width: 6px;
        height: 6px;
        background-color: #fff;
        border: 1px solid #999;
        border-radius: 6px;
        display: inline-block;
        margin-left: 9px;
        cursor: pointer;
        opacity: 1; }
    .common-page .index-product .list ul li .pic .btns .btns-new span.swiper-pagination-bullet-active {
        background-color: #000;
        border: 1px solid #000; }
    .common-page .index-product .list ul li .tits {
        width: 84.2%;
        height: auto;
        position: absolute;
        z-index:9999;
        left: 7.9%;
        top: 24px; }
    .common-page .index-product .list ul li .tits .t {
        font-size: 24px;
        line-height: 30px;
        color: #333; }
    .common-page .index-product .list ul li .tits .t1 {
        font-size: 16px;
        line-height: 24px;
        color: #8cc332; }
    .common-page .index-product .list ul li .tit {
        position: absolute;
        left: 7.9%;
        bottom: 5%;
        font-size: 16px;
        line-height: 18px;
        color: #666;
        font-weight: bold; }
@media (min-width: 1024px) {
    .common-page .index-product .list ul li:hover .tits {
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-name: bounceIn;
        animation-name: bounceIn; }
    .common-page .index-product .list ul li:hover .tit {
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
        -webkit-animation-name: bounceIn;
        animation-name: bounceIn;
    }
}
    .common-page .index-product .list ul li:last-child {
        margin-right: 0; }
    .common-page .index-product .more {
        width: min-content;
        margin: 0 auto;
        font-size: 18px;
        display: block;
        margin: 5% auto 0;
        line-height: 29px;
        padding-right: 40px;
        background-image: url(../image/more_h.png);
        background-repeat: no-repeat;
        font-weight: bold;
        background-position: right center;
        color: #8cc332;
        font-family: calibri;
    }

@media (max-width: 900px) {
    .common-page .index-product .title .tits {
        font-size: 40px;
        line-height: 42px; }
    .common-page .index-product .title .tit {
        font-size: 18px;
        line-height: 32px; }
    .common-page .index-product .list ul li {
        width: 48.3%;
        height: 370px;
        margin-bottom: 3.2%; }
    .common-page .index-product .list ul li:nth-child(2n) {
        margin-right: 0; }
}

@media (max-width: 450px) {
    .common-page .index-product .title .tits {
        font-size: 32px;
        line-height: 32px; }
    .common-page .index-product .title .tit {
        font-size: 16px;
        line-height: 26px; }
    .common-page .index-product .list ul li {
        width: 100%;
        height: 450px;
        float: none;
        margin-right: 0; }
}


@media screen and (max-width: 1440px) {

}

@media (max-width: 1360px) {
    .header-box .header .header-new .nav ul li[data-layer="down"]:after{
        width: calc(100% - 15px * 2);
    }
}
@media (max-width: 1190px) {
    .header-box .header .header-new .nav ul li[data-layer="down"]:after{
        width: calc(100% - 8px * 2);
    }
}
@media screen and (max-width: 1000px) {
    .common-page .index-product .title {
        margin: 12% auto 0;
    }
    .common-page .index-product .list {
        margin: 10% auto 0;
    }

    .common-page .index-product .list .-arrow .prev,
    .common-page .index-product .list .-arrow .next{
        width: 32px;
        height: 32px;
    }

    .header-box .header-m .nav-m ul {
        height: calc(100% - 50px);
        overflow: auto;
        padding-bottom: 20px;
    }
    .header-box .header-m .nav-m ul li {
        padding: 0 14px;
    }
    .header-box .header-m .nav-m ul li a {
        position: relative;
        display: inline-block;
        width: 100%;
        padding-right: 10px;
    }
    .header-box .header-m .nav-m ul li .tits span {
        margin-left: 0;
    }
    .header-box .header-m .nav-m .nav-item >a:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        width: 12px;
        height: 12px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background: url(../image/a-plus.svg) center center no-repeat;
        background-size: contain;
    }
    .header-box .header-m .nav-m .nav-item.on >a:after {
        background: url(../image/a-sub.svg) center center no-repeat;
        background-size: contain;
    }
    .header-box .header-m .nav-m .nav-item.noIcon >a:after{
        display: none;
    }


    .header-box .header-m .nav-m ul li .tits {
        margin-left: 0;
    }
    .header-box .header-m .nav-m ul li .nav-child{
        padding-left: 5px;
        display: none;
    }
    .header-box .header-m .nav-m ul li .nav-child._v1 {
        padding-bottom: 14px;
    }
    .header-box .header-m .nav-m ul li .nav-child._v2 {
        margin-top: 14px;
    }
    .header-box .header-m .nav-m ul li .nav-child._v2 dd a{
        font-size: 11px;
        line-height: 13px;
        height: auto;
    }
    .header-box .header-m .nav-m ul li .nav-child dl dd{
        margin-bottom: 14px;
        height: auto;
        line-height: normal;
    }
    .header-box .header-m .nav-m ul li .nav-child dd:last-child {
        margin-bottom: 0;
    }
    .header-box .header-m .nav-m ul li .nav-child dd a {
        color: rgba(255, 255, 255, 0.70);
        font-size: 12px;
        line-height: 14px;
        height: auto;
        padding-left: 0;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .header-box .header-m .nav-m ul li .nav-child dd.on >a{
        color: #8AC331;
    }

}

.ulMarker ul>li,ol>li {
    list-style:inherit;
}

.ulMarker ol {
    list-style:decimal;
}


.ulMarker ul {
    list-style:disc;
}



@media screen and (min-width:800px) {
    .page1-11 li .content100 {
        text-align: center;
    }

    .page1-13 ul {
        justify-content:space-around;
    }

    .page1-13 h2 {
        text-align: center;
    }

    .page1-15 .wal {
        flex-direction:column;
    }

    .page1-15 .list-1 {
        width:100%;
    }

    .page1-15 .list-1 ul {
        gap:0.12rem;
    }


    .page1-15 .list-2 li {
        flex-direction:column;
    }
}



@media screen and (max-width:800px) {
    .page1-13 {
        text-align:center;
    }


    .page1-13 ul {
        margin-top:0.2rem;
    }

    .page1-11 div.img {
        text-align:center;
    }


}




/* product列表页面start */
/*.new-badge {*/
/*    position: absolute;*/
/*    top: -0.02rem;*/
/*    right: 0;*/
/*    width: 1.2rem;*/
/*    height: auto;*/
/*    z-index: 10;*/
/*}*/

/*.badge-text {*/
/*    !*font-family: Arial, sans-serif;*!*/
/*    font-size: 0.42rem;*/
/*    fill: white;*/
/*    text-anchor: middle;*/
/*    alignment-baseline: middle;*/
/*}*/




/*@media screen and (max-width: 1000px) {*/
/*    .badge-text {*/
/*        !*font-family: Arial, sans-serif;*!*/
/*        font-size: 0.7rem;*/
/*        fill: white;*/
/*        text-anchor: middle;*/
/*        alignment-baseline: middle;*/
/*    }*/

/*}*/

.product .box .list ul li .pic dl dd img.product-new {
    position:absolute;
    top: -0.02rem;
    right: 0;
    left:auto;
    width: 1.2rem;
    height: auto;
    z-index: 10;
    margin:0;
    vertical-align: unset;
    -webkit-user-drag: none;
    pointer-events: none;
}

.product .box .list ul li .pic dl dd span.tag-name {
    position: absolute;
    right: 0.3rem;
    top: 0.06rem;
    left: auto;
    z-index: 100;
    font-size: 0.2rem;
    color:#ffffff;
    text-anchor: middle;
    alignment-baseline: middle;
}


@media screen and (max-width: 1000px) {
    .product .box .list ul li .pic dl dd span.tag-name {
        font-size: 0.4rem;
        right:0.5rem;
        top:0.1rem;
    }


    .product .box .list ul li .pic dl dd img.product-new {
        width:2.4rem;
    }
}




/* product列表页面end */




