/*微店首页*/
.content{
	width: 1200px;
}
.storeHead{
	overflow: hidden;
	padding: 8px 0;
}
.storeHead .storeLogo{
	display: block;
	width: 116px;
	height: 108px;
	background:url(../img/storeLogo.png) no-repeat center;
	background-size: contain;
	float: left;
}
.storeHead .storeInfo{
	float: left;
	color: #201f1f;
	font: 20px/37px "微软雅黑";
	position: relative;
	padding-left: 11px;
	margin-left: 7px;
	padding-top: 20px;
}
.storeHead .storeInfo h3{
	font:18px/40px "微软雅黑";
}
.storeHead .storeInfo img{
	display: block;
	width: 94px;
	/*height: 26px;*/
}
.storeHead .storeInfo::before{
	content: '';
	height: 45px;
	border-left: 1px solid #282828;
	position: absolute;
	left:0;
	top: 32px;
}
.storeHead .storeCode{
	float: right;
}
.storeHead .storeCode em{
	display: block;
	width: 98px;
	height: 98px;
	background: #f6f6f6;
	box-sizing: border-box;
	padding: 5px;
}
.storeHead .storeCode em img{
	display: block;
	width: 88px;
	height: 88px;
	
}
.storeHead .storeCode span{
	display: block;
	font: 14px/17px "微软雅黑";
	text-align: center;
	color: #ff5700;
}
/*nav*/
.storeNav{
	height: 60px;
	background: #201f1f;
}
.storeNav .content{
	overflow: hidden;
}
.storeNav .content a{
	display: block;
	float: left;
	padding: 0 18px;
	margin-right: 56px;
	font: 18px/60px "微软雅黑";
	color: #fff;
}
.storeNav .content a.currentStN{
	background: #ff5700;
}
	.storeNav .content a.currentStN:hover {
		color: #fff;
	}
.storeNav .content a:hover{
	color: #FF5700;
}
	 
.currentClassify{
	color: #ff5700!important;
}
/*banner*/
.storeBanner img{
	display: block;
	width: 100%;
}
.storeBanner{
	margin-bottom: 20px;
}
/*分类*/
.classifyBar{
	height: 50px;
	background: #fafafa;
	border-top: 1px solid #e8e4e4;
	border-bottom: 1px solid #ff5700;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.classifyBar span,.classifyBar em{
	display: block;
	float: left;
	font: 18px/50px "微软雅黑";
	color: #333;
	padding: 0 35px;
}
.classifyBar em{
	cursor: pointer;
}
.classifyBar em:hover{
	color: #ff5700;
}
.classifyBar span{
	color: #fff;
	background: #ff5700;
	height: 50px;
	position: relative;
	top: -1px;
}
.storeList{
	display: block;
	width: 263px;
	float: left;
	margin: 0 12px 12px 0;
	box-sizing: border-box;
	padding: 9px;
	border: 1px solid #e8e4e4;
	overflow: hidden;
}
.overflowCont .storeList:nth-child(4n){
	margin-right: 0;
}
.storeList .stLImg{
	display: block;
	width: 243px;
	position: relative;
	overflow: hidden;
}
.storeList .stLImg img{
	display: block;
	width: 100%;
}
.storeList:hover{
	border: 1px solid #ff5700;
}
.storeList:hover .stLImg{
	width: 100%;
	top: -9px;
}
.storeList:hover h3{
	color: #ff5700;
}
.storeList h3{
	color: #333333;
	font: 18px/23px "微软雅黑";
	display: block;
	width: 100%;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 46px;
	margin: 5px 0;
}
.storeList p{
	color: #666;
	font: 16px/24px "微软雅黑";
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 48px;
	margin: 5px 0 10px;
	width: 100%;
}
.storeList em{
	display: block;
	font-size: 14px;
	color: #999;
}
.storeListCont{
	margin-bottom: 20px;
}
/*====公司介绍====*/
.companyDes dl{
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #ececec;
}
.companyDes dl dt{
	float: left;
	width: 86px;
	height: 86px;
	margin: 0 60px 0 0;
}
.companyDes dl dt img{
	display: block;
	width: 100%;
	height: 100%;
}
.companyDes dl dd{
	float: left;
	font: 22px/86px "微软雅黑";
	color: #ff5700;
}
.companyDes ul li{
	border-bottom: 1px solid #ececec;
	margin-bottom: 24px;
	overflow: hidden;
}
.companyDes ul li .desLabel{
	font: 20px/59px "微软雅黑";
	color: #666;
	display: block;
	width: 170px;
	float: left;
}
.companyDes ul li em{
	display: block;
	float: left;
	font: 18px/59px "微软雅黑";
	color: #999;
}
.companyDes ul li em b{
	display: block;
	color: #999;
	font:16px/20px "微软雅黑";
	margin-bottom: 21px;
}
.companyDes ul li em img{
	display: block;
	width: 125px;
	height: 125px;
}
/*在线留言*/
.storeMeg .storeMegTitle{
	border-bottom: 1px solid #ececec;
	margin-bottom: 44px;
}
.storeMeg .storeMegTitle span{
	display: inline-block;
	border-bottom: 6px solid #ececec;
	font: 14px/50px "微软雅黑";
	color: #ff5700;
}
.storeMeg .storeMegTitle span img{
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 9px;
}
.megForm .overflowCont{
	margin-bottom: 40px;
}
.megForm .megLabel{
	display: block;
	float: left;
	font: 20px/60px "微软雅黑";
	color:#201f1f;
	width: 115px;
	padding-left: 90px;
}
.megForm .megArea,.megForm .megInput{
	display: block;
	float: left;
	width: 686px;
}
.megForm .megArea{
	height: 200px;
	background: #f4f4f4;
	border: 1px solid #f4f4f4;
	padding: 15px;
	box-sizing: border-box;
}
.megForm .megArea textarea{
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	font: 18px/24px "微软雅黑";
	color: #666;
}
.megForm .megInput{
	height: 60px;
	border: 1px solid #ececec;
	padding: 10px 18px;
	box-sizing: border-box;
}
.megForm .megInput input{
	display: block;
	width: 100%;
	height: 100%;
	font: 18px/40px "微软雅黑";
	color: #201f1f;
	background: transparent;
	border: 0;
}
.megForm .megFormBtn{
	display: block;
	width: 686px;
	height: 60px;
	background: #ff5700;
	font: 22px/60px "微软雅黑";
	text-align: center;
	color: #fff;
	margin-left: 205px;
	margin-bottom: 120px;
}
.tableOpera{
	background: transparent;
	margin-bottom: 80px;
}
