*{
    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);
}
.product-content-1{
    width: 1200px;
    height: 40px;
    background: #FFFFFF;
    opacity: 1;
    text-align: center;
    font-size: 18px;
    color: #666666;
    line-height: 40px;
    margin-top: 16px;
}
.product-content-1:hover{
    cursor: pointer;
    color: #108391;
}
.productALL-2{
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}
.product-content-2{
    width: 16px;
    padding: 15px 9px 15px 7px;
    background: #4FC2B8;
    opacity: 1;
    font-size: 16px;
    height: 64px;
    color: #FFFFFF;
    line-height: 16px;
    white-space:pre-wrap;
}
.productALL-2 ul{
    display: flex;
    flex-wrap: wrap;
    height: max-content;
}
.productALL-2 ul li{
    margin-left: 2px;
    height: 30px;
    background: #FFFFFF;
    opacity: 1;
    font-size: 14px;
    color: #666666;
    line-height:30px;
    text-align: center;
    margin-bottom: 2px;
}
.productALL-2 ul li:hover{
    color: #108391;
    cursor: pointer;
}
.length-mini-2{
    width: 71px;
}
.length-max-2{
    width: 144px;
}
.length-max-8{
    width: 290px;
}
.productALL-2 ul li.type-on{
    background:#108391;
    color: #FFFFFF;
}
.productALL-3{
    width: 1140px;
    background: #FFFFFF;
    opacity: 1;
    padding: 20px 30px;
    margin-top: 10px;
}
.productALL-3:first-of-type{
    margin-top: 0;
}
.product-content-3-title{
    width: 1138px;
    height: 18px;
    font-size: 18px;
    color: #108391;
    line-height: 18px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #CCCCCC;
}
.product-content-3-title:hover{
    text-decoration: underline;
    cursor: pointer;
}
.productALL-3 ul{
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}
.productALL-3 ul li{
    padding-right: 20px;
    margin-right: 20px;
    height: 15px;
    line-height: 15px;
    border-right: 1px solid #CCCCCC;
    margin-top: 15px;
    color: #666666;
    font-size: 14px;
}
.productALL-3 ul li:hover{
    color: #108391;
    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;
}
.company-item div{
    width: 140px;
    height: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 17px;
}
.company-item div a{
    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;
}
