*{
    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);
}
.supplierDetail{
    margin-top: 16px;
    margin-bottom: 30px;
}
.supplierDetail .contain{
    display: flex;
    justify-content: space-between;
}
.left-info{
    width: 310px;
}
.base-info{
    width: 270px;
    background: #FFFFFF;
    opacity: 1;
    border-top: 10px solid #4FC2B8;
    padding: 20px;
}
.detail-name{
    width: 270px;
    font-size: 18px;
    color: #108391;
    line-height: 20px;
    /*margin-top: 20px;*/
    font-weight: 500;
}
.explain{
    margin-top: 20px;
}
.blue-title{
    display: flex;
    /*margin-top: 26px;*/
    /*height: 20px;*/
}
.blue-block{
    width: 6px;
    height: 20px;
    background: #4FC2B8;
    margin-right: 12px;
}
.blue-title-content{
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    max-width:238px;
}
.explain-content {
    width: 270px;
    padding-bottom: 22px;
    border-bottom: 1px solid #CCCCCC;
    margin-top: 10px;
}
.explain-content div{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding-top: 10px;
}
.explain-content div label{
    color: #999999;
}
.produce{
    margin-top: 20px;
}
.produce-content{
    list-style-position: inside;
    margin-top: 18px;
    font-size: 14px;;
    color: #333333;
    line-height: 20px;
}
.about-product{
    margin-top: 20px;
    width: 270px;
    background: #FFFFFF;
    padding: 20px 20px 30px;
}
.about-product-content{
    width: 270px;
    border-top: 1px solid #C6C6C6;
    margin-top: 20px;
}
.about-product-content ul li{
    list-style-position: inside;
    margin-top: 15px;
}
.about-product-content ul li a::before{
    content: '·';
    margin-right: 10px;
    font-size: 14px;
    color: #666666;
}
.about-product-content ul li a{
    width: 260px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.about-product-content ul li:hover a{
    color: #108391;
    cursor: pointer;
}
.about-news{
    margin-top: 20px;
    padding: 20px;
    width: 270px;
    background: #FFFFFF;
}
.about-news-content{
    width: 270px;
    border-top: 1px solid #C6C6C6;
    margin-top: 20px;
    padding-top: 10px;
}
.news-item{
    margin-top: 10px;
    width: 270px;
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 10px;
    color: #666666;
    font-size: 14px;
}
.news-item a{
    color: #666666;
    font-size: 14px;
}
.news-item:hover a{
    color: #108391;
    cursor: pointer;
}
.news-item:last-child{
    border-bottom:none;
    padding-bottom: 0;
}
.right-info{
    width: 870px;
}
.byTypeLook{
    margin-bottom: 20px;
}
.types{
    width: 870px;
    display: flex;
    justify-content: space-between;
}
.types div{
    width: 290px;
    height: 30px;
    background: #CCCCCC;
    opacity: 1;
    text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    cursor: pointer;
}
.types div.on{
    background: #108391;
    color: #FFFFFF;
}
.data{
    width: 870px;
    height: 40px;
    background: #FFFFFF;
    opacity: 1;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: #108391;
    font-size: 14px;
}
.data label{
    color: #666666;
}
.product-item{
    margin-top: 10px;
    width: 815px;
    height: 170px;
    background: #FFFFFF;
    opacity: 1;
    padding: 20px 25px 20px 30px;
    display: flex;
    justify-content: space-between;
}
.item-info{
    width: 540px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item-info-top{
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item-name{
    width: 528px;
    line-height: 16px;
    font-size: 16px;
    color: #108391;
}
.item-name:hover{
    text-decoration: underline;
    cursor: pointer;
}
.itme-about-product{
    width: 497px;
    font-size: 14px;
    color: #999999;
}
.itme-about-product a{
    color: #999999;
}
.item-send{
    width: 100px;
    height: 30px;
    background: #108391;
    border-radius: 15px 15px 15px 15px;
    opacity: 1;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    border: none;
}
.person-info{
    display: flex;
    align-items: center;
    width: 540px;
    height: 40px;
    background: #EEEEEE;
    opacity: 1;
    padding-left: 20px;
}
.person-info-item{
    color: #333333;
    font-size: 14px;
    margin-right: 20px;
}
.person-info-item label{
    color: #999999;
}
.item-products{
    border-left: 1px dotted #CCCCCC;
    padding-left: 30px;
}
.more-products{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
    cursor: pointer;
}
.more-products i{
    margin-left: 5px;
    color: #108391;
    font-weight: bold;
    font-size: 12px;
}
.item-products ul li{
    list-style-position: inside;
    margin-bottom: 10px;
}
.item-products ul li:hover a{
    color: #108391;
    cursor: pointer;
}
.item-products ul li a{
    width: 190px;
    font-size: 14px;
    color: #666666;
}
.item-products ul li a::before{
    content: '·';
    margin-right: 5px;
}
.person-info{
    display: flex;
    align-items: center;
    width: 540px;
    height: 40px;
    background: #EEEEEE;
    opacity: 1;
    padding-left: 20px;
}
.person-info-item{
    color: #333333;
    font-size: 14px;
    margin-right: 20px;
}
.person-info-item label{
    color: #999999;
}
.item-products{
    border-left: 1px dotted #CCCCCC;
    padding-left: 30px;
}
.more-products{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}
.more-products i{
    margin-left: 5px;
    color: #108391;
    font-weight: bold;
    font-size: 12px;
}
.item-products ul li{
    list-style-position: inside;
    margin-bottom: 10px;
}
.item-products ul li:hover label{
    color: #108391;
    cursor: pointer;
}
.item-products ul li label{
    width: 190px;
    font-size: 14px;
    color: #666666;
}
.item-products ul li label::before{
    content: '·';
    margin-right: 5px;
}



/**/

.pageBtn{
    margin-top: 30px;
    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;
}
.data-tips{
    margin-top: 30px;
    width: 870px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}
.tuijian_product{
    margin-top: 33px;
}
.tuijian_product .blue-block{
    background: #108391;
}
.tuijian_product-content{
    margin-top: 10px;
    width: 870px;
    background: #FCFCFC;
    opacity: 1;
}
.company-item{
    margin-right: 20px;
    margin-bottom: 25px;
}
.company-item:nth-child(5n){
    margin-right: 0;
}
.company-item:hover{
    cursor: pointer;
}
.company-item img{
    display: block;
    width: 150px;
    height: 150px;
    background: #CCCCCC;
    opacity: 1;
    margin-bottom: 8px;
}
.company-item div{
    width: 150px;
    font-size: 14px;
    color: #333333;
    line-height: 17px;
}
.company-item div a{
    font-size: 14px;
    color: #333333;
}
#company-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 0px;
}
.tuijian_block-content{
    width: 830px;
    background: #FCFCFC;
    opacity: 1;
    /*margin-top: 9px;*/
    padding: 20px 20px 10px;
}
.tuijian_block-content ul{
    display: flex;
    flex-wrap: wrap;
}
.tuijian_block-content ul li a{
    width: 275px;
    color:rgba(51, 51, 51, 1);
    font-size: 14px;
    margin-bottom: 10px;
}
.tuijian_block-content ul li a::before{
    content: '·';
    margin-right: 8px;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
}
.tuijian_block-content ul li:hover a{
    color: #108391;
    cursor: pointer;
}
.blue-more{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.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: 12px;
    margin-left: 5px;
}
.more div i{
    font-size: 8px;
    color: white;
    font-weight: bold;
    margin-left: 3.5px;
}
.more div i:last-child{
    display: none;
}
.more:hover{
    cursor: pointer;
}






