.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.top {
    background-color: #000;
    height: 50px;
}

.w {
    width: 91.3%;
    margin: 0 auto;
}

.h_top {
    display: flex;
    justify-content: space-between;
    line-height: 50px;
    font-size: 14px;
}

.h_top p {
    color: #fff;
}

.h_phone img {
    padding: 0px 10px;
}

.h_phone span {
    color: #fff;
}

.nav {
    background-color: #fff;
    height: 72px;
    line-height: 72px;
    width: 100%;
    z-index: 999;
}

.nav ul {
    float: right;
    position: relative;
}

.nav ul li {
    padding: 0px 10px;
    float: left;
}

.logo {
    width: 143px;
    float: left;
    position: relative;
    left: 50%;
}

.logo img {
    width: 100%;
    position: relative;
    left: -50%;
}

.ewm-one {
    width: 110px;
    height: 110px;
    background: #fff;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 55px;
    display: none;
    line-height: 110px;
}

.ewm-two {
    width: 110px;
    height: 110px;
    background: #fff;
    text-align: center;
    position: absolute;
    left: 55px;
    top: 55px;
    display: none;
    line-height: 110px;
}

.ewm-three {
    width: 110px;
    height: 110px;
    background: #fff;
    text-align: center;
    position: absolute;
    left: 95px;
    top: 55px;
    display: none;
    line-height: 110px;
}

.ewm-four {
    width: 110px;
    height: 110px;
    background: #fff;
    text-align: center;
    position: absolute;
    left: 140px;
    top: 55px;
    display: none;
    line-height: 110px;
}

.ewm-five {
    width: 110px;
    height: 110px;
    background: #fff;
    text-align: center;
    position: absolute;
    left: 180px;
    top: 55px;
    display: none;
    line-height: 110px;
}

.ewm-o.on .ewm-one,
.ewm-t.on .ewm-two,
.ewm-th.on .ewm-three,
.ewm-f.on .ewm-four,
.ewm-fi.on .ewm-five {
    display: block;
    z-index: 999;
}

/* .canvi-navbar ul {
    padding-top: 10px;
    padding-bottom: 20px;
}
.canvi-navbar ul li.li {
    padding: 20px 40px;
}
.canvi-navbar ul li a>i {
    margin-left: 5px;
}
.canvi-navbar ul li a {
    color: #000;
    font-weight: 700;
    font-size: 1rem;
}
.canvi-navbar ul li a:hover {
    color: #48260a;
}
.canvi-navbar .li:hover .dropdown-menu {
    display: block;
}
.canvi-navbar .li:hover .dropdown-menu {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border: none;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    right: 30px;
}
.dropdown-menu {
    transition: ease-in-out 0.3s;
}
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}
.dropdown-menu li {
    padding-bottom: 10px;
    padding-left: 20px;
}
.dropdown-menu li a:hover {
    transition: ease-in-out 0.3s;
    margin-left: 5px;
    background-color: transparent;
} */
ul.menu {
    background-color: #efefef;
}

ul.menu li.li {
    font-size: 14px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-color: #efefef;
    clear: both;
    box-shadow: 0 2px 4px transparent;
}

ul.menu li.li:hover {
    z-index: 5;
    background-color: white;
    box-shadow: 0 2px 4px #6f6f6f;
}

ul.menu li.li a {
    text-decoration: none;
    color: #3f3f3f;
    padding: 20px 0px 20px 45px;
    display: block;
    height: 100%;
    box-sizing: border-box;
}

ul.menu li.li a:hover {
    transition: 300ms all;
    color: #3f3f3f;
    /* box-shadow: 0 2px 4px #6f6f6f; */
}

ul.menu .li .dropdown-menu {
    height: 0px;
    overflow: hidden;
}

ul.menu .li .dropdown-menu a {
    padding: 17px;
}

ul.menu .li .dropdown-menu a:hover {
    color: #3f3f3f;
    transition: 300ms all;
}

ul.menu .li:last-child {
    border-bottom: none;
}

ul.menu .active>.dropdown-menu {
    height: auto;
    color: #fff;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 200ms;
}

ul.menu .active>.dropdown-menu li {
    padding: 0px;
    list-style: none;
}

ul.menu .active>a {
    color: #3f3f3f;
    text-transform: uppercase;
    font-weight: bold;
}

ul.menu .active .li {
    background-color: #efefef;
}

ul.menu .active .li a {
    padding: 20px 0px 20px 75px;
}

.service {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: space-around;
    padding: 24px 10px;
    border-top: 1px solid rgba(0, 0, 0, .08235294117647059);
}

.kehu {
    position: relative;
}

.badge {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: -20px;
    background-color: rgb(2, 183, 92);
}

.service a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.04em;
    color: #000;
}

.kehu a:hover {
    text-decoration: underline;
}

.num img {
    margin-right: 5px;
}

.footer {
    background: #191919;
    margin-top: 50px;
}

.foot-end {
    display: flex;
    justify-content: space-around;
    padding: 50px 0px;
}

.f_l p {
    font-size: 16px;
    color: #999;
    padding: 25px 0px;
}

.f_l span {
    font-size: 14px;
}

.f_r .phone {
    padding: 25px 0px;
}

.f_r span {
    font-size: 18px;
    color: #999;
    padding-left: 10px;
}

.f_r ul {
    float: left;
    position: relative;
}

.f_r ul li {
    float: left;
    padding-right: 10px;
}

.footer-end {
    background: #191919;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.f-detail {
    padding: 10px 0px;
}

.f-detail p {
    color: #999;
    text-align: center;
}

.f-detail p a {
    color: #999;
}

.f-detail p a:hover {
    color: #999;
    text-decoration: underline;
}