.header {
    width: 100%;
    height: 268px;
}

.logo_box {
    width: 100%;
    height: 218px;
    background: url('syw_headerbg_20191204.jpg')repeat-x;
}

.logo_bg {
    width: 1180px;
    height: 218px;
    margin: 0 auto;
    background: url('syw_header_20191204.jpg')no-repeat;
}

.logo_bg img {
    margin-top: 62px;
    margin-left: 40px;
}

.nav_box {
    width: 100%;
    height: 50px;
    background: #e20d23;
}

.nav {
    height: 50px;
    width: 1180px;
    margin: 0 auto;
}

.nav ul {
    overflow: hidden;
    float: left;
}

.nav ul li {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    float: left;
}

.nav ul li a {
    font-family: "微软雅黑";
    color: #fff;
    font-size: 18px;
}

.nav ul li:hover {
    background: #be0001;
}

.nav ul li a:hover {
    text-decoration: none;
}

.seah {
    width: 262px;
    height: 28px;
    margin-top: 12px;
    float: right;
    margin-right: 18px;
}

.seah-con {
    width: 152px;
    height: 28px;
    color: #b1a9a9;
    float: left;
    border: none;
    border-radius: 4px;
    padding-left: 30px;
    background: url('syw_searchbox_20191204.png')no-repeat;
}

.search_button {
    width: 70px;
    height: 28px;
    float: right;
    border: none;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
}


/* 底部 */

.footer {
    margin-top: 12px;
    width: 100%;
    height: 149px;
    background: url('syw_footbg_20191204.png')repeat-x;
}

.foot_center {
    width: 1180px;
    height: 154px;
    margin: 0 auto;
    position: relative;
}

.contact {
    font-size: 16px;
    /* width: 280px; */
    width: 300px;
    margin: 0 auto;
    padding-top: 24px;
    overflow: hidden;
}

.contact ul li {
    height: 20px;
    line-height: 20px;
    float: left;
    font-family: "微软雅黑";
    font-size: 16px;
}

.contact a {
    font-family: "微软雅黑";
    font-size: 16px;
    padding: 0 14px;
    border-right: 1px solid #000;
}

#wzba {
    border-right: none;
}

.foot_center p {
    font-size: 16px;
    line-height: 30px;
    font-family: "宋体";
    text-align: center;
}

.njszf_link {
    position: absolute;
    left: 90px;
    top: 44px;
}

.foot-dzjg {
    position: absolute;
    right: 90px;
    top: 35px;
}