/*轮播图*/
#slider {
    height: auto;
    width: 100%;
    min-width: 1050px;
    min-height: 210px;
}

.lbt {
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
}

.lbt_bottom {
    display: flex;
    justify-content: center;
    height: 30px;
    background-color: lightgray;
    margin-top: -50px;
}

.lbt img {
    width: 100%;
    height: 210px;
    min-height: 210px;
}

.circle {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    margin: 10px 15px;
    background-color: whitesmoke;
    opacity: 0.5;

}

.lbt_bottom .active {
    background-color: palegoldenrod;
}

/*新闻*/
#news {
    width: 1300px;
    height: auto;
    min-width: 1024px;
    margin: 30px auto;
    background-color: white;
    padding-bottom: 1px;
}

.news-top {
    width: 100%;
    height: 55px;
    line-height: 55px;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 20px;
    box-sizing: border-box;
    border-bottom: 2px solid #d3d3d3;
    padding-top: 5px;
    padding-bottom: 5px;
}

.news-top img {
    margin-right: 10px;
}

.news-top div:nth-child(1):hover {
    cursor: pointer;
}

.more {
    cursor: pointer;
    font-weight: normal;
}


.news-main {
    height: 340px;;
    display: flex;
    padding-bottom: 10px;
    padding-right: 10px;
}

.news-list {
    width: 100%;
    height: 100%;
    display: flex;
    margin: 6px;
}

.news-list-left {
    width: 40%;
    height: 100%;
}

.news-list-right {
    width: 60%;
    height: 100%;
}


.news-list-nav ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    height: 45px;
    line-height: 45px;
}

.news-list-nav > ul > li {
    align-self: center;
    text-align: center;
    width: 210px;
    background-color: lightgray;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: black;
}

.news-list-nav > ul > li:hover {
    background-color: goldenrod;
    color: white;
}

.news-list-items {
    margin: 0;
}

.list-item {
    height: auto;
    padding: 0;
    margin: 0;
    margin-left: 5px;
    margin-top: 10px;
    justify-content: space-between;
    border-bottom: 1px lightgray solid;
    color: #595454;
    cursor: pointer;
}

.list-item-top {
    display: flex;
}

.list-item p {
    padding: 0;
    margin: 0;
    /*margin-top: 5px;*/
}

.list-item .title {
    width: 74%;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;

}

.list-item .publish-time {
    width: 26%;
    font-size: 14px;
    color: darkgray;
    text-align: right;
    padding-right: 10px;

}

.news-slider {
    width: 96%;
    height: 100%;
}

.news-slider-img {
    height: 340px;
    display: flex;
    overflow: hidden;
}

.news-slider-img img {
    width: 490px;
    height: 340px;
    object-fit: fill;
}

.news-slider-title {
    position: relative;
    top: -50px;
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.news-slider-title > li {
    z-index: 20;
    text-align: center;
    line-height: 50px;
    width: 100%;
    min-width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
    color: lightgray;
}


/*企业产品*/
#show-goods {
    width: 1300px;
    height: 280px;
    min-width: 1024px;
    background-color: white;
    margin: 40px auto;
}


.goods-top {
    width: 100%;
    height: 55px;
    line-height: 45px;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 20px;
    border-bottom: 2px solid #d3d3d3;
    padding-top: 5px;
    padding-bottom: 5px;

}

.goods-top img {
    margin-right: 10px;
}

.goods-top div:nth-child(1):hover {
    cursor: pointer;
}

.goods-cate {
    display: flex;
    gap: 15px;
}

.goods-cate li {
    font-weight: normal;
    font-size: 15px;
    padding-left: 8px;
    padding-right: 8px;
}

.goods-cate li:hover {
    cursor: pointer;
    background-color: darkgreen;
}

/*.goods-forward {*/
/*    width: 5%;*/
/*    font-size: 30px;*/
/*    text-align: center;*/
/*}*/

/*.goods-next {*/
/*    width: 5%;*/
/*    font-size: 30px;*/
/*    text-align: center;*/

/*}*/

/*.goods-forward img, .goods-next img {*/
/*    width: 30px;*/
/*    height: 100%;*/
/*}*/




/*.goods-container {*/
/*    width: 1090px;*/
/*    overflow: hidden;*/
/*}*/

/*.goods-list ul {*/
/*    height: 180px;*/
/*    display: flex;*/
/*    transition: transform .5s;*/
/*}*/

/*.goods-list ul > li, .goods-list ul > li > img {*/
/*    width: 200px;*/
/*    height: 180px;*/
/*}*/

/*.goods-list ul > li {*/
/*    margin-left: 70px;*/

/*}*/


/*修改轮播图*/
.goods-list {
    width: 100%;
    height: calc(100% - 45px);
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.show_goods_box {
    margin: 20px auto;
    height: 180px;
    width: 1010px;

    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;

}

.show_goods_box .pic_box {
    position: absolute;
    display: flex;
    height: 180px;

}

.show_goods_box .pic {
    float: left;
}

.goods-list .leftBtn,
.goods-list .rightBtn {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 25px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
}

.goods-list .leftBtn {
    left: 10px;

}

.goods-list .leftBtn:hover,.goods-list .rightBtn:hover{
    background-color: rgba(0,0,0,.8);
}

.goods-list .rightBtn {
    right: 10px;
}

.show_goods_box img {
    width: 200px;
    height: 180px;
}

.show_goods_box .pic:not(:first-child) {
    margin-left: 70px;
}


/* 友链*/

#friend-links {
    width: 1300px;
    height: auto;
    min-width: 1024px;
    margin: auto;
    margin-top: 20px;
    align-items: center;
    background-color: white;
}


.links-top {
    width: 100%;
    height: 55px;
    line-height: 45px;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    border-bottom: 2px solid #d3d3d3;
    padding-top: 5px;
    padding-bottom: 5px;


}

.links-top img {
    margin-right: 10px;
}

.links-bottom ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
    padding: 10px;
    margin-left: 15px;
}

.links-bottom ul > li img {
    width: 230px;
    height: 70px;
}


/* 页脚 */
#footer {
    height: 120px;
    width: 100%;
    background-color: green;
    margin-top: 50px;
    min-width: 1050px;
    display: flex;
    align-items: center;
    position: relative;
    color: lightgray;
}

.footer-logo {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50px;
}

#footer .wechat-code {
    position: absolute;
    right: 110px;
}

#footer .wechat-title {
    text-align: center;
    font-size: 15px;
}

.footer-info p {
    margin: 2px 0;
}

#footer .wechat-code img {
    width: 75px;
    height: 75px;
}

.footer-info {
    position: absolute;
    left: 230px;
}