.contet {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.contetImg img {
    width: 1920px;
}

.product {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 66px;
    margin-bottom: 82px;
}

.productCenter {
    width: 1350px;
}

.centerTop {
    text-align: center;
    margin: 0 auto;
}

.centerTopTitle {
    font-size: 35px;
    color: #d60600;
    font-weight: 500;
    font-family: "Source Han Sans CN";
}

.centerToptext {
    margin: 0 auto;
    text-align: center;
    width: 186px;
    height: 22px;
    background-color: #d60600;
    font-size: 18px;
    color: #000;
    font-family: "Source Han Sans CN";
}

.centerBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
}

.centerBottomLeft {
    width: 458px;
    height: 702px;
}

.left {
    display: flex;
    justify-content: space-between;


}

.listALl {
    position: relative;
}

.list {
    width: 228px;
    height: 228px;
    /*background: url(/templates/default/images/proin.png);*/
    position: relative;
}

.listT {
    position: absolute;
    width: 228px;
    height: 228px;
    top: 0;
    left: 0;
    background: rgba(94, 95, 94, 0.53);
    display: none;
}

.listALl a {
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 35%;
    color: #fff;
}

.listALl:hover .listT {
    display: block;
}

.centerBottomMid {
    width: 187px;
    height: 702px;


}

.centerBottomMid ul {
    width: 187px;
    height: 702px;

}
.centerBottomMid ul>li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 192px;
    text-align: center;
    height: 58px;
    background-color: #d60600;
    font-size: 22px;
    font-family: "Source Han Sans CN";
}

.centerBottomMid ul>li>a {
    color: #000;
}

.centerBottomRight {
    width: 458px;
    height: 702px;
}



.iocn {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 134px;

}

/*设置div样式的整体布局*/
.page-icon {
    margin: 20px 0 0 0;
    /*设置距离顶部20像素*/
    font-size: 0;
    /*修复行内元素之间空隙间隔*/
    text-align: center;
    /*设置内容居中显示*/
}

/*设置共有的的样式布局，主要是进行代码优化，提高运行效率*/
.page-icon a,
.page-disabled,
.page-next {
    border: 1px solid #333333;
    border-radius: 3px;
    padding: 4px 10px 5px;
    font-size: 14PX;
    /*修复行内元素之间空隙间隔*/
    margin-right: 10px;
}

/*对 a 标签进行样式布局 */
.page-icon a {
    text-decoration: none;
    /*取消链接的下划线*/
    font-size: 18px;
    color: #333333;
    font-family: "Source Han Sans CN";
}

.page-current {
    color: #ff6600;
    padding: 4px 10px 5px;
    font-size: 14PX;
    /*修复行内元素之间空隙间隔*/
}

.page-disabled {
    color: #ccc;
}

.page-next i {
    background-position: -62px -608px;
    margin-left: 3px;
}