/*头部css*/
.hj-header {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hj-header .hj-header-right-container {
    width: 80%;
}
.hj-header .hj-logo {
    display: inline-block;
    width: 20%;
}
.hj-header .hj-header-right-container .hj-header-menu {
    display: block;
    width: 76%;
    margin: 0 auto;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hj-header .hj-header-right-container .hj-header-menu a {
    display: block;
    padding: 0 20px;
    font-size: 14px;
    color: #666666;
    height: 60px;
    line-height: 60px;
}
.header {
    position: relative;
}
.hj-header .hj-header-right-container .sub-menu-container {
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    background-color: #0a5c92;
    display: none;
    text-align: center;
}

.hj-header .hj-header-right-container .sub-menu-container a {
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: normal;
}

/*轮播样式*/
#owl-demo .item{ display: block; height:800px; overflow:hidden; }
#owl-demo img { display: block; width: 100%; height:100%; }
#owl-demo .owl-controls {
    margin-top: -30px;
}
/*尾部css*/
.hj-footer {
    background-color: #0a5c92;
    color: #fff;
    padding: 0px;
}
.hj-footer a {
    font-size: 16px;
    height: 40px;
    display: block;
    color: #fff;
}
.hj-footer .hj-text-align-center {
    text-align: center;
}
.hj-footer .hj-padding-20-0 {
    padding: 20px 0;
}
.hj-footer-menu-container {
    color: #fff;
    padding-top: 50px;
    width:67%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.hj-footer-menu-container ul li {
    height: 40px;
}