/* -----------------------------banner---------------------------------- */
.banner-box {
    width: 100%;
    overflow: hidden;
	margin-top:100px;
}

.banner {
    width: 100%;
}

.swiper-container-banner {
    width: 100%;
    position: relative;
}

.banner-img {
    width: 100%;
}

.banner-words-box {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    padding: 0 0 40px 0;
}

.banner-words {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.banner-words-left {
    float: left;
    overflow: hidden;
    color: #fff;
    margin-top: 30px;
}

.banner-words-left h6 {
    font-size: 36px;
    font-weight: bold;
}

.banner-words-left p {
    font-size: 18px;
    margin: 4px 0 0 0;
}

/* .swiper-slide-active h6{animation: bannerupR 1.6s ease both;}
.swiper-slide-active p{animation: bannerupL 1.6s ease both;}

@keyframes bannerupR {
    0% {transform: translateY(-40px);opacity: 0;}
    100% {transform: translateY(0);opacity: 1;}
}
@keyframes bannerupL {
    0% {transform: translateY(40px);opacity: 0;}
    100% {transform: translateY(0);opacity: 1;}
} */


.banner-words-right {
    position: absolute;
    right: 0;
    top: 0;
}

.banner-words-right h6 {
    width: 156px;
    height: 76px;
    text-align: center;
    line-height: 76px;
    font-size: 16px;
    color: #fff;
    background-color: rgba(34, 168, 8, .8);
    font-weight: normal;
}

.banner-words-right h6 i {
    width: 22px;
    height: 9px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url('../images/banner_arrow.png');
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.banner-words-right h6:hover {
    background-color: #b83a29;
}

.swiper-container-banner .swiper-slide {
    overflow: hidden;
    position: relative;
}

.swiper-container-banner .swiper-slide img {
    width: 100%;
   
   
    -webkit-transition: all 0.4s ease 1.2s;
    -moz-transition: all 0.4s ease 1.2s;
    -ms-transition: all 0.4s ease 1.2s;
    -o-transition: all 0.4s ease 1.2s;
    transition: all 0.4s ease 1.2s;
}

.swiper-container-banner .swiper-slide-active img {
    transition-delay: 0.4s !important;
   
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -ms-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
}

/* -----------------------banner-focus-box---------------------------------------- */
.banner-focus-box {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 22px 0;
    border-bottom: 1px solid #e5e5e5;
}

.banner-focus {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.banner-focus .swiper-pagination {
    position: absolute;
    left: 0;
    top: -9px;
}

.banner-focus .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    margin: 0 14px 0 0;
    background: #c9caca;
    opacity: 1;
}

.banner-focus .swiper-pagination-bullet-active {
    opacity: 1;
    background: #b83a29;
}


/* -----------------------------advantage-box---------------------------------- */
.advantage-box {
    width: 100%;
    overflow: hidden;
    padding: 0 0 80px 0;
}

.advantage {
    /* width: 1280px; */
    width: 1400px;
    margin: 0 auto;

}

.black-title {
    width: 100%;
    overflow: hidden;
    padding: 50px 0 50px 0;
    text-align: center;
}

.black-title p {
    font-size: 22px;
    color: #333;
    position: relative;
    display: inline-block;
}

.black-title p:before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 50%;
    width: 44px;
    height: 1px;
    background: #333;
    margin-left: -60px;
}

.black-title p:after {
    content: "";
    position: absolute;
    right: 0%;
    bottom: 50%;
    width: 44px;
    height: 1px;
    background: #333;
    margin-right: -60px;
}

.black-title h6 {
    font-size: 32px;
    color: #000;
    /* font-weight: bold; */
    margin-top: 4px;
}


.advantage-words {
    width: 100%;
    overflow: hidden;
}

.advantage-words ul li {
    width: 25%;
    float: left;
    text-align: center;
    height: 300px;
    overflow: hidden;
    padding: 10px 0 0 0;
}

.advantage-words ul li img {
    width: 138px;
    height: 138px;
    display: inline-block;
    overflow: hidden;
    transition: all .6s;
}

.advantage-words ul li h6 {
    font-size: 18px;
    color: #333;
    margin-top: 28px;
}

.advantage-words ul li p {
    width: 80%;
    margin-left: 10%;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 20px;
    height: 70px;
    overflow: hidden;
    /* display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}

.advantage-words ul li:hover img {
    transform: translateY(-10px);
}

.advantage-words ul li:hover h6 {
    color: #b83a29;
}

.advantage-words ul li:hover p {
    color: #b83a29;
}



/* ---------------------------classics-box------------------------------------ */
.classics-box {
    width: 100%;
    height: 349px;
    background-repeat: no-repeat;
    /* background-image: url('../images/classics_bg.jpg'); */
    position: relative;
    padding: 0 0 1200px 0;
}

.classics {
    width: 100%;
    overflow: hidden;
}

.white-title {
    width: 100%;
    overflow: hidden;
    padding: 100px 0 50px 0;
    text-align: center;
}

.white-title p {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    position: relative;
}

.white-title p:before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 50%;
    width: 44px;
    height: 1px;
    background: #333333;
    margin-left: -60px;
}

.white-title p:after {
    content: "";
    position: absolute;
    right: 0%;
    bottom: 50%;
    width: 44px;
    height: 1px;
    background: #333333;
    margin-right: -60px;
}

.white-title h6 {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin-top: 4px;
}

.classics-piclist {
    width: 94%;
    overflow: hidden;
    position: absolute;
    left: 3%;
    top: 23 %;
}

.classics-piclist-top {
    width: 100%;
    overflow: hidden;
}

.classics-piclist-top li {
    height: 480px;
    overflow: hidden;
    float: left;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

/* 
.classics-piclist-top li:nth-child(1) {
    width: 49.4%;
}

.classics-piclist-top li:nth-child(2) {
    width: 24.2%;
    margin-left: 1.1%;
}

.classics-piclist-top li:nth-child(3) {
    width: 24.2%;
    margin-left: 1.1%;
} */

.classics-piclist-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.classics-piclist-pic:hover {
    background-color: #b82f01;
}

.classics-piclist-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.classics-piclist-title {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 2;
}

.classics-piclist-title h6 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}

.classics-piclist-shade {
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    z-index: 3;
    background-color: #fff;
    opacity: 0;
    transition: all .6s ease-in-out;
}

.classics-piclist-top li:hover .classics-piclist-shade {
    height: 100%;
    opacity: 1;
}

.classics-piclist-st {
    width: 100%;
    height: 68px;
    line-height: 68px;
    background-color: #b83a29;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.classics-piclist-sp {
    width: 100%;
    padding: 30px;
    overflow: hidden;
    height: 320px;
    text-align: center;
}

.classics-piclist-sp img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.classics-piclist-sl {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 32px;
}

.classics-piclist-sl a {
    display: inline-block;
    width: 154px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.classics-piclist-sl a:hover {
    color: #b83a29;
}

.classics-piclist-sl a:nth-child(1) {
    border-right: 1px solid #bababa;
}

.classics-piclist-sl a:nth-child(1) i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url('../images/classics_search.png');
    vertical-align: middle;
    margin: -2px 6px 0 0;
}

.classics-piclist-sl a:nth-child(2) i {
    display: inline-block;
    width: 14px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url('../images/classics_link.png');
    vertical-align: middle;
    margin: -2px 6px 0 0;
}

.classics-piclist-bottom {
    width: 100%;
    overflow: hidden;
    margin-top: 1.1%;
}

.classics-piclist-bottom li {
    /* height: 460px; */
    overflow: hidden;
    float: left;
    position: relative;
    z-index: 1;
    cursor: pointer;
    width: 32%;
    text-align: center;
}

.classics-piclist-bottom li {
    margin-left: 1%;
}

.classics-piclist-bottom li:hover .classics-piclist-shade {
    height: 100%;
    opacity: 1;
}


/* ------------------------serve-box--------------------------------------- */
.serve-box {
    width: 100%;
    overflow: hidden;
    /* background-color: #f2f2f2; */
}

.serve {
    width: 100%;
}

.serve-piclist {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url('../images/serve_bg.jpg');
}

.serve-piclist-words {
    width: 1280px;
    margin: 0 auto;
}

.serve-piclist-words ul li {
    width: 20%;
    height: 500px;
    overflow: hidden;
    float: left;
    background-color: rgba(0, 0, 0, .3);
    position: relative;
    text-align: center;
    padding: 0 28px;
    box-sizing: border-box;
    border: 1px solid #52505c;
}

.serve-piclist-words ul li:hover {
    background-color: rgba(0, 0, 0, .5);
}

.serve-piclist-seeay {
    width: 100%;
    height: 164px;
    overflow: hidden;
    transition: all .6s ease-in 0s;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    margin-top: -82px;
}

.serve-piclist-seeay h6 {
    width: 102px;
    height: 102px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #fff;
    text-align: center;
    overflow: hidden;
}

.serve-piclist-seeay h6 i {
    background-repeat: no-repeat;
    display: inline-block;
}

.serve-piclist-seeay hr {
    height: 40px;
    width: 1px;
    border: none;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: -26px;
    transition: all .4s;
}

.serve-piclist-seeay h5 {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.serve-piclist-seeay p {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    width: 80%;
    margin-left: 10%;
    margin-top: 14px;
    height: 64px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.serve-piclist-words ul li:nth-child(1) h6 i {
    width: 51px;
    height: 60px;
    margin-top: 22px;
    background-image: url('../images/serve_ic1.png');
}

.serve-piclist-words ul li:nth-child(2) h6 i {
    width: 48px;
    height: 54px;
    margin-top: 24px;
    background-image: url('../images/serve_ic2.png');
}

.serve-piclist-words ul li:nth-child(3) h6 i {
    width: 56px;
    height: 47px;
    margin-top: 27.5px;
    background-image: url('../images/serve_ic3.png');
}

.serve-piclist-words ul li:nth-child(4) h6 i {
    width: 45px;
    height: 46px;
    margin-top: 28px;
    background-image: url('../images/serve_ic4.png');
}

.serve-piclist-words ul li:nth-child(5) h6 i {
    width: 42px;
    height: 53px;
    margin-top: 24.5px;
    background-image: url('../images/serve_ic5.png');
}


.serve-piclist-words ul li:hover .serve-piclist-seeay {
    top: 46%;
    height: 252px;
}

.serve-piclist-words ul li:hover .serve-piclist-seeay h6 {
    border: 1px solid #b83a29;
    background-color: #b83a29;
}

.serve-piclist-words ul li:hover .serve-piclist-seeay hr {
    margin-top: -10px;
    transform: rotate(90deg);
}




/* ---------------------------product-box------------------------------------ */
.product-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* background-color: #f2f2f2; */
}

.product {
    width: 100%;
}

.product-num-box {
    position: absolute;
    top: 12%;
    left: 0%;
    width: 100%;
}

.product-num {
    width: 1280px;
    margin: 0 auto;
}

.product-num ul {
    width: 100%;
}

.product-num ul li {
    width: 25%;
    float: left;
    height: 254px;
    background-color: rgba(171,58, 21, .9);
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.product-num ul li:nth-child(-n+3) {
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.product-num ul li h6 {
    font-size: 18px;
    margin-top: 72px;
}

.product-num ul li h6 span {
    font-size: 76px;
    font-weight: bold;
    font-family: 'dincond';
}

.product-num ul li p {
    font-size: 16px;
}


.product-words-box {
    width: 100%;
    height: 660px;
    margin-top: 262px;
    background-image: url('../images/product_bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.product-words {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.product-words-essay {
    width: 100%;
    margin-top: 12%;
    text-align: center;
}

.product-words-essay h4 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.product-words-essay p {
    font-size: 16px;
    color: #fff;
    width: 50%;
    margin-left: 25%;
    line-height: 26px;
    margin-top: 28px;
}

.product-words-essay h6 {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-top: 60px;
}

.product-words-essay h6 i {
    width: 32px;
    height: 9px;
    background-image: url('../images/product_arrow.png');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 10px;
}

.product-words-essay h6:hover {
    color: #b83a29;
}

.product-words-essay h6:hover i {
    background-image: url('../images/product_arrowh.png');
}


/* ----------------------------message-box----------------------------------- */
.message-box {
    width: 100%;
    overflow: hidden;
    /* padding: 0 0 110px 0; */
    margin-bottom: 20px;
}

.message {
    width: 94%;
    margin-left: 3%;
}

.message-wordslist {
    width: 100%;
    margin-top: 30px;
}

.message-wordslist ul {
    width: 100%;
    margin-left: -0.66666666%;
}

.message-wordslist ul li {
    width: 32%;
    height: 330px;
    float: left;
    margin-left: 1.33333333%;
    padding: 140px 54px 0 54px;
    position: relative;
    background-color: #f3f3f3;
}

.message-wordslist ul li h6 {
    width: auto;
    height: 110px;
    background-color: #333;
    position: absolute;
    top: -20px;
    left: 54px;
    color: #fff;
    padding: 0 18px;
}
.message-wordslist ul li h6:hover {
    background-color: #b82f01;
}

.message-wordslist ul li h6 p {
    font-size: 28px;
    text-align: right;
    margin-top: 20px;
}

.message-wordslist ul li h6 span {
    display: block;
    text-align: right;
    font-size: 16px;
}

.message-wordslist ul li h4 {
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.message-wordslist ul li h4:hover {
    color: #b83a29;
}

.message-wordslist ul li h5 {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 30px;
    height: 96px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}



/* --------------------------------------------------------------- */

/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {}

@media all and (max-width:1600px) {
    .classics-piclist-top li {
        height: 380px;
    }

    .classics-piclist-bottom li {
        height: 380px;
    }

    .classics-piclist-sp {
        height: 236px;
    }

    .classics-box {
        padding: 0 0 1080px 0;
    }

    .classics-piclist {
        top: 22%;
    }

    .product-words-box {
        height: 560px;
    }

    .product-num-box {
        top: 13%;
    }

    .black-title {
        padding: 70px 0 50px 0;
    }

    .white-title {
        padding: 70px 0 50px 0;
    }
}

@media all and (max-width:1460px) {
    .banner-words-left h6 {
        font-size: 30px;
    }

    .banner-words-box {
        padding: 0px 0 30px 0;
    }

    .black-title {
        padding: 44px 0 40px 0;
    }

    .black-title h6 {
        font-size: 30px;
    }

    .white-title {
        padding: 44px 0 40px 0;
    }

    .white-title h6 {
        font-size: 30px;
    }

    .classics-piclist-top li {
        height: 340px;
    }

    .classics-piclist-bottom li {
        height: 340px;
    }

    .classics-piclist-sp {
        height: 200px;
    }

    .classics-piclist {
        top: 20%;
    }

    .classics-box {
        padding: 0 0 940px 0;
    }

    .product-num ul li h6 span {
        font-size: 60px;
    }

    .product-num ul li {
        height: 220px;
    }

    .product-words-box {
        margin-top: 230px;
    }

    .message-box {
        padding: 0 0 80px 0;
    }
}

@media all and (max-width:1380px) {
    .banner-words {
        width: 94%;
        margin-left: 3%;
    }

    .banner-words-left h6 {
        font-size: 26px;
    }

    .banner-words-box {
        padding: 0px 0 26px 0;
    }

    .advantage {
        width: 94%;
        margin-left: 3%;
    }

    .classics-piclist-top li {
        height: 320px;
    }

    .classics-piclist-bottom li {
        height: 320px;
    }

    .classics-piclist-sp {
        padding: 20px;
        height: 170px;
    }

    .classics-piclist-sl a {
        width: 130px;
    }

    .classics-box {
        padding: 0 0 880px 0;
    }

    .serve-piclist-words {
        width: 94%;
        margin-left: 3%;
    }

    .product-num {
        width: 94%;
        margin-left: 3%;
    }

    .product-num-box {
        top: 10%;
    }

    .product-num ul li h6 span {
        font-size: 48px;
    }

    .product-num ul li {
        height: 180px;
    }

    .product-num ul li h6 {
        margin-top: 34px;
    }

    .product-words-box {
        margin-top: 160px;
        height: 460px;
    }

    .product-words-essay h4 {
        font-size: 30px;
    }

    .product-words-essay p {
        width: 66%;
        margin-left: 17%;
        margin-top: 18px;
    }

    .product-words-essay h6 {
        margin-top: 50px;
    }

    .message-box {
        padding: 0 0 60px 0;
    }

    .message-wordslist ul li h6 {
        height: 90px;
    }

    .message-wordslist ul li h6 p {
        font-size: 24px;
        margin-top: 15px;
    }

    .message-wordslist ul li {
        height: 300px;
        padding: 100px 30px 0 30px;
    }

    .banner-focus {
        width: 94%;
        margin-left: 3%;
    }

    .swiper-container-banner .swiper-slide-active img {
        height: 584px;
    }
}

@media all and (max-width:1300px) {
    .banner-words-left h6 {
        font-size: 22px;
    }

    .banner-words-left p {
        font-size: 16px;
        margin: 0px 0 0 0;
    }

    .banner-words-box {
        padding: 0px 0 20px 0;
    }

    .black-title h6 {
        font-size: 26px;
    }

    .white-title h6 {
        font-size: 26px;
    }

    .classics-piclist-top li {
        height: 290px;
    }

    .classics-piclist-bottom li {
        height: 290px;
    }

    .classics-piclist-sp {
        padding: 10px;
        height: 150px;
    }

    .classics-box {
        padding: 0px 0 800px 0;
    }

    .banner-words-left {
        margin-top: 20px;
    }
}

@media all and (max-width:1200px) {
    .classics-piclist-sl a {
        width: 100px;
    }
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    .banner-words-box {
        padding: 0 0 16px 0;
    }

    .banner-img {
        height: 280px;
        background-color: rgba(0, 0, 0, .8);
    }

    .swiper-container-banner .swiper-slide-active img {
        height: 280px;
    }

    .banner-words-left h6 {
        font-size: 16px;
    }

    .banner-words-left p {
        font-size: 12px;
    }

    .banner-words-left {
        margin-top: 16px;
    }

    .banner-words-right {
        top: auto;
        bottom: -15px;
    }

    .banner-words-right h6 {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .banner-words-right h6 i {
        margin: -2px 0 0 6px;
    }

    .banner-focus-box {
        padding: 14px 0;
    }

    .black-title p {
        font-size: 16px;
    }

    .black-title h6 {
        font-size: 18px;
    }

    .black-title {
        padding: 28px 0 24px 0;
    }

    .product-num ul li:nth-child(-n+3) {
        border-right: none;
    }

    .product-num ul li:nth-child(2n+1) {
        border-right: 1px solid rgba(255, 255, 255, .1);
    }

    .white-title p {
        font-size: 16px;
    }

    .white-title h6 {
        font-size: 18px;
    }

    .white-title {
        padding: 28px 0 24px 0;
    }

    .advantage-words ul li {
        width: 50%;
        height: 216px;
    }

    .advantage-words ul li img {
        width: 100px;
        height: 100px;
    }

    .advantage-words ul li h6 {
        font-size: 16px;
        margin-top: 14px;
    }

    .advantage-words ul li p {
        width: 90%;
        margin-left: 5%;
        margin-top: 10px;
    }

    .advantage-box {
        padding: 0 0 24px 0;
    }

    .white-title {
        width: 94%;
        margin-left: 3%;
    }

    .classics-piclist-top li {
        height: 200px;
    }

    .classics-piclist-top li:nth-child(1) {
        width: 100%;
    }

    .classics-piclist-top li:nth-child(2) {
        width: 49%;
        margin-left: 0%;
        margin-top: 2%;
    }

    .classics-piclist-top li:nth-child(3) {
        width: 49%;
        margin-left: 2%;
        margin-top: 2%;
    }

    .classics-piclist-title {
        bottom: 16px;
        left: 16px;
    }

    .classics-piclist-title h6 {
        font-size: 14px;
        padding: 6px 0;
    }

    .classics-piclist-bottom li {
        height: 200px;
    }

    .classics-piclist-bottom li:nth-child(1) {
        width: 49%;
        margin-left: 0%;
        margin-top: 1%;
    }

    .classics-piclist-bottom li:nth-child(2) {
        width: 49%;
        margin-left: 2%;
        margin-top: 1%;
    }

    .classics-piclist-bottom li:nth-child(3) {
        width: 49%;
        margin-left: 0%;
        margin-top: 1%;
    }

    .classics-piclist-bottom li:nth-child(4) {
        width: 49%;
        margin-left: 2%;
        margin-top: 1%;
    }

    .classics-box {
        background-repeat: no-repeat;
        padding: 0px 0 990px 0;
    }

    .classics-piclist {
        top: 14%;
    }

    .classics-piclist-st {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .classics-piclist-sp {
        padding: 6px;
        height: 90px;
    }

    .classics-piclist-sl a {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

    .classics-piclist-sl a:nth-child(1) {
        border-right: none;
    }

    .classics-piclist-sl {
        margin-top: 10px;
    }

    .serve-piclist {
        width: 100%;
        height: auto;
        padding: 10px 0 24px 0;
        background-image: none;
        background-color: #2f3e51;
        overflow: hidden;
    }

    .serve-piclist-words ul li {
        width: 100%;
        height: 254px;
        padding: 0 28px;
    }

    .serve-piclist-words ul li:hover .serve-piclist-seeay {
        top: 37%;
    }

    .serve-piclist-seeay p {
        margin-top: 8px;
    }

    .product-num ul li {
        width: 50%;
        height: 90px;
    }

    .product-num ul li h6 span {
        font-size: 30px;
    }

    .product-num ul li h6 {
        font-size: 14px;
        margin-top: 16px;
    }

    .product-num ul li p {
        font-size: 12px;
    }

    .product-words-essay h4 {
        width: 94%;
        margin-left: 3%;
        font-size: 20px;
    }

    .product-num-box {
        top: 4%;
    }

    .product-words-essay p {
        width: 94%;
        margin-left: 3%;
        margin-top: 18px;
        font-size: 14px;
        height: 72px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .product-words-box {
        margin-top: 220px;
        height: 270px;
    }

    .product-words-essay h6 {
        margin-top: 42px;
    }

    .message-wordslist ul {
        margin-left: 0%;
        margin-top: -20px;
    }

    .message-wordslist ul li {
        width: 100%;
        margin-left: 0%;
        height: 244px;
        padding: 80px 16px 0 16px;
        margin-top: 20px;
    }

    .message-wordslist ul li h5 {
        margin-top: 12px;
    }

    .message-wordslist ul li h6 p {
        font-size: 20px;
        margin-top: 10px;
    }

    .message-wordslist ul li h6 span {
        font-size: 12px;
    }

    .message-wordslist ul li h6 {
        height: 72px;
        top: -12px;
        left: 16px;
    }

    .message-wordslist ul li h4 {
        font-size: 16px;
    }

    .message-box {
        padding: 0 0 24px 0;
    }
}




/* 新增 */
.header-top {
    background-color: #b83a29;
    padding: 0 55px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 100;
}

.header-top p {
    float: left;
}

.header-top span {
    float: right;
}

.header-top a {
    height: 30px;
    line-height: 30px;
}

.header-top span .xian {
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #fff;
    margin: 0 10px;
}



.Hlogo img {
    float: left;
    margin-top: 5px;
}

.Hlogo h1 {
    font-size: 48px;
    float: left;
}

.nav-num {
    color: #b83a29;
    font-weight: bold;
    background: url(../images/nav-tel.png) no-repeat left;
    padding-left: 23px;
}

.app-words {
    width: 100%;
    /* overflow: hidden; */
}

.app-words ul li {
    width: 31%;
    float: left;
    text-align: center;
    height: 470px;
    overflow: hidden;
    box-shadow: 5px 4px 8px 2px #888;
    margin-right: 25px;
    padding-top: 20px;
}

.app-words ul li:hover .apph3 {
    color: #fff;
}

.app-words ul li:hover {
    background-color: #b82f01;
}

.app-words ul li:hover .appyuan {
    background: url(../images/appyuan2.png) no-repeat;
}

.app-words ul li .apph3 {
    font-size: 20px;
    color: #393232;
    margin: 45px 0 35px;
}

.app-words ul li .appyuan {
    margin: 0 auto;
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/appyuan.png) no-repeat;
}

.ljzx {
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/ljzx.jpg);
    /* height: 325px; */
    overflow: hidden;
    padding: 90px 0;
    color: #fff;

}

.ljzx-l {
    /* width: 70%; */
    float: left;
    overflow: hidden;
    margin-left: 16%;
}

.ljzx-l h4 {
    font-size: 30px;
}

.ljzx-l h2 {
    font-size: 60px;
}

.ljzx-l p {
    font-size: 14px;
}

.ljzx-r {
    float: right;
    margin-top: 40px;
}

.ljzx-r a {
    display: block;
    padding: 20px 80px;
    color: #b82f01;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.ljzx-r a:hover {
    color: #fff;
    background-color: #b82f01;
}

.ljzx-r p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.indexpro-tit {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 25px 0;
}

.indexpro-tit a {
    font-size: 16px;
    color: #2d2d2d;
    display: block;
}

.classics-piclist-bottom li:hover .indexpro-tit {
    border-top: 1px solid #f1d8d4;
    border-bottom: 1px solid #f1d8d4;
}


.classics-piclist-bottom li:hover .indexpro-tit a {
    color: #b82f01;
}

.pro-nav ul {
    text-align: center;
}

.pro-nav ul li {
    display: inline-block;

}

.pro-nav ul li a {
    padding: 15px 20px;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    font-weight: bold;
    color: #555454;
    display: inline-block;
}
.pro-nav ul li a:hover {
    background-color: #b82f01;
    color: #fff;
}

.pro-nav ul .proon  a{
    background-color: #b82f01;
    color: #fff;
}


.classics-piclist-bottom {
    display: none;
}
.show {
    display: block!important;
}

.hzlc {
    width: 94%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;

}
.hzlc-xian {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px dashed #898888;
    position: absolute;
    bottom: 53%;
    z-index: -10;

}

.hzlc ul li {
    display: inline-block ;
    margin-right: 180px;
}
.hzlc ul li p{
	margin-top:20px;
}

.hzlc ul li:last-child {
    margin-right: 0;
}


@media all and (max-width:1900px) { 
	.Footer-SchemeL {
        width: 47%;
	}
}

@media all and (max-width:1610px) { 
	.Footer-Scheme-box {
        display: none;
    }
}

@media all and (max-width:1400px) { 
	.Footer-wordsBoxR {
        width: 60%;
	}
}

@media all and (max-width:1800px) { 
	.hzlc ul li {
		margin-right: 100px;
	}
}

@media all and (max-width:1350px) { 
	.hzlc ul li {
        margin-right: 50px;
      
    }
    .Footer-wordsBoxRR {
        display: none;
    }

    .Footer-wordsBoxRL {
        width: 22%;
    }

}

@media all and (max-width:414px) { 
    .header-top p {
        float: none;
        text-align: center;
    }
    .serve-box ,.ljzx ,.xian2 , .nav-num, .header-top span {
        display: none;
    }
    .app-words ul li {
        width: 100%;
    }
    .classics-piclist-bottom {
        margin-top: 30%;
    }
    .classics-piclist-bottom li {
        width:49%;
    }
    .classics-piclist-pic img {
        object-fit: contain;
    }
}


