.header {
    position: relative;
}

.headerbg {
    content: '';
    display: block;
    width: 100%;
    background: url(../images/headerbg.png) no-repeat bottom;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.banner {
    margin-top: -63px;
    border-bottom: 12px solid #e0a609;
    overflow: hidden;
}
.banner .slick-list{
    overflow:visible
}
.bannerUl a {
    display: block;
    position: relative;
}


.bannerPic {
    padding-bottom: 28.69%;
}

.bannerUl .slick-arrow {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    bottom: 25px;
}

.bannerUl .slick-prev {
    top: auto;
    left: auto;
    box-shadow: 0px 9px 3px rgba(0, 0, 0, .1);
    opacity: .6;
    background: rgba(255, 255, 255, 1) url(../images/prev.png) no-repeat center;
    right: calc(13.2% + 75px);
}

.bannerUl .slick-next {
    background: rgba(49, 74, 209) url(../images/next.png) no-repeat center;
    top: auto;
    right: 13.2%;
}

.banner .slick-dots li {
    width: 18px;
    height: 18px;
    margin: 0 10px;
}

.banner .slick-dots {
    text-align: right;
    bottom: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.banner .slick-dots li.slick-active button {
    background: #fff !important;
}

.banner .slick-dots li button {
    background: rgba(255, 255, 255, .5) !important;
}

/* mode1 */
.mode1 {
    margin-top: 60px;
    overflow: hidden;
    margin-bottom: 30px;
}

.mode1l {
    width: 474px;
    overflow: hidden;
}

.mode1r {
    margin-left: 534px;
}

.title {
    margin-bottom: 10px;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 41px;
    height: 41px;
    overflow: hidden;
}

.title .tit {
    font-family: 'FZDBSJW--GB1-0';
    color: #622a1d;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.mode1l .item-pic {
    padding-bottom: 66.46%;
    margin-bottom: 5px;
}

.mode1l .item-txt {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    color: #333;
    display: block;
}
.mode1ul .slick-dots {
    text-align: right;
    bottom: 70px;
    padding-right: 10px;
    box-sizing: border-box;
}


.mode1ul  .slick-dots li.slick-active button {
    background: #fff !important;
}

.mode1ul  .slick-dots li button {
    background: rgba(255, 255, 255, .5) !important;
}

.mode1rTop li:nth-child(1) {
    float: left;
}

.mode1rTop li:nth-child(1).on .icon {
    background: url(../images/t2.png) no-repeat;
    background-size: cover;
}

.mode1rTop li:nth-child(1) .icon {
    background: url(../images/t22.png) no-repeat;
    background-size: cover;
}

.mode1rTop li:nth-child(2) {
    float: right;
}

.mode1rTop li:nth-child(2) .icon {
    background: url(../images/t3a.png) no-repeat;
    background-size: cover;
}

.mode1rTop li:nth-child(2).on .icon {
    background: url(../images/t3.png) no-repeat;
    background-size: cover;
}

.mode1rTop .tit {
    font-family: 'FZDBSJW--GB1-0';
    color: #666666;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.mode1rTop li.on .tit {
    color: #622a1d;
}

.mode1rTop {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0a609;
}

.date {
    font-size: 16px;
    color: #999;
    display: inline-block;
    padding-top: 10px;
    box-sizing: border-box;
    margin-left: 10px;
}
.tab_list li:last-child a{
    border: none;
}
.tab_list a {
    /* font-size: 16px; */
    display: block;
    padding: 6px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eceef0;
    /* font-family: 'ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â­ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¿'; */
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.tab_list li:hover a {
    transform: translateX(5px);
}

.tab_list li:hover .tab-txt {
    color: #622a1d;
}

.tab-txt {
    padding-top: 10px;
    font-size: 16px;
    color: #333;
    line-height: 25px;
    height: 30px;
}

.tab_list {
    display: none;
}

.tab_list.on {
    display: block;
}

.date2 {
    margin: 0;
    padding: 0;
    display: none;
}
/* mode2 */
.mode2{
    margin-bottom: 80px;
}
.mode2ul{
    margin: 0 -10px;
    overflow: hidden;
    font-size: 0;
}
.mode2ul li{
    margin-bottom: 20px;
    width: calc(100% / 3);
    display: inline-block;
}
.mode2ul li a{
    display: block;
    margin: 0 10px;
    padding: 7px;
    box-sizing: border-box;
    border: 1px solid #622a1d;
}
.mode2ul .item-pic{
    padding-bottom: 25.18%;
}
/* mode3 */
.mode3{
      overflow: hidden;
    margin-bottom: 30px;
}
.mode3ul{
    display: flex;
    justify-content: center;
}
.mode3ul li{
    margin-bottom: 30px;
    width: calc(100% / 6);
    display: inline-block;
}
.mode3ul a{
    display: block;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
}
.mode3ul a .item-pic{
    width: 99px;
    display: inline-block;
    margin-bottom: 13px;
}
.mode3ul a .item-img{
    padding-bottom: 100%;
    transition: all .3s ease-in-out;
}
.mode3ul li:hover a .item-img{
    transform: scale(1.02);
}
.mode3ul a .item-txt{
    font-family: 'FZDBSJW--GB1-0';
    line-height: 21px;
    height: 42px;
    justify-content: center;
}
.mode3ul li:nth-child(1) a .item-img{
    background: url(../images/A1.png) no-repeat;
    background-size: cover;
}
.mode3ul li:hover:nth-child(1) a .item-img{
    background: url(../images/A11.png) no-repeat;
    background-size: cover;
}

.mode3ul li:nth-child(2) a .item-img{
    background: url(../images/A2.png) no-repeat;
    background-size: cover;
}
.mode3ul li:hover:nth-child(2) a .item-img{
    background: url(../images/A22.png) no-repeat;
    background-size: cover;
}
.mode3ul li:nth-child(3) a .item-img{
    background: url(../images/A3.png) no-repeat;
    background-size: cover;
}
.mode3ul li:hover:nth-child(3) a .item-img{
    background: url(../images/A33.png) no-repeat;
    background-size: cover;
}
.mode3ul li:nth-child(4) a .item-img{
    background: url(../images/A4.png) no-repeat;
    background-size: cover;
}
.mode3ul li:hover:nth-child(4) a .item-img{
    background: url(../images/A44.png) no-repeat;
    background-size: cover;
}
.mode3ul li:nth-child(5) a .item-img{
    background: url(../images/A5.png) no-repeat;
    background-size: cover;
}
.mode3ul li:hover:nth-child(5) a .item-img{
    background: url(../images/A55.png) no-repeat;
    background-size: cover;
}
.mode3ul li:nth-child(6) a .item-img{
    background: url(../images/A6.png) no-repeat;
    background-size: cover;
}
.mode3ul li:hover:nth-child(6) a .item-img{
    background: url(../images/A6.png) no-repeat;
    background-size: cover;
}
.mode03{
  
}

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

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

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

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

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

    .mode1ul .slick-dots{
        bottom: 130px;
    }

    .mode1l {
        width: 404px;
    }

    .mode1r {
        margin-left: 434px;
    }

    .mode1l .item-pic {
        margin-bottom: 35px;
    }

    .date2 {
        display: block;
        margin-top: 5px;
    }
    .mode3ul a {
     padding: 0 30px;
      
    }
}

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

    .mode1ul .slick-dots {
        bottom: 95px;
    }
    .header::before {
        padding-bottom: calc(464% / 19.2);
        background: url(../images/headerbg.png) no-repeat top;
    }
}

@media screen and (max-width:880px) {
    .header::before {
        padding-bottom: calc(548% / 19.2);
    }

    .mode1 {
        margin-top: 30px;
    }

    .mode1l, .mode1r {
        width: 100%;
        float: none;
        margin: 0;
        margin-bottom: 30px;
    }

    .mode1l .item-pic {
        margin-bottom: 20px;
    }

    .mode1r {
        margin-bottom: 0px;
    }
    .mode1l .item-txt{
        height: auto;
    }
    .mode2ul li{
        width: 50%;
    }
    .mode3ul a {
        padding: 0px 33px;
    }
    
    .mode2 {
        margin-bottom: 30px;
    }
   
    .mode3ul a .item-pic{
        width:77px;
    }
}
@media screen and (max-width:767px){
 .header::before {
        padding-bottom: calc(608% / 19.2);
    }}
@media screen and (max-width:700px){
     .header::before {
        padding-bottom: calc(704% / 19.2);
    }
     .mode3ul a {
        padding: 0px 24px;
    }
    .mode3ul a .item-pic{
        width:68px;
    }
    .mode1ul .slick-dots {
        bottom: 110px;
    }
}
@media screen and (max-width:600px){
      .mode3ul a {
        padding: 0px 8px;
    }
}
@media screen and (max-width:480px) {
    .banner {
        margin: 0;
        margin-top: -60px !important;
    }
 .header::before {
        padding-bottom: calc(704% / 19.2);
    }
    .header::before {
        display: none;
        
    }

    .header {
        background: url(../images/headerbg.png) no-repeat top;
        /* background-size: cover; */
        /* overflow: hidden; */
    }

    .banner .slick-dots {
        text-align: center;
    }

    .banner .slick-dots li {
        margin: 0 5px;
        width: 10px;
        height: 10px;
    }
    .mode2ul li{
        width: 100%;
    }
     .mode3ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .mode3ul li{
        width: 50%;
        text-align: center;
    } 
     .mode3ul a .item-pic{
        width: 83px;
    }
}

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

@media screen and (max-width:414px) {
    .tit {
        font-size: 2.6rem;
    }

    .icon {
        width: 31px;
        height: 31px;
    }

}