.uk-container {
    min-width: 1200px;
    padding: 0;
}

uk-full-container {
    width: 100%;
}

p {
    margin: 0;
    padding: 0;
}

.page-content {
    font-size: 0.9rem;
    line-height: 1.8;
}

body {
    background-image: url("../images/bannar_bg.jpg");
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 2570px;
}

.topBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    /*border-bottom: 1px solid rgba(255,255,255,0.3);*/
}

.topBar .logo span {
    font-weight: bold;
    font-size: 24px;
    color: #222;
}

.topBar .menus ul {
    display: flex;
    align-items: center;
    list-style: none;
}

.topBar .menus ul li {
    margin-left: 20px;
    position: relative;
}

.topBar .menus ul li a {
    line-height: 60px;
    color: #222;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
}

.topBar .menus ul .active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #222;
    border-radius: 10px;
    z-index: 1;
}

.bannar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 800px;
}

.bannar .context {
    width: 700px;
    padding-right: 100px;
}

.bannar .context h2 {
    font-size: 55px;
    font-weight: 500;
    color: #fff;
}

.bannar .context h5 {
    font-size: 22px;
    color: #fff;
    line-height: 1.8;
    padding-bottom: 30px;
    letter-spacing: 5px;
}

.bannar .context .button {
    background: #d42f00;
    border-radius: 5px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    display: inline-block;
    text-decoration: none;
}

.bannar .context .button:hover {
    background: #f93801;
}

.bannar .image img {
    height: 650px;
}

.hm-about {
    margin-top: 70px;
    margin-bottom: 30px;
}

.hm-about .title {
    font-weight: bold;
    font-size: 24px;
    color: #222;
    text-align: center;
    line-height: 50px;
}

.hm-about .desc {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.hm-about .small-tit {
    font-size: 18px;
    text-align: center;
    color: #000;
    font-weight: 600;
    margin-top: 30px;
}

.hm-about .cont {
    text-align: center;
    line-height: 1.8;
    font-size: 16px;
    padding: 1rem;
}

footer {
    background: #4a4b4c;
    color: #efefef;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    font-size: 14px;
}

footer .copyright {
    display: flex;
    justify-content: center;
}

footer .copyright a {
    color: #efefef;
    margin-left: 10px;
}