img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.pc_none {
    display: none !important;
}
/* banner */
.zjzg_banner {
    width: 100%;
    height: 650px;
    background: url(sk01_zjzg_banner1.png) no-repeat center top;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

/* <!-- 叶子 -->
<div class="banner_leaf"></div>
<!-- 文字 -->
<div class="banner_text"></div>
<!-- 宫殿 -->
<div class="banner_house"></div>
<!-- 背景 -->
<div class="banner_bg"></div> */

.zjzg_banner .banner_leaf1,
.zjzg_banner .banner_leaf2,
.zjzg_banner .banner_text1,
.zjzg_banner .banner_text2,
.zjzg_banner .banner_house{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.zjzg_banner .banner_leaf1,
.zjzg_banner .banner_leaf2{
    width: 200%;
}

/* 宫殿 -------------------------------------------------------------------------------------------------- */
@keyframes houseMove {
    0% { top: 30%;  }
    100% { top: 0; }
}
@-ms-keyframes houseMove {
    0% { top: 30%;  }
    100% { top: 0; }
}
.zjzg_banner .banner_house{
    background: url(./sk01_zjzg_banner_house.png) no-repeat center bottom;
    background-size: auto 100%;

    animation-name: houseMove; 
    -webkit-animation-name: houseMove; 
    -webkit-animation-timing-function: linear; 
    -webkit-animation-fill-mode:forwards;
    -webkit-animation-duration: 1s; 

    -ms-animation-name: houseMove; 
    -ms-animation-timing-function: linear; 
    -ms-animation-fill-mode:forwards;
    -ms-animation-duration: 1s; 
    /* top: 150% */
    z-index: 1;
    top: 30%;
}

/* 文字1 -------------------------------------------------------------------------------------------------- */
@keyframes leafMovetext { 
    0% { transform: scale(.5); -webkit-transform: scale(.5); -moz-transform: scale(.5); -ms-transform: scale(.5); -o-transform: scale(.5); }
    100% { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
}
@-ms-keyframes leafMovetext { 
    0% { transform: scale(.5); -webkit-transform: scale(.5); -moz-transform: scale(.5); -ms-transform: scale(.5); -o-transform: scale(.5); }
    100% { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
}
.zjzg_banner .banner_text1 {
    background: url(./sk01_zjzg_banner_text.png) no-repeat center bottom;
    background-size: auto 100%;
    z-index: 5;
    /* top: -10%; */
    /*animation-name: leafMovetext;
    -webkit-animation-name: leafMovetext;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode:forwards;
    -webkit-animation-duration: 10s;
    -ms-animation-name: leafMovetext;
    -ms-animation-timing-function: linear;
    -ms-animation-fill-mode:forwards;
    -ms-animation-duration: 10s;
    */
    opacity: .2;
}

/* 文字2 -------------------------------------------------------------------------------------------------- */
@keyframes textMove { 
    0% { opacity: 0; transform: scale(10); -webkit-transform: scale(10); -moz-transform: scale(10); -ms-transform: scale(10); -o-transform: scale(10); }
    100% { opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
}
@-ms-keyframes textMove { 
    0% { opacity: 0; transform: scale(5); -webkit-transform: scale(5); -moz-transform: scale(5); -ms-transform: scale(5); -o-transform: scale(5); }
    100% { opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
}
.zjzg_banner .banner_text2 {
    background: url(./sk01_zjzg_banner_text.png) no-repeat center bottom;
    background-size: auto 100%;
    z-index: 6;
    animation-name: textMove;
    -webkit-animation-name: textMove;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode:forwards;
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: 1s;
    -ms-animation-name: textMove;
    -ms-animation-timing-function: linear;
    -ms-animation-fill-mode:forwards;
    -ms-animation-duration: .5s;
    -ms-animation-delay: 1s;
    transform: scale(10);
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    -o-transform: scale(10);
    opacity: 0;
}


/* 树叶1 左滚动 -------------------------------------------------------------------------------------------------- */
@keyframes leafMoveLeft {
    0% { left: 0; }
    100% { left: -100%; }
}
@-ms-keyframes leafMoveLeft {
    0% { left: 0; }
    100% { left: -100%; }
}
.zjzg_banner .banner_leaf1 {
    /* background: url(./sk01_zjzg_banner_leaf.png) no-repeat center bottom; */
    background-size: 100%;
    z-index: 3;
    animation-name: leafMoveLeft; 

    -webkit-animation-name: leafMoveLeft; 
    -webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite; 
    -webkit-animation-duration: 30s; 
    -webkit-animation-delay: 1.5s; 

    -ms-animation-name: leafMoveLeft; 
    -ms-animation-timing-function: linear; 
    -ms-animation-iteration-count: infinite; 
    -ms-animation-duration: 30s; 
    -ms-animation-delay: 1.5s;
    opacity: 1;
}


/* 树叶2 右滚动 -------------------------------------------------------------------------------------------------- */
@keyframes leafMoveRight {
    0% { left: -100%; }
    100% { left: 0%; }
}
@-ms-keyframes leafMoveRight {
    0% { left: -100%; }
    100% { left: 0%; }
}
.zjzg_banner .banner_leaf2 {
    background: url(./sk01_zjzg_banner_leaf.png) no-repeat center bottom;
    background-size: 100%;
    z-index: 0;
    -webkit-animation-name: leafMoveRight; 
    -webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite; 
    -webkit-animation-duration: 60s; 
    -webkit-animation-delay: 1.5s; 

    -ms-animation-name: leafMoveRight; 
    -ms-animation-timing-function: linear; 
    -ms-animation-iteration-count: infinite; 
    -ms-animation-duration: 60s; 
    -webkit-animation-delay: 1.5s; 
    opacity: .5;
 }



 /* 树叶旋转1 -------------------------------------------------------------------------------------------------- */
 @keyframes leafRoutate1 {
    0% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}

.banner_leafIn1 {
    width: 650px;
    height: 650px;
    float: left;
    background: url(./sk01_zjzg_banner_leafIn1.png) no-repeat center bottom;
    background-size: auto 80%;
    animation-name: leafRoutate1;
    -webkit-animation-name: leafRoutate1; 
    -webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite; 
    -webkit-animation-duration: 100s;
    -webkit-animation-delay: 1.5s;

    -ms-animation-name: leafRoutate1; 
    -ms-animation-timing-function: linear; 
    -ms-animation-iteration-count: infinite; 
    -ms-animation-duration: 100s;
    -ms-animation-delay: 1.5s;
    opacity: 1;
    
}


/* 树叶旋转2 -------------------------------------------------------------------------------------------------- */
@keyframes leafRoutate2 {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
.banner_leafIn2 {
    width: 650px;
    height: 650px;
    background: url(./sk01_zjzg_banner_leafIn2.png) no-repeat center bottom;
    background-size: auto 80%;
    float: left;
    animation-name: leafRoutate2;
    -webkit-animation-name: leafRoutate2; 
    -webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite; 
    -webkit-animation-duration: 100s;
    -webkit-animation-delay: 1.5s;

    -ms-animation-name: leafRoutate2; 
    -ms-animation-timing-function: linear; 
    -ms-animation-iteration-count: infinite; 
    -ms-animation-duration: 100s;
    -ms-animation-delay: 1.5s;
    opacity: 1;
}






















.zjzg_banner .swiper-slide {
    height: 650px;
}

.banner-slide {
    width: 100%;
    height: 100%;
}

.pagination-banner {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.pagination-banner .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: none;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #4f5e6d;
    cursor: pointer;
}
.pagination-banner .swiper-active-switch {
    background: #b7241e;
    border: 1px solid #ad3120;
}

.zjzg_container {
    width: 100%;
    background: #fdfcef url(./sk01_bodybg1.jpg) no-repeat top center;
    background-size: cover;
}


.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}



/* nav */

.zjzg_nav_wrap {
    width: 100%;
    height: 70px;
    border-top: 2px solid #9ea6a9;
    border-bottom: 2px solid #34465a;
}

.zjzg_nav_box {
    width: 1224px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.zjzg_nav_box::before,
.zjzg_nav_box::after {
    content: '';
    width: 27px;
    height: 50px;
    background: url(./sk01_zjzg_nav_flower.png) no-repeat;
    background-size: 27px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.zjzg_nav_box::before {
    left: 0;
}

.zjzg_nav_box::after {
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.zjzg_nav {
    width: 1162px;
    margin: 0 auto;
    line-height: 70px;
    overflow: hidden;
}

.zjzg_nav a {
    height: 70px;
    line-height: 70px;
    padding: 0 32px;
    color: #34465a;
    font-size: 22px;
    float: left;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.zjzg_nav span{
    width: 4px;
    height: 70px;
    background: url(./sk01_zjzg_nav_line.png) no-repeat center;
    background-size: 4px;
    float: left;
}

.zjzg_nav a:hover {
    color: #b7241e;
}

/* Ã¦â€”Â¶Ã©â€”Â´Ã¨Â½Â´ */

.zjzg_time_axis {
    width: 1400px;
    height: 720px;
    margin: 130px auto 0 auto;
    /* background: #f1f1f1; */
    position: relative;
}

.zjzg_time_axisIn {
    width: 1840px;
    height: 607px;
    background: url(./sk01_zjzg_reel_bg.png) repeat-x;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: -220px;
}

.zjzg_reel_before,
.zjzg_reel_after {
    width: 110px;
    height: 766px;
    display: block;
    position: absolute;
    top: -80px;
    z-index: 10;
}

.zjzg_reel_before {
    background: url(./sk01_zjzg_reel_left.png) no-repeat left center;
    background-size: 109px;
    left: -10px;

}

.zjzg_reel_after {
    background: url(./sk01_zjzg_reel_right.png) no-repeat left center;
    background-size: 109px;
    right: -10px;
}

.zjzg_reel_tabBtn_box {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.zjzg_reel_tabBtn_box a {
    width: 153px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 22px;
    background: url(./sk01_zjzg_reel_tabBtn_link.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    color: #7c8a99;
    margin: 0 30px;
}

.zjzg_reel_tabBtn_box a:hover,
.zjzg_reel_tabBtn_box a.active {
    color: #b7241e;
    background: url(./sk01_zjzg_reel_tabBtn_active.png) no-repeat;
    background-size: 100%;
}


.zjzg_reel_content_wrap {
    width: 1760px;
    height: 473px;
    margin: 30px auto 0 auto;

}

.zjzg_reel_content {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
}

.zjzg_reel_content.active {
    display: block;
}


.data_ul {
    width: 100%;
    height: 50px;
    position: relative;
    margin-top: 20px;
}

.year_swiper li.swiper-slide {
    height: 40px;
}

.year_swiper {
    width: 86%;
    height: 100px;
    position: relative;
    /* margin-top: 30px; */
}



.data_ul li {
    width: 160px;
    height: 100%;
    float: left;
    text-align: center;
    background: url(./sk01_zjzg_reel_mark_bg.png) no-repeat center 30px;
    background-size: 101%;
    /* background: #7c8a99; */
    cursor: pointer;
    position: relative;
    color:#8d7458;
}

.year_swiper li::before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #c5a596;
    display: block;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
}

.year_swiper li .markPoint {
    width: 14px;
    height: 24px;
    background: url(./sk01_zjzg_reel_markPoint.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 56px;
    display: block;
    display: none;
}

.year_swiper li.active .markPoint {
    display: block;
}

.data_ul li:nth-child(1) {
    /* background: url(./sk01_zjzg_reel_mark_leftbg.png) no-repeat right 30px; */
    background: url(./sk01_zjzg_reel_mark_bg.png) no-repeat right 30px;
    background-size: 100% auto;
}

.data_ul li:last-child {
    /* background: url(./sk01_zjzg_reel_mark_rightbg.png) no-repeat left 30px; */
    background: url(./sk01_zjzg_reel_mark_bg.png) no-repeat right 30px;
    background-size: 100% auto;
}

.swiper-button-prev-year,
.swiper-button-next-year {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 27px;
    z-index: 20;
    cursor: pointer;
    opacity: .6;
}

.swiper-button-prev-year:hover,
.swiper-button-next-year:hover {
    opacity: 1;
}

.swiper-button-prev-year {
    background: url(./sk_01_gb_year_arrow_left.png) no-repeat center;
    background-size: 30px;
    left: 50px;
}

.swiper-button-next-year {
    background: url(./sk_01_gb_year_arrow_right.png) no-repeat center;
    background-size: 30px;
    right: 50px;
}



.data_ul li:hover,
.data_ul li.active {
    color: #b7241e;
    font-weight: bold;
}

.data_ul li:hover::after,
.data_ul li.active::after {
    content: '';
    width: 4px;
    height: 17px;
    background-color: #b7241e;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -2px;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.date_line {
    width: 100%;
    height: 24px;
    /* background-color: red; */
    margin-top: 8px;
    position: relative;
}

.date_line::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #c5a596;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
}

.date_pointCard {
    width: 14px;
    height: 24px;
    background: url(./sk01_zjzg_reel_markPoint.png) no-repeat;
    position: absolute;
    left: 72px;
    top: 0;
}

.reel_slide_content {
    overflow: hidden;
    box-sizing: border-box;
}

.reel_img {
    width: 320px;
    height: 364px;
    background: url(./sk01_zjzg_reel_imgBorder.png) no-repeat center;
    padding: 20px;
    box-sizing: border-box;
    float: left;
    margin-left: 20px;
}

.reel_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.reel_img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.reel_content {
    width: 350px;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}

.reel_title {
    font-size: 24px;
    color: #5b6570;
    line-height: 1.5;
}
.reel_content:hover a .reel_title {
    color: #b7241e;
}

.reel_date {
    font-size: 18px;
    color: #99a5b1;
    margin-top: 10px;
}

.reel_abstract {
    font-size: 18px;
    color: #7c8a99;
    margin-top: 20px;
    line-height: 1.5;
}

/* Ã¦Â â€¡Ã©Â¢Ëœ */
.zjzg_public_title {
    width: 100%;
    height: 67px;
    text-align: center;
}

.zjzg_public_title img{
    height: 100%;
}


/* mzmj - Ã¥ÂÂÃ¥Â¿â€”Ã¥ÂÂÃ©â€°Â´ */

.zjzg_mzmj {
    width: 1400px;
    padding-bottom: 30px;
    margin: 0 auto;
    position: relative;
}
.mzmj_btns_box {
    width: 448px;
    height: 498px;
    position: absolute;
    left: 50%;
    margin-left: -224px;
}

.mzmj_title {
    width: 100%;
    height: 67px;
    text-align: center;
}

.mzmj_title img {
    height: 100%;
}

.mzmj_btns_ul {
    width: 444px;
    height: 360px;
    margin-top: 43px;
    background: url(./sk01_zjzg_mzmj_btns_bg.png);
    background-size: 100%;
    box-shadow: 0px 0px 20px rgba(0,0,0, .3);
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 78px 26px 0 26px;
    box-sizing: border-box;
}

.mzmj_btns_ul li {
    width: 64px;
    height: 100%;
    float: right;
    font-size: 22px;

}

.mzmj_btns_ul li a {
    padding: 58px 20px 0 20px;
    box-sizing: border-box;
    text-decoration: none;
    color: #34465a;
    display: block;
    text-align: center;
    position: relative;
}


.mzmj_btns_ul li:nth-child(1) a {
    background: url(./sk01_zjzg_mzmj_btn01_link.png) no-repeat top center;
}

.mzmj_btns_ul li:nth-child(2) a {
    background: url(./sk01_zjzg_mzmj_btn02_link.png) no-repeat top center;
}

.mzmj_btns_ul li:nth-child(3) a {
    background: url(./sk01_zjzg_mzmj_btn03_link.png) no-repeat top center;
}

.mzmj_btns_ul li:nth-child(4) a {
    background: url(./sk01_zjzg_mzmj_btn04_link.png) no-repeat top center;
}

.mzmj_btns_ul li:nth-child(5) a {
    background: url(./sk01_zjzg_mzmj_btn05_link.png) no-repeat top center;
}

.mzmj_btns_ul li:nth-child(6) a {
    background: url(./sk01_zjzg_mzmj_btn06_link.png) no-repeat top center;
}

.mzmj_btns_ul li a{
    background-size: 45px;
}

.mzmj_btns_ul li a::after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(./sk01_zjzg_mzmj_btnMore_link.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -15px;
}


.mzmj_btns_ul li:nth-child(1) a:hover,
.mzmj_btns_ul li:nth-child(1) a.active{
    color: #b7241e;
    background: url(./sk01_zjzg_mzmj_btn01_active.png) no-repeat top center;
}

.mzmj_btns_ul li:nth-child(2) a:hover,
.mzmj_btns_ul li:nth-child(2) a.active{
    color: #b7241e;
    background: url(./sk01_zjzg_mzmj_btn02_active.png) no-repeat top center;
}

.mzmj_btns_ul li:nth-child(3) a:hover,
.mzmj_btns_ul li:nth-child(3) a.active{
    color: #b7241e;
    background: url(./sk01_zjzg_mzmj_btn03_active.png) no-repeat top center;
}

.mzmj_btns_ul li:nth-child(4) a:hover,
.mzmj_btns_ul li:nth-child(4) a.active{
    color: #b7241e;
    background: url(./sk01_zjzg_mzmj_btn04_active.png) no-repeat top center;
}

.mzmj_btns_ul li:nth-child(5) a:hover,
.mzmj_btns_ul li:nth-child(5) a.active{
    color: #b7241e;
    background: url(./sk01_zjzg_mzmj_btn05_active.png) no-repeat top center;
}

.mzmj_btns_ul li:nth-child(6) a:hover,
.mzmj_btns_ul li:nth-child(6) a.active{
    color: #b7241e;
    background: url(./sk01_zjzg_mzmj_btn06_active.png) no-repeat top center;
}


.mzmj_btns_ul li a:hover::after,
.mzmj_btns_ul li a.active::after {
    background: url(./sk01_zjzg_mzmj_btnMore_active.png) no-repeat;
    background-size: 100%;
}


.mzmj_content {
    width: 100%;
    padding-top: 72px;
    overflow: hidden;
    display: none;
}

.mzmj_left {
    float: left;
}

.mzmj_right {
    float: right;
}

.mzmj_pic {
    width: 447px;
    height: 200px;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #FFF;
    text-align: center;
}

.mzmj_pic img{
    width: 100%;
    height: 100%;
}
.mzmj_pic:hover .pic_text {
    color: #FFFFFF;
}
.mzmj_pic .pic_text {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 24px;
    padding: 85px 20px 0 20px;
    box-sizing: border-box;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.mzmj_pic:hover .pic_text{
    opacity: 1;
}

.mzmj_pic:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}






/* fzyj - Ã¦â€“Â¹Ã¥Â¿â€”Ã§Â â€Ã§Â©Â¶ */

.zjzg_fzyj_wrap {
    width: 100%;
    height: 730px;
    background: url(./sk01_zjzg_fzyj_bg.png) no-repeat center top;
    background-size: cover;
}

.zjzg_fzyj {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding-top: 48px;
    box-sizing: border-box;
}

.fzyj_title {
    width: 100%;
    height: 68px;
    text-align: center;
}

.fzyj_title img{
    height: 100%;
}

.fzyj_ul {
    width: 100%;
    /* overflow: hidden; */
    /* padding: 20px; */
    box-sizing: border-box;
    margin-top: 50px;
}

.fzyj_ul li{
    width: 447px;
    height: 230px;
    /*background-color: red;
    */box-shadow: 0 0 10px rgba(141, 116, 88, .2);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
    float: left;
    margin-bottom: 30px;
    margin-right: 28px;
}

.fzyj_ul li:nth-child(1) {
    margin-left: 240px;
}

.fzyj_ul li:nth-child(5) {
    margin-right: 0;
}

.fzyj_left {
    width: 358px;
    height: 100%;
    background-color: #fffcf5;
    float: left;
    text-align: center;
    overflow: hidden;
}

.fzyj_left img{
    width: 100%;
    height: 100%;
}

.fzyj_right {
    width: 89px;
    height: 100%;
    /* background-color: yellow; */
    background-color: #6886a6;
    display: table;
    float: right;
}

.fzyj_right p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    padding: 0 30px;
}

.fzyj_ul li:hover .fzyj_left img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/* Ã¨ÂµÂ°Ã¨Â¿â€ºÃ¦â€“Â¹Ã¥Â¿â€”Ã©Â¦â€ Ã£â‚¬ÂÃ¦â€“Â¹Ã¥Â¿â€”Ã¤Â¸ÂºÃ§â€Â¨Ã£â‚¬ÂÃ¦â€“Â¹Ã¥Â¿â€”Ã¥Å Â¨Ã¦â‚¬ÂÃ§Å¡â€žÃ¨Æ’Å’Ã¦â„¢Â¯ */

.fullWidth {
    width: 100%;
}

.fzbottom_wrap {
    background: #fcfaed url(./sk01_zjzg_hill_bg.png) no-repeat center top;
    background-size: cover;
}

/* Ã¨ÂµÂ°Ã¨Â¿â€ºÃ¦â€“Â¹Ã¥Â¿â€”Ã©Â¦â€  */
.zjzg_zjfzg_wrap {
    width: 100%;
    background-color: #fdfbef;
}
.zjzg_zjfzg {
    width: 1400px;
    margin: 0 auto;
    padding-top: 60px;
}

.zjfzg_title {
    width: 100%;
    height: 67px;
    text-align: center;
}

.zjfzg_ul {
    width: 100%;
    height: 216px;
    overflow: hidden;
    padding: 10px;
    margin-top: 40px;
}

.zjfzg_ul li {
    width: 266px;
    height: 196px;
    float: left;
    box-shadow: 0px 0px 5px rgba(0,0,0, .1);
    padding: 8px;
    box-sizing: border-box;
    background-color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    margin-right: 17px;
}
.zjfzg_ul li:last-child{
    margin-right: 0;
}

.zjfzg_img {
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.zjfzg_img img{
    width: 100%;
    height: 100%;
}

.zjfzg_ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.zjfzg_text {
    line-height: 48px;
    text-align: center;
    color: #34465a;
}


/* Ã¦â€“Â¹Ã¥Â¿â€”Ã¤Â¸ÂºÃ§â€Â¨ */
.zjzg_fzwy {
    width: 1400px;
    margin: 0 auto;
    padding-top: 40px;
}

.fzwy_btn_box {
    height: 92px;
    border-top: 1px solid #7c8a99;
    border-bottom: 1px solid #7c8a99;
    margin-top: 50px;
    text-align: center;
}

.fzwy_btn_box a {
    padding-top: 50px;
    display: inline-block;
    font-size: 22px;
    color: #34465a;
    margin: 0 50px;
}

.fzwy_btn_box a:nth-child(1) {
    background: url(./sk01_zjzg_fzwy_btn01_link.png) no-repeat center 10px;
    background-size: 36px;
}

.fzwy_btn_box a:nth-child(2) {
    background: url(./sk01_zjzg_fzwy_btn02_link.png) no-repeat center 12px;
    background-size: 45px;
}

.fzwy_btn_box a:nth-child(3) {
    background: url(./sk01_zjzg_fzwy_btn03_link.png) no-repeat center 10px;
    background-size: 30px;
}

.fzwy_btn_box a:hover,
.fzwy_btn_box a.active {
    color: #b7241e;
}

.fzwy_btn_box a:nth-child(1):hover,
.fzwy_btn_box a:nth-child(1).active {
    background-image: url(./sk01_zjzg_fzwy_btn01_active.png);
}

.fzwy_btn_box a:nth-child(2):hover,
.fzwy_btn_box a:nth-child(2).active {
    background-image: url(./sk01_zjzg_fzwy_btn02_active.png);
}

.fzwy_btn_box a:nth-child(3):hover,
.fzwy_btn_box a:nth-child(3).active {
    background-image: url(./sk01_zjzg_fzwy_btn03_active.png);
}


.fzwy_content_wrap {
    margin-top: 50px;
}

.fzwy_content{
    overflow: hidden;
    display: none;
}
.fzwy_content:nth-child(1) {
    display: block;
}

.fzwy_img_ul {
    width: 922px;
}

.fzwy_content .swiper-container {
    float: left;
}

.fzwy_img_ul li{
    width: 447px;
    height: 250px;
    margin: 0 28px 28px 0;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    float: left;
}

.fzwy_img_ul li:nth-child(even){
    margin-right: 0;
}


.fzwy_img_ul li img{
    width: 100%;
    height: 100%;
}

.fzwy_img_ul li p{
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0 ,.5);
    color: #FFF;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fzwy_img_ul li:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.fzwy_text_ul {
    width: 447px;
    background-color: #FFF;
    padding: 20px 34px 18px 34px;
    box-sizing: border-box;
    float: right;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0,0,0, .1);
}

.fzwy_text_ul li{
    width: 100%;
    border-bottom: 1px #ccc dashed;
    line-height: 48px;
}

.fzwy_text_ul li a {
    width: 98%;
    padding-left: 20px;
    font-size: 18px;
    color: #34465a;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.fzwy_text_ul li a::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #34465a;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.fzwy_text_ul li:last-child{
    border-bottom: none;
}

.fzwy_text_ul li a:hover{
    color: #b7241e;
}

.fzwy_text_ul li a:hover::before {
    background-color:#b7241e ;
}


/* Ã¦â€“Â¹Ã¥Â¿â€”Ã¥Å Â¨Ã¦â‚¬Â */

.zjzg_fzdt {
    width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
}

.fzdt_btns {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    margin-top: 50px;
    position: relative;
}

.fzdt_btns a {
    display: inline-block;
    color: #34465a;
}

.fzdt_btns::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #7c8a99;
    position: absolute;
    bottom: 0;
    display: block;
}

.fzdt_btns a:hover,
.fzdt_btns a.active{
    color: #b7241e;
}

.red_line {
    width: 70px;
    height: 3px;
    background-color: #b7241e;
    position: absolute;
    bottom: 0;
    left: 485px;
}

.fzdt_btns .spacing{
    display: inline-block;
    width: 100px;
}

.fzdt_content {
    display: none;
}

.fzdt_content:nth-child(1) {
    display: block;
}


.fzdt_content_ul {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 50px;
}

.fzdt_content_ul li {
    width: 50%;
    float: left;
    margin-bottom: 50px;
    padding-right: 50px;
    box-sizing: border-box;
    height: 135px;
}

.fzdt_content_ul li h6 a {
    color: #34465a;
    font-size: 20px;
}

.fzdt_content_ul li h6 a:hover{
    color: #b7241e;
}

.fzdt_content_ul li p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    margin-top: 16px;
}

.fzdt_content_ul li .more{
    width: 96px;
    display: block;
    font-size: 16px;
    color: #7c8a99;
    padding-right: 30px;
    box-sizing: border-box;
    background: url(./sk01_zjzg_mzmj_btnMore_link.png) no-repeat right center;
    background-size: 18px;
    margin-top: 10px;
}

.fzdt_content_ul li .more:hover {
    color: #b7241e;
    background-image: url(./sk01_zjzg_mzmj_btnMore_active.png);
}


.zjzg_footer {
    min-height: 200px;
    background: url(./sk01_zjzg_footer_bg.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 60px;
}


/* 友情链接 */
.friendLink_wrap{
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.friendLink_title {
    height: 50px ;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #34465a;
    text-align: center;
    border-bottom: 1px solid #7c8a99;
}

.friendLink_title span {
    display:  inline-block;
    padding: 0 10px;
    position: relative;
}

.friendLink_title span:before{
    content: '';
    height: 3px;
    background-color: #b7241e;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}

.sk_friend_link {
    margin-top: 20px;
    overflow: hidden;
}

.sk_friend_link a {
    font-size: 16px;
    line-height: 2;
    float: left;
    color: #333;
    margin: 0 10px;
}

.sk_friend_link a:hover {
    color: #b7241e;
}



/* end */
@media screen and (max-width: 1900px) {

    .zjzg_time_axis {
        width: 94%;
        height: 720px;
        margin: 130px auto 0 auto;
        position: relative;
    }
    .zjzg_time_axisIn {
        width: 100%;
        height: 607px;
        background: url(./sk01_zjzg_reel_bg.png) repeat-x;
        background-size: auto 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .zjzg_reel_content_wrap {
        width: 100%;
        height: 473px;
        margin: 30px auto 0 auto;
    }
    .swiper-wrapper {
        overflow: hidden;
    }
    .swiper-container1-1,
    .swiper-container1-2,
    .swiper-container1-3 {
        padding-left: 40px;
    }

    .reel_content {
        width: 43%;
    }
    /* .swiper-slide {
       width: 734px!important;
        height: 364px!important;
    } */
    .data_ul {
        width: 100%;
        height: 50px;
        position: relative;
        margin-top: 20px;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .year_swiper {
        height: 100px;
    }

    .data_ul li:nth-child(1) {
        /* background: url(./sk01_zjzg_reel_mark_leftbg.png) no-repeat right 30px; */
        background: url(./sk01_zjzg_reel_mark_bg.png) no-repeat right 30px;
        background-size: 100% auto;
    }

    .data_ul li:last-child {
        /* background: url(./sk01_zjzg_reel_mark_rightbg.png) no-repeat left 30px; */
        background: url(./sk01_zjzg_reel_mark_bg.png) no-repeat right 30px;
        background-size: 100% auto;
    }

}
@media screen and (max-width: 1440px) {

    body {
        min-width: 1340px;
    }

    /* banner */
    .zjzg_banner {
        /* min-width: 1370px; */
        width: 100%;
        height: 476px;
    }

    .zjzg_banner .swiper-slide {
        height: 476px;
    }

    .banner-slide {
        width: 100%;
        height: 100%;
    }

    .pagination-banner {
        position: absolute;
        z-index: 20;
        bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .pagination-banner .swiper-pagination-switch {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: none;
        margin: 0 5px;
        opacity: 0.8;
        border: 1px solid #4f5e6d;
        cursor: pointer;
    }
    .pagination-banner .swiper-active-switch {
        background: #b7241e;
        border: 1px solid #ad3120;
    }

    .zjzg_container {
        width: 100%;
        background: #fdfcef url(./sk01_bodybg1.jpg) no-repeat top center;
        background-size: 100%;
    }

    /* nav */

    .zjzg_nav_wrap {
        width: 100%;
        height: 50px;
        border-top: 2px solid #9ea6a9;
        border-bottom: 2px solid #34465a;
    }

    .zjzg_nav_box {
        width: 888px;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }

    .zjzg_nav_box::before,
    .zjzg_nav_box::after {
        content: '';
        width: 20px;
        height: 37px;
        background: url(./sk01_zjzg_nav_flower.png) no-repeat;
        background-size: 20px;
        position: absolute;
        top: 50%;
        margin-top: -18px;
    }

    .zjzg_nav_box::before {
        left: 0;
    }

    .zjzg_nav_box::after {
        right: 0;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    .zjzg_nav {
        width: 886px;
        margin: 0 auto;
        /* background-color: red; */
        line-height: 50px;
        overflow: hidden;
        padding-left: 8px;
        box-sizing: border-box;
    }

    .zjzg_nav a {
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
        color: #34465a;
        font-size: 16px;
        float: left;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }
    .zjzg_nav span{
        width: 3px;
        height: 50px;
        background: url(./sk01_zjzg_nav_line.png) no-repeat center;
        background-size: 3px;
        float: left;
    }

    .zjzg_nav a:hover {
        color: #b7241e;
    }










    /* Ã¦â€”Â¶Ã©â€”Â´Ã¨Â½Â´ */

    .zjzg_time_axis {
        width: 1000px;
        height: 502px;
        margin: 90px auto 0 auto;
        /* background: #f1f1f1; */
        position: relative;
    }

    .zjzg_time_axisIn {
        width: 1314px;
        height: 440px;
        background: url(./sk01_zjzg_reel_bg.png) repeat-x;
        background-size: auto 100%;
        position: absolute;
        top: 0;
        left: -157px;
    }

    .zjzg_reel_before,
    .zjzg_reel_after {
        width: 80px;
        height: 547px;
        display: block;
        position: absolute;
        top: -53px;
        z-index: 10;
    }

    .zjzg_reel_before {
        background: url(./sk01_zjzg_reel_left.png) no-repeat left center;
        background-size: 79px;
        left: -10px;

    }

    .zjzg_reel_after {
        background: url(./sk01_zjzg_reel_right.png) no-repeat left center;
        background-size: 79px;
        right: -10px;
    }

    .zjzg_reel_tabBtn_box {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    .zjzg_reel_tabBtn_box a {
        width: 110px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 16px;
        background: url(./sk01_zjzg_reel_tabBtn_link.png) no-repeat;
        background-size: 100%;
        display: inline-block;
        color: #7c8a99;
        margin: 0 30px;
    }

    .zjzg_reel_tabBtn_box a:hover,
    .zjzg_reel_tabBtn_box a.active {
        color: #b7241e;
        background: url(./sk01_zjzg_reel_tabBtn_active.png) no-repeat;
        background-size: 100%;
    }


    .zjzg_reel_content_wrap {
        width: 1268px;
        height: 350px;
        margin: 20px auto 0 auto;

    }

    .zjzg_reel_content {
        width: 100%;
        height: 100%;
        display: none;
        position: relative;
    }

    .zjzg_reel_content.active {
        display: block;
    }


    .data_ul {
        width: 100%;
        height: 36px;
        position: relative;
        margin-top: 15px;
    }

    .data_ul li {
        width: 115px;
        height: 100%;
        float: left;
        text-align: center;
        background: url(./sk01_zjzg_reel_mark_bg.png) no-repeat center 22px;
        background-size: 100%;
        /* background: #7c8a99; */
        cursor: pointer;
        position: relative;
        color:#8d7458;
        font-size: 14px;
    }

    .year_swiper li::before{
        content: '';
        width: 100%;
        height: 1px;
        background-color: #c5a596;
        display: block;
        position: absolute;
        top: 56px;
        left: 0;
        right: 0;
    }

    .year_swiper li .markPoint {
        width: 14px;
        height: 24px;
        background: url(./sk01_zjzg_reel_markPoint.png) no-repeat;
        position: absolute;
        left: 50%;
        margin-left: -7px;
        top: 44px;
        display: block;
        display: none;
    }

    .data_ul li:nth-child(1) {
        background: url(./sk01_zjzg_reel_mark_bg.png) no-repeat center 22px;
        background-size: 100% auto;
    }

    .data_ul li:last-child {
        background: url(./sk01_zjzg_reel_mark_bg.png) no-repeat center 22px;
        background-size: 100% auto;
    }

    .swiper-button-prev-year,
    .swiper-button-next-year {
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: 24px;
        z-index: 20;
        cursor: pointer;
        opacity: .6;
    }

    .swiper-button-prev-year {
        background: url(./sk_01_gb_year_arrow_left.png) no-repeat center;
        background-size: 30px;
        left: 30px;
    }

    .swiper-button-next-year {
        background: url(./sk_01_gb_year_arrow_right.png) no-repeat center;
        background-size: 30px;
        right: 30px;
    }

    .data_ul li:hover,
    .data_ul li.active {
        color: #b7241e;
        font-weight: bold;
    }

    .data_ul li:hover::after,
    .data_ul li.active::after {
        content: '';
        width: 3px;
        height: 14px;
        background-color: #b7241e;
        position: absolute;
        top: 22px;
        left: 50%;
        margin-left: -1.5px;
        display: block;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    /* .data_ul::after {
        content: '';
        width: 100%;
        height: 1px;
        background: #c5a596;
        display: block;
        position: absolute;
        bottom: 10px;
        left: 0;
    } */

    .date_line {
        width: 100%;
        height: 16px;
        /* background-color: red; */
        margin-top: 4px;
        position: relative;
    }

    .date_line::before {
        content: '';
        width: 100%;
        height: 1px;
        background: #c5a596;
        display: block;
        position: absolute;
        top: 12px;
        left: 0;
    }

    .date_pointCard {
        width: 14px;
        height: 24px;
        background: url(./sk01_zjzg_reel_markPoint.png) no-repeat;
        position: absolute;
        left: 51px;
        top: 0;
    }

    .reel_slide_content {
        overflow: hidden;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .reel_img {
        width: 228px;
        height: 260px;
        background: url(./sk01_zjzg_reel_imgBorder.png) no-repeat center;
        background-size: 100% 100%;
        padding: 20px;
        box-sizing: border-box;
        margin-right: 26px;
    }

    .reel_img img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .reel_content {
        width: 252px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .reel_title {
        font-size: 18px;
        color: #5b6570;
        line-height: 1.5;
    }

    .reel_date {
        font-size: 14px;
        color: #99a5b1;
        margin-top: 10px;
    }

    .reel_abstract {
        font-size: 14px;
        color: #7c8a99;
        margin-top: 20px;
        line-height: 1.5;
    }

    /* Ã¦Â â€¡Ã©Â¢Ëœ */
    .zjzg_public_title {
        width: 100%;
        height: 49px;
        text-align: center;
    }

    .zjzg_public_title img{
        height: 100%;
    }





    /* mzmj - Ã¥ÂÂÃ¥Â¿â€”Ã¥ÂÂÃ©â€°Â´ */

    .zjzg_mzmj {
        width: 1000px;
        padding-bottom: 10px;
        margin: 0 auto;
        position: relative;
    }
    .mzmj_btns_box {
        width: 320px;
        height: 257px;
        position: absolute;
        left: 50%;
        margin-left: -160px;
    }

    .mzmj_title {
        width: 100%;
        height: 49px;
        text-align: center;
    }

    .mzmj_title img {
        height: 100%;
    }

    .mzmj_btns_ul {
        width: 320px;
        height: 257px;
        margin-top: 43px;
        background: url(./sk01_zjzg_mzmj_btns_bg.png);
        background-size: 100%;
        box-shadow: 0px 0px 20px rgba(0,0,0, .3);
        overflow: hidden;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding: 56px 20px 0 20px;
        box-sizing: border-box;
    }

    .mzmj_btns_ul li {
        width: 46px;
        height: 100%;
        float: right;
        font-size: 16px;

    }

    .mzmj_btns_ul li a {
        padding: 33px 10px 0 10px;
        box-sizing: border-box;
        text-decoration: none;
        color: #34465a;
        display: block;
        text-align: center;
        position: relative;
    }


    .mzmj_btns_ul li:nth-child(1) a {
        background: url(./sk01_zjzg_mzmj_btn01_link.png) no-repeat top center;
        background-size: 32px;
    }

    .mzmj_btns_ul li:nth-child(2) a {
        background: url(./sk01_zjzg_mzmj_btn02_link.png) no-repeat top center;
        background-size: 32px;
    }

    .mzmj_btns_ul li:nth-child(3) a {
        background: url(./sk01_zjzg_mzmj_btn03_link.png) no-repeat top center;
        background-size: 32px;
    }

    .mzmj_btns_ul li:nth-child(4) a {
        background: url(./sk01_zjzg_mzmj_btn04_link.png) no-repeat top center;
        background-size: 32px;
    }

    .mzmj_btns_ul li:nth-child(5) a {
        background: url(./sk01_zjzg_mzmj_btn05_link.png) no-repeat top center;
        background-size: 32px;
    }

    .mzmj_btns_ul li:nth-child(6) a {
        background: url(./sk01_zjzg_mzmj_btn06_link.png) no-repeat top center;
        background-size: 32px;
    }

    .mzmj_btns_ul li a{
        background-size: 32px;
    }

    .mzmj_btns_ul li a::after {
        content: '';
        width: 22px;
        height: 22px;
        background: url(./sk01_zjzg_mzmj_btnMore_link.png) no-repeat;
        background-size: 100%;
        display: block;
        position: absolute;
        top: 140px;
        left: 50%;
        margin-left: -11px;
    }


    .mzmj_btns_ul li:nth-child(1) a:hover,
    .mzmj_btns_ul li:nth-child(1) a.active{
        color: #b7241e;
        background: url(./sk01_zjzg_mzmj_btn01_active.png) no-repeat top center;
        background-size: 32px;
    }

    .mzmj_btns_ul li:nth-child(2) a:hover,
    .mzmj_btns_ul li:nth-child(2) a.active{
        color: #b7241e;
        background: url(./sk01_zjzg_mzmj_btn02_active.png) no-repeat top center;
        background-size: 32px;
    }

    .mzmj_btns_ul li:nth-child(3) a:hover,
    .mzmj_btns_ul li:nth-child(3) a.active{
        color: #b7241e;
        background: url(./sk01_zjzg_mzmj_btn03_active.png) no-repeat top center;
        background-size: 32px;
    }

    .mzmj_btns_ul li:nth-child(4) a:hover,
    .mzmj_btns_ul li:nth-child(4) a.active{
        color: #b7241e;
        background: url(./sk01_zjzg_mzmj_btn04_active.png) no-repeat top center;
        background-size: 32px;
    }

    .mzmj_btns_ul li:nth-child(5) a:hover,
    .mzmj_btns_ul li:nth-child(5) a.active{
        color: #b7241e;
        background: url(./sk01_zjzg_mzmj_btn05_active.png) no-repeat top center;
        background-size: 32px;
    }

    .mzmj_btns_ul li:nth-child(6) a:hover,
    .mzmj_btns_ul li:nth-child(6) a.active{
        color: #b7241e;
        background: url(./sk01_zjzg_mzmj_btn06_active.png) no-repeat top center;
        background-size: 32px;
    }


    .mzmj_btns_ul li a:hover::after,
    .mzmj_btns_ul li a.active::after {
        background: url(./sk01_zjzg_mzmj_btnMore_active.png) no-repeat;
        background-size: 100%;
    }


    .mzmj_content {
        width: 100%;
        padding-top: 66px;
        overflow: hidden;
        display: none;
    }

    .mzmj_left {
        float: left;
    }

    .mzmj_right {
        float: right;
    }

    .mzmj_pic {
        width: 322px;
        height: 144px;
        margin-bottom: 20px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        display: block;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        color: #FFF;
        text-align: center;
    }

    .mzmj_pic img{
        width: 100%;
        height: 100%;
    }

    .mzmj_pic .pic_text {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        font-size: 16px;
        padding-top: 60px;
        box-sizing: border-box;
        opacity: 0;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }

    .mzmj_pic:hover .pic_text{
        opacity: 1;
    }

    .mzmj_pic:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    /* fzyj - Ã¦â€“Â¹Ã¥Â¿â€”Ã§Â â€Ã§Â©Â¶ */

    .zjzg_fzyj_wrap {
        width: 100%;
        height: 512px;
        background: url(./sk01_zjzg_fzyj_bg.png) no-repeat center top;
        background-size: 100% 100%;
    }


    .zjzg_fzyj {
        width: 1000px;
        height: 100%;
        margin: 0 auto;
        padding-top: 35px;
        box-sizing: border-box;
    }

    .fzyj_title {
        width: 100%;
        height: 68px;
        text-align: center;
    }

    .fzyj_title img{
        height: 100%;
    }

    .fzyj_ul {
        width: 100%;
        /* overflow: hidden; */
        /* padding: 20px; */
        box-sizing: border-box;
        margin-top: 50px;
    }

    .fzyj_ul li{
        width: 320px;
        height: 166px;
        /*background-color: red;
        */box-shadow: 0 0 10px rgba(141, 116, 88, .2);
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        overflow: hidden;
        float: left;
        margin-bottom: 20px;
        margin-right: 18px;
    }

    .fzyj_ul li:nth-child(1) {
        margin-left: 240px;
    }

    .fzyj_ul li:nth-child(5) {
        margin-right: 0;
    }

    .fzyj_left {
        width: 256px;
        height: 100%;
        background-color: #fffcf5;
        float: left;
        text-align: center;
        overflow: hidden;
    }

    .fzyj_left img{
        width: 100%;
        height: 100%;
    }

    .fzyj_right {
        width: 64px;
        height: 100%;
        /* background-color: yellow; */
        background-color: #6886a6;
        display: table;
        float: right;
    }

    .fzyj_right p {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #FFF;
        font-size: 16px;
        padding: 0 20px;
    }

    .fzyj_ul li:hover .fzyj_left img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    /* Ã¨ÂµÂ°Ã¨Â¿â€ºÃ¦â€“Â¹Ã¥Â¿â€”Ã©Â¦â€ Ã£â‚¬ÂÃ¦â€“Â¹Ã¥Â¿â€”Ã¤Â¸ÂºÃ§â€Â¨Ã£â‚¬ÂÃ¦â€“Â¹Ã¥Â¿â€”Ã¥Å Â¨Ã¦â‚¬ÂÃ§Å¡â€žÃ¨Æ’Å’Ã¦â„¢Â¯ */

    .fullWidth {
        width: 100%;
    }

    .fzbottom_wrap {
        background: #fcfaed url(./sk01_zjzg_hill_bg.png) no-repeat center top;
    }

    /* Ã¨ÂµÂ°Ã¨Â¿â€ºÃ¦â€“Â¹Ã¥Â¿â€”Ã©Â¦â€  */
    .zjzg_zjfzg {
        width: 1000px;
        margin: 0 auto;
        padding-top: 50px;
    }

    .zjfzg_title {
        width: 100%;
        height: 67px;
        text-align: center;
    }

    .zjfzg_ul {
        width: 100%;
        height: 170px;
        overflow: hidden;
        padding: 10px;
        margin-top: 40px;
    }

    .zjfzg_ul li {
        width: 190px;
        height: 140px;
        float: left;
        box-shadow: 0px 0px 5px rgba(0,0,0, .1);
        padding: 6px;
        box-sizing: border-box;
        background-color: #FFF;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        overflow: hidden;
        margin-right: 12px;
    }
    .zjfzg_ul li:last-child{
        margin-right: 0;
    }

    .zjfzg_img {
        width: 100%;
        height: 100px;
        overflow: hidden;
    }

    .zjfzg_img img{
        width: 100%;
        height: 100%;
    }

    .zjfzg_ul li:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .zjfzg_text {
        line-height: 36px;
        text-align: center;
        color: #34465a;
        font-size: 14px;
    }





    /* Ã¦â€“Â¹Ã¥Â¿â€”Ã¤Â¸ÂºÃ§â€Â¨ */
    .zjzg_fzwy {
        width: 1000px;
        margin: 0 auto;
        padding-top: 30px;
    }

    .fzwy_btn_box {
        height: 65px;
        border-top: 1px solid #7c8a99;
        border-bottom: 1px solid #7c8a99;
        margin-top: 36px;
        text-align: center;
    }

    .fzwy_btn_box a {
        padding-top: 36px;
        display: inline-block;
        font-size: 16px;
        color: #34465a;
        margin: 0 40px;
    }

    .fzwy_btn_box a:nth-child(1) {
        background: url(./sk01_zjzg_fzwy_btn01_link.png) no-repeat center 10px;
        background-size: 27px;
    }

    .fzwy_btn_box a:nth-child(2) {
        background: url(./sk01_zjzg_fzwy_btn02_link.png) no-repeat center 12px;
        background-size: 32px;
    }

    .fzwy_btn_box a:nth-child(3) {
        background: url(./sk01_zjzg_fzwy_btn03_link.png) no-repeat center 10px;
        background-size: 22px;
    }

    .fzwy_btn_box a:hover,
    .fzwy_btn_box a.active {
        color: #b7241e;
    }

    .fzwy_btn_box a:nth-child(1):hover,
    .fzwy_btn_box a:nth-child(1).active {
        background-image: url(./sk01_zjzg_fzwy_btn01_active.png);
    }

    .fzwy_btn_box a:nth-child(2):hover,
    .fzwy_btn_box a:nth-child(2).active {
        background-image: url(./sk01_zjzg_fzwy_btn02_active.png);
    }

    .fzwy_btn_box a:nth-child(3):hover,
    .fzwy_btn_box a:nth-child(3).active {
        background-image: url(./sk01_zjzg_fzwy_btn03_active.png);
    }


    .fzwy_content_wrap {
        margin-top: 36px;
    }

    .fzwy_content{
        overflow: hidden;
        display: none;
    }
    .fzwy_content:nth-child(1) {
        display: block;
    }

    .fzwy_img_ul {
        width: 680px;
        float: left;
    }

    .fzwy_img_ul li{
        width: 320px;
        height: 180px;
        margin: 0 20px 20px 0;
        position: relative;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        overflow: hidden;
        float: left;
    }

    .fzwy_img_ul li img{
        width: 100%;
        height: 100%;
    }

    .fzwy_img_ul li p{
        width: 100%;
        height: 44px;
        line-height: 44px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(0,0,0 ,.5);
        color: #FFF;
        text-align: center;
        font-size: 16px;
        padding: 0 10px;
    }

    .fzwy_img_ul li:hover img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .fzwy_text_ul {
        width: 320px;
        background-color: #FFF;
        padding: 14px 28px 18px 28px;
        box-sizing: border-box;
        float: right;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 0px 5px rgba(0,0,0, .1);
    }

    .fzwy_text_ul li{
        width: 100%;
        border-bottom: 1px solid #7c8a99;
        line-height: 34px;
    }

    .fzwy_text_ul li a {
        width: 98%;
        padding-left: 14px;
        font-size: 14px;
        color: #34465a;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }

    .fzwy_text_ul li a::before {
        content: '';
        width: 3px;
        height: 3px;
        background-color: #34465a;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -2.5px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }

    .fzwy_text_ul li:last-child{
        border-bottom: none;
    }

    .fzwy_text_ul li a:hover{
        color: #b7241e;
    }

    .fzwy_text_ul li a:hover::before {
        background-color:#b7241e ;
    }


    /* Ã¦â€“Â¹Ã¥Â¿â€”Ã¥Å Â¨Ã¦â‚¬Â */

    .zjzg_fzdt {
        width: 1000px;
        margin: 0 auto;
        margin-top: 40px;
    }

    .fzdt_btns {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        margin-top: 40px;
        position: relative;
    }

    .fzdt_btns a {
        display: inline-block;
        color: #34465a;
    }

    .fzdt_btns::before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #7c8a99;
        position: absolute;
        bottom: 0;
        display: block;
    }

    .fzdt_btns a:hover,
    .fzdt_btns a.active{
        color: #b7241e;
    }

    .red_line {
        width: 50px;
        height: 3px;
        background-color: #b7241e;
        position: absolute;
        bottom: 0;
        left: 337px;
    }

    .fzdt_btns .spacing{
        display: inline-block;
        width: 80px;
    }

    .fzdt_content {
        display: none;
    }

    .fzdt_content:nth-child(1) {
        display: block;
    }


    .fzdt_content_ul {
        overflow: hidden;
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .fzdt_content_ul li {
        width: 50%;
        float: left;
        margin-bottom: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }

    .fzdt_content_ul li h6 a {
        color: #34465a;
        font-size: 16px;
    }

    .fzdt_content_ul li h6 a:hover{
        /* color: #b7241e; */
    }

    .fzdt_content_ul li p {
        font-size: 14px;
        color: #666;
        line-height: 22px;
        margin-top: 8px;
    }

    .fzdt_content_ul li .more{
        width: 72px;
        display: block;
        font-size: 12px;
        color: #7c8a99;
        padding-right: 20px;
        box-sizing: border-box;
        background: url(./sk01_zjzg_mzmj_btnMore_link.png) no-repeat right center;
        background-size: 12px;
        margin-top: 10px;
    }

    .fzdt_content_ul li .more:hover {
        color: #b7241e;
        background-image: url(./sk01_zjzg_mzmj_btnMore_active.png);
    }


    .zjzg_footer {
        min-height: 120px;
        background: url(./sk01_zjzg_footer_bg.jpg) no-repeat center top;
        padding-top: 40px;
    }

    /* 友情链接 */
    .friendLink_wrap{
        width: 1000px;
        padding-bottom: 30px;
    }

    .friendLink_title {
        height: 40px ;
        line-height: 40px;
        font-size: 18px;
    }

    .friendLink_title span {
        padding: 0 8px;
    }

    .friendLink_title span:before{
        content: '';
        height: 3px;
        background-color: #b7241e;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
    }

    .sk_friend_link {
        margin-top: 15px;
    }

    .sk_friend_link a {
        font-size: 12px;
        line-height: 2;
        margin: 0 5px;
    }

    /* end */

}



.swiper-slide {
    /* height: 370px; */
}

/* .swiper-slide:nth-child(5) {
    background-color: red;
}

.swiper-slide:nth-child(6) {
    background-color: orange;
}

.swiper-slide:nth-child(7) {
    background-color: yellow;
}

.swiper-slide:nth-child(8) {
    background-color: #09c;
}

.swiper-slide:nth-child(9) {
    background-color:darksalmon;
}

.swiper-slide:nth-child(10) {
    background-color:tomato;
}

.swiper-slide:nth-child(11) {
    background-color:mediumseagreen;
} */
