.w1440 {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
    max-width: 94%;
}


/* 框架轮播样式 */


.swiper-container {
    width: 100%;
    height: 100vh;
    /* color: #fff; */
    /* text-align: center; */
}

.pagination-box .pagination {
    position: absolute;
    z-index: 1;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
}

.pagination-box .swiper-pagination-switch {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #706f6f;
    margin: 0 0px 25px;
    /* opacity: 0.8; */
    border: 1px solid #706f6f;
    cursor: pointer;
}

.pagination-box .swiper-active-switch {
    background: #f38703;
    border: 1px solid #f38703;
    position: relative;
}

.pagination-box .swiper-active-switch::after {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #f38703;
    border-radius: 50%;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
    position: absolute;
    top: -8px;
    left: -8px;
    animation: spin 6s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.page {
    position: fixed;
    z-index: 1;
    right: 80px;
    bottom: 25%;
    color: #666;
    font-size: 18px;
    line-height: 26px;
}

.page .num {
    color: #f38703;
    font-size: 22px;
    font-weight: bold;
}

.arrow-box {
    position: fixed;
    z-index: 1;
    right: 70px;
    bottom: 8%;
}



.arrow-box .arrow {
    width: 56px;
    height: 56px;
    cursor: pointer;

}



/* item1 */
.item-warp {
    width: 100%;
    height: 100%;
    /* position: relative; */
}

.item-list1 {
    position: absolute;
    top: 10%;
    left: 10.42%;
    z-index: 1;
    text-align: left;
}

/* .item-list1-video:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../baichuan_img/grid.png);
    position: absolute;
    z-index: 99;
} */

.item-list1 .item-blod {
    font-size: 66px;
    color: #fff;
    line-height: 60px;
    transition-delay: .3s;
    position: relative;
    width: 800px;
    height: 88px;
    overflow: hidden;
    white-space: nowrap;
    -moz-animation: typing 3s steps(26, end) infinite alternate;
    -webkit-animation: typing 3s steps(26, end) infinite alternate;
    animation: typing 3s steps(26, end) infinite alternate;
    font-weight: bold;
    text-shadow: 2px 2px 5px #969696;
}

@keyframes typing {
    0% {
        width: 0;
    }
}



.item-list1 .secwen {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0);
    transition: 1s ease-in-out;
}

.item-list1 .item-en {
    font-size: 32px;
    color: #fff;
    line-height: 36px;
    transition-delay: .5s;
    font-weight: bold;
}

video {
    /* display: inline-block; */

}

.item-list1-video {
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.item-list1-video video {
    width: 100%;
    height: auto;

}

/* 产品内容,售后服务点 */
/* 动画 */
.item-list2 .up,
.item-list5 .up {
    opacity: 1;
    /* 初始状态为不可见 */
    transform: translateY(40px);
    /* 初始状态稍微向下移动 */
    transition: opacity 1s ease, transform 1s ease;
    /* 动画效果 */
    /* 动画持续时间 */
}

.item-list2 .show-up,
.item-list5 .show-up {
    opacity: 1;
    /* 显示状态，文字不透明 */
    transform: translateY(0);
    /* 最终位置，在容器内 */
}

/* 新闻动画 */
.item-list4 .leftup {
    opacity: 1;
    /* 初始状态为不可见 */
    transform: translateX(80px);
    /* 初始状态稍微向下移动 */
    transition: opacity 1s ease, transform 1s ease;
    /* 动画效果 */
    /* 动画持续时间 */
}

.item-list4 .show-up {
    opacity: 1;
    /* 显示状态，文字不透明 */
    transform: translateX(0);
    /* 最终位置，在容器内 */
}

/* 关于我们 */

.item-list2 {
    width: 100%;
    height: 100vh;
    background: url(../img/gy.jpg) no-repeat center;
    background-size: cover;
    z-index: 1;
    color: #444;
    font-size: 14px;
}

.item-list2 .list2-mian {
    position: relative;
    width: 71.9%;
    background-size: 100% 100%;
    height: 100%;
    background-image: url(../img/gy-mb.png) no-repeat center;
}

.item-list2 .list-content {
    position: relative;
    left: 14.5%;
    width: 70%;
    top: 50%;
    transform: translateY(-50%);
}

/* .item-list2 .secwenup {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0);
    transition: 1s ease-in-out;
} */




.item-list2 .list-content .en-blod {
    font-size: 42px;
    line-height: 88px;
    font-weight: bold;
    transition-delay: .3s;
    color: #444;
    position: relative;
}

.item-list2 .list-content .en-blod:after {
    content: "";
    display: block;
    width: 220px;
    height: 4px;
    background: #f0f0f0;
    position: absolute;
    bottom: -4px;
}

.item-list2 .list-content .en-blod:before {
    content: "";
    display: block;
    width: 98px;
    height: 5px;
    background: #f18700;
    position: absolute;
    bottom: -5px;
    z-index: 1;
}


.item-list2 .list-content .title-p {
    font-size: 18px;
    line-height: 36px;
    color: #333;
    margin-top: 56px;
    transition-delay: .9s;
    width: 80%;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    /* color: #444; */
}

.item-list2 .list2-ul {
    margin-top: 56px;
    font-size: 0;
    text-align: left;
    transition-delay: 1.2s;
}

.item-list2 .list2-ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 70px;
    position: relative;
    margin-bottom: 10px;
}

