.bannerPic {
    padding-bottom: 42.71%;
}

.bann .slick-dots {
    bottom: 40px;
    text-align: left;
    padding-left: 13%;
    box-sizing: border-box;
}

.bann .slick-dots li {
    margin: 0 9px;
}

.bann .slick-dots li button {
    width: 8px;
    background: rgba(255, 255, 255, .4);
    height: 8px;
}

.bann .slick-dots li.slick-active button {
    background: #fff
}

.bann .slick-prev {
    width: 51px;
    height: 24px;
    border-radius: 24px;
    background: rgba(0, 0, 0, .4) url(../images/l.png) no-repeat center;
    /* background-size: cover; */
    margin: 0;
    top: calc(100% - 54px);
    left: 50%;
    margin-left: 580px;
}

.bann .slick-prev:hover {
    border-radius: 24px;
    background: #600205 url(../images/l.png) no-repeat center;
}

.bann .slick-next:hover {
    border-radius: 24px;
    background: #600205 url(../images/r.png) no-repeat center;
}

.bann .slick-next {
    width: 51px;
    border-radius: 24px;
    height: 24px;
    background: rgba(0, 0, 0, .4) url(../images/r.png) no-repeat center;
    /* background-size: cover; */
    margin: 0;
    top: calc(100% - 54px);
    right: 50%;
    margin-right: -700px;
}


/* mode1 */

main {
    display: block;
}

.mode1 {
    position: relative;
    margin-bottom: 20px;
}

.mode1::before {
    content: '';
    display: block;
    width: 100%;
    height: 798px;
    /* background: url(../images/mode1bg.png) no-repeat; */
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.mode1con {
    position: relative;
    z-index: 10;
}

.title {
    padding: 60px 0 20px;
}

.title a.gp-f26 {
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
    color: #222;
}

.more {
    display: inline-block;
    color: #999;
    vertical-align: middle;
    line-height: 30px;
}

.mode1r {
    width: 290px;
    /* padding-right: 30px; */
    box-sizing: border-box;
    /* margin-left: 75px; */
}

.mode1rUl a {
    display: block;
    padding: 28px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
}

.mode1rUl li {
    margin-bottom: 14px;
}

.mode1rUl li:hover a {
    animation-name: stretchRight;
    -webkit-animation-name: stretchRight;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
}

.mode1rUl a i {
    /* display: block; */
    width: 34px;
    display: inline-block;
    height: 28px;
    vertical-align: middle;
}

.mode1rUl a p {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.mode1rUl a span {
    display: line-block;
    width: 15px;
    display: inline-block;
    height: 5px;
    background: url(../images/jt.png) no-repeat;
    vertical-align: middle;
    margin-top: 10px;
}

.mode1ll {
    width: calc(50% - 25px);
    display: block;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 6%);
}

.mode1ax {
    background: #fff;
    display: block;
}

.mode1Top {
    padding: 20px 32px;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #ebebeb;
}

.mode1l {
    margin-right: 365px;
}

.mode1Top p {
    color: #222;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 16px;
}

.mode1Top span {
    display: block;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 60px;
    color: #999;
}

.date {
    padding-left: 20px;
    line-height: 20px;
    color: #999;
    position: relative;
}

.date::before {
    content: '';
    width: 10px;
    height: 2px;
    /* background: #600205; */
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
}

.mode1lbottom {
    padding: 15px 32px;
    text-align: right;
    box-sizing: border-box;
}

.detail {
    color: #600205;
    display: inline-block;
}

.mode1lUl {
    padding: 20px 32px;
    display: block;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 6%);
}

.mode1lUl li {
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
}

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

.date2 {
    padding-right: 19px;
    position: relative;
    color: #999;
    line-height: 24px;
    margin-left: 15px;
}

.date2::after {
    content: '';
    width: 10px;
    height: 2px;
    /* background: #600205; */
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
}

.mode1lUl p {
    /* margin-right: 15px; */
    color: #444;
    line-height: 24px;
}


