html,body{
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-family: ; */
	background:#fff!important;
	text-align:left;
	color:#555;
    font-size: 14px;
}
.innerMenu{ width:1400px; height:40px; line-height:40px; background:#414c84; margin:10px auto 0; border-radius: 5px;}
.innerMenu .menu{ width:100%;}
.innerMenu .menu li{ float:left; padding:0 40px; text-align:center; color:#fff;}
.innerMenu .menu li.active{ background:#1a80cb;}

.navMuli{ width:1400px; height:40px; line-height:40px; margin:10px auto;}
.navMuli span{ padding:0 5px;}
.navMuli .companySearch{ float:right; }
.navMuli .companySearch input{ width:200px; height:30px; line-height:30px; border:1px solid #e9e9e9; border-radius: 5px; padding-left:10px;}
.navMuli .companySearch button{ width:60px; height:30px; line-height:30px; background:#1a80cb; border:none; outline: none; border-radius: 5px; color:#fff;}

.navListBox{ width:1398px; height:auto; border:1px solid #e9e9e9;  margin:0 auto 10px;}
.navListBox ul li{ padding:8px 50px; float:left;}

.companyList{ width:1398px; height:290px; border:1px solid #e9e9e9; margin:0px auto 10px; border-radius: 10px;}
.companyList .tit{ width:100%; height:40px; line-height:40px;  border-bottom:1px solid #e9e9e9; text-indent: 20px;}

.companyList .tit .icon{ width:130px; text-indent: 50px; line-height:40px; float:left; position:relative; color:#ff5000;}
.companyList .tit .companyName{ width:80%; height:40px; line-height:40px;  float:left; color:#101011;  font-size:16px; font-weight: 600;}
.companyList .tit .companyName>span{ margin-left:1%;}
.companyList .tit .companyMore{ width:100px; height:40px; line-height:40px; margin-right:20px;  float:right; text-align: center;}



.companyList .companyMain{ width:1360px; height:240px;  margin:5px auto; }
.companyList .companyMain .left{ width:600px; height:240px; float:left; margin-top:20px; position:relative;}
.companyList .companyMain .left .companyCover{ width:300px; height:160px; position:absolute; right:0px;  top:5px; background:#fff;}
.companyList .companyMain .left .companyCover img{ width:300px; height:160px; border-radius: 5px;}
.companyList .companyMain .left .t{ width:300px;  overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;}
.companyList .companyMain .left .x{ 
	width:280px;
	 line-height:30px; 
	 display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	}
.companyList .companyMain .left .m{ width:100px; height:30px; line-height:30px;  text-align:center; background:#ffffff; border-radius: 5px; border:1px solid #e9e9e9; position:relative; text-indent: 20px; overflow: hidden; }
.companyList .companyMain .left .m img{ width:18px; height:16px; position:absolute; top:7px; left:10px;}
.companyList .companyMain .left span{ height:35px; line-height:35px; display: inline-block;}
.companyList .companyMain .right{ width:740px; height:240px; float:right; background:#fff;}
.companyList .companyMain .right ul{ margin-top: 25px;}
.companyList .companyMain .right ul li{ width:177px; float:left; text-align:center; margin:0 4px;}
.companyList .companyMain .right ul li .img{ border:1px solid #e9e9e9; height:150px; padding:5px 5px;}
.companyList .companyMain .right ul li .img img{ width:160px; height:150px;}
.companyList .companyMain .right ul li .txt{ height:40px; line-height:40px;}

.pageDiv{ width:100%; height:40px; line-height:40px; text-align:center;}

/* 产品列表 */
.productList{ width:1398px; height:auto; margin:0px auto 10px;}
.productList ul li{ width:175px; height:auto; float:left; margin:10px 12.3px; background:#fff; text-align:center; border-radius: 10px; }
.productList ul li .img{border:1px solid #e9e9e9; }
.productList ul li .img img{ width:140px; height:140px;}
.productList ul li .txt{ height:40px; line-height:40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.productList ul li .txt:last-child .x{ color:#ff5000;}
.productList ul li span{ width:100%; height:20px; line-height:20px; color:#464646; border-radius: 0px 0px 10px 10px;}