*{
    margin: 0;
}
.index-last-foot {
    background: #FFFFFF;
}
.route{
    margin-top: 21px;
    display: block;
}
.route label,.route a{
    line-height: 13px;
    font-size: 14px;
    color: #666666;
}
.route label:last-child{
    display: none;
}
.route a:hover{
    color: rgba(16, 131, 145, 1);
}
.suppliers-content-1{
    width: 1200px;
    height: 40px;
    background: #FFFFFF;
    opacity: 1;
    text-align: center;
    font-size: 18px;
    color: #666666;
    line-height: 40px;
    margin-top: 16px;
}
.suppliers-content-1:hover{
    cursor: pointer;
    color: #108391;
}
/**/
.suppliers-2{
    margin-top: 20px;
    display: flex;
}
.suppliers-content-2{
    width: 120px;
    height: 30px;
    background: #4FC2B8;
    opacity: 1;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}
.suppliers-2 ul{
    display: flex;
}
.suppliers-2 ul li{
    width: 30px;
    height: 30px;
    opacity: 1;
    margin-left: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    background: #FFFFFF;
    text-align: center;
}
.suppliers-2 ul li:hover{
    color: #108391;
    cursor: pointer;
}
.suppliers-2 ul li.on{
    background: #108391;
    color: #FFFFFF;
}
.suppliers-3{
    margin-top: 20px;
}
.suppliers-3 ul{
    display: flex;
    flex-wrap: wrap;
}
.suppliers-3 ul li{
    margin-right: 3px;
    margin-bottom: 3px;
    width: 398px;
    height: 30px;
    background: #FFFFFF;
    opacity: 1;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: center;
}
.suppliers-3 ul li:hover{
    color: #108391;
    cursor: pointer;
}
.suppliers-3 ul li:nth-child(3n){
    margin-right: 0;
}
.suppliers-3 ul li:nth-last-child(1),
.suppliers-3 ul li:nth-last-child(2),
.suppliers-3 ul li:nth-last-child(3){
    margin-bottom: 0;
}



.pageBtn{
    margin-top: 33px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whiteBg{
    width: 42px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    cursor: pointer;
}
.greyBg{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}
.noneBg{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    font-size: 16px;
    color: #666666;
}
.currentPage{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    background: #4FC2B8;
    color: #FCFCFC;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    cursor: pointer;
}
.whiteBg i,.greyBg i{
    font-size: 12px;
    color: #666666;
    font-weight: bold;
}
.totalPages{
    font-size: 16px;
    color: #666666;
    margin-left: 11px;
}
.goPage{
    font-size: 16px;
    color: #666666;
    margin-left: 21px;
}
.pageNum{
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 16px;
    color: #108391;
    margin: 0 10px;
    outline: none;
    text-align: center;
}
.goPageBtn{
    width: 80px;
    height: 40px;
    background: #4FC2B8;
    border-radius: 20px;
    margin-left: 15px;
    border: none;
    line-height: 40px;
    font-size: 16px;
    color: #FCFCFC;
    cursor: pointer;
}

/**/
.company-tuijian{
    margin-top: 30px;
}
.blue-title{
    display: flex;
    /*margin-top: 26px;*/
    height: 20px;
}
.blue-block{
    width: 6px;
    height: 20px;
    background: #108391;
    margin-right: 12px;
}
.blue-title-content{
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    max-width: 238px;
}
.more{
    font-size: 12px;
    color: #4FC2B8;
    display: flex;
    align-items: center;
}
.more div{
    width: 14px;
    height: 14px;
    background: #999999;
    opacity: 1;
    border-radius: 50%;
    line-height: 11px;
    margin-left: 5px;
}
.more div i{
    font-size: 8px;
    color: white;
    font-weight: bold;
    margin-left: 4px;
}
.more:hover div{
    background: #108391;
    cursor: pointer;
}
.company-list{
    display: flex;
    overflow: hidden;
    align-items: center;
    width: 1200px;
    height: 220px;
    background: #FCFCFC;
    opacity: 1;
    margin-top: 9px;
}
.company-item{
    margin-right: 30px;
}
.company-item:hover{
    cursor: pointer;
}
.company-item:first-child{
    margin-left: 20px;
}
.company-item img{
    display: block;
    width: 140px;
    height: 140px;
    background: #CCCCCC;
    opacity: 1;
    margin-bottom: 8px;
    object-fit: cover;
}
.company-item div{
    width: 140px;
    height: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 17px;
}
.company-item div a{
    font-size: 14px;
    color: #333333;
}
#company-list{
    width: 100%;
    display: flex;
}
.hot_area_product{
    margin-top: 25px;
    margin-bottom: 26px;
}
.hot_area_product_content{
    margin-top: 9px;
    width: 1160px;
    height: 100px;
    background: #FCFCFC;
    opacity: 1;
    padding: 20px;
}
.hot_area_product_content ul{
    display: flex;
    flex-wrap: wrap;
}
.hot_area_product_content ul li{
    width: 170px;
    height: 14px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    list-style-position: inside;
    margin-bottom: 25px;
    margin-right: 20px;
}
.hot_area_product_content ul li a{
    color: #333333;
}
.hot_area_product_content ul li a::before{
    content: '·';
    font-size: 14px;
    color: #333333;
    margin-right: 5px;
}
.hot_area_product_content ul li:hover a{
    color: #108391;
    cursor: pointer;
}
