* {
    margin: 0;
    padding: 0;
    font-family: Source Han Serif CN, garamond, serif;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}


/*  */

.header {
    width: 100%;
    /* max-width: 1920px; */
    height: 33px;
    background-color: #ECECEC;
}

.header .message {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header .message p {
    font-size: 14px;
    font-family: Source Han Serif CN, garamond, serif;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
}

.header .message a {
    font-size: 14px;
    font-family: Source Han Serif CN, garamond, serif;
    color: #333333;
    line-height: 33px;
    font-weight: bold;
}


/* logo搜索部分 */

.search-logo {
    width: 1200px;
    height: 88px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.search-logo .logo p {
    width: 1px;
    height: 45px;
    background: #969696;
}

.search-logo .logo {
    display: flex;
    justify-content: space-between;
    width: 292px;
    height: 42px;
    padding-top: 15px;
}

.search-logo .logo .yzb {
    width: 70px;
    height: 35.11px;
    margin-top: 5px;
}

.search-logo .city {
    font-size: 14px;
    font-family: Source Han Serif CN, garamond, serif;
    font-weight: bold;
    color: #333333;
    margin-left: 51px;
    margin-right: 61px;
    line-height: 78px;
}

.search-logo .city span {
    cursor: pointer;
}

.search-logo .city span:nth-child(2) {
    color: #999;
}

.search-logo form {
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    width: 404px;
    height: 50px;
    border: 1px solid #E2E2E2;
    font-size: 16px;
    font-family: Source Han Serif CN, garamond, serif;
    font-weight: 600;
    color: #333333;
    margin: 14px 0 0 -10px;
}

.search-logo form>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-logo form ul li {
    line-height: 50px;
}

.search-logo form ul li:nth-child(1) {
    position: relative;
}

.search-logo form ul li:nth-child(1) ul {
    position: absolute;
    width: 71px;
    border: 1px solid #999;
    position: absolute;
    z-index: 100;
    top: 38px;
    left: 0;
    background-color: white;
}

.search-logo form ul li:nth-child(1) ul li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.search-logo form ul li:nth-child(1) ul li:hover {
    background-color: #1E90FF;
}

.search-logo form ul li:nth-child(1) ul li:hover a {
    color: white;
}

.search-logo form ul li:nth-child(1) a {
    color: black;
    margin: 0 10px 0 20px;
}

.search-logo form ul li:nth-child(1) img {
    vertical-align: middle;
}

.search-logo form>ul>li:nth-child(2) {
    width: 1px;
    height: 30px;
    background: #E9E9E9;
    margin: 0 10px;
}

.search-logo form input {
    border: none;
    outline: none;
}

.search-logo form button {
    width: 51px;
    height: 50px;
    border: none;
    background-image: url(/assets/new_img/jxrczp_test/search.png);
}

.search-logo .zhaoren {
    line-height: 80px;
}

.search-logo .zhaoren img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: -5px;
}

.search-logo .zhaoren img:nth-child(5) {
    margin-left: 15px;
}

.search-logo .zhaoren a {
    font-size: 14px;
    font-weight: 500;
    color: #0362D2;
}


/* 左侧导航 */

.left {
    position: fixed;
    left: 50%;
    margin-left: -730px;
    top: 190px;
    width: 120px;
    height: 363px;
    background-color: #fff;
    /* border: 1px solid; */
}

.swiper-container {
    width: 120px;
}

.left .title {
    font-weight: bold;
    margin: 12px 0 10px 0;
    text-align: center;
}

.left .title p {
    font-size: 12px;
    font-weight: normal;
    color: #0362D2;
}

.left .slider {
    margin-top: 15px;
}

.left .slide {
    text-align: center;
}

.left .slide img {
    width: 99px;
    height: 99px;
}

.left .slide p {
    font-size: 12px;
    color: #666;
    margin: 10px 0;
}

.left .xcx {
    width: 100%;
    text-align: center;
    position: relative;
}

.left .xcx img {
    width: 99px;
    height: 99px;
}

.left .sys {
    height: 100px;
    width: 100%;
    background-color: #0362D2;
    z-index: -1;
    margin-top: -25px;
    /* position: relative; */
    overflow: hidden;
}

.left .sys1 {
    position: absolute;
    top: 44px;
    left: 0px;
    width: 0;
    height: 0;
    border-bottom: 35px solid #0362D2;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    z-index: -1;
}

.left .sys p {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.left .sys p:nth-child(1) {
    margin: 30px 0 10px 0;
}

.left .sys p:nth-child(2) {
    margin: auto;
    width: 85px;
    height: 22px;
    line-height: 22px;
    border-radius: 22px;
    border: 1px solid #fff;
}


/* 导航 */

.nav {
    width: 100%;
    height: 60px;
    background: #2653A5;
}

.nav ul {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.nav ul li {
    line-height: 60px;
    width: 110px;
    height: 60px;
    text-align: center;
}

.nav li a {
    font-family: Source Han Serif CN, garamond, serif;
    font-weight: 800;
    color: #FFFFFF;
    display: block;
}





.footer {
    width: 100%;
    /* height: 520px; */
    background: #FFFFFF;
    margin-bottom: 50px;
}


.bottmo-nav {
    overflow: hidden;
    width: 100%;
    height: 120px;
    background-color: #F2F8FF;
}

.bottmo-nav>ul {
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

.bottmo-nav>ul>li>a {
    align-items: center;
    font-size: 18px;
    font-family: Source Han Serif CN;
    font-weight: 600;
    color: #333333;
}

.bottmo-nav>ul>li>a>img {
    vertical-align: middle;
}

.footer .footerNav {
    width: 100%;
    height: 120px;
    background: #F2F8FF;
}

.footerNav ul {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.footer .footerNav ul li {
    line-height: 120px;
    font-size: 18px;
    font-family: Source Han Serif CN;
    font-weight: 600;
    color: #333333;
}

.footer .footerNav ul li img {
    vertical-align: middle;
}

.footer .footerUl {
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

.footer .footerUl .navs {
    width: 442px;
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
}

.footer .footerUl .navs ul li:nth-child(1) {
    font-size: 16px;
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #333333;
}

.footer .footerUl .navs ul li {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 38px;
}

.footer .footerUl .navs ul li a {
    color: #999999;
}

.footer .footerUl .navs ul li:nth-child(1) a {
    color: #333;
}

.footer .footerUl .ewcode {
    width: 390px;
    height: 142px;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.footer .footerUl .ewcode p {
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #333333;
}

.footer .footerUl .ewcode img {
    margin-top: 10px;
    width: 110px;
    height: 110px;
}

.footer .footerUl .number {
    width: 292px;
}

.footer .footerUl .number p {
    margin: 10px 0;
}

.footer .footerUl .number p:nth-child(1) {
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #999999;
}

.footer .footerUl .number p:nth-child(2),
.footer .footerUl .number p:nth-child(3) {
    font-size: 14px;
    font-family: Source Han Serif CN;
    font-weight: 500;
    color: #999999;
}

.footer .footerUl .number p:nth-child(2) span {
    color: #005BC6;
    font-size: 22px;
}



.footer .records {
    width: 1200px;
    margin: auto;

}



.footer .records .beianhao {
    width: 455px;
    height: 104px;
    margin: auto;
    text-align: center;
}

.footer .records .beianhao>p:nth-child(1) a {
    color: #214DF0;
}

.footer .records .beianhao p {
    margin-bottom: 8px;
    font-size: 14px;
    font-family: Source Han Serif CN;
    color: #999999;
}

.footer .records .beianhao p a {
    color: #999999;
}

.footer .records .beianhao p img {
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 15px;
}

.xlq_zcbk .top>ul>li>.active {
    background-color: #2855A5;
    color: #fff;
}

.xlq_zcbk .hide {
    display: none;
}

.xlq_zcbk .block {
    display: block;
}

.right_content .r-ewcode>.top_box>.border_color {
    border-bottom: 2px solid #005BC6;
}