.cleafix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.lft {
    float: left;
}

.middle-wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.top {
    height: 104px;
    overflow: visible;
    font-size: 14px;
}

.top .logo {
    position: relative;
    top: 33px;
    left: 65px;
    padding-top: 0;
    width: 142px;
}
.top .logo img{
    width: 100%;
}

.top + .nav {
    margin-top: 0;
    position: relative;
    width: auto;
    min-width: auto;
    height: 46px;
    line-height: 1em;
    color: #fff;
    background: #1693a5;
    z-index: 1;
}

.top + .nav .submenu {
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    padding: 10px 42px;
    width: 360px;
    line-height: 40px;
    background: #eae9db;
    z-index: 1000;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.top + .nav .submenu li {
    float: left;
    padding: 0;
}

.top + .nav .submenu li a {
    padding: 0 12px;
    line-height: 40px;
    color: #1693a5;
}

.top + .nav .submenu li a:hover {
    color: #35af57;
    text-decoration: none;
}

.top + .nav a {
    padding: 16px 40px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
}

.top + .nav .menu {
    position: relative;
    float: left;
}

.top + .nav .menu:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 16px;
    left: -1px;
    width: 1px;
    height: 13px;
    background: url("../images/menu_split.jpg") center;
}

.top + .nav .menu:first-child:before {
    display: none;
}

.top + .nav .menu a {
    display: inline-block;
}

.top + .nav .menu-hover {
    margin-top: -14px;
    background: #eae9db;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.top + .nav .menu-hover a {
    padding: 30px 54px 16px;
    color: #1693a5;
}

.top + .nav .menu-hover::before {
    display: none;
}

.top + .nav .menu-hover .submenu {
    top: 60px;
}

.top + .nav .menu span {
    display: inline;
    cursor: pointer;
}

.top + .nav .menu span:hover {
    text-decoration: underline;
}

.top .tel {
    position: absolute;
    top: 25px;
    right: 0;
    width: 268px;
}