.item-list2 .list2-ul li .num {
    font-size: 42px;
    line-height: 38px;
    color: #333333;
}

.item-list2 .list2-ul li .tit-p {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    margin-top: 10px;
}

.item-list2 .list2-ul li:nth-of-type(1):after,
.item-list2 .list2-ul li:nth-of-type(2):after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
    content: "";
}


.btn-more {
    display: inline-block;
    margin-top: 56px;
    padding-left: 20px;
    padding-right: 15px;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    background-color: #11a196;
    color: #fff;
    font-size: 16px;
    transition-delay: 1.5s;
    transition: all 0.3s;

}

.btn-more img {
    margin-left: 10px;
    margin-top:12px;
}



/* 产品 */
.item-list3 .secwen {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0);
    transition: 1s ease-in-out;
}

.item-list3 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    height: 100%;
    background-image: url(../img/mb-r.png);
    /* z-index: 999; */
}


.item-list1-video {
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.item-list1-video video {
    width: 100%;
    height: auto;

}

.item-box1,.item-box3 {
    position: relative;
}

/* 轮播2 */



.list3-swiper {
    width: 35%;
    height: 85%;
    /* padding: 30px 40px; */
    /* border-radius: 20px; */
    /* background: #111; */
    position: relative;
    top: 55%;
    left: 45%;
    transform: translateY(-50%);
    color: #fff;
    /* background: red; */
    z-index: 1;
}


.list3-swiper .swiper-container {
    /* height: 300px; */
    width: 100%;
    height: 85%;
}


.list3-swiper .pagination-wrap {
    z-index: 1;
    cursor: pointer;
    position: relative;
    /* left: 25%; */
    bottom: 10px;
    width: 100%;
    /* bottom: 10px; */
}

/* .list3-swiper .pagination-wrap .pagination {
    position: absolute;

    left: 25%;
    bottom: 0;
    width: 100%;


} */

.list3-swiper .pagination-wrap .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 0 35px;
    position: relative;
    /* left: 25%;
    bottom: 0; */
    /* transform: translateX(-50%); */
    opacity: 0.6;

}

.list3-swiper .pagination-wrap .swiper-pagination-switch::before {
    position: absolute;
    right: -53px;
    width: 40px;
    height: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url(../img/icon-d.png);
    content: "";
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
}

.list3-swiper .pagination-wrap .swiper-pagination-switch:last-of-type::before {
    display: none;
}

.list3-swiper .pagination-wrap .swiper-active-switch {
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background: #11a196;
    border-color: #11a196;
    position: relative;
    opacity: 1;
}

