.home008-header {
    box-shadow: 0px 5px 15px -6px rgba(15, 15, 15, 0.1);
    padding: 0 140px 0 70px;
    position: sticky;
    top: 0;
    background-color: #fff;
    overflow: hidden;
    height: 100px;
    z-index: 100;
    min-width: 1280px;
}

.home008-header .logo {
    /* width: 200px; */
    height: 100px;
    line-height: 100px;
}

.home008-header .logo-img {
    /* max-width: 200px; */
    max-height: 80px;
    vertical-align: middle;
}

.home008-header .list {
    line-height: 100px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.home008-header .list li {
    display: inline-block;
    margin-left: 20px;
    color: #595959;
    font-size: 16px;
}

.home008-header .list li.active {
    color: #ff0000;
}

.home008-header .list li.active a {
    border-bottom: 2px solid #ff0000;
    font-weight: 600;
}

.home008-header .list li:hover a {
    color: #ff0000;
    font-weight: 600;
}

.home008-header .list li:hover a::before {
    width: 100%;
}

.home008-header .list a {
    padding: 0 10px;
    height: 100px;
    display: block;
    border-bottom: 2px solid transparent;
    position: relative;
}

.home008-header .list a::before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #ff0000;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.5s;
    overflow: hidden;
}

.home008-header .tel {
    float: right;
    line-height: 100px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
}

.home008-header .tel span {
    border-left: 2px solid #d9d9d9;
    padding-left: 30px;
}

.home008-header .tel .icon {
    color: #ff0000;
    font-size: 20px;
}

.home008-header .search {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ff0000;
    height: 100px;
    width: 100px;
    overflow: hidden;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.home008-header .search a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 100px;
}

.home008-header .search a .icon {
    font-size: 24px;
    color: #fff;
}

.home008-header .search.active {
    width: 410px;
}

.home008-header .search.active form {
    display: flex;
}

.home008-header .search.active>.icon {
    display: none;
}

