/****************** position star ***********************/
.position{
    height:42px;
    line-height:42px;
    width: 100%;
    margin:0px 0px 20px;
	border-bottom: 1px solid #ddd;
}
.position .center{
	width:100%;
	margin:0px auto;
}
.position .center i{margin-right:10px;}
.position .center a{
    font-weight: 600;
    color: #333;
}
/****************** position end ***********************/
@media (max-width: 1200px) {
.position .center {
    width: 100%;
}
}