
/* 
@font-face {
    font-family: 'SourceHanSerifCN-Bold-Alphabetic';
    src: url('../fonts/SourceHanSerifCN-Bold-Alphabetic.woff2') format('woff2'),
        url('../fonts/SourceHanSerifCN-Bold-Alphabetic.woff') format('woff'),
        url('../fonts/SourceHanSerifCN-Bold-Alphabetic.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */
main {
    display: block;
    overflow: hidden;
}

.bannerUl a {
    display: block;
    position: relative;
}

.bannerUl a::before {
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    z-index: 2;
}

.bannertxt {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 32px;
    line-height: 1;
    z-index: 3;
}

.bannerPic {
    padding-bottom: 32.31%;
}

.bannerUl .slick-dots {
    bottom: 82px;
    width: auto;
    left: 13.54%;
}

.bannerUl .slick-dots button {
    background: #9c9a99;
    border-radius: 0;
    /* border: 1px solid rgba(255, 255, 255, 0); */
}

.bannerUl .slick-dots li.slick-active button {
    background: #fff;

    position: relative;
}

.bannerUl .slick-dots li.slick-active button::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 120, 93, .5);
    position: absolute;
    left: -1px;
    top: -1px;
}

.bannerUl .slick-dots li {
    width: 28px;
    height: 2px;
    margin: 0 5px;
}

.bannerUl .slick-prev {
    width: 44px;
    height: 66px;
    background: rgba(0, 0, 0, .5) url(../images/l.png) no-repeat center;
    left: 13.54%;
}

.bannerUl .slick-next {
    width: 44px;
    height: 66px;
    background: rgba(0, 0, 0, .5) url(../images/r.png) no-repeat center;
    right: 13.54%;
}

.bannerUl .slick-arrow {
    margin-top: -33px;
}

/* mode1 */
.mode1 {
    background: url(../images/mode1bg.png) repeat;
    padding-bottom: 60px;
    /* background-size: cover; */
    box-sizing: border-box;
    position: relative;
}

.mode1::before {
    content: '';
    display: block;
    width: 27.7%;
    height: 333px;
    background: url(../images/mode1a.png) no-repeat bottom right;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.mode1::after {
    content: '';
    display: block;
    width: 27.7%;
    height: 333px;
    background: url(../images/mode1b.png) no-repeat bottom right;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}

.mode1 .gp-container {
    position: relative;
    z-index: 2;
}

.title {
    padding: 52px 0 16px;
    box-sizing: border-box;
}

.more {
    font-family: 'SourceHanSerifCN-Bold-Alphabetic';
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    padding: 10px 21px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .04);
    color: #999;
}

.more:after {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* background: #a51f2b; */
    height: 100%;
    top: 0;
    z-index: -1;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.more:hover:after {
    width: 100%;
}

/*.more:hover, .more:focus, .more:active {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    color: #fff;
}*/

.tit {
    display: inline-block;
    font-size: 0;
    position: relative;
}

.tit1 {
    display: inline-block;
    padding-right: 15px;
    box-sizing: border-box;
    color: #a51f2b;
    font-family: 'SourceHanSerifCN-Bold-Alphabetic';
    font-family: 'Noto Serif SC';
}

.mode1 .tit1 i {
    background: url(../images/titlebg1.png) no-repeat;
    background-size: cover;
}

.mode2>.gp-fl .tit1 i {
    background: url(../images/titlebg2.png) no-repeat;
    background-size: cover;
}

.list-Til li:nth-child(1).on .tit1 i {
    background: url(../images/titlebg3.png) no-repeat;
    background-size: cover;
}

.list-Til li:nth-child(1).off .tit1 i {
    background: url(../images/titlebg31.png) no-repeat;
    background-size: cover;
}

.list-Til li:nth-child(2).on .tit1 i {
    background: url(../images/titlebg4.png) no-repeat;
    background-size: cover;
}

.list-Til li:nth-child(2).off .tit1 i {
    background: url(../images/titlebg41.png) no-repeat;
    background-size: cover;
}

.tit1 i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    vertical-align: middle;
}

