﻿*{
    padding: 0;
    margin: 0;
}
b{
    font-weight: 400;
}
.mt10{margin-top: 30px;}
/* 浼佷笟鍒楄〃椤甸潰 */
.company{
    margin-top: 30px;
}
.companyItem{
    width: 950px;
    float: left;
    margin-bottom: 60px;
}
.companyItem > ul{
    margin-bottom: 20px;
    overflow: hidden;
}
.companyItem > ul > li{
    width: 950px;
    float: left;
    border: 1px solid #e0e0e0;
    padding: 20px 25px 24px;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}
.companyItem > ul > li:hover{
    background: #fafafa;
}
.companyItem > ul > li a{
    display: block;
    overflow: hidden;
}
.companyLeft {
    width: 370px;
    display: inline-block;
    vertical-align: middle;
}
.companyLeft h3{
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.companyLeft .companyInfo{
    margin: 12px 0;
    position:relative;
}
.companyLeft .companyInfo p{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    overflow:hidden;
}
.companyLeft .companyInfo .pop-box 
{
    display:none;
    position: absolute;
    top:-38px;
    /*width: 200px;*/
    left: 70px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    border-radius: 6px;
}
.companyLeft .companyInfo .pop-box::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.companyLeft .companyInfo:hover .pop-box 
{
    display:block;
}
    .companyLeft .companyInfo p span {
        float: left;
        color: #999;
        width: 470px;
    }

        .companyLeft .companyInfo p span.companyInfo-title {
            width: 80px;
        }
.xpLink{

}
.xpLink a{
    font-size: 14px;
    color: #ff4e00;
    width: 88px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 20px;
    display: block;
    background-color: #fff;
    border: 1px solid #ff4e00;
    transition: .3s;
}
.xpLink a:hover{
    background-color: #ff4e00;
    color: #fff;
}

.companyRight {
    /*float: right;*/
    /*margin-top: 20px;*/
    display: inline-block;
    vertical-align: middle;
}
.companyRight dl{
    width: 160px;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
}

.companyRight dl a{
    color: #666;
} 
.companyRight dl a:hover{
    color: #ff4e00;
}
.companyRight dl dt{
    width: 150px;
    height: 150px;
    display: inline-block;
}
.companyRight dl dt img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.companyRight dl dd{
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*椤电爜*/
.page .pages{
	margin: 30px 0 0 70px;
	text-align: center;
}

.page .pages a{
	border: 1px solid #cbcbcb;
	border-radius: 5px;
    padding: 6px 10px;
    margin: 8px;
    color: #666;
    text-decoration: none;
}
.page .pages a:hover{
	border: 1px solid #fe890c;
	background: #FE890C;
	color: #FFFFFF;
}
.page .pages span.current{
	border: 1px solid #fe890c;
	background: #FE890C;
	color: #FFFFFF;
	padding: 6px 10px;
	border-radius: 5px;
	margin: 8px;
}
.page .pages span.disabled{
	padding: 6px 10px;
	border-radius: 5px;
	color: #666666;
	margin: 8px;
}



/* 浼佷笟鍒楄〃椤甸潰-鍙充晶鐩稿叧淇℃伅 */
.companySidebar{
    width: 220px;
    float: right;
}

.relatedSearch{
    margin-bottom: 20px;
}
.relatedTit{
    width: 220px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 12px;
    position: relative;
}
.relatedTit h3{
    font-size: 16px;
    line-height: 16px;
    color: #333;
}
.relatedTit h3::after{
    content: " ";
    width: 90px;
    height: 2px;
    background: #ff4e00;
    position: absolute;
    left: 0;
    bottom: 0;
}
.relatedSearch ul{
    margin-top: 10px;
}
.relatedSearch ul li{
    background: url(image/huidian.png) no-repeat left center;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.relatedSearch ul li a{
    color: #fc650d;
}


/* 鍏抽敭璇嶆帓琛� */
.Keyword ul{
    width: 220px;
    overflow: hidden;
    margin-top: 10px;
}
.Keyword ul li{
    width: 100%;
    line-height: 36px;
    float: left;
    vertical-align: unset;
    position: relative;
}
.Keyword ul li b{
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    float: left;
    margin-right: 5px;
    position: absolute;
    top: 11px;
    left: 5px;
} 
.Keyword ul li span{
    width: 136px;
    font-size: 14px;
    float: left;
    padding-left: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} 
.Keyword ul li span a{
    color: #333;
}
.Keyword ul li span a:hover{
    color: #ff4e00;
}
.Keyword ul li em{
    float: right;
    font-size: 14px;
    color: #333;
} 
.nomber01{
    background-color: #f44544;
    color: #fff;
}
.nomber02{
    background-color: #fe8448;
    color: #fff;
}
.nomber03{
    background-color: #feab3b;
    color: #fff;
}


/* 鍟嗗搧鍒楄〃椤甸潰 */
.shangpinItem{
    float: left;
    width: 940px;
    margin-bottom: 60px;
}
.shangpinItem > ul{
    margin-bottom: 40px;
}
.shangpinItem > ul > li{
    /* width: 940px;
    height: 243px; */
    padding: 20px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.shangpinItem li:hover{
    background: #fafafa;
}
.shangpinItem li .spxp{
    width: 80px;
    height: 28px;
    position: absolute;
    right: 24px;
    bottom: 30px;
    line-height: 28px;
    text-align: center;
    background-color: #ff6948;
}
.shangpinItem li .spxp a{
    color: #fff;
}

.shangpinItem .shpinImg{
    width: 180px;
    height: 180px;
    display: inline-block;
}
.shangpinItem .shpinImg img{
    width: 100%;
    height: 100%;
}
.shangpinItem .shpinInfo{
    width: 690px;
    float: right;
}
.shangpinItem .shpinInfo .shpinTit{
    overflow: hidden;
    padding-top: 4px;
    margin-bottom: 13px;
}
.shangpinItem .shpinInfo .shpinTit h3{
    width: 540px;
    overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    font-size: 18px;
    line-height: 18px;
}
.shangpinItem .shpinInfo .shpinTit span{
    float: right;
    font-size: 14px;
    color: #999;
}
.shangpinItem .shpinInfo .shpinTit span em{
    font-size: 16px;
    color: #ff5353;
}
.shangpinItem .shpinInfo p{
    line-height: 22px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.shangpinItem .shpinInfo .shpinOther{
    margin-top: 50px;

}
.shangpinItem .shpinInfo .shpinOther span{
    line-height: 24px;
    font-size: 14px;
    color: #666;
    padding-left: 20px;
    margin-left: 50px;
}
.shangpinItem .shpinInfo .shpinOther span:first-child{
    margin-left: 0;
}
.shangpinItem .shpinInfo .shpinOther .shpinCop{
    background: url(image/bigcop.png) no-repeat left center;
}
.shangpinItem .shpinInfo .shpinOther .shpinTel{
    background: url(image/tell.png) no-repeat left center;
}
.shangpinItem .shpinInfo .shpinOther .shpinAdd{
    background: url(image/add.png) no-repeat left center;
}

.shangpinItem .shpinInfo .shpinOther em a{
    color: #fff;
}

.shpinCop{
    width: 155px;
    overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.shangpinItem .shpinInfo .shpinOther span{
    float: left;
}
.shpinAdd{
    width: 180px;
    overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}

.shangpinItem li a{
    display: block;
    overflow: hidden;
}

.shpinOther2{
    position: absolute;
    top: 165px;
    left: 230px;
    font-size: 14px;
    color: #666;
}
.shpinOther2 a{
    display: inline-block !important;
    vertical-align: middle;
}
.shpinOther2 span{
    float: left;
}
.shpinCop2{
    background: url(image/bigcop.png) no-repeat left center;
    padding-left: 20px;
    width: 170px;
    margin-right: 30px;
    overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.shpinTel2{
    background: url(image/tell.png) no-repeat left center;
    padding-left: 20px;
    width: 130px;
    margin-right: 10px;
}
.shpinAdd2{
    background: url(image/add.png) no-repeat left center;
    padding-left: 20px;
    width: 180px;
    overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}


/* 浼佷笟鎼滅储椤甸潰 */
.compSearch{
    margin-bottom: 40px;
    /*float: left;*/
}
.compSearch li{
    width: 1200px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    padding: 20px 30px;
    margin-bottom: 20px;
    cursor: pointer;
    overflow:hidden;
}
.compSearch li:hover{
    background: #fafafa;
}
.companyLeft2 {
    width: 550px;
    vertical-align: middle;
}

/* 鏂伴椈鍒楄〃椤甸潰 */
.list-box{
    width: 940px;
    
    margin-bottom: 60px;
}
.list-box > ul{
    margin-bottom: 40px;
}
.list-box > ul > li{
    width: 940px;
    
    padding: 20px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    /*display: inline-block;*/
    margin-bottom: 20px;
    /*margin-left: 70px;*/
}
.list-box > ul > li:hover{
    background: #fafafa;
}
.list-box li h4{
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-box li p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 12px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list-box li .newsSearchOther{
    margin-top: 14px;
    line-height: 28px;
}
.list-box li .newsSearchOther .newSearAdd{
    font-size: 14px;
    color: #999;
    background: url(image/bigcop.png) no-repeat left center;
    padding-left: 20px;
}
.list-box li .newsSearchOther .newSearAdd a {
    color: #999;
}
.list-box li .newsSearchOther .newTime{
    font-size: 14px;
    color: #999;
    background: url(image/time.png) no-repeat left center;
    padding-left: 20px;
    margin-left: 30px;
}
.list-box li .newsSearchOther .enquiry{
    float: right;
    font-size: 14px;
    width: 80px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    background-color: #ff6948;
}
.list-box li .newsSearchOther .enquiry a{
    /*color: #fc650d;*/
    color: #fff;
}
.list-box li .newsSearchOther .enquiry img{
    vertical-align: middle;
}