.list3-swiper .pagination-wrap .swiper-active-switch::after {
    content: '';
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.list3-swiper .pagination-wrap .swiper-active-switch::before {
    opacity: 1;
}

.list3-swiper .arrow2 {
    position: absolute;
    top: 50%;
    width: 58px;
    height: 58px;
    cursor: pointer;
    transform: translateY(-50%);
}

.list3-swiper .arrow-left2 {

    left: -100px;

}

.list3-swiper .arrow-right2 {

    right: -100px;

}



/* 文字样式设置 */
.item-list3 .list-content {
    position: relative;
    color: #fff;
    padding: 10px;
    z-index: 1;
}

.item-list3 .secwenup {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0);
    transition: 1s ease-in-out;
}

.item-list3 .list-content .en-blod {
    font-size: 42px;
    line-height: 88px;
    font-weight: bold;
    transition-delay: .3s;
    /* color: #444; */
    position: relative;
    color: #fff;
}

.item-list3 .list-content .en-blod:after {
    content: "";
    display: block;
    width: 220px;
    height: 4px;
    background: #f0f0f0;
    position: absolute;
    bottom: -4px;
    color: #fff;
}

.item-list3 .list-content .en-blod:before {
    content: "";
    display: block;
    width: 98px;
    height: 5px;
    background: #f18700;
    position: absolute;
    bottom: -5px;
    z-index: 2;
}



.item-list3 .list-content .cn-name {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin-top: 40px;
    transition-delay: .5s;
}

.item-list3 .list-content .title-p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-top: 36px;
    transition-delay: .9s;
    /* width: 80%; */
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}




.item-list4 {
    width: 100%;
    height: 100vh;
    background: url(../img/xw.jpg) no-repeat center;
    background-size: cover;
    color: #444;

}

.item-list4 .list4-mian {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
    height: 90%;
    padding-top: 110px;
}

.item-list4 .list-content {
    display: flex;
    width: 100%;
    height: 100%;
    /* background: #000; */
}

.item-list4 .secwenup {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0);
    transition: 1s ease-in-out;
}




.item-list4 .list-content .en {
    width: 30%;
    margin-top: 100px;
    /* height: 88px; */
}

.item-list4 .list-content .en-blod {

    width: 100%;
    font-size: 42px;
    line-height: 88px;
    font-weight: bold;
    color: #444;
    position: relative;

}

.item-list4 .list-content .en-blod:after {
    content: "";
    display: block;
    width: 220px;
    height: 4px;
    background: #f0f0f0;
    position: absolute;
    bottom: -4px;
}

.item-list4 .list-content .en-blod:before {
    content: "";
    display: block;
    width: 98px;
    height: 5px;
    background: #f18700;
    position: absolute;
    bottom: -5px;
    z-index: 2;
}



.item-list4 .list-main {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    /* background: red; */
}

.item-list4 .img_bg {
    width: 380px;
    background: #11a196a6;
    height: 550px;
    color: #fff;
    margin-right: 50px;
}

.item-list4 .img_box {
    position: relative;
}

.item-list4 .img_box .text {
    position: absolute;
    padding: 30px;
    top: 50%;
    width: 100%;
    z-index: 1;
    transform: translateY(-50%);
}

.item-list4 .img_box a {
    color: #fff;
    font-size: 16px;
}

.item-list4 .img_box .tag {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f7c34f;
    /* color: #fff; */
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    /* margin-bottom: 5.6%; */
    margin-bottom: 20px;
}

.item-list4 .img_box .title {
    margin-bottom: 12px;
    color: #333;
}

