.container-fluid {
    max-width: 1800px;
    margin: 0 auto;
}

.historySwiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.hslide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    position: relative;
}

.hslide h4 {
    position: absolute;
    top: 5%;
    padding: 0 15px;
}

.hslide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0 20px;
}

.swiper-btn {
    color: #007AFF !important;
}

.home-slide {
    margin-bottom: 60px;
}

.home-slide img {
    width: 100%;
    height: 100vh;
}

.title {
    text-align: center;
}

.title h2 {
    font-size: 40px;
    font-weight: 500;
}

.title h2 span {
    color: #ffb400;
}

.home-product ul {
    margin: 50px 0 100px 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.home-product ul li {
    border: 1px solid #b9b9b9;
    border-radius: 20px;
}

.home-product ul li a {
    display: block;
    width: 8rem;
    text-align: center;
    border-radius: 20px;
    line-height: 2;
}

.home-product ul li.active a {
    background-color: #ffb400;
    color: #fff;
}

.home-product ul li:hover a {
    background-color: #ffb400;
    color: #fff;
}

.home-product .h-proitem .h-proimg {
    height: 27rem;
    overflow: hidden;
}

.home-product .h-proitem .h-proimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-product .h-proitem .h-proimg:hover img {
    transform: scale(1.1);
}

.home-product .h-proitem .h-protext {
    text-align: center;
}

.home-product .h-proitem .h-protext h3 {
    margin: 10px 0 15px 0;
    font-size: 20px;
    font-weight: 500;
}

.home-product .h-proitem .h-protext p {
    margin: 0;
}

.item {
    display: none;
}

.h-proitem {
    float: left;
}

.home-product::after {
    content: '';
    clear: both;
}

.clear {
    clear: both;
}

.home-recomm .recomm {
    background: url(../images/bgrecomm.jpg) no-repeat;
    background-position: 0 50%;
    position: relative;
    margin-top: 50px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 60px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 70px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 70px;
}

.home-recomm .recomm .recommall {
    display: flex;
    align-items: center;
}

.home-recomm .recomm .recommall .recommimg img {
    animation: rotate 20s linear infinite;
}

@media screen and (max-width: 1024px) {
    .home-recomm .recomm .recommall .recommimg {
        display: none;
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.home-recomm .recomm .recommall .recommtext {
    color: #fff;
    margin-left: 50px;
}

.home-recomm .recomm .recommall .recommtext h3 {
    font-size: 36px;
    margin-bottom: 2rem;
}

.home-recomm .recomm .recommall .recommtext p {
    font-size: 30px;
}

.recomm-fluid {
    max-width: 1500px;
    margin: 0 auto;
}

.home-recomm {
    margin-bottom: 100px;
    margin-top: 100px;
}

.home-history {
    margin-bottom: 100px;
}

.home-about {
    margin-bottom: 100px;
}

.home-about .h-abouttext h2 {
    font-weight: 500;
    text-align: center;
    font-size: 40px;
}

.home-about .h-abouttext p {
    font-weight: 500;
    margin: 0;
    line-height: 2;
    font-size: 24px;
    text-indent: 2rem;
}

.home-about .title {
    margin-bottom: 20px;
}

.more {
    background: #fed000 !important;
    display: block;
    width: 7rem;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    margin: 0 auto;
    border: none;
    z-index: 1;
}

.more:hover::after {
    top: auto;
    bottom: 0;
    height: 100%;
}

.more::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    background-color: #eaf818;
    background-image: linear-gradient(315deg, #eaf818 0%, #f6fc9c 74%);
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5);
    transition: all 0.3s ease;
}

.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

.home-about .h-abouttext {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.home-news {
    margin-bottom: 100px;
}

.n-more {
    margin-top: 30px;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-top: 100px solid #2f2d22;
    float: right;
}

.triangle2 {
    width: 0;
    height: 0;
    border-right: 50px solid transparent;
    border-top: 140px solid #ffbd14;
}

.home-news .h-newstop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.home-news .h-newstop .n-text {
    background-color: #b30a48;
    color: #fff;
}

.home-news .n-pic img {
    width: 100%;
    height: 100%;
}

.home-news .n-pic {
    position: relative;
    overflow: hidden;
}

.home-news .n-pic:hover img {
    transform: scale(1.1);
}

.home-news .n-pic .h-newstitle {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px 20px;
    background: rgba(0, 0, 0, .6);
}

.home-news .n-pic .h-newstitle h3 {
    font-size: 20px;
    padding-bottom: 5px;
}

.home-news .n-pic .h-newstitle p {
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-news .title {
    margin-bottom: 50px;
}

.home-news .h-newstop .n-text img {
    width: 100%;
    height: 100%;
}

.home-news .righttop {
    margin-bottom: 10px;
}

.home-contact .exa {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-contact .line::after {
    content: '';
    display: block;
    height: 40px;
    width: 5px;
    background-color: #b50946;
}

.home-contact .line:last-child::after {
    width: 0;
}

.home-contact .exa p {
    margin: 0;
    font-size: 24px;
}

.home-contact .exa .exatext {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.line {
    display: flex;
    align-items: center;
}

.home-contact {
    margin-bottom: 150px;
    padding-top: 50px;
}

@media screen and (max-width: 1024px) {
    .home-slide {
        padding-top: 70px;
        margin-bottom: 30px;
    }

    .home-slide img {
        height: 250px;
    }

    .home-product ul {
        margin: 25px 0 25px 0;
        flex-direction: column;
    }

    .h-proitem {
        margin-bottom: 20px;
    }

    .home-recomm {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .home-recomm .recomm .recommall .recommtext {
        margin-left: 0;
        padding: 20px 0;
    }

    .home-recomm .recomm .recommall .recommtext h3 {
        font-size: 24px;
    }

    .home-recomm .recomm .recommall .recommtext p {
        font-size: 20px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .home-history {
        margin-bottom: 50px;
    }

    .home-about {
        margin-bottom: 50px;
    }

    .home-about .h-abouttext h2 {
        font-size: 28px;
    }

    .home-about .h-abouttext p {
        font-size: 18px;
    }

    .triangle {
        display: none;
    }

    .triangle2 {
        display: none;
    }

    .home-news .n-pic .h-newstitle {
        padding: 5px 10px;
    }

    .footlink {
        display: none;
    }

    .copy {
        line-height: 2;
    }

    .home-contact {
        display: none;
    }

    .time-line-box {
        overflow: hidden;
    }
}

.main {
    margin-bottom: 60px;
}

.banner {
    padding-top: 81px;
}

.banner img {
    width: 100%;
    height: 100%;
}

/* 联系我们 */
.contact-title {
    margin-top: 5rem;
    text-align: center;
}

.contact-title h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-title h4 {
    font-size: 30px;
    font-weight: 500;
}

.map * {
    transition: unset;
}

.contact {
    margin-top: 3rem;
}

.contact .content ul {
    margin: 0;
    padding: 0;
}

.contact .content ul li {
    line-height: 4;
    border-bottom: 1px dashed #999;
}

/* 产品中心 */
.lnner-fluid {
    width: 1200px;
    margin: 0 auto;
}

.lnner {
    line-height: 4;
    border-bottom: 1px solid #d9d9d9;
}

.listtype {
    display: flex;
    justify-content: space-between;
}

.listtype .lnnernav * {
    transition: unset;
}

.listtype .lnnernav .drop {
    margin: 0;
    padding: 0;
    display: flex;
}

.listtype .lnnernav .drop>li>a {
    display: block;
    margin-right: 4rem;
    position: relative;
    color: #333;
}

.listtype .lnnernav .drop>li>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #FFBD16;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.listtype .lnnernav .drop>li>a:hover::after {
    width: 100%;
}

.listtype .lnnernav .drop>li>a:hover {
    color: #FFBD16;
}

.listtype .lnnernav .drop>li>a.active {
    color: #FFBD16;
}

.listtype .lnnernav .drop>li>a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FFBD16;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.listtype .lnnernav .drop>li:last-child a {
    padding-right: 0;
}

.dropdown-menu {
    background: rgba(0, 0, 0, .8);
    margin: 0;
    border-top-left-radius: 0;
    border: 0;
}

.dropdown-menu li a {
    line-height: 2.5;
    color: #fff;
    display: block;
}

.dropdown-menu li:hover {
    background-color: #FFBD16;
}

.h1 {
    margin-bottom: 3rem;
    text-align: center;
}

.pro-item {
    text-align: center;
    margin-bottom: 3rem;
}

.pro-item .pro-img {
    height: 15rem;
    overflow: hidden;
}

.pro-item .pro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-item .pro-img img:hover {
    transform: scale(1.1);
}

.pro-item p {
    margin: 0;
    line-height: 3;
    background-color: #F8F8F8;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pro-item:hover p {
    color: #333;
    background-color: #FFBD16;
}

.products {
    margin-top: 3rem;
}

.sidebar {
    top: 110px;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
}

.sidebar .submenu {
    background: #FFBD16;
    padding: 18px;
}

.sidebar .submenu dl {
    margin: 0;
}

.sidebar .submenu dl dt {
    font-size: 21px;
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    margin-bottom: 12px;
}

.sidebar .submenu dl dd {
    margin: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, .6);
}

.sidebar .submenu dl dd a {
    color: #333;
    line-height: 2.6;
    display: block;
}

.sidebar .submenu dl dd a:hover {
    transform: translateX(6px);
}

.sidebar .contactbox {
    background: #FFBD16;
    color: #333;
    padding: 18px;
    margin-top: 6px;
}

.sidebar .contactbox h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.sidebar .contactbox p {
    line-height: 1.4;
    margin-bottom: 6px;
    font-size: 14px;
}

/* 产品详情 */
.main .contents h1 {
    text-align: center;
    line-height: 1.6;
    font-weight: 400;
}

.main .contents h5 {
    font-size: 16px;
    color: #ccc;
    text-align: center;
}

.main .contents .content {
    margin: 24px 0;
    line-height: 2;
}

/* 定位导航 */
.position a {
    padding: 0 5px;
}

/* 关于我们 */
.about-title {
    margin-top: 70px;
}

.main .introduce {
    font-size: 28px;
    background: url(../images/icon8.png) no-repeat 0 center;
    padding-left: 40px;
    font-weight: bold;
}

.main .introduce::after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #FFBD16;
    margin-left: 20px;
}

.main .aboutcontent {
    margin: 4rem 0 5rem 0;
}

.main .aboutcontent .abouttext h3 {
    font-weight: bold;
    margin: 0 0 20px;
}

.main .aboutcontent .abouttext p {
    text-indent: 2rem;
    margin: 0;
    line-height: 2.5;
}

/* 品牌形象 */
.partent {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.partent::before {
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 14px 24px 10px rgba(0, 0, 0, .06);
    box-shadow: 0 14px 24px 10px rgba(0, 0, 0, .06);
    content: "";
    display: block;
    inset: 0;
    position: absolute;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: -1;
}

.partent:hover::before {
    -webkit-box-shadow: 0 14px 24px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 14px 24px 10px rgba(0, 0, 0, .1);
    inset: -8px;
}

.partent img {
    width: 100%;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
}

.partent .cmp-image__link {
    padding: 32px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
}

.jieshao {
    margin-top: 5rem;
}

.square {
    padding: 20px;
    margin-bottom: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 14px 24px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 14px 24px 10px rgba(0, 0, 0, .1);
}

.square h3 {
    font-weight: 500;
    margin-bottom: 10px;
}

.square p {
    margin: 0;
    text-indent: 2rem;
    line-height: 2;
}

@media screen and (max-width: 1024px) {
    .banner {
        padding-top: 70px;
    }

    /* .banner img {
        height: 250px;
    } */

    .position {
        display: none;
    }

    .listtype .lnnernav .drop>li>a {
        margin-right: 0;
    }

    .lnnernav {
        width: 100%;
    }

    .listtype .lnnernav .drop {
        justify-content: space-around;
    }

    .contact-title {
        margin-top: 2rem;
    }

    .contact-title h3 {
        font-size: 24px;
    }

    .partent {
        margin-bottom: 20px;
    }

    .partent .cmp-image__link {
        padding: 20px;
    }

    .h1 {
        margin-bottom: 2rem;
    }

    .pro-item {
        margin-bottom: 2rem;
    }

    .pro-item .pro-img {
        height: 10rem;
    }

    .home-product ul li {
        margin-bottom: 10px;
    }

    .home-news {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 556px) {
    .home-slide img {
        height: 200px;
    }

    .home-product .h-proitem .h-proimg {
        height: 16rem;
    }

    .hslide {
        height: auto;
    }

    footer {
        padding: 25px 0 10px 0;
    }
}