/*首页*/
.index .banner {
    width: 100%;
    height: 368px;
    background-size: cover;
    background:url(../img/banner.jpg) center no-repeat;
    background-position: center center;
}
.banner-img {
    height: 368px;
    position: relative;
    z-index: 9;
    top: -20px;
    padding-left: 170px;
}
.banner-img img {
    max-width: 1100px;
}
.banner-corp {
    display: inline-block;
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    right: -60%;
    top: -250px;
}

/**/
.notice {
    width: 1000px;
    height: 28px;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.notice-icon {
    display: inline-block;
    background: url(../img/icon.png);
    width: 18px;
    height: 18px;
    background-position: 0 -147px;
}

.notice-corp {
    display: inline-block;
    margin-left: 9px;
    font-size: 14px;
    color: #333;
}
/**/
.product {
    width: 1000px;
    /*height: 183px;*/
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.product-img {
    position: relative;
    top: 60px;
    left: 40px;
    background: url(../img/bigicon.png);
}
.product-name {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
    position: relative;
    left: 106px;
    top: 8px;
}
.product-item {
    width: 248px;
    height: 180px;
    margin-right: 3px;
    border-bottom: 4px solid #e9e9e9
}
.product-item:hover {
    border-bottom: 4px solid #f50d07;
}
.img-item1 {
    background-position: 0px 0px;
    width: 55px;
    height: 55px;
}
.img-item2 {
    background-position: 0 -79px;
    width: 55px;
    height: 57px;
}
.img-item3 {
    background-position: 0 -163px;
    width: 55px;
    height: 55px;
}
.img-item4 {
    background-position: 0 -235px;
    width: 61px;
    height: 62px;
}
.show-text {
    
    margin-top: 14px;
    color: #292929;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-div {
    width: 1000px;
    height: 48px;
}
.text-div p {
    display: none;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}