﻿@charset "utf-8";
/* CSS Document */

/*common*/

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    -webkit-text-size-adjust: none;
}

body {
    min-width: 1200px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

header {
    height: 200px;
    box-sizing: border-box;
    background: url(header-bg-n.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 20px;
}

.jz-my-header {
    width: 1200px;
    height: 100%;

    margin: 0 auto;
}

.header-register {
    margin-bottom: 30px;
}

.header-register a {
    margin-right: 16px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1e1e1e;
}

.header-register a:hover {
    color: #bd1a2d;
}

.header-register a:last-child {
    margin-right: 0;
}

.header-main {
    display: flex;
}

.header-logo {
    margin-top: 10px;
    width: 620px;
    height: 78px;
    padding: 20px 80px 0 0;
}

.header-logo a,
.header-logo img {
    width: 100%;
}

.header-right {
    flex: 1;
}

.header-search {
    display: flex;
}

.search-wrap {
    flex: 1;
    padding-right: 20px;
    position: relative;
}

.search-input {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 130px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #e1c596;
    outline: none;
    font-size: 16px;
}

.search-select {
    position: absolute;
    width: 115px;
    height: 38px;
    line-height: 38px;
    top: 1px;
    left: 1px;
    font-size: 16px;
    color: #bd1a2d;
    border-radius: 4px;
    border: none;
    padding-left: 15px;
    padding-right: 25px;
    box-sizing: border-box;
    outline: none;
    background: #fff;
    background: url(down.png) no-repeat 90px;
    background-size: 13px 7px;
}

.search-list {
    display: none;
    width: 114px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #e1c596;
    border-top: none;
    background: #fafafa;
    position: absolute;
    left: 0;
    top: 39px;
    font-size: 14px;
    color: #404040;
    cursor: pointer;
}

.search-list li:hover {
    color: #bd1a2d;
    background: #fff;
}

.search-line {
    width: 1px;
    height: 22px;
    background: #e8e8e8;
    position: absolute;
    left: 115px;
    top: 9px;
}

.search-button {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 0;
    padding: 8px;
    box-sizing: border-box;
}

.sdzc {
    width: 54px;
    height: 56px;
}

.search-window {
    vertical-align: middle;
}

.hot-search {
    font-size: 14px;
    color: #717171;
}

.hot-search span {
    cursor: pointer;
    margin-right: 5px;
}

.hot-search span:hover {
    color: #bd1a2d;
}

.hot-search span a{
    cursor: pointer;
    margin-right: 5px;
    color: #bd1a2d;
}

nav {
    height: 70px;
    background: #bd1a2d;
    color: #ffffff;
    font-size: 24px;
    position: relative;
}

.jz-my-nav {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.jz-my-nav li {
    flex: 1;
    list-style: none;
    line-height: 67px;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 3px solid #bd1a2d;
}

.jz-my-nav li:hover,
.jz-my-nav li.active {
    border-bottom: 3px solid #f5d48a;
}

.jz-my-nav li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}

.navpopup {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff6e2;
    border-bottom: 1px solid #f7ce8d;
    position: absolute;
    display: none;
}

.navpopup .tab {
    width: 1200px;
    margin: 0 auto;
    padding-left: 110px;
    box-sizing: border-box;
}

.navpopup .tab a {
    display: inline-block;
    height: 40px;
    color: #202020;
    font-size: 16px;
    padding: 0 20px;
}

.navpopup .tab a:hover {
    color: #bd1a2d;
}

.navpopup2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff6e2;
    border-bottom: 1px solid #f7ce8d;
    position: absolute;
    display: none;
}

.navpopup2 .tab2 {
    width: 1200px;
    margin: 0 auto;
    padding-left: 590px;
    box-sizing: border-box;
}

.navpopup2 .tab2 a {
    display: inline-block;
    height: 40px;
    color: #202020;
    font-size: 16px;
    padding: 0 20px;
}

.navpopup2 .tab2 a:hover {
    color: #bd1a2d;
}

.jz-my-footer1 {
    height: 60px;
    background: #757575;
}

.footer-header {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    color: #fff;
}

.footer-header a {
    color: #f6d8a3;
}

.jz-my-footer2 {
    background: #bd1a2d;
}

.footer-content {
    width: 1200px;
    height: 210px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.footer-content .content1 {
    width: 200px;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-content .content2 {
    width: 340px;
    height: 170px;
    background: rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 26px;
    margin-right: 20px;
}

.footer-content .content2 .about {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.footer-content .content2 .about a {
    color: #fff;
    font-size: 14px;
}

.footer-content .content3 {
    flex: 1;
    height: 170px;
    background: rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
}

.footer-content .content3 a {
    display: block;
    width: 100px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.footer-content .content3 img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.jz-my-footer3 {
    height: 55px;
    background: #dabb85;
}

.footer-text {
    width: 1200px;
    height: 55px;
    margin: 0 auto;
    line-height: 55px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.footer-text p {
    padding: 0 42px;
}

/* ----------------------------------------------------- */


.content {
    width: 100%;
    padding: 60px 0;
    background: #fff;
}

.content:nth-of-type(odd) {
    background: #f5f5f5;
}

.module {
    width: 1200px;
    margin: 0 auto;
}

.dflex {
    display: flex;
    justify-content: space-between;
}

.subtitle {
    font-size: 24px;
    color: #bd1a2d;
    font-weight: bold;
    position: relative;
    transform-style: preserve-3d;
    display: inline-block;
    margin-bottom: 20px;
}

.subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background: #f7e3e5;
    filter: blur(0px);
    transform: translateZ(-1px)
}

.breadcrumb {
    width: 1200px;
    margin: 0 auto;
    background: #fafafa;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #6c6c6c;
    margin-bottom: 20px;
}

.breadcrumb a {
    color: #6c6c6c;
    display: inline-block;
    padding: 0 10px;
}

.breadcrumb a.active {
    color: #bd1a2d;
    font-weight: bold;
}


.notice-list {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.notice-list.active {
    display: block;
}

.notice-list li {
    display: flex;
    justify-content: space-between;
}

.notice-list li a,
.notice-list li span {
    font-size: 16px;
    color: #404040;
    line-height: 45px;
}

.notice-list li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.notice-list li.active a {
    font-weight: bold;
    color: #bd1a2d;
}

.notice-list2 li {
    padding-left: 18px;
    position: relative;
}

.notice-list2 li::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #dbdbdb;
    border-radius: 50%;
    left: 0px;
    top: 19px;
}

.notice-list2 li.active::after {
    background: #bd1a2d;
}

.notice-list2 li.active a {
    font-weight: normal;
    color: #bd1a2d;
}

.more {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: transparent url(more.png) no-repeat center;
    background-size: 100%;
    text-align: center;
}

.more a {
    display: block;
    width: 100%;
    height: 100%;
    color: #bd1a2d;
    font-size: 16px;
}

/*index*/

#home .banner-slide {
    width: 620px;
    height: 400px;
    padding-right: 40px;
    box-sizing: border-box;
}

#home .slider-title {
    width: 580px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 20px !important;
    position: absolute;
    bottom: 0px;
    z-index: 100;
}

#home .banner-notice {
    width: 580px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 30px 14px 14px;
    display: flex;
    flex-direction: column;
}

#home .notice-title,
#home .notice-title2 {
    display: flex;
    height: 50px;
    line-height: 50px;
}

#home .notice-title2 {
    margin-bottom: 10px;
}

