.container-1200,.container{
	width: 1200px;
	margin: 0 auto;
    justify-content: space-between;
}
.clearBoth:after{
    clear:both;
    content:' ';
    display:block;
    width: 0;
    height: 0;
    visibility:hidden;
}
  
.clearBoth{
    zoom:1;/*为了兼容IE*/
}

header {
    height: 100px;
    width: 100%;
/*    background: #FBFBFB;*/
    line-height: 100px;
}

header > div div{
	display: inline-block;
  vertical-align: middle;
}

header .prodect-price {
    font-size: 18px;
    color: #353E46;
    margin-left: 0px;
    margin-right: 50px;
}
header .prodect-price a{
	padding-left: 30px;
	color: #333333;
}
header .service{
/**	font-size: 20px;*/
	color: #4ca3ff;
	background: url(../img/service.svg) center left no-repeat;
	padding-left: 18px;
}
header .enter {
	float: right;
}
header .enter a {
	display: inline-block;
    width: 80px;
    line-height: 32px;
    border-radius: 100px !important;
    border: 1px solid #868686;
    background: #FBFBFB;
    text-align: center;
    margin-left: 12px;
}
.container-1200.clearBoth{
    display: flex
    justify-content: space-between;
}
.logoImg{
    margin-top: 22px;
}
.logoTile{
    margin-top: 15px;
}