﻿body {
    background: #f7f7f7;
}

.head {
    width: 100%;
    height: 363px;
    background: url(xzxk_bg_20190918.jpg) no-repeat top center;
}

.head_nav {
    position: relative;
    width: 1300px;
    height: 363px;
    margin: 0 auto;
}

.ascription {
    width: 336px;
    height: 52px;
    position: absolute;
    top: 195px;
    left: 40%;
    text-align: center;
    font: 32px/52px "microsoftyahei";
    color: #fff;
    background-color: #f4b508;
    border-radius: 26px;
}

.head_ul {
    position: absolute;
    bottom: 0;
    left: 0;
}

.head_nav li,
.gov_nav li {
    float: left;
    margin-left: 0.9375rem;
    height: 2.75rem;
    line-height: 2.75rem;
    width: 13.3125rem;
    cursor: pointer;
    border-radius: 0.3125rem 0.3125rem 0 0;
    background: #bfbebe;
    transform: skew(-30deg);
    /*设置倾斜度为-30*/
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    background-color: #bfbebe;
}

.head_nav div,
.gov_nav div {
    text-align: center;
    font-size: 1.125rem;
    line-height: 2.75rem;
    font-family: "Microsoft YaHei";
    color: #fff;
    transform: skew(30deg);
}

.name,
.office {
    position: absolute;
    bottom: -10px;
    background-color: #fff;
    height: 42px;
    border: 1px solid #c7c6c4;
    padding-left: 25px;
    border-right: none;
}

.name {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    right: 59px;
    width: 249px;
}

.office {
    border-left: none;
    right: 59px;
    width: 199px;
    background: #fff url(xzxk_line_20190918.jpg) no-repeat left center;
}

.submit {
    position: absolute;
    bottom: -10px;
    border: 1px solid #c7c6c4;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    right: 1px;
    width: 58px;
    height: 44px;
    background: #d20b0e url(xzxk_search_20190918.jpg) no-repeat center;
}

.body {
    width: 81.25rem;
    height: 682px;
    margin: 0 auto;
    background-color: #fff;
}

.tab {
    width: 78.5rem;
    margin: 0 auto;
    padding-top: 1.25rem;
}

.tit_li {
    font-size: 0.9375rem;
    font-family: "microsoft yahei";
    color: #666679;
    line-height: 2.375rem;
    text-align: center;
    background: #ffeadd;
}

.cont_li1 {
    font-size: 1.125rem;
    font-family: "microsoft yahei";
    color: #000000;
    line-height: 3rem;
    background-color: #eeeeee;
}

.cont_li1>td {
    padding-left: 20px;
}

.cont_li2 {
    font-size: 1.125rem;
    font-family: "microsoft yahei";
    color: #000000;
    line-height: 3rem;
    background-color: #fff;
}

.cont_li2>td {
    padding-left: 20px;
}

.head_nav .curr,
.gov_nav .curr {
    background-color: rgb(209, 11, 15);
}