#home .notice-title a,
#home .notice-title2 a {
    flex: 1;
    text-align: center;
    font-size: 20px;
    color: #2b2b2b;
    font-weight: bold;
    position: relative;
}

#home .notice-title a::after {
    width: 50px;
    height: 1px;
    background: #dfdfdf;
    content: '';
    position: absolute;
    top: 26px;
    right: -25px;
}

#home .notice-title a:last-child::after {
    content: none;
}

#home .notice-title2 a {
    border-bottom: 1px solid #eaeaea;
}

#home .notice-title2 a.active::after {
    width: 192px;
    height: 2px;
    background: #bd1a2d;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

#home .notice-title2.two a.active::after {
    width: 290px;
}

#home .notice-title a.active,
#home .notice-title2 a.active {
    color: #bd1a2d;
}

#home .zfxxgk-tab1 li {
    flex: 1;
    padding-left: 20px;
    margin-right: 20px;
    position: relative;
}

#home .zfxxgk-tab1 li:last-child {
    margin-right: 0;
}

#home .zfxxgk-tab1 li img {
    width: 265px;
    height: 290px;
}

#home .zfxxgk-tab1 li .text {
    width: 210px;
    height: 55px;
    line-height: 55px;
    background: #757575;
    position: absolute;
    top: 25px;
    left: 0px;
    font-size: 18px;
    color: #fff;
    padding-left: 15px;
    box-sizing: border-box;
}

#home .zfxxgk-tab1 li.active .text {
    background: #bd1a2d;
}

#home .zfxxgk-tab2 {
    margin-top: 30px;
}

#home .zfxxgk-tab2 li {
    width: 175px;
    height: 120px;
}

