.home-slide {
    margin-bottom: 50px;
}

.home-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.home-product {
    margin-bottom: 50px;
}

.home-product .protitle {
    text-align: center;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

.home-product .protitle h3 {
    font-weight: 700;
    font-size: 38px;
}

.home-product .protitle p {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
}

.home-product .protitle2 {
    margin: 10px 0 20px 0;
    text-align: center;
}

.home-product .protitle2 p {
    margin-bottom: 0;
}

.home-product .probottom {
    background-color: #f5f5f5;
}

.home-product .probottom .proimg img {
    width: 100%;
    height: 100%;
}

.home-product .probottom ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.home-product .probottom ul li {
    width: 25%;
}

.home-product .probottom ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    padding: 10px 20px;
}

.home-product .probottom ul li .probottomtext {
    text-align: center;
    margin-top: 10px;
}

.home-product .probottom ul li .probottomtext h3 {
    color: #4a6552;
    margin-bottom: 5px;
    font-size: 21px;
}

.home-product .probottom ul li .probottomtext p {
    margin-bottom: 0;
}

.home-product .probottom ul li a:hover {
    background-color: #fff;
}

.home-about {
    margin-bottom: 100px;
}

.home-about .homeaboutcontent {
    display: flex;
    background-color: #f5f5f5;
}

.home-about .homeaboutcontent .leftaboutimg {
    width: 40%;
}

.home-about .homeaboutcontent .leftaboutimg img {
    width: 100%;
    height: 100%;
}

.home-about .homeaboutcontent .rightlefttext {
    width: 60%;
    padding: 20px 200px 20px 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.home-about .homeaboutcontent .rightlefttext h3 {
    font-weight: 700;
    font-size: 32px;
}

.home-about .homeaboutcontent .rightlefttext p {
    margin-bottom: 0;
    line-height: 2.5;
    font-weight: 500;
    text-indent: 2rem;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: justify;
}

.home-about .homeaboutcontent .rightlefttext .aboutbtn a {
    display: block;
    width: fit-content;
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
}

.home-video {
    margin-bottom: 100px;
}

.home-video img,
.home-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-video .videotitle {
    text-align: center;
}

.home-video .videotitle h3 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 15px;
}

.home-video .videotitle p {
    margin-bottom: 0;
    font-size: 24px;
}

.diepic {
    position: relative;
    margin: 40px auto 0 auto
}