.item-list4 .img_box .title a {
    /* color: #333; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 32px;
}

.img_box .link {}

.item-list4 .list-container {
    width: 460px;
    height: 440px;
    color: #333;
    margin-left: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 99999;
}

/* 新闻中心轮播样式设置 */
.item-list4 .img_box:hover {
    background: #11a196a6;
}

.item-list4 .img_box {
    padding: 32px 18px;
}

    .item-list4 .img_box a {
        color: #333;
        font-size: 14px;
    }

    .item-list4 .img_box .tag a {
        color: #fff;
    }

    .item-list4 .img_box .realtitle a {
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

    .item-list4 .img_box .title a {
        color: #868585
    }


.swiper3-container .swiper-slide:hover {
    background: #11a196a6;
}



.swiper3-container .img_box {
    padding: 32px 18px;
}

.swiper3-container .img_box a {
    color: #333;
    font-size: 14px;

}

.swiper3-container .img_box .tag a {
    color: #fff;
}


.swiper3-container .img_box .realtitle a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.swiper3-container .img_box .title a {
    color: #868585
}


/*  售后服务点*/


.item-list5 {
    width: 100%;
    height: 100vh;
    background: url(../img/sh.jpg) no-repeat center;

    background-size: cover;
    z-index: 1;
    color: #444;
    font-size: 14px;
    display: flex;
    /* align-items: center;
    justify-content: space-between; */
}

.item-list5 .list5-mian {
    position: relative;
    width: 60%;
    background-repeat: no-repeat;
    background-position: center;

    height: 80%;

    /* background-image: url(../img/gy-mb.png); */
}

.item-list5 .list-content {
    position: relative;
    left: 20%;
    width: 30%;
    top: 30%;
    /* height:100%; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: self-end; */
    /* justify-content: center; */
    /* transform: translateY(-50%); */
    /* background: red; */
}

.item-list5 .secwenup {
    /* opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0);
    transition: 1s ease-in-out; */
}

.item-list5 .list-content .en-blod {
    font-size: 42px;
    line-height: 88px;
    font-weight: bold;
    /* transition-delay: .3s; */
    color: #fff;
    position: relative;
    /* padding-top:10%; */
    /* margin-top: 5rem; */
}

.item-list5 .list-content .en-blod:after {
    content: "";
    display: block;
    width: 220px;
    height: 4px;
    background: #f0f0f0;
    position: absolute;
    bottom: -4px;
}

.item-list5 .list-content .en-blod:before {
    content: "";
    display: block;
    width: 98px;
    height: 5px;
    background: #f18700;
    position: absolute;
    bottom: -5px;
    z-index: 1;
}


.item-list5 .list-content .title-p {
    font-size: 18px;
    line-height: 36px;
    color: #333;
    margin-top: 56px;
    transition-delay: .9s;
    width: 400px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 20px 0;
    letter-spacing: 1.3;
    /* color: #444; */
}

.item-list5 .map {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-list5 .map img {
    width: 65%;

}

/* 底部区域 */
.footer {
    width: 100%;
    height: 100%;
    background: #333;
    display: flex;
    justify-content: center;
    color: #fff;
}

.footer a {
    color: #95969c;
}

.footer .hjzf_bottom_33 {
    width: 1440px;
    padding-top: 8%;
    /* background: red; */
}

.hjzf_bottom_33_wrapper .hjzf_bottom_33_fmenu {
    display: flex;
    /* justify-content: space-between; */
    padding-bottom: 30px;
}

.hjzf_bottom_33_fmenu ul {
    display: flex;
    width: 70%;
    padding-bottom: 20px;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #3b3b3b;
}

.hjzf_bottom_33_fmenu ul li {
    flex: 1;
}

.hjzf_bottom_33_fmenu ul li:last-child {
    flex: 2;
}

.hjzf_bottom_33_fmenu ul .name {
    color: #fff;
    font-size: 20px;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #fff; */
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.hjzf_bottom_33_fmenu ul .name::before {
    content: '';
    width: 45%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #fff;

}

.hjzf_bottom_33_fmenu ul a {
    display: block;
    margin-top: 10px;
}


.hjzf_bottom_33_fmenu .hjzf_bottom_33_copyright {
    width: 40%;
}

.hjzf_bottom_33_tel p {
    margin-top: 10px;
}

.hjzf_bottom_33_tel img {
    width: 200px;
}



.hjzf_bottom_33_copyright {
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #95969c;
    color: #95969c;
}

.hjzf_bottom_33_copyright a,
.HJZF2_Z__bottom__link,
.HJZF2_Z__bottom__link a {
    color: #95969c;
}

.HJZF2_Z__bottom__link {

    text-align: center;
}