*{
			margin: 0;
			padding: 0;
		}
		#commHeader a,
		#commHeader a:hover,
		#commFooter a,
		#commFooter a:hover{
			text-decoration: none;
			color:#333;
			font-size: 14px;
		}
		#commHeader{
			width:100%;
			height:90px;
			background: #fff;
			border-bottom: 4px solid #de5411;
		}
		#commHeader .l-header-left{
			float: left;
			display: block;
			width:50%;
			height: 60px;
		}
		#commHeader .l-header-right{
			float: right;
			display: block;
			width:45%;
			line-height:50px;

		}
		#commHeader >div{
			width:1200px;
			margin: 0 auto;
			height:120px;
			text-align: right;
			padding-top: 25px;
			background: url(../picture/hd_logo.jpg) left 60px no-repeat;
			-webkit-background-size: 157px auto;
			background-size: 157px auto;
		}
		.l-header-comm{
			overflow: hidden;
		}
		.l-header-comm >p{
			margin-top: 7px;
		}
		#commHeader >div a{	
			margin-left: 24px;
			position: relative;
		}
		#commHeader .l-hd-ewm{
			display: inline-block;
			width: 0;
			height: 100px;
			position: absolute;
			top:20px;
			left:0;
			background: url(https://stock.pingan.com/huodong/mkconfig/hd_mobile.png) no-repeat;
			-moz-background-size: 100% auto;
			-ms-background-size: 100% auto;
			-webkit-background-size: 100% auto;
			background-size: 100% auto;
			z-index: 9;
		}
		#commfriendlink {
			clear: both;
			overflow: hidden;
			width:1200px;
			margin: 0 auto;
			height:70px;
			padding-top: 20px;
			border-bottom: 1px dashed #ccc;
		}
		#commfriendlink dt {
			float: left;
			clear: left;
			color:#666;
			font-size: 14px;
			margin: 4px 10px 7px 0;
		}
		#commfriendlink dd {
			float: left;
			margin: 5px 0;
			padding: 0 5px;
		}
		#commfriendlink dd>a{
			color:#666;
		}
		#commfriendlink dd + dd {
			border-left: 1px solid #666666;
		}
		#commfooter{
			height:80px;
			text-align: center;
			margin-top: 26px;
		}
		#commfooter >p{
			width:100%;
			margin: 0 auto;
			margin-bottom: 12px;
			color:#666;
		}
		#commFooter{
			width:100%;
			background: #fff;
		}
@media screen and (max-width: 767px) {
#commHeader >div {
    width: 100%;
}	
}