.tit2 {
    color: #757575;
    font-weight: lighter;
    display: inline-block;
}

.mode1Ul {
    margin: 0 -15px;
    overflow: hidden;
}

.mode1Ul li {
    margin-bottom: 20px;
}

.mode1Ul li:hover a {
    transform: translateX(5px);
}

.mode1Ul a {
    display: block;
    margin: 0 15px;
    padding: 32px 30px 33px 0;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-in-out;
}

.date {
    padding: 11px 22px;
    box-sizing: border-box;
    background: #a51f2b;
    text-align: right;
    line-height: 1;
    position: absolute;
    left: 0;
    top: calc(50% - 34px);
    text-transform: uppercase;
}

.mode1Ul li:hover .mode1article {
    color: #a51f2b
}

.date>h2 {
    margin-bottom: 10px;
    line-height: 1;
}

.mode1r {
    margin-left: 127px;
}

.mode1article {
    line-height: 1.63;
    color: #222;
    font-weight: bold;
    margin-bottom: 10px;
}

.mode1summary {
    line-height: 1.7;
    height: 3.4em;
    overflow: hidden;
    color: #999;
}

/* mode2 */
.wrapmode2 {
    padding: 10px 0 60px;
    overflow: hidden;
    box-sizing: border-box;
}

.mode2>.gp-fl {
    width: 48%;
    overflow: hidden;
}

.mode2>.gp-fr {
    width: 48%;
    overflow: hidden;
}

.list2 {
    margin: -10px;
    overflow: hidden;
}

.list2 li {
    width: 50%;
}

.gp-list li {
    width:33.3%;
}