.home008-header .search form {
    width: 100%;
    height: 100px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.home008-header .search form .key {
    width: 100%;
    background: #fff;
    height: 50px;
    border-radius: 50px;
    padding: 0 20px;
    display: block;
}

.home008-header .search form button {
    position: absolute;
    color: #8c8c8c;
    right: 60px;
    font-size: 30px;
    background: none;
}

@media (max-width: 1600px) {
    .home008-header .list li {
        margin-left: 0;
    }
}

@media (max-width: 1400px) {
    .home008-header {
        padding: 0 120px 0 20px;
    }
}

.banner-home {
    height: 840px;
}

.banner-home .swiper-slide {
    height: 840px;
}

.banner-home .swiper-slide .img {
    height: 840px;
}

.banner-home .swiper-pagination-bullet-active {
    width: 24px;
    background-color: #ff0000;
    border-radius: 4px;
}

.mt-60 {
    margin-top: 60px;
}

.w-1600 {
    max-width: 1600px;
    min-width: 1280px;
    margin: 0 auto;
}


/* **********产品 start********** */

.home008-section1 {
    padding: 125px 0 100px 0;
    background-color: #f5f5f5;
    line-height: 1;
}

.home008-section1 .list {
    width: 100%;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
    padding-left: 10px;
    padding-bottom: 130px;
}

.home008-section1 .list ul {
    display: flex;
}

.home008-section1 .list .item {
    width: calc(25% - 15px);
    margin-right: 20px;
    background-color: #f9f9f9;
}

.home008-section1 .list .item:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.home008-section1 .list .item:hover .img img {
    transform: scale(1.2);
}

.home008-section1 .list .item:hover .goods-name {
    color: #ff0000;
}

.home008-section1 .list .item:hover .link {
    color: #fff;
    background-color: #ff0000;
}

.home008-section1 .list .item>a {
    display: block;
}

.home008-section1 .list .item .img-container {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.home008-section1 .list .item .img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    bottom: 0;
    right: 0;
    background-color: #fff;
}

.home008-section1 .list .item .img img {
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transition: transform 0.5s;
}

.home008-section1 .list .goods-name {
    margin-top: 30px;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home008-section1 .list .sub-goods-name {
    font-size: 14px;
    display: flex;
    align-items: flex-end;
    height: 48px;
    line-height: 24px;
    color: #595959;
    justify-content: space-between;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}

.home008-section1 .link {
    height: 32px;
    line-height: 32px;
    color: #8c8c8c;
    margin-top: 20px;
    display: inline-block;
    width: 140px;
}

.home008-section1 .swiper-pagination {
    height: 60px;
    background-color: #fff;
    border-radius: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.home008-section1 .swiper-pagination img {
    margin: 0 20px;
    cursor: pointer;
}

.home008-section1 .swiper2-pagination {
    position: static;
}

.home008-section1 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: none;
    opacity: 1;
    border: 2px solid #8b8a8a;
    background-color: #8b8a8a;
    margin: 0 8px;
}

.home008-section1 .swiper-pagination-bullet-active {
    background: #fff;
    width: 16px;
    height: 16px;
    border-color: #ff0000;
}

.home008-section1-info-container {
    height: 110px;
    text-align: center;
    padding: 0 30px;
}

.home008-section1-title {
    text-align: center;
    line-height: 1;
}

.home008-section1-title h2 {
    font-size: 42px;
}

.home008-section1-title p {
    font-size: 18px;
    margin-top: 30px;
}


/* **********产品 end********** */


/* **********home008-section2  start********** */

.home008-section2 {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
}

.home008-section2>li {
    width: 50%;
    height: 720px;
    background-color: #fff;
    position: relative;
}

.home008-section2 .img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

.home008-section2 .item1 {
    padding: 140px 160px 0 110px;
}

.home008-section2 .item2 {
    padding: 140px 110px 0 160px;
}

.home008-section2 h6 {
    font-size: 20px;
}

.home008-section2 h2 {
    font-size: 42px;
    margin-top: 16px;
    font-weight: 600;
}

.home008-section2 .home008-section2-desc {
    height: 200px;
    overflow: hidden;
    line-height: 2;
    font-size: 14px;
    color: #8c8c8c;
    margin-top: 24px;
}

.home008-section2 .btn {
    margin-top: 70px;
}

.home008-section2-item1-list li {
    display: inline-block;
    margin-right: 90px;
}

.home008-section2-item1-list strong {
    font-size: 60px;
}

.home008-section2-item1-list sup {
    font-size: 16px;
    position: relative;
    top: -12px;
}

.home008-section2-item1-list .gray {
    font-size: 14px;
    margin-top: 10px;
}

.home008-section2-item2-list {
    display: flex;
}

.home008-section2-item2-list li {
    flex: 1;
}

.home008-section2-item2-list .iconimg {
    height: 44px;
    line-height: 44px;
}

.home008-section2-item2-list .iconimg img {
    vertical-align: middle;
}

.home008-section2-item2-list h4 {
    font-size: 30px;
    margin: 30px 0 10px 0;
}

.home008-section2-item2-list .gray {
    line-height: 2;
    font-size: 14px;
}

.home008-section2-video {
    line-height: 1;
    color: #fff;
}

.home008-section2-video p {
    font-size: 18px;
}

.home008-section2-video h5 {
    font-size: 32px;
    margin: 16px 0 10px 0;
}

.home008-section2-video>div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
}

.home008-section2-video .img {
    position: absolute;
    z-index: 0;
}


/* **********home008-section2  end********** */


/* **********home008-section3  start********** */

.home008-section3 {
    background-color: #f5f5f5;
    padding: 130px 0 75px 0;
}

.home008-section3 .list {
    display: flex;
}

.home008-section3 .list>li {
    width: calc(33.33% - 46px);
    margin-right: 70px;
}

.home008-section3 .list h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 28px;
}

.home008-section3 .list h6 a {
    font-size: 14px;
    color: #8c8c8c;
}

.home008-section3-news-item {
    margin-top: 50px;
    display: block;
}

.home008-section3-news-item:hover .img img {
    transform: scale(1.2);
}

.home008-section3-news-item:hover .news-info {
    transform: translateX(10px);
}

.home008-section3-news-item:hover h2 {
    color: #ff0000;
}

