/*===========================================通用样式========================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, hr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none
}

table {
    border-collapse: collapse;
}

input, button {
    border: 0;
    outline: none;
}

i, em, b {
    font-style: normal;
    font-weight: normal;
}

body {
    font-family: "微软雅黑" !important;
}

a {
    text-decoration: none;
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: top;
}

body {
    background: url("/img/new_bj.png") no-repeat center top;
    background-size: 1920px auto;
    background-color: #FBFDF9;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.clear_both {
    clear: both;
}

/*头部logo部分*/
.header, .nav > div {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

.logo {
    margin-top: 46px;
}

.search {
    margin-top: 62px;
    margin-left: 14px;
}

.search > input {
    height: 38px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    border-right: none;
    border-left: none;
    background-color: rgba(255, 255, 255, 0.4);
    width: 250px;
}

.search > span {
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #d1d1d1;
    height: 38px;
    line-height: 36px;
    background-color: rgba(255, 255, 255, 0.4);
}

.search > span:first-child {
    padding: 10px 10px;
    border-right: none;
}

.search > span:nth-child(3) {
    border-right: none;
    border-left: none;
    color: #d1d1d1;
}

.search > span:nth-child(4) {
    padding: 0 30px;
    border-left: none;
    color: #cd0c08;
}

.login {
    margin-top: 70px;
    font-size: 16px;
    color: #333;
}

.login > span {
    margin-left: 12px;
}

.login > span:first-child, .login > span:last-child {
    margin-left: 0px;
}

.login > span > a {
    color: #333;
}

/*头部导航部分*/
.nav {
    margin-top: 32px;
    height: 66px;
    background-color: rgba(255, 255, 255, .5);
    line-height: 66px;
}

.nav > div > span {
    display: inline-block;
    width: 12%;
    box-sizing: border-box;
    font-size: 18px;
}

.nav > div > span > a {
    display: inline-block;
    color: #CD0C08;
    background-size: 22px;
    padding-left: 32px;
    height: 66px;
    line-height: 66px;
}

.nav > div > span:nth-child(1) > a {
    background: url("/img/shouye_icon.png") no-repeat left 23px;
}

.nav > div > span:nth-child(2) > a {
    background: url("/img/zhongxingaikuang.png") no-repeat left 23px;
}

.nav > div > span:nth-child(3) > a {
    background: url("/img/zixunpingtai.png") no-repeat left 23px;

}

.nav > div > span:nth-child(4) > a {
    background: url("/img/wenxian.png") no-repeat left 23px;
}

.nav > div > span:nth-child(5) > a {
    background: url("/img/jingpin.png") no-repeat left 23px;
}

.nav > div > span:nth-child(6) > a {
    background: url("/img/mingshi.png") no-repeat left 23px;
}

.nav > div > span:nth-child(7) > a {
    background: url("/img/yanxui.png") no-repeat left 23px;
}

.nav > div > span:nth-child(8) > a {
    background: url("/img/gerenzhongxin.png") no-repeat left 23px;
}

.nav > div > span > a.active {
    border-bottom: 2px solid #CD0C08;
}

.nav > div > span > a:hover {
    border-bottom: 2px solid #CD0C08;
}

/*底部部分*/
.footer {
    background-color: #cd0c08;
    margin-top: 210px;
    color: #fff;
}

.footer .footer-box {
    display: flex;
    justify-content: center;
}

.footer .footer-box .footer-box-item {
    display: flex;
    align-items: center;
}

.footer .footer-box .footer-box-item span {
    margin-left: 6px;
    font-size: 18px;
    font-weight: 400;
}

.footer > div:first-child {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 60px 15px 89px;
    box-sizing: border-box;
}

.footer > div:last-child {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 60px 15px 89px;
    box-sizing: border-box;
}

.footer > div li {
    line-height: 30px;
}

.copyright {
    text-align: center;
    margin-top: 15px;
}

.copyright a {
    color: #fff;
}

.footer_left {
    position: relative;
}

.footer_icon {
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer_icon > a:nth-child(2) {
    margin: 0 22px;
}

/*面包屑导航*/
.sz_content {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.breadcrumb {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.breadcrumb > a {
    color: #333;
}

.title_icon a {
    margin-top: 13px;
    font-size: 18px;
    color: #999;
}

.title_icon hr {
    border-bottom: 1px solid #cd0c08;
    margin-top: 12px;
}