/* mode2 */

.mode2 {
    position: relative;
    z-index: 20;
    margin-bottom: 20px;
}

.mode2l,
.mode2r {
    width: calc(50% - 5px);
}

.mode2Img {
    width: 400px;
}

.mode2Pic {
    padding-bottom: 56.25%;
}

.mode2Infor {
    margin-left: 400px;
    padding: 20px 30px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, .06);
}

.mode2Tit {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #222;
    margin-bottom: 15px;
}

.mode2Summary {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #999;
}

.line {
    margin: 52px 0 8px;
    width: 44px;
    height: 1px;
    display: block;
    /* background: #600205; */
}

.date3 {
    line-height: 20px;
    color: #999;
}

.mode2Top {
    /* overflow: hidden; */
    margin-bottom: 10px;
}

.mode2Bottom li {
    margin-bottom: 10px;
}

.mode2Bottom a {
    display: block;
    padding: 18px 26px;
    background: #fff;
    transition: all .3s ease-in-out;
    background-size: 100% 100%;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, .06);
    box-sizing: border-box;
    overflow: hidden;
}

.date5 {
    display: inline-block;
    padding-right: 25px;
    position: relative;
}

.date5::before {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% + 36px);
    background: #e5e5e5;
    top: -18px;
    right: 0;
    position: absolute;
}

.year {
    line-height: 27px;
    color: #600205;
    font-weight: 500;
}

.day {
    line-height: 12px;
    color: #999;
    font-size: 10px;
}

.mode2bInf {
    line-height: 24px;
    color: #222;
    margin-top: 10px;
    margin-left: 100px;
}

.mode2Bottom li:hover a {
    transform: translateX(10px);
}

.mode2Top li:hover a {}

.mode2Top a {
    display: block;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, .06);
    /* overflow: hidden; */
}

.ddate5 {
    width: 88px;
    height: 53px;
    overflow: hidden;
    /* line-height: 65px; */
    background: url(../images/dbg.png) no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

.ddate5 span {
    display: inline-block;
    /* margin: 0 3px; */
}

.ddate5 span.gp-f20 {
    position: absolute;
    left: 20px;
    top: 12px;
}

.ddate5 span.gp-f12 {
    color: rgba(255, 255, 255, .7);
    position: absolute;
    right: 20px;
    top: 27px;
}

.ddate5 span.gp-f12::before {
    content: '';
    display: block;
    width: 2px;
    height: 15px;
    background: #dcc07a;
    position: absolute;
    transform: skewX(-30deg);
    top: -3px;
    left: -7px;
}

.mode3Infor {
    margin-left: 110px;
    display: block;
    /* height: 65px; */
}

.mode3Atit {
    line-height: 24px;
    color: #222;
    position: relative;
    margin-top: 8px;
    box-sizing: border-box;
    display: table;
    vertical-align: middle;
    height: 31px;
}

.mode3Infor p {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #999;
    margin-top: 3px;
}

.mode3Atit::before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    /* background: #600205; */
    position: absolute;
    right: 0;
    top: calc(50% - 0.5px);
}

.mode3Ul {
    overflow: hidden;
    margin: 0px -40px;
}

.mode3Ul li {
    display: block;
    width: 50%;
    float: left;
    margin-bottom: -16px;
}

.mode3Ul li a {
    display: table-cell;
    margin: 0 40px;
    transition: all .3s ease-in-out;
    vertical-align: middle;
}

.mode3Ul li:hover .mode3Atit a {
    transform: translateX(10px)
}

.mode3 {
    position: relative;
    overflow: hidden;
}

.mode3::before {
    content: '';
    display: block;
    width: 239px;
    height: 491px;
    /* background: url(../images/rs.png) no-repeat; */
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: -173px;
}

.mode3Ul li:nth-child(3),
.mode3Ul li:nth-child(4) {
    /* margin-bottom: 0; */
}


/* mode4 */

.mode4 {
    position: relative;
    z-index: 1;
}