.home008-section3-news-item .img {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.home008-section3-news-item .img img {
    position: relative;
    top: 0;
    left: 0;
    transition: transform 0.5s;
}

.home008-section3-news-item h2 {
    margin-top: 32px;
    line-height: 1;
    font-size: 20px;
}

.home008-section3-news-item .news-info {
    transition: 0.5s;
}

.home008-section3-news-item .news-detail {
    margin-top: 20px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home008-section3-news-item .link {
    display: inline-block;
    vertical-align: top;
    color: #262626;
    margin-top: 32px;
}

.home008-section3-faq-list {
    margin-top: 50px;
}

.home008-section3-faq-list li {
    margin-bottom: 10px;
}

.home008-section3-faq-list li:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.home008-section3-faq-list li:hover h2 {
    color: #ff0000;
}

.home008-section3-faq-list li>a {
    display: block;
    height: 150px;
    background-color: #fff;
    padding: 36px 40px 0 40px;
}

.home008-section3-faq-list h2 {
    line-height: 1;
    font-size: 20px;
}

.home008-section3-faq-list .faq-detail {
    margin-top: 16px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* **********home008-section3  end********** */


/* **********home008-section4 合作伙伴 start********** */

.home008-section4 {
    padding: 70px 0 80px 0;
    background-color: #fff;
    text-align: center;
}

.home008-section4 h2 {
    line-height: 1;
    font-size: 32px;
}

.home008-section4 .list {
    margin-top: 90px;
    display: flex;
}

.home008-section4 .list .item {
    flex: 1;
}

.home008-section4 .list .item:hover .img img {
    transform: scale(1.2);
}

.home008-section4 .list .img {
    height: 100px;
    line-height: 100px;
}

.home008-section4 .list .img img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    transition: 0.5s;
}

.home008-section4 .list p {
    font-size: 16px;
    margin-top: 25px;
}


/* **********home008-section4 合作伙伴 end********** */

.home008-footer {
    border-top: 2px solid #f5f5f5;
    background-color: #fff;
    padding-top: 60px;
}

.home008-footer .flex {
    display: flex;
    justify-content: space-between;
}

.home008-footer .home008-footer-top {
    padding-bottom: 60px;
}

.home008-footer .logo {
    height: 60px;
}

.home008-footer .logo img {
    height: 60px;
}

.home008-footer .footer-qrcode {
    margin-left: 100px;
}

.home008-footer .footer-qrcode h6 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.home008-footer .footer-qrcode .qrcode {
    width: 100px;
    height: 100px;
    margin-top: 30px;
}

.home008-footer .footer-qrcode .qrcode img {
    width: 100%;
}

.home008-footer .footer-tel {
    color: #ff0000;
    line-height: 1;
    margin-top: 30px;
}

.home008-footer .footer-tel .icon {
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #ff0000;
    vertical-align: top;
    line-height: 32px;
    font-size: 20px;
}

.home008-footer .footer-tel p span {
    display: inline-block;
}

.home008-footer .footer-tel p span:last-child {
    font-size: 26px;
    margin-left: 10px;
}

.home008-footer .footer-tel>div {
    display: inline-block;
}

.home008-footer .footer-tel .tel {
    font-size: 32px;
    margin-top: 8px;
}

.home008-footer .footer-email {
    margin-top: 30px;
}

.home008-footer .footer-addr {
    margin-top: 10px;
}

.home008-footer .copyright {
    align-items: center;
    height: 90px;
    font-size: 12px;
    line-height: 20px;
    color: #8c8c8c;
    border-top: 1px solid #d9d9d9;
}

.home008-footer .copyright p {
    display: inline;
}

.home008-footer .copyright a {
    margin-left: 8px;
}

.home008-footer .links {
    margin-right: 100px;
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.home008-footer .links ul {
    margin-top: 30px;
}

.home008-footer .links .item {
    max-width: 200px;
    flex: 1;
}

.home008-footer .links h6 {
    font-size: 18px;
    font-weight: 600;
}

.home008-footer .links h6 a {
    font-weight: 600;
}

.home008-footer .links .cell {
    color: #8c8c8c;
    font-size: 14px;
    margin-bottom: 10px;
}

.home008-footer .links .cell a:hover span {
    color: #ff0000;
}

@media (max-width: 1600px) {
    .home008-footer .copyright {
        margin: 0 50px;
    }
    .home008-footer-top {
        padding: 0 50px;
    }
}