html,
body,
p {
    margin: 0;
    padding: 0;
}



* {
    box-sizing: border-box;
    /* user-select: none; */
}

.floatbox {
    width: 70px;
    overflow: hidden;
    position: fixed;
    line-height: 12px;
    right: 2px;
    bottom: 20px;
    z-index: 999;
}

.floatbox .btn-top11 {
    font-size: 50px;
    color: #fefefe;
    display: inline-block;
    line-height: 70px;
    text-align: center;
    height: 50px;
    width: 100%;
    background: black;
    opacity: 0.5;
    margin-bottom: 10px;
}

.floatbox .btn-top {
    background: url(../image/top.png) no-repeat;
    width: 70px;
    height: 70px;
    display: block;
    font-size: 0
}

.over_tow {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.over_one {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

html {
    min-width: 1400px;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    vertical-align: middle;
}

/* header {
    position: absolute;
    z-index: 9;
    width: 100%;
    min-width: 1400px;
    padding: 0 100px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header img {
    width: 260px;
}

header .class-box {
    height: 100%;
    display: flex;
}

header .class-box .a1 {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
}

header .class-box .a1 a {
    color: #fff;
    height: 100%;
    display: block;
    line-height: 90px;
    width: 100%;
}

header .a1 .class-item-box {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

header .a1 .product-class-box {
    width: 420px;
    display: flex;
}


header .product-class-box-left {
    width: 100px;
}

header .product-class-box-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 190px;
    margin-left: 40px;

}

header .product-class-box .product-class-box-right .right-item {
    width: 90px;
    height: 90px;
    background: rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header .product-class-box-right .right-item img {
    width: 30px;
    height: 30px;
}


header .product-class-box-right .right-item .img2 {
    display: none;
}


header .product-class-box-right .right-item:hover .img2 {
    display: block;
}

header .product-class-box-right .right-item:hover .img1 {
    display: none;
}

header .product-class-box-right .right-item:hover .text {
    color: #A5834E;
}


header .product-class-box-right .right-item .text {
    line-height: 20px;
    font-size: 14px;
    margin-top: 6px;
}

header .product-class-box-left .left-item {
    text-align: center;
    line-height: 60px;
    position: relative;
}


header .product-class-box-center .center-item {
    text-align: center;
    line-height: 60px;
    position: relative;
    margin-left: 40px;
}

header .on2::after {
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #A5834E;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 50px;
}

header .a1:hover .class-item-box {
    max-height: 2000px;
}

header .a1 .class-item-box a {
    height: 60px;
    overflow:hidden;
    line-height: 60px;
    text-align: center;
}

header .a1 .class-item-box a:hover {
    background-color: #A5834E;
}

header .class-box .on {
    background-color: #A5834E;
}

header .class-box .language {
    margin-left: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

header .class-box .language img {
    width: 16px;
    margin-left: 6px;
}

header .class-box .a1:hover {
    background-color: #A5834E;
} */
/* 新增header样式 */
.lenis.lenis-smooth {
    scroll-behavior: auto;
}

html.lenis {
    height: auto;
    overflow-x: hidden;
}

.z_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1vw 5.2vw;
    transition: ease .8s;


}

.z_header.on {
    transform: translateY(-100%);
}

.z_header::before {
    content: "";
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 40vh;
    transform: translateY(-100%);
    transition: ease .8s;
    visibility: hidden;
}

.z_header .logo {
    display: block;
    height: 30px;
}

.z_header .logo p{
   margin: 0; padding: 0;
    height: 30px;
}
.z_header .logo img {
    display: block;
    height: 100%;
}

.z_header .frbox {
    display: flex;
    align-items: center;
}

.z_nav {
    display: flex;
    align-items: center;
}

.z_nav a {
    color: #fff;
    white-space: nowrap;
}

.z_nav .one {
    font-size: 16px;
    line-height: 3.125vw;
    position: relative;
    display: block;

}

.z_nav .one::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../image/zico.png) no-repeat center;
    transition: ease .8s;
    opacity: 0;

}

.z_nav li {
    position: relative;
    margin-right: 3.8vw;
}

.z_nav li:last-child {
    margin-right: 1.8vw;
}