.diepic .swiper-slide {
    width: 70%;
    background: #fff;
    box-shadow: 0 6px 10px 0 rgba(20, 34, 67, .1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
    height: 500px;
}

.diepic .swiper-slide img {
    width: 100%;
    display: block;
}

.diepic .swiper-slide video {
    width: 100%;
    height: 100%;
}

.diepic .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

.diepic .swiper-pagination {
    width: 100%;
    bottom: -85px;
    display: none;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #030000;
    width: 10px;
    height: 10px;
    opacity: .6;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 34px;
    display: inline-block;
    height: 10px;
    border-radius: 10px;
    transition: width .4s cubic-bezier(.4, 0, .2, 1);
    background-image: linear-gradient(80deg, #0989c5, #995cb6);
    opacity: 1;
}

.diepic .swiper-button-prev {
    left: -75px;
    width: 45px;
    height: 45px;
    display: none;
}

.diepic .swiper-button-next {
    right: -75px;
    width: 45px;
    height: 45px;
    display: none;
}

.home-productitem {
    margin-bottom: 100px;
}

.home-productitem .container {
    padding: 0;
}

.home-productitem .wp {
    margin: 0 0 0 auto;
}

.home-productitem .producttop {
    display: flex;
    margin-bottom: 50px;
}

.home-productitem .lefttext {
    width: 20%;
    writing-mode: vertical-lr;
    display: flex;
    flex-direction: column;
}

.home-productitem .lefttext h3 {
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 10px;
    margin-top: 10%;
}

.home-productitem .lefttext p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    margin-left: 5%;
}

.home-productitem .leftimg {
    width: 80%;
    overflow: hidden;
}

.home-productitem .leftimg img {
    width: 100%;
    height: 100%;
}

.home-productitem .leftimg:hover img {
    transform: scale(1.1);
}

.home-productitem .proitem {
    text-align: center;
    margin-bottom: 20px;
}

.home-productitem .proitem .proimg {
    overflow: hidden;
    height: 20rem;
}

.home-productitem .proitem .proimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-productitem .proitem:hover .proimg img {
    transform: scale(1.1);
}

.home-productitem .proitem .protext {
    margin-top: 20px;
}

.home-productitem .proitem .protext p {
    margin-bottom: 0;
    font-size: 21px;
    color: #333;
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zp .wp {
    margin: 0 auto 0 0;
}

.zp .lefttext {
    justify-content: flex-end;
}

.innerbanner img {
    width: 100%;
    height: 100%;
}

.abouttext,
.profiletext,
.factorytext,
.honorcontent,
.contacttext,
.productcontent {
    margin: 15px 0;
}

.abouttext p {
    line-height: 2;
}

.abouttext img,
.profiletext img,
.honorlist .honorlist-content img {
    max-width: 100%;
    height: auto;
}

.factorytext .factoryitem {
    text-align: center;
    border: 1px solid #eee;
    margin-bottom: 40px;
}

.factorytext .factoryitem .factoryimg {
    overflow: hidden;
    height: 14rem;
}

.factorytext .factoryitem .factoryimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.factorytext .factoryitem p {
    margin-bottom: 0;
    line-height: 3;
    color: #333;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.factorytext .factoryitem:hover {
    border: 1px solid #333;
}

.factorytext .factoryitem:hover .factoryimg img {
    transform: scale(1.1);
}

.honoritem {
    padding: 1rem;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.honoritem .honorimg {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.honoritem .honorimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.honoritem .honortext {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    padding-top: 10px;
}

.honoritem:hover {
    border: 1px solid #333;
}

.honoritem:hover .honorimg img {
    transform: scale(1.1);
}

.honorlist {
    margin-top: 30px;
}

.honorlist h1 {
    text-align: center;
    line-height: 1.6;
    font-size: 28px;
    color: #333;
    font-weight: 700;
}

.honorlist h5 {
    font-size: 16px;
    color: #ccc;
    text-align: center;
}

.honorlist .honorlist-content {
    margin: 24px 0;
    text-align: center;
}

.contacttext h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.contacttext ul li {
    border-bottom: 1px dotted #ddd;
    line-height: 2;
    margin-bottom: 15px;
}

.contacttext ul li p {
    margin-bottom: 0;
    font-size: 18px;
}

.newscontent {
    margin-top: 30px;
}

.newscontent .newsitem {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.newscontent .newsitem .newstop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newscontent .newsitem .newstop h3 {
    font-weight: 700;
    font-size: 18px;
    padding-right: 50px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333;
}

.newscontent .newsitem .newstop .newsdate {
    font-size: 14px;
    color: #333;
}

.newscontent .newsitem .newscontent {
    margin-top: 10px;
}

.newscontent .newsitem .newscontent p {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    line-height: 1.5;
    text-indent: 2rem;
    color: #333;
}

.newslist {
    margin-top: 30px;
}

.newslist h1 {
    text-align: center;
    line-height: 1.6;
    font-size: 28px;
    color: #333;
    font-weight: 700;
}

.newslist h5 {
    font-size: 16px;
    color: #ccc;
    text-align: center;
}

.newslist .newslist-content {
    margin: 24px 0;
}

.newslist .newslist-content {
    margin-bottom: 0;
    line-height: 2;
}

.newslist .newslist-content img,
.newslist .newslist-content video {
    max-width: 100%;
    height: auto;
}

.newslist .content_text {
    margin-top: 30px;
}

.productcontent .productitem {
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.productcontent .productitem .productimg {
    overflow: hidden;
    height: 15rem;
}

.productcontent .productitem .productimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.productcontent .productitem .producttitle {
    padding: 10px 15px;
    margin-bottom: 0;
    color: #666;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.productcontent .productitem:hover {
    border: 1px solid #333;
}

.productcontent .productitem:hover .productimg img {
    transform: scale(1.1);
}

.productlist .productlistimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.productlist .productlisttext {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.productlist .productlisttext .pro_top {
    font-size: 24px;
}

.productlist .productlisttext .pro_top h6 {
    color: #999;
    margin-top: 10px;
}

.pro_contact {
    margin: 12px 0;
    padding: 12px;
    border-radius: 6px;
    color: #fff;
    background: linear-gradient(45deg, #1B3884 0%, #1048a0 100%);
    align-items: center;
}

.pro_contact p {
    margin: 0;
    display: flex;
}

.pro_contact p span {
    padding-left: 10px;
}

.pro-bottom {
    margin-bottom: 20px;
}

.bigtit {
    font-size: 16px;
    font-weight: bold;
    display: block;
    border-left: 5px solid #2761b5;
    padding-left: 15px;
    line-height: 2.6;
    margin-bottom: 15px;
    margin-top: 25px;
    background-color: #ecedef;
    color: #888;
}

.pro-bottom .jieshao {
    line-height: 2;
    text-indent: 2rem;
    margin-bottom: 1rem;
}

.pro-bottom .jieshao table p {
    margin-bottom: 0;
}

.pro-bottom .jieshao img {
    max-width: 100%;
    height: auto;
}

.listitem {
    text-align: center;
    border: 1px solid #eee;
}

.listitem .listimg {
    height: 15rem;
    overflow: hidden;
}

.listitem .listimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listitem p {
    line-height: 2.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 10px;
    color: #333;
}

.listitem:hover {
    border: 1px solid #333;
}

.listitem:hover .listimg img {
    transform: scale(1.1);
}

.profiletext p {
    margin-bottom: 0;
}