.headBody{ width:100%; min-width:1200px; height:44px; background:#264d9c;}
.headAuto{ width:1200px; margin:0 auto;}
	.headLeft{ float:left;}
		.headLeft a{ font-size:16px; color:#fff; display:block; font-family:"microsoft yahei"; line-height:44px;}
	.headRight{ float:right; margin:8px 0 0}
		.headSearch{ float:left; width:210px; height:28px; background:url(../images/headSearchBg.png) no-repeat; margin-right:20px;}
			.inputText{ background:none; border:none; width:170px; height:28px; line-height:28px; font-size:15px; color:#fff; display:block; float:left;
			font-family:"microsoft yahei"; padding-left:12px;}
			.inputButton{ width:17px; height:18px; background:url(../images/searchButton.png) no-repeat; float:left; display:block; border:none; margin:5px 10px 0 0;cursor:pointer;}
		.headText{ float:left; width:40px; height:28px; background:#1c59ff; border-radius:5px; font-size:16px; color:#fff; text-align:center; text-align:center;
		line-height:28px;}


@media (max-width:414px){
	.col-sm-12{ width:100%; float:none;} 
    .col-sm-4{ }
    .col-padding{ padding:0 15px;}  
    .headBody{ min-width:100%;}
  	.headRight {display:none;}
  	.navMobilButton{
        width: 36px;
        height: 32px;
        background: url(../images/navMobilButton.png) center center no-repeat;
        position: absolute;
        top: 3px;
        right: 18px;
        background-size: 70% 70%;
     }
  
  
}