#home .zfxxgk-tab2 li img {
    width: 175px;
    height: 120px;
}

#home .zfxxgk-tab2 li>a>img:first-child {
    display: block;
}

#home .zfxxgk-tab2 li>a>img:last-child {
    display: none;
}

#home .zfxxgk-tab2 li.active>a>img:first-child {
    display: none;
}

#home .zfxxgk-tab2 li.active>a>img:last-child {
    display: block;
}

#home .bsfw {
    width: 1200px;
    margin-bottom: 50px;
}

#home .bmfwcx,
#home .zmhd {
    width: 580px;
    flex-wrap: wrap;
    justify-content: initial;
}

#home .bmfwcx img {
    width: 185px;
    height: 124px;
    margin-right: 12px;
    margin-bottom: 14px;
}

#home .bmfwcx a:nth-of-type(3n) img {
    margin-right: 0;
}

#home .bmfwcx a:nth-last-of-type(-n+3) img {
    margin-bottom: 0;
}

#home .zmhd img {
    width: 275px;
    height: 184px;
    margin-right: 30px;
    margin-bottom: 35px;
}

#home .zmhd a:nth-of-type(2n) img {
    margin-right: 0;
}

#home .zmhd a:nth-last-of-type(-n+2) img {
    margin-bottom: 0;
}

#home .ztzl {
    width: 1200px;
    flex-wrap: wrap;
    justify-content: initial;
}

#home .ztzl img {
    width: 380px;
    height: 180px;
    margin-right: 30px;
    margin-bottom: 30px;
}

#home .ztzl a:nth-of-type(3n) img {
    margin-right: 0;
}

#home .ztzl a:nth-last-of-type(-n+3) img {
    margin-bottom: 0;
}

/*zmhd*/

#zmhd .content {
    background: #fff;
}

#zmhd .content:nth-of-type(odd) {
    background: #fff;
}

#zmhd .zmhd {
    width: 1200px;
    margin: 0 auto;
    background: #fbfbfb;
    padding: 30px 10px;
    box-sizing: border-box;
    margin-bottom: 60px;
}

#zmhd .tabs {
    width: 300px;
    margin-right: 35px;
    background: #f5f5f5;
    height: max-content;
}

#zmhd .tabs .title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    background: #bd1a2d;
}

#zmhd .tabs li {
    height: 60px;
    line-height: 60px;
    position: relative;
}

#zmhd .tabs li a {
    display: block;
    font-size: 18px;
    color: #404040;
}

#zmhd .tabs li.active a {
    background: #fff;
    color: #bd1a2d;
}

#zmhd .tabs li a img {
    vertical-align: middle;
    margin: 0 10px 0 30px;
}

#zmhd .tabs li a>img:first-child {
    display: none;
}

#zmhd .tabs li a>img:last-child {
    display: inline-block;
}

#zmhd .tabs li.active a>img:first-child {
    display: inline-block;
}

#zmhd .tabs li.active a>img:last-child {
    display: none;
}

#zmhd .tabs li a:nth-of-type(2) {
    position: absolute;
    right: 20px;
    top: 18px;
    padding: 0 5px;
    background: #bd1a2d;
    color: #fff;
    font-size: 16px;
    display: block;
    width: 55px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
}

#zmhd .mailbox {
    flex: 1;
    background: #fff;
    padding: 0 15px 0 5px;
}

#zmhd .mailbox .title {
    padding-left: 15px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #bd1a2d;
    font-weight: bold;
    border-bottom: 1px solid #bd1a2d;
}

#zmhd .mailbox .describe {
    padding-left: 15px;
    box-sizing: border-box;
}

#zmhd .mailbox .describe p {
    font-size: 16px;
    color: #404040;
    line-height: 30px;
    margin-right: 10px;
}

#zmhd .mailbox .describe .btn1 {
    border: 1px solid #bd1a2d;
    font-weight: bold;
    color: #bd1a2d;
    display: inline-block;
    padding: 2px;
    margin: 0 4px;
}

#zmhd .mailbox .describe .btn2 {
    width: 130px;
    background: #bd1a2d;
    font-weight: bold;
    color: #fff;
    display: block;
    font-size: 18px;
    border-radius: 4px;
    text-align: center;
    line-height: 24px;
    padding: 10px 0;
    margin: 20px 0;
}

#zmhd .mailbox .subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #2b2b2b;
    line-height: 40px;
    display: block;
    margin-bottom: 0;
    transform-style: initial;
}

#zmhd .mailbox .subtitle::after {
    content: none;
}

