.top {
    background-color: #0690b4;
    color: #fff;
    height: 38px;
    line-height: 38px;
}

.left {
    float: left;

}

.right {
    float: right;
}

.top ul li {
    float: left;
    list-style: none;
    margin-left: 17px;
}

.top ul li img {
    margin-right: 10px;
}

.top a {
    line-height: 38px;
    color: #fff;
}

.title-wrap {
    padding-top: 32px;
    padding-bottom: 45px;
}

.title-wrap h1 {
    display: inline-block;
    margin: 0;
}

.title h1 {
    line-height: 84px;
    font-weight: bold;
}

.title img,
.information img {
    vertical-align: top;
}

.information {
    margin-top: 5px;
}

.free-tel {
    display: inline-block;
    margin-left: 24px;
}

.free-tel h1 {
    font-size: 32px;
    color: #fea432;
}

.navbar-wrap {
    background-color: #e7edef;
}

.navbar-wrap ul {
    width: 100%;
    /* overflow: hidden; */
    margin: 0;
}
.navbar-wrap ul li {
    width: 12.5%;
    float: left;
}
.navbar-wrap ul li a:hover {
    color: #0a94aa;
}
.navbar-wrap ul li a {
    display: inline-block;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.navbar-wrap ul li a.active {
    background-image: linear-gradient(to bottom, #0a94aa , #13cec4, #0a94aa);
    color: #fff;
    padding-top: 40px;
    margin-top: -20px;
}