.z_nav li.active .one::before,
.z_nav li:hover .one::before {
    opacity: 1;
}

.z_nav li:hover .one {
    color: #fff;
}

.z_nav .subnav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.z_nav .subnav a {
    line-height: 2.6vw;
    font-size: 15px;
    position: relative;
    display: inline-block;

}

.z_nav .subnav a::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0.4vw;
    transition: ease 1s;
}

.z_nav .subnav a:hover {
    color: #fff
}

.z_nav .subnav a:hover::before {
    width: 100%;
}

.z_nav .thirdnav a {
    line-height: 1.5vw;
    color: #e2cfae;
    font-size: 12px;
    display: inline-block;

}

.z_nav .thirdnav a::before {
    bottom: 0;
}

.z_header.navOn::before {
    transform: translateY(0);
    visibility: visible;
}

.z_header.navOn .subnav {
    opacity: 1;
    visibility: visible;
    transition: ease .8s;
    transition-delay: .2s;
}

.z_search {
    margin-right: 1.8vw;
}

.z_search img {
    height: 18px;
}

.z_words {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.z_words:hover {
    color: #fff;
}

.z_words .arr {
    display: block;
    height: 20px;
    margin-left: 2px;
}

footer {
    background-color: #111;
}

footer .footer-box {
    color: #fff;
    margin: 0 auto;
    width: 1400px;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    border-bottom: 1px solid #292929;
}

footer .footer-box .left-box img {
    width: 260px;
    height: auto;
}

footer .footer-box .right-box {
    flex: 1;
    width: 0;
    margin-left: 40px;
    display: flex;
    justify-content: space-between;
}

footer .footer-right-item {
    width: 130px;
    height: 100%;
    text-align: center;
}


footer .footer-box .right-box a {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    margin-top: 20px;
}

footer .footer-box .right-box a:hover {
    color: #fff;
}

footer .footer-box .right-box a:first-child {
    font-size: 17px;
    color: #fff;
}


footer .link-box {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

footer .footer-box .link-box img {
    width: 26px;
}

footer .record-number {
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding: 30px 0;
    font-size: 14px;
}

/* 动效果类 */

.animation-box {}

.animation-box .goleft {
    transform: translatex(200px);
    opacity: 0.2;
}

.animation-box .goright {
    transform: translatex(-200px);
    opacity: 0.2;
}

.animation-box .gotop {
    transform: translatey(200px);
    opacity: 0.2;
}

.animation-box .gobig {
    transform: scale(0.8);
    opacity: 0.2;
}

.goright {
    transition: all 2s;
}

.goleft {
    transition: all 2s;
}

.gotop {
    transition: all 2s;
}

.gobig {
    transition: all 2s;
}

/* 动效果类end */

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearlist li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ptit {
    padding: 24px 0;
    text-align: center;
    font-size: 36px;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
}

.content * {
    max-width: 100%;
}

.newstype {
    margin-top: 30px;
    text-align: center;
    font-size: 0;
}

.newstype a {
    display: inline-block;
    width: 130px;
    height: 40px;
    margin: 15px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.newstype a.active {
    color: #83ac4e;
}

.newslist {
    margin-top: 0px;
}

.newslist li {
    border-bottom: 1px solid #eee;
    padding: 25px 0;
}

.newslist li .date {
    width: 140px;
    text-align: center;
    float: left;
    line-height: 1;
    color: #83ac4e;
}

.newslist li .date .day {
    font-size: 48px;
    margin-bottom: 15px;
}

.newslist li .tit {
    font-size: 22px;
}

.newslist li .desc {
    margin-top: 10px;
    color: #666;
}


/* 分页 */
.pagination {
    margin: 10px 0;
    font-size: 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
}

.pagination a,
.pagination span {
    display: inline-block;
    margin: 0 4px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #FFF;
    font-size: 14px;
}

.pagination a:hover,
.pagination span:hover {
    color: #B22B23;
}

.pagination li.active a,
.pagination li.active span {
    background-color: #B22B23;
    border-color: #B22B23;
    color: #FFF;
}

.pagination li.disabled a,
.pagination li.disabled span {
    background-color: #EEE;
    color: #BBB;
}

.noresult {
    margin: 10px auto;
    text-align: center;
}