/* 公共样式 */
body,
html {
    min-width: 1200px;
}

/* 头部 */
.header {
    width: 100%;
    height: 390px;
    background: #fff;
}

.top {
    width: 100%;
    height: 300px;
    background: url(http://www.hnlntx.com/static/img/组\ 7.png) no-repeat center;
}

.banner {
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.logo {
    width: 707px;
    height: 122px;
    background: url(http://www.hnlntx.com/static/img/logo.png) no-repeat center;
}

.search_t {
    font-size: 18px;
    line-height: 28px;
    padding-left: 10px;
}

.search_t_f {
    padding: 0 15px;
}

.search_f .search_box {
    width: 444px;
    height: 60px;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    background: url(http://www.hnlntx.com/static/img/搜索bg.png) no-repeat center;
}

.search_f .search_box .search_txt {
    width: 400px;
    height: 100%;
    font-size: 20px;
    padding-left: 10px;
    color: #000;
    letter-spacing: 5px;
}

.search_f .search_box .search_btn {
    width: 44px;
    height: 100%;
    background: url(http://www.hnlntx.com/static/img/搜索.png) no-repeat center;
}

/* 导航 */
.nav_box {
    width: 100%;
    height: 75px;
    background: url(http://www.hnlntx.com/static/img/导航.png) no-repeat center;
    text-align: center;
}

.nav {
    width: 1440px;
    height: 100%;
    margin: auto;
    text-align: center;
}

.nav ul {
    width: 1440px;
    text-align: center;
    height: 75px;
    margin: 0 auto;
    font-size: 23px;
}

.nav ul li {
    float: left;
    text-align: center;
    color: #fff;
    width: 240px;
    height: 75px;
    line-height: 75px;
}

.nav ul li a {
    color: #fff;
}

.nav ul li:hover {
    background: url(http://www.hnlntx.com/static/img/选中.png) no-repeat center;
}

.nav ul li:hover .on {
    font-weight: bold;
}

.nav_child {
    width: 207px;
    height: auto;
    margin-left: 16px;
    display: none;
    position: relative;
    z-index: 9999 !important;
    /* background-color: #234f98; */
}

.nav_child ul {
    width: 207px;
    height: auto;
    margin: 0 auto;
    font-size: 20px;
}

.nav_child ul li {
    width: 207px;
    height: 70px;
    font-size: 16px;
    line-height: 68px;
    background-color: #234f98;
}

.nav_child ul li:hover {
    font-weight: bold;
}

.nav_child ul li .nav_child_fg {
    width: 170px;
    height: 2px;
    margin: auto;
    background: url(http://www.hnlntx.com/static/img/下拉分割.png) no-repeat center;
}

/* 底部 */
.footer {
    width: 100%;
    height: 270px;
    margin: auto;
    background: url(http://www.hnlntx.com/static/img/版权bg.png) no-repeat center;
    padding: 38px 0;
}

.footer p {
    text-align: center;
}

.footer a {
    padding: 0 10px;
    font-size: 16px;
    line-height: 40px;
}

/* 列表页 */
/*crumb*/
.crumb {
    width: 1200px;
    height: 44px;
    background: #f3f3f3;
}

.crumb p {
    line-height: 44px;
    font-size: 18px;
    color: #2a5ca1;
    text-indent: 10px;
}

.crumb p a {
    color: #015293;
}