﻿
body{
    margin: 0;
    padding: 0;
}

/* 轮播图样式 */
.banner{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.paginglb{
    width: 500px;
    position: relative;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);

}
.swiper-pagination-bullet{
    width: 38px;
    height: 5px;
    border-radius:0;
    margin-left: 10px;
}
.swiper-pagination-bullet-active{
    background-color: #d71a21;
}

/* 产品信息 */
.main_boxs{
    width: 100%;
    margin-top:30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
}
.main_box_cent{
    width: 80%;
}
.main_box_cent > ul:nth-child(1){
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_box_cent > ul:nth-child(1) li:nth-child(1){
    font-size: 28px; 
    font-weight: 600;
}
.main_box_cent > ul:nth-child(1) li:nth-child(2){
    font-size: 16px;
    font-weight: 600;
    background-color: #e5e5e5;
    padding: 5px 25px;
    border-radius: 6px;
    cursor: pointer;
}
.main_box_cent > ul:nth-child(1) li:nth-child(2) > img{
    width: 8px;
    margin-top: -2px;
}

.main_box_cent > ul:nth-child(2){
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 35px;
    
}
.main_box_cent > ul:nth-child(2) li{
    width: 18%;
    height: auto;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 20px;
    box-shadow: 0 10px 10px #f5f5f5;
    opacity: 0.9;
    transition: all 0.2s linear;
    margin-left: 30px;
}
.main_box_cent > ul:nth-child(2) li:hover{
    box-shadow: 0 10px 10px #e9e8e8;
    opacity: 1;
    transition: all 0.2s linear;
}
.main_box_cent>ul:nth-child(2) li .main_box_cent_img{
    width:100%;
    position: relative;
    cursor: pointer;
    
}
.main_box_cent>ul:nth-child(2) li .main_box_cent_img img:nth-child(2){
    width: 35%;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%,-50%);
}
.main_box_cent > ul:nth-child(2) li .main_box_cent_img img:nth-child(1){
    width: 100%;
    transition: all 0.2s linear;
    transform: scale(1);
}
.main_box_cent > ul:nth-child(2) li .main_box_cent_img img:nth-child(1):hover{
    transition: all 0.2s linear;
    transform: scale(1.1);
}

.main_box_cent > ul:nth-child(2) li .products{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}
.main_box_cent > ul:nth-child(2) li .products text:nth-child(1){
    font-size: 22px;
    color: #333333;
    /* font-weight: 550; */
}
.main_box_cent > ul:nth-child(2) li .products text:nth-child(2){
    width: 30px;
    height: 2px;
    background-color: #d71a21;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 10px 0;
}
/* .main_box_cent > ul:nth-child(2) li .products text:nth-child(3){
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #666666;

} */

/* 新闻中心 */
.main_news{
    margin-top:50px;
    border-bottom: 1px solid #e5e5e5;
}
.main_box_cent .main_news_shop{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.main_box_cent .main_news_shop .main_news_shopl{
    width: 18%;
    height: auto;
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin:30px 0px;
}
.main_box_cent .main_news_shop .main_news_shopl div:nth-child(1){
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.main_box_cent .main_news_shop .main_news_shopl div:nth-child(1) > img:hover{
    transition: all 0.2s linear;
    transform: scale(1.1);
}
.main_box_cent .main_news_shop .main_news_shopl div:nth-child(1) > img{
    width: 100%;
    transition: all 0.2s linear;
    transform: scale(1);
}
.main_box_cent .main_news_shop .main_news_shopl .main_news_shopl_txt{
    display: flex;
    flex-direction: column;
    align-content: space-around;
}
.main_box_cent .main_news_shop .main_news_shopl .main_news_shopl_txt >text:nth-child(1){
    margin: 15px 0;
    font-size: 14px;
    color: #9e9b9b;
}
.main_box_cent .main_news_shop .main_news_shopl .main_news_shopl_txt >text:nth-child(2){
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 600;
}
.main_box_cent .main_news_shop .main_news_shopl .main_news_shopl_txt >a{
    width:65px;
    text-align: center;
    margin-top: 25px;
    color: #d11818;
    border-bottom: 2px solid #d11818;
    font-size: 16px;
    font-weight: 550;
}

/* 加入我们 */
.wraps_img{
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.wraps_img > img {
    width: 100%;
    margin: 60px 0;
}
.wraps_img .wraps_btn{
    width: 15%;
    /* height: 100px; */
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50% , -50%);
    /* background-color: aqua; */
    cursor: pointer;
}
.wraps_btn > img{
    width: 80%;
}
.wraps_btn > text{
    position: absolute;
    top: 30%;
    left: 30%;
    font-size: 16px;
    color: #ffffff;
    transform: translateX(-50%);
}