
.jieshao {
    width: 100%;
    font-size: 0.7rem;
    text-align: justify;
    /*-moz-text-align-last: right;*/
}

.jieshao p {
    width: 100%;
    margin: 2% 0;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.3rem;
    color: rgba(0, 0, 0, 0.5);
}

.listDateBox {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    padding: 5% 0 1% 0;
}

.con_title {
    width: 100%;
    /*height:auto;*/
    /*overflow:hidden;*/
    text-align: center;
    font-size: 1.2rem;
    /*line-height:2rem;*/
    /*margin: 5% auto;*/
    /*color:#01AAED;*/
    /*font-style:italic;*/
}

.listData {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    /*background: #00F7DE;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.bannerDiv1 {
    width: 33%;
    padding: 10px;
    border: 1px solid #dddddd;
    /*background: #F5F5F5;*/
    margin-bottom: 10px;
    /*margin: 10px 0px;*/
    /*margin-bottom: 10px;*/
    /*border-radius: 10px;*/
    display: flex;
    flex-wrap: wrap;
}

/*.bannerDiv1:hover{*/
/*background: #1E9FFF;*/
/*color: white;*/
/*}*/
/*.bannerDiv1:hover .h3{*/
/*color: white;*/
/*}*/
.biglogo1Box {
    width: 100%;
    /*position: relative;*/
}

.biglogo1 {
    width: 100%;
    height: 10rem;
    /*border-radius: 10px;*/
    object-fit: contain;
}
.biglogoImg{
    width: 100%;
    height: 150px;
    /*border-radius: 10px;*/
    object-fit: cover!important;
}
.newsDate {

}

.biglogoNull {
    display: block;
    width: 55%;
    height: 100px;
    margin: 0 auto;
    object-fit: contain;
}

.imgFlex {
    width: 100%;
    /*background: pink;*/
    margin-left: 0%;

}

/*.imgFlex .h3{*/
/*width: 100%;*/
/*text-align: center;*/
/*}*/

.bannerDiv1 .h3, .bannerDiv1 h5 {
    width: 100%;
    /*height:1.5rem;*/
    /*overflow:hidden;*/
    font-size: 0.7rem;
    line-height: 1.5rem;
    color: #444;
    margin: 1rem 0;
    /*text-align:center;*/
}

.bannerDiv1 .h3:hover {
    color: #f60;
    cursor: pointer;
}

.bannerDiv1 h5 {
    /*bottom: 55px!important;*/
    color: #888;
    font-size: 0.6rem;
    line-height: 1.1rem;
    text-align: left;
}

.more-1 {
    /*display: block;*/
    width: 32%;
    text-align: center;
    background: black;
    font-size: 0.6rem;
    color: white;
    padding: 15px 0;
    /*height: auto;*/
    margin-top: 2rem;
    font-weight: bold;
    cursor: pointer;
}

.more-1:hover {
    transition: 0.6s;
    color: #f60;
    background: white;
    box-shadow: 0 5px 40px 0 rgba(102, 102, 102, 0.2);
}

.div1 {
    width: 100%;
    /*height: 10rem;*/
    padding: 3rem 0;
    background-image: url("../image/product/1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.fourBox {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;

}

.fourBox li {
    width: 24%;
    background: rgba(255, 255, 255, 0.3);
    padding: 3% 2%;
    margin-top: 1rem;
    cursor: pointer;
}

.fourBox li:nth-child(2n) {
    margin-top: 3rem;
}

.fourBox li:hover {
    transition: 0.5s;
    background: #f60;
}

.fourBox li:hover .titleIcon {
    color: white;
}

.fourBox li:hover .sectionText {
    color: rgba(255, 255, 255, 0.99);
}

.fourBox li:hover .xianLine {
    transition: 0.7s;
    width: 80%;
    border: 2px solid white;
}

.fourBox li:hover .xianNumber {
    transition: 1s;
    color: white;
    font-weight: bold;
}

.titleIcon {
    font-size: 2rem;
    color: #f60;
}

.sectionTitle {
    width: 100%;
    font-size: 1.1rem;
    color: white;
    line-height: 1.6rem;
    margin: 1.5rem 0;

}

.sectionText {
    width: 100%;
    height: 150px;
    overflow-y: auto;
    font-size: 0.6rem;
    line-height: 1rem;
    color: rgba(255, 255, 255, 0.7);
}

/* 滚动条宽度 */
.sectionText::-webkit-scrollbar {
    width: 2px; /* 滚动条的宽度 */
}

/* 滚动条轨道 */
.sectionText::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0); /* 滚动条轨道颜色 */
}

/* 滚动条滑块 */
.sectionText::-webkit-scrollbar-thumb {
    background: #f60; /* 滚动条滑块颜色 */
    border-radius: 6px; /* 圆角 */
}

/* 滑块悬停时 */
.sectionText::-webkit-scrollbar-thumb:hover {
    background: #555; /* 悬停时滑块颜色 */
}

.sectionBottom {
    width: 100%;
    /*background: yellow;*/
    margin: 1rem 0 0 0;
    display: flex;
    align-items: center;

}