/*ztzl*/

#ztzl .content {
    padding: 45px 0;
}

#ztzl .content:nth-of-type(odd) {
    background: #fff;
}

#ztzl .content:nth-of-type(even) {
    background: #f5f5f5;
}

#ztzl .banner-slide {
    width: 1200px;
    height: 360px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#ztzl .list {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

#ztzl .list a {
    margin-right: 26px;
    margin-bottom: 30px;
}

#ztzl .list a:nth-of-type(4n) {
    margin-right: 0;
}

#ztzl .list a span {
    display: block;
    width: 280px;
    font-size: 18px;
    color: #2b2b2b;
    font-weight: bold;
}

#ztzl .list a.active  span {
    color: #bd1a2d;
}

#ztzl .list a img {
    width: 280px;
    height: 200px;
}

/*zwgk*/

#zwgk .content {
    padding: 45px 0;
}

#zwgk .content:nth-of-type(odd) {
    background: #fff;
}

#zwgk .content:nth-of-type(even) {
    background: #f5f5f5;
}

#zwgk .jgjj {
    width: 540px;
    flex-wrap: wrap;
    justify-content: initial;
    background: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
    margin-right: 50px;
}

#zwgk .jgjj img {
    width: 152px;
    height: 105px;
    margin-right: 20px;
    margin-bottom: 30px;
}

#zwgk .jgjj a:nth-of-type(3n) img {
    margin-right: 0;
}

#zwgk .jgjj a:nth-last-of-type(-n+3) img {
    margin-bottom: 0;
}

#zwgk .jgjj>a>img:first-child {
    display: none;
}

#zwgk .jgjj>a>img:last-child {
    display: block;
}

#zwgk .jgjj>a.active>img:first-child {
    display: block;
}

#zwgk .jgjj>a.active>img:last-child {
    display: none;
}

#zwgk .notice-list2 {
    width: 590px;
    box-sizing: border-box;
    height: 300px;
    background: #fff;
    padding: 25px 20px 0 20px;
}

#zwgk #jrgzdt {
    width: 610px;
}

/*custom-pagination.min*/

.page {
    position: relative;
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}

.page .custom-pagination,
.page.custom-pagination ul,
.page .custom-pagination ul li,
.page .custom-pagination .page-to input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.page .custom-pagination {
    width: 100%;
    height: 30px;
    color: #666;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 25px;
    left: 0;
    display: flex;
    justify-content: center;
}

.page .custom-pagination ul {
    float: left;
    height: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    overflow: hidden;
    white-space: no-wrap
}

.page .custom-pagination ul li {
    display: inline-block;
    font-size: 14px;
    min-width: 30px;
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    margin-left: 10px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    vertical-align: top
}

.page .custom-pagination ul li:first-child {
    margin-left: 0
}

.page .custom-pagination ul li.current-page {
    background-color: #bd1a2d;
    color: #fff;
    border: 0;
    line-height: 30px
}

.page .custom-pagination ul li:hover {
    background-color: #bd1a2d;
    color: #fff
}

.page .custom-pagination a.prev-page,
.custom-pagination a.next-page {
    display: block;
    float: left;
    width: 80px;
    height: 30px;
    line-height: 28px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    vertical-align: middle;
    color: #666;
    text-decoration: none
}

.page .custom-pagination a.prev-page {
    margin-right: 10px
}

.page .custom-pagination a.next-page {
    margin-left: 10px
}

.page .custom-pagination a.prev-page:hover,
.page .custom-pagination a.next-page:hover {
    background-color: #bd1a2d;
    color: #fff
}

.page .custom-pagination ul li.ellipsis {
    background-color: transparent;
    border: 0;
    cursor: default;
    line-height: 18px;
    font-size: 20px
}

.page .custom-pagination ul li.ellipsis:hover {
    background-color: transparent;
    border: 0;
    cursor: default;
    line-height: 18px;
    font-size: 20px;
    color: #666
}

.page .custom-pagination .page-to {
    width: 166px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 20px
}

.page .custom-pagination .page-to input {
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 28px;
    background-color: #fafafa;
    border: 0;
    border: 1px solid #f0f0f0;
    vertical-align: middle;
    margin: 0 10px;
    padding: 0 5px
}

.page .custom-pagination .page-to input:focus {
    outline: 0
}

.page .custom-pagination .page-to span {
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 28px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    margin-left: 10px
}

.page .custom-pagination .page-to span:hover {
    background-color: #bd1a2d;
    color: #fff
}

.page .alltotal {
    float: left;
    line-height: 30px;
    padding: 0 10px;
}