.all-products {
    background: #FBFBFC;
}
.all-products .img-box {
    width: 1200px;
    margin: 0 auto;
    height: 500px;
    padding-bottom: 30px;
}
.all-products .box-cont {
    height: 550px;
}
.product-container {
    width: 100%;
    background: #ffffff;
}
.commoditySection {
    position: relative;
    height: 490px;
    /* overflow: hidden; */
    background-color: #fff;
}
.left-nav {
    float: left;
    width: 197px;
    height: 489px;
    background: #0B0E0F;
}
.left-nav .menu {
    padding: 50px 0;
}
.product-menu li {
    position: relative;
    cursor: pointer;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    font-family: 'PingFangSC-Medium,PingFang SC';
}
.product-menu li.active .li-left_icon {
    display: inline-block;
    width: 5px;
    height: 55px;
    position: absolute;
    top: 0;
    left: -5px;
    background: url('../img/solution/group_left_icon.png');
    background-size: 5px 55px;
}
.product-menu li.active {
    background-color: #336AFF;
}
.section-content {
    display: flex;
    margin-left: 197px;
    max-height: 490px;
    overflow: hidden;
}
.itemContainer .itemIcon {
    width: 60px;
    height: 60px;
}
.sectionContainer {
    padding: 45px 0 0 0;
    width: 100%;
    display: none;
    flex-wrap: wrap;
    text-align: left;
}
.sectionContainer.active {
    display: block;
}
.sectionContainer .itemContainer {
    text-align: center;
    display: inline-block;
    margin-bottom: 65px;
    width: 16.6%;
}
.sectionContainer .itemContainer:nth-last-child(1){
    margin: 0;
}
.product-subscript {
    position: absolute;
    bottom: 35px;
    margin-left: 98px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.product-subscript .subscript-item {
    cursor: pointer;
    margin-right: 5px;
    width: 9px;
    height: 9px;
    border: 1px solid #979797;
    border-radius: 50%;
    opacity: 0.6;
}
.product-subscript .subscript-item.active {
    border: 1px solid #336AFF;
    background-color: #336AFF;
    opacity: 1;
}

.access-way ul {
    width: 1200px;
    height: 360px;
    margin: 0 auto;
}
.access-way ul li:nth-of-type(1){
    background-image: url(../img/way_1.png);
}
.access-way ul li:nth-of-type(2){
    background-image: url(../img/way_2.png);
}
.access-way ul li:nth-of-type(3){
    background-image: url(../img/way_3.png);
}
.access-way ul li:nth-of-type(4){
    background-image: url(../img/way_4.png);
}
.access-way ul li{
    box-sizing: border-box;
    width: 280px;
    height: 350px;
    float: left;
    margin: 10px;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    line-height: 350px;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: margin-top 0.5s;
}
.access-way ul li:hover{
    box-shadow: 8px 10px 4px #4d4c4c;
    -moz-box-shadow: 8px 10px 4px #413f3f;
    -webkit-box-shadow: 8px 10px 4px #525050;
    margin-top: -10px;
}