.mode4::before {
    content: '';
    display: block;
    width: 100%;
    height: 575px;
    /* background: #f7f5f0; */
    position: absolute;
    top: 210px;
    left: 0;
}

.mode4Ul {
    margin-bottom: 30px;
}

.mode4Ul li {
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
}

.mode4Ul li:hover a {
    /* animation-name: stretchRight; */
    /* -webkit-animation-name: stretchRight; */
    /* animation-duration: 1.5s; */
    /* -webkit-animation-duration: 1.5s; */
    /* animation-timing-function: ease-out; */
    /* -webkit-animation-timing-function: ease-out; */
    /* transform-origin: 0% 0%; */
    -ms-transform-origin: 0% 0%;
    /* -webkit-transform-origin: 0% 0%; */
    transform: translateX(10px);
}

.mode4Ul li a {
    display: block;
    background: #fff;
    transition: all .3s ease-in-out;
    padding: 10px 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 6%);
    position: relative;
}

.mode4Ul li a::before {
    content: '';
    display: block;
    width: 203px;
    height: 203px;
    overflow: hidden;
    /* background: url(../images/yh.png) no-repeat; */
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}

.mode4Top {
    margin: 0 -18px;
    overflow: hidden;
}

.mode4Top span {
    margin: 0 18px;
    display: inline-block;
    vertical-align: middle;
}

.mode4Top span i {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    overflow: hidden;
}

.mode4Top span p {
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
    color: #999;
    margin-left: 10px;
}

.mode44 {
    position: relative;
    z-index: 10;
    /* overflow: hidden; */
}

.mode4Ultop p.gp-f16 {
    line-height: 24px;
    color: #222;
    margin: 10px 0 20px;
    font-weight: bold;
}

.mode4Ultop {
    /* border-bottom: 1px solid #e5e5e5; */
    position: relative;
    z-index: 10;
}

.mode4bot {
    line-height: 20px;
    height: 40px;
    color: #999;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.mode4Ul2 {
    /*     overflow: hidden; */
    margin: 0 -30px;
    margin-bottom: 50px;
    /* display: none; */
    position: relative;
    z-index: 100;
    margin-top: 20px;
}

.mode4Ul2 .modf {
    display: block;
    box-sizing: border-box;
    margin: 0 30px;
    position: relative;
}

.mode4Ul2>li {
    position: relative;
    margin-bottom: 20px;
}

.mode4Ul2>li>.modf>p {
    width: 100%;
    line-height: 44px;
    height: 44px;
    border-radius: 44px;
    box-sizing: border-box;
    background: #e5e5e5;
    color: #600205;
    text-align: center;
    /* margin-bottom: 70px; */
    outline: none;
    text-align: center;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #e5e5e5 url(../images/u.png) no-repeat 96% center;
    padding-right: 30px;
    border: none;
}

.mode4Ul2>li>.modf>p.on {
    background: #e5e5e5 url(../images/u2.png) no-repeat 96% center;
}

.mode4Ul2>li>.modf ol {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    background: #fff;
    max-height: 170px;
    /* padding-left: 35px; */
    position: absolute;
    top: -170px;
    overflow: auto;
    z-index: 100;
    left: 0;
    display: none;
}

.mode4Ul2>li>.modf ol {
    overflow-y: scroll;
    overflow-x: hidden;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */

.mode4Ul2>li>.modf ol::-webkit-scrollbar {
    width: 3px;
}

.mode4Ul2>li>.modf ol::-webkit-scrollbar-thumb {
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.02);
    background: rgba(0, 0, 0, 0.02);
}

.mode4Ul2>li>.modf ol::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.02);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.01);
}

.mode4Ul2>li>.modf ol.on {
    display: block;
}

.mode4Ul2>li>.modf ol>li {
    margin: 5px 0;
    padding: 5px;
    padding-left: 30px;
    box-sizing: border-box;
    border-radius: 29px;
}

.mode4Ul2>li>.modf ol>li:hover {
    background: #f5f5f5
}