.xianLine {
    width: 10%;
    border: 2px solid #039;
}

.xianNumber {
    width: 20%;
    color: #039;
    font-size: 1.2rem;
    text-align: right;
    padding: 10px 0;
}

.div2 {
    width: 100%;
    position: relative;
    /*height: 10rem;*/

    background-image: url("../image/product/2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*filter: brightness(90%);*/
}

.div2Mask {
    width: 100%;
    padding: 3rem 0 0 0;
    background: rgba(0, 0, 0, 0.15);
    /*position: absolute;*/
    /*top:0;left:0;*/
}

.listPannelBox {
    width: 70%;
    margin: 1rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /*align-items: center;*/
    /*background: yellow;*/
}

.listPannelBox .layui-card {
    width: 49%;
    /*background: #1e9fff;*/
    background: rgba(255, 255, 255, 0.99);
    /*padding: 3% 2%;*/
    margin-bottom: 1rem;
    cursor: pointer;
    /*box-shadow:0 5px 18px 0 rgba(255,255,255,0.5);*/
}

.listPannelBox .layui-card:last-child {
    width: 99%;
}

.layui-card-header {
    height: auto;
    line-height: 1.5rem;
    padding: 0 15px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.8rem;
    font-weight: bold;
}

.layui-card-body {
    padding: 10px 15px;
    line-height: 1.3rem;
    font-size: 0.7rem;
    text-align: justify;
    -moz-text-align-last: right;
}

.layui-card-img {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.7);
    float: left;
    margin-right: 5px;
    /*margin-bottom: 5px;*/
    clear: both;
}

.pageBottomBox {
    width: 100%;
    /*background: #1e9fff;*/
    padding: 1rem 0;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: space-around;
}

.pageBottomBox img {
    display: block;
    width: 40%;
    height: 13rem;
    object-fit: contain;
}

.pageBottomBox .jieshao {
    width: 60%;
    padding-left: 5px;
    font-size: 0.7rem;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.1rem;
}

/*媒体查询*/
@media (max-width: 900px) {
    .jieshao {
        font-size: 0.8rem;
        /*text-align: justify;*/
        /* -moz-text-align-last: right; */
    }

    .listData {
        width: 96%;
        /*padding-top: 10px;*/
    }

    .bannerDiv1 {
        width: 100%;
        /*margin: 0 0;*/
        /*margin: 10px 5px;*/
    }

    .biglogo1 {
        width: 100%;
        /*height: auto;*/
        height: auto;
        /*border-radius: 10px;*/
        object-fit: contain;
    }

    /*.biglogoNull {*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 5rem;*/
    /*object-fit: contain;*/
    /*!*margin: 0 auto;*!*/
    /*}*/
    .bannerDiv1 .h3, .bannerDiv1 .h5 {
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: left;
        margin: 0.2rem 0;
    }

    .bannerDiv1 .h5 {
        color: #888;
        font-size: 0.9rem;
        /*line-height: 1.3rem;*/
    }

    .more-1 {
        width: 40%;
        /*text-align: center;*/
        background: #f60;
        font-size: 0.8rem;
        color: white;
        padding: 10px 0;
        /* height: auto; */
        margin: 0.5rem auto;
    }

    .more-1:hover {
    }

    .div1{
        padding: 1rem 0;
    }

    .fourBox {
        width: 96%;
    }

    .fourBox li {
        width: 96%;
        /*padding: 3% 2%;*/
        margin-top: 0.2rem;
    }

    .fourBox li:nth-child(2n) {
        margin-top: 0.2rem;
    }

    .titleIcon {
        width: 100%;
        text-align: center;
        font-size: 3rem;
        margin: 0 auto;
    }

    .sectionTitle {
        width: 100%;
        font-size: 1.2rem;
        margin: 0.5rem 0;
    }

    .sectionText {
        width: 100%;
        height: auto;
        font-size: 0.8rem;
    }

    .listPannelBox {
        width: 96%;
        margin: 0.2rem auto;
    }

    .listPannelBox .layui-card {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .layui-card-header {
        line-height: 1.2rem;
        padding: 5px 15px;
        color: rgba(0, 0, 0, 0.9);
        font-size: 0.9rem;
    }

    .layui-card-body {
        line-height: 1.2rem;
        font-size: 0.8rem;
        /*text-align: justify;*/
        /*-moz-text-align-last: right;*/
    }





    .div2 {
        /* height: 10rem; */
        background: white!important;
        /* filter: brightness(90%); */
    }
    .div2Mask {
        padding: 1rem 0 0 0;
        background: rgba(0, 0, 0, 0.02);
    }
    .div2Mask .con_title{
        color: black!important;
    }
    .pageBottomBox {
        padding: 0.3rem 0;
    }

    .pageBottomBox img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .pageBottomBox .jieshao {
        width: 100%;
        padding-left: 0px;
        font-size: 0.8rem;
        /*color: rgba(0, 0, 0, 0.8);*/
        line-height: 1.4rem;
    }

}