.list2 li a {
    display: block;
    margin: 10px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.list2 li:hover>a {
    transform: translateX(5px)
}

.list2 li:hover>a .listText {
    color: #a51f2b;
}

.list2 .listTitle {
    margin: 15px 0;
}

.list2 .listDate {
    display: inline-block;
    background: url(../images/libg.png) no-repeat center left;
    padding-left: 22px;
    color: #999;
}

.list3 {
    margin-top: 25px;
    overflow: hidden;
}

.list3 li:first-child {
    border-top: #e5e5e5 1px solid;
}

.list3 li {
    border-bottom: #e5e5e5 1px solid;
    overflow: hidden;
}

.list3 li:hover a {
    color: #a51f2b;
    transform: translateX(5px);
}

.list3 li a {
    display: block;
    padding: 22px 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.list3 .listDate {
    display: inline-block;
    background: url(../images/libg.png) no-repeat center left;
    padding-left: 22px;
    box-sizing: border-box;
    color: #999;
    float: left;
    /* margin-right: 30px; */
}

.listTitle {
    margin-left: 130px;
    display: block;
}

.list-Til {
    position: relative;
}

.list-Til li {
    display: inline-block;
   
    cursor: pointer;
}
.list-Til li:nth-child(1){
       margin-right: 25px;
       /*  */
}
.list-Til li:nth-child(1) .tit{
    position: relative;
}
.list-Til li:nth-child(1) .tit::before{
    content:
    '';
    position:
    absolute;
    display: block;
    width: 1px;
    height: 29px;
    background: rgba(0,0,0,.12);
    right: -25px;
    top: calc(50% - 14.5px);
}
.list-Til li:nth-child(2){
       margin-left: 25px;
}
.list-Til .more2 {
    position: absolute;
    right: 0;
    top: 55px;
}

.list-Til .off .more2 {
    display: none
}

.list-Til .off .tit1 {
    font-size: 2.0rem;
    color: #757575;
}
.list-Til .off .tit2{
    display:none;
}


.list-Box {
    overflow: hidden;
}

.list-Box .off {
    display: none;
}

.list4 dd {
    position: relative;
    padding: 9px 0;
    margin-bottom: 11px;
    transition: all .3s ease-in-out;
}

.list4 dd:hover {
    transform: translateX(3px)
}

.list4 dd:hover .listTitle {
    color: #a51f2b;
}

.list4 dd::before {
    content: "";
    display: block;
    width: 95%;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    right: 0;
    top: 0;
}

.list4 dd:nth-child(2n) {
    padding: 0;
}

.list4 dd:nth-child(2n)::before {
    background: #fff;
}

.list4 dd a {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.list4 .listDate {
    width: 67px;
    height: 58px;
    background: #a51f2b;
    text-align: center;
    float: left;
}

.list4 .day {
    margin-top: 6px;
}

.list4 .listTitle {
    margin-left: 67px;
    padding: 17px 20px;
}

/* mode3 */
.mode3 .tit1 i {
    background: url(../images/titlebg5.png) no-repeat;
    background-size: cover;
}

.wrapmode3 {
    padding: 18px 0 70px;
    background: url(../images//modebg3.jpg) no-repeat center top;
    overflow: hidden;
;;;background-size: cover;;;;
}

.list5 {
    margin: 0 -20px;
    /* overflow: hidden; */
}

.list5 li {
    margin-bottom: 20px
}

.list5 li a {
    display: block;
    background: #fff;
    box-shadow: -20px 0px 42.5px 7.5px rgba(0, 0, 0, 0.04);
    margin: 0 20px;
    overflow: hidden;
    transition: transform 0.2s ease;
}

.list5 .gp-img-responsive {
    padding-bottom: 66.2%;
}

.list5 .listText {
    text-align: center;
    padding: 35px 10px 55px;
    box-sizing: border-box;
    line-height: 1;
}

.list5 li a:hover {
    transform: translateY(-6px);
}

/* mode4 */
.wrapmode4 {
    padding: 18px 0 90px;
    overflow: hidden;
}
.mode4 .tit1 i {
    background: url(../images/titlebg6.png) no-repeat;
    background-size: cover;
}
.list6 { margin: 0 -5px;}



.list6 li a {
    display: block;
    border: #f0f0f0 1px solid;
    margin: 0 5px;
    text-align: center;
    padding: 20px;
    transition: transform 0.2s ease;
    overflow: hidden;
}

.list6 .icon {
    display: inline-block;
    width: 108px;
    height: 108px;
    background: #f5f5f5;
    border: #f1dddf 1px solid;
    border-radius: 50%;
    text-align: center;
    position: relative;
}

.list6 .icon img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.list6 .listText {
    margin: 10px 0 0;
}

.list6 li a:hover {
    transform: translateY(-6px);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 1460px) {
    .bannerUl .slick-dots {
        left: 6.54%;
    }

    .bannerUl .slick-prev {
        left: 6.54%;
    }

    .bannerUl .slick-next {
        right: 6.54%;
    }

    .mode1::before {
        height: 255px;

    }

    .mode1::after {
        height: 255px;
    }

    .list4 dd {
        margin-bottom: 9px;
    }
}

@media screen and (max-width: 1400px) {
    .bannerUl .slick-dots {
        left: 3.54%;
    }

    .bannerUl .slick-prev {
        left: 3.54%;
    }

    .bannerUl .slick-next {
        right: 3.54%;
    }

    .mode1::before {
        height: 227px;

    }

    .mode1::after {
        height: 227px;
    }
}

@media screen and (max-width: 1301px) {
    .mode1::before {
        height: 212px;

    }

    .mode1::after {
        height: 212px;
    }

    .list4 dd {
        margin-bottom: 8px;
        padding: 5px 0 !important;
    }
}

@media screen and (max-width: 1201px) {
    .bannerUl .slick-dots {
        left: 5.54%;
    }

    .bannerUl .slick-prev {
        left: 5.54%;
    }

    .bannerUl .slick-next {
        right: 5.54%;
    }

    .mode2>.gp-fl {
        width: 100%;
        float: none;
    }

    .mode2>.gp-fr {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 1100px) {
    .mode1::before {
        height: 170px;

    }

    .mode1::after {
        height: 170px;
    }
}

@media screen and (max-width:997px) {
    .bannerUl .slick-dots {
        left: 30px;
    }

    .bannerUl .slick-prev {
        left: 30px;
    }

    .bannerUl .slick-next {
        right: 30px;
    }

    .bannerUl a::before {
        height: 80px;
    }

    .mode1::before {
        height: 168px;

    }

    .mode1::after {
        height: 168px;
    }

    .list5 li a {
        margin: 0 10px;
    }

}

@media screen and (max-width:767px) {
    .bannerUl .slick-dots {
        left: 15px;
        bottom: 60px;
    }

    .bannerUl .slick-prev {
        left: 15px;
    }

    .bannerUl .slick-next {
        right: 15px;
    }

    .mode1::before {
        height: 126px;

    }

    .mode1::after {
        height: 126px;
    }

    .title {
        padding: 30px 0 16px;
        box-sizing: border-box;
    }

    .mode1 {
        padding-bottom: 30px;
    }

    .list-Til .more2 {
        top: 25px;
    }

    .listTitle {
        margin-left: 95px;

    }

    .tit1 i {
        margin-right: 5px;
        width: 30px;
        height: 30px;
    }

    .tit1 {
        padding-right: 5px;
        font-size: 2rem;
    }

    .list-Til li {
        margin-right: 2px;
        cursor: pointer;
    }

    .wrapmode2 {
        padding: 10px 0 30px;
    }

    .list5 {
        margin: 0 -10px;
    }

    .list5 .listText {
        text-align: center;
        padding: 20px 10px;
    }
    .wrapmode4 {
        padding: 0px 0 20px;
    }
    .list6 li{
        margin-bottom: 10px;
    }
}

@media screen and (max-width:479px) {
    .bannertxt {
        bottom: 10px;

    }

    .bannertxt h2 {
        font-size: 1.8rem;
    }

    .bannerUl .slick-dots {
        left: 15px;
        bottom: 30px;
    }

    .bannerUl a::before {
        height: 50px;
    }

    .mode1::before {
        height: 78px;

    }

    .mode1::after {
        height: 78px;
    }

    .list-Til .off .tit1 {
        font-size: 1.6rem
    }

    .wrapmode3 {
        padding: 0px 0 35px;
    }
}

@media screen and (max-width:470px) {
    .list2 li {
        width: 100%;
    }

    .list2 .listTitle {
        height: auto;
        max-height: 48px;
        margin: 10px 0;
    }

       .list-Til li:nth-child(1){
       margin-right: 5px;
       /*  */
}
    .list-Til li:nth-child(2){
       margin-left: 5px;
       /*  */
}
    .list-Til li:nth-child(1) .tit::before{
        right: -8px;
    }
}

@media screen and (max-width:414px) {
    .bannerUl .slick-dots {
        left: 15px;
        bottom: 20px;
    }

    .bannerUl .slick-arrow {
        display: none !important;
    }

    .top li {
        margin-bottom: 14px;
    }

    .mode1::before {
        height: 51px;

    }

    .mode1::after {
        height: 51px;
    }

    .tit1 i {
        margin-right: 5px;
    }

    .tit1 {
        padding-right: 5px;
    }

    .more {
        padding: 6px 10px;
    }

    .title {
        padding: 30px 0 16px;
        box-sizing: border-box;
    }

    .date {
        padding: 8px 10px
    }

    .mode1r {
        margin-left: 90px;
    }

    .mode1article {
        margin-bottom: 5px;
    }

    .mode1Ul a {
        padding: 20px 20px 20px 0
    }

    .mode1 {
        padding-bottom: 30px;
    }
    

}

@media screen and (max-width:400px){
  .list-Til{
      padding-bottom:30px;
  }
    .list-Til .more2 {
    top: 65px;
}
}