.mode4Ul2>li::before {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 10px;
}

.mode4Ul2 li:last-child::before {
    display: none;
}

.mode4Ul2 select {
    width: 100%;
    line-height: 44px;
    height: 44px;
    border-radius: 44px;
    box-sizing: border-box;
    background: #e5e5e5;
    color: #600205;
    text-align: center;
    /* margin-bottom: 70px; */
    outline: none;
    text-align: center;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #e5e5e5 url(../images/u.png) no-repeat 96% center;
    padding-right: 30px;
    border: none;
}

select::-ms-expand {
    display: none;
}

.mode4Ul2 select::before {
    /* content: ''; */
    display: block;
    position: absolute;
    right: 30px;
    top: 20px;
    width: 9px;
    height: 8px;
    background: url(../images/u.png) no-repeat;
}

@media screen and (max-width:1461px) {
    .mode2Img {
        width: 300px;
    }
    .mode2Infor {
        margin-left: 300px;
    }
    .mode2Tit {
        margin-bottom: 9px;
    }
    .line {
        margin: 5px 0;
    }
    .bann .slick-next {
        margin-right: -600px;
    }
    .bann .slick-prev {
        margin-left: 480px;
    }
}

@media screen and (max-width:1300px) {
    .mode1l {
        margin-right: 325px;
    }
    .mode1ll {
        width: calc(50% - 20px);
        display: block;
    }
    .bann .slick-dots {
        padding-left: 7%;
    }
    .bann .slick-next {
        margin-right: -550px;
    }
    .bann .slick-prev {
        margin-left: 430px;
    }
}

@media screen and (max-width:1200px) {
    .bann .slick-next {
        margin-right: -500px;
    }
    .bann .slick-prev {
        margin-left: 380px;
    }
}

@media screen and (max-width:1100px) {
    .mode2Img {
        width: 250px;
    }
    .mode2Infor {
        margin-left: 250px;
        padding: 10px;
        box-shadow: 0px 0px 16px rgba(0, 0, 0, .06);
    }
    .mode2Tit {
        margin-bottom: 2px;
    }
    .line {
        margin: 5px 0;
    }
    .bann .slick-next {
        margin-right: -450px;
    }
    .bann .slick-prev {
        margin-left: 330px;
    }
}

@media screen and (max-width:996px) {
    .mode1r {
        float: none;
        padding-right: 0;
        width: 100%;
    }
    .mode1l {
        margin-right: 0;
    }
    .title {
        padding: 20px 0;
    }
    .mode1ll {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }
    .bann .slick-dots {
        padding-left: 15px;
        bottom: 30px;
    }
    .bann .slick-next {
        margin-right: 0;
        right: 15px;
    }
    .bann .slick-prev {
        left: calc(100% - 135px);
        margin-left: 0;
    }
    .topBottom {
        width: 100%;
        /* padding: 10px 0; */
    }
    .mode2l,
    .mode2r {
        width: 100%;
        float: none;
    }
    .mode3Ul li {
        width: 100%;
        margin-bottom: 15px !important;
    }
    .topBottom::before {
        background-size: 200px 58px;
        width: 200px;
        height: 58px;
    }
    .mode3Ul{ margin:0 auto;}
}

@media screen and (max-width:767px) {
    .mode3 {
        overflow: hidden;
    }
    .topBottom::before {
        background-size: 125px 33px;
        width: 125px;
        height: 35px;
        right: 23px;
    }
    .mode4Top span {
        margin-bottom: 18px;
    }
}

@media screen and (max-width:479px) {
    .bann .slick-arrow {
        top: calc(100% - 30px);
    }
    .bann .slick-dots {
        padding-left: 15px;
        bottom: 5px;
    }
    .mode2Img {
        width: 100%;
        float: none;
    }
    .mode2Infor {
        margin-left: 0;
    }
}

@media screen and (max-width:413px) {
    .gp-menu-header-icon {
        transform: scale(0.6);
        top: -16px;
    }
}