.head{
	width: 100%;
    height: 80px;
    background: #fff;
}

.head .logo{
	position: relative;
}

.logo{
	width: 1000px;
	margin: auto;
}

.btn {
    display: inline-block !important;
    overflow: visible !important;
    position: relative;
    height: 30px !important;
    margin: 0;
    padding: 0 15px !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 30px !important;
    text-decoration: none !important;
    vertical-align: top !important;
    cursor: pointer !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background-color: #1f8bef !important;
}