.header1 .top_links a:nth-child(2)::after {
    display: none;
}

.index_title {
    display: block;
    position: relative;
    margin-bottom: 50px;
    font-size: 0;
}

.index_title .title {
    padding-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}

.index_title .title::before {
    content: '';
    display: block;
    width: 90px;
    height: 8px;
    background: #86c744;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index_title .title a {
    display: inline-block;
}

.header1 .h1 .rt {
    top: -15px;
}


.index_title .more a {
    height: 50px;
    width: 185px;
    position: absolute;
    right: 0;
    top: 50%;
        transform: translateY(-50%);
    background: #46a599;
    padding: 0 32px;
    box-sizing: border-box;
    line-height: 50px;
    color: #fff;
}

.index_title .more a::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: url(../images/more.png) no-repeat;
    position: absolute;
    background-size: 13px;
    right: 30px;
    top: calc(50% - 6.5px);
}

.index_title .more:hover a::before {
    -webkit-animation: passing 1s linear infinite;
    animation: passing 1s linear infinite
}

@-webkit-keyframes passing {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
}

@keyframes passing {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
}

.index_title .sub_channel {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 44px;
}

.index_title .sub_channel a::after {
    width: 1px;
}

/* mode1 */
.wrap_mode01 {
    padding: 30px 0;
    /* padding-top: 0; */
    box-sizing: border-box;
    overflow: hidden;
}




.mode01 .rt {
    width: calc(100% - 890px);
    float: right;
}

.index_00 {
    line-height: 80px;
    padding: 0 0 0 77px;
    background: #f2f7f7;
    background-size: 22px;
    border: 1px solid #ebebeb;
}

.index_00::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/lbpng.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 33px;
    top: calc(50% - 10px);
}

.index_001 {
    float: left;
    width: calc(100% - 80px);
    overflow: hidden;
    white-space: nowrap;
}

.index_001 ul {
    display: inline-block;
    vertical-align: middle;
}

.index_001 li {
    width: auto;
}

.index_00 .title {
    padding: 0 70px 0 11px;
    position: relative;
}

.index_00 .title::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #373837;
    width: 3px;
    height: 3px;
}


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

.index_01a ul {
    margin: 0 0 0 0;
}

.banner .row {
    overflow: hidden;
}

.index_01a .item {
    margin: 0 0 0;
}

.index_01a .img {
    padding-bottom: 0;
    height: 100vh;
    position: relative;
    background-size: cover !important;
}

.index_01a .img::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding-bottom: calc(170% / 19.2);
    background: rgba(0, 0, 0, .2);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
}

.index_01a .bottom {
    padding: 30px 9%;
    right: auto;
    bottom: 0;
    min-width: 220px;
    border-right: 4px solid rgba(13, 113, 113, .8);
    width: 69.17%;
    max-width: 69.17%;
    box-sizing: border-box;
}

.index_01a .bottom::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(55, 152, 143, .55);
}

.index_01a .tip {
    float: left;
    background: #1ca6a7;
    background: -webkit-linear-gradient(left, #1ca6a7, #64c1ae);
    background: -o-linear-gradient(right, #1ca6a7, #64c1ae);
    background: -moz-linear-gradient(right, #1ca6a7, #64c1ae);
    background: linear-gradient(to right, #1ca6a7, #64c1ae);
    display: block;
    padding: 0 15px;
    color: #fff;
    font-weight: bold;
}

.index_01a .title {
    color: #fff;
    line-height: 1.39;
    display: -webkit-box;
    position: relative;
    z-index: 1;
}

.index_01a .arrow {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: static;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0);
    bottom: 50px;
    z-index: 1;
    transition: all .3s ease-in-out
}

.index_01a .arrow:hover {
    border: 2px solid #fff;
}


.index_01a .arrow.prev {
    background: url(../images/prev.png) no-repeat center;
    background-size: 31px 26px;
    /* right: calc(13.54% + 275px); */
}

.index_01a .arrow.next {
    background: url(../images/next.png) no-repeat center;
    /* right: 13.54%; */
    background-size: 31px 26px;
}

.index_01a .swiper-pagination {
    position: static;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
}

.index_01a .swiper-pagination-bullet {
    background: url(../images/dot.png) no-repeat;
    opacity: 1;
    width: 30px;
    height: 29px;
    background-size: cover;
    margin: 0 5px !important;
    border-radius: 0;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.index_01a .swiper-pagination-bullet-active {
    background: url(../images/dota.png) no-repeat;
    background: #46a599;
    background-size: cover;
}

.dotbox {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
}

.dots {
    display: inline-block;
    position: relative;
    z-index: 1;
}




/* mode2 */
.wrap_mode02 {
    overflow: hidden;
    padding-bottom: 40px;
    box-sizing: border-box;
    padding-top: 60px;
}

.index2 {
    overflow: hidden;
}

.index2>.fl {
    width: 890px;
}

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

.indexaul li {
    display: inline-block;
    width: 50%;
}

.indexaul li a {
    display: block;
    margin: 0 18px;
    position: relative;
    border: 4px solid #f2f7f7;
}
.indexaul li:hover a{
    border: 4px solid #fff;
    
}
.indexaul li a .item {
    padding-bottom: 59%;
    transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    position: relative;
}
.indexaul li a .item img{
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    position: absolute;
    left: 0px;
    top: 0px;
}
.indexaul li a .item::before {
    /* content: ''; */
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 4px solid #f2f7f7;
    position: absolute;
    left: 0;
    border: 4px solid #f2f7f7;
    top: 0;
    z-index: 1;
}

.indexaul li a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 0;
    transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    background: #37988f;
}

.indexaul li:hover .item {
    padding-bottom: 0;
}

.indexaul li:hover a::before {
    height: 100%;
}

.indexaul li:hover .item-info {
    background: none;
    padding: 37px 45px 48px;
}

.indexaul li:hover .date, .indexaul li:hover .item-titlea, .indexaul li:hover .item-titleb {
    color: #fff;
}

.indexaul li:hover .item-titlea {
    -webkit-line-clamp: 4;
    height: 120px;
    margin-bottom: 45px;
}

.indexaul li:hover .item-titleb {
    -webkit-line-clamp: 5;
    height: 150px;
    line-height: 30px;
    margin-bottom: 23px;
}

.indexaul li:hover .date {
    padding-bottom: 12px;
    margin-bottom: 18px;
    position: relative;
}

.indexaul li:hover .date::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.indexaul li:hover .more2 {
    display: block;

}

.indexaul li a .item-info {
    padding: 22px 33px;
    box-sizing: border-box;
    background: #f2f7f7;
    position: relative;
    z-index: 1;
}

.date {
    color: #46a599;
    margin-bottom: 4px;
}

.item-titlea {
    color: #373837;
    margin-bottom: 15px;
    /* font-weight: bold; */
    -webkit-line-clamp: 3;
    line-height: 30px;
    height: 90px;
    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;
}

.item-titleb {
    color: #a5a5a5;
    line-height: 30px;
    -webkit-line-clamp: 2;
    height: 60px;
    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;
}

.more2 {
    height: 37px;
    display: none;
}

.more2 span {
    width: 112px;
    height: 37px;
    border-radius: 37px;
    background: #fff url(../images/more2.png) no-repeat center;
    background-size: 26px 22px;
}


@keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    6% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    12% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    18% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    24% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    30% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    100%, 36% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.indexbul {
    width: calc(100% - 930px);
    float: none;
    margin-left: 930px;
}

.indexbul .date {
    margin-bottom: 5px;
}

.indexbul>li {
    margin-bottom: 10px;
}

.indexbul>li:last-child {
    margin-bottom: 0 !important;
}

.indexbul>li:last-child a {
    padding-bottom: 0;
    border: none;
}

.indexbul>li a {
    display: block;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #999999;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.indexbul>li:hover a {
    transform: translateY(-5px);
}

.indexpic {
    width: 217px;
    overflow: hidden;
    border: 4px solid #f2f7f7;
}

.indexpic .img {
    padding-bottom: 58.99%;
    position: relative;
}

.indexpic .img img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.indexpic .img::before {
    /* content: '';
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 4px solid #f2f7f7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; */
}

.indexbulr {
    margin-left: 217px;
    padding: 10px 15px;
    background: #f2f7f7;
    box-sizing: border-box;
}

.indexbul>li a .item-info {
    line-height: 26px;
    color: #373837;
    -webkit-line-clamp: 3;
}

.indexbul>li:hover a .item-info {
    color: #46a599;
}

/* mode03 */
.warp_mode03 {
    padding: 40px 0 50px;
    box-sizing: border-box;
    background: #f2f7f7;
}

.mode03 .index_title, .mode04 .index_title, .mode05 .index_title {
    text-align: center;
}

.mode03 .index_title .title::before, .mode04 .index_title .title::before, .mode05 .index_title .title::before {
    left: calc(50% - 45px);
}

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

.mode03ul li {
    display: inline-block;
    width: 33.33%;
}

.mode03ul li a {
    display: block;
    margin: 0 18px;
    background: #fff;
    border: 1px solid #e5e5e5;
    transition: all .3s ease-in-out;
}

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

.mode03ul .item {
    padding-bottom: 56.92%;
}

.mode03ul .item-info {
    padding: 25px 33px 45px;
    box-sizing: border-box;
}

.mode03ul .item-info .date {
    line-height: 1.44;
    margin-bottom: 26px;
    color: #a5a5a5;
}

.mode03ul li:hover .item-title, .mode03ul li:hover .date {
    color: #007072
}

.mode03ul .item-info .item-title {
    -webkit-line-clamp: 3;
    height: 90px;
    color: #373837;
    font-weight: normal;
}

.more3 {
    margin-top: 50px;
    text-align: center;
}

.more3 .circle {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%;


    position: relative;
}

.more3 .circle::after {
    content: '';
    display: block;
    width: 18px;
    height: 13px;
    background: url(../images/more3.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.more3 .circle::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed #222;
    position: absolute;
    left: 0;
    top: 0;
}

.more3:hover .circle::before {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    border: 1px dashed #007072;
}

.more3:hover .circle+a {
    color: #007072;
}

.more3:hover .circle::after {
    background: url(../images/more3a.png) no-repeat center;
    background-size: 100%;

}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.more3 a.fs18 {
    display: inline-block;
    color: #1b1b1b;
    vertical-align: middle;
    margin-left: 10px;
}




.warp_mode04 {
    padding: 65px 0 90px;
    box-sizing: border-box;
    background: url(../images/mode4bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.mode4ul {
    padding: 0 8.7%;
    box-sizing: border-box;
    margin: 0 -5px;
}

.mode4ul a {
    display: block;
    margin: 0 5px;

}

.mode4ul a {
    display: block;
    margin: 0 5px;

}


.mode04 .item-top {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 auto;
    position: relative;
    transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
}

.mode4ul a:hover .item-top {
    transform: rotateY(360deg);
}

.mode04 .index_title a {
    color: #fff;
}

.mode04 .item-top img {
    width: 54px;
    height: 54px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mode04 .item-info {
    margin-top: 10px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}

.mode4ul .slick-arrow {
    width: 57px;
    height: 55px;
    border: none;
    text-indent: -8888rem;
}

.slick-arrow:after {
    background: none;
}

.mode4ul .slick-prev {
    left: 0;
    background: url(../images/4l.png) no-repeat;
    background-size: contain;
}

.mode4ul .slick-next {
    right: 0;
    background: url(../images/4r.png) no-repeat;
    background-size: contain;
}

/* mode5 */
.warp_mode05 {
    padding: 80px 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.warp_mode05::before {
    content: '';
    display: block;
    width: 94.8%;
    height: 434px;
    background: url(../images/5BG1.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    top: 0;
}

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

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

.mode5ul1 {
    position: relative;
    z-index: 1;
    padding: 0 26px;
    box-sizing: border-box;
    margin-bottom: 70px;
}

.mode5ul1 a {
    display: block;
    color: #373837;
    text-align: center;
    position: relative;
}

.mode5ul1 a::before {
    content: '';
    display: block;
    width: 1px;
    height: 52px;
    background: #bec0c0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mode5ul1 li.slick-current+li+li+li a::before {
    display: none;
}

.number {
    font-family: 'Bahnschrift';
    font-size: 7.2rem;
    margin-bottom: 10px;
}

.mode5ul1 li:hover .number {
    color: #007072;
}

.mode5ul1 .slick-arrow {
    width: 26px;
    height: 22px;
    border: none;
    text-indent: -8888rem;
}

.mode5ul1 .slick-prev {
    background: url(../images/5l.png) no-repeat;
    background-size: cover;
    left: 0;
}

.mode5ul1 .slick-prev:hover {
    background: url(../images/5l1.png) no-repeat;
    background-size: 26px 22px;
}

.mode5ul1 .slick-next {
    background: url(../images/5r.png) no-repeat;
    background-size: cover;
    right: 0;
}

.mode5ul1 .slick-next:hover {
    background: url(../images/5r1.png) no-repeat;
    background-size: 26px 22px;


}

.mode5ul2 {
    margin-bottom: 50px;

}

.mode5ul2 li {
    width: 33.33%;
    display: inline-block;
}

.mode5ul2 a {
    display: block;
    text-align: center;
    padding: 80px 0 50px;
    box-sizing: border-box;
    position: relative;
}

.mode5ul2 a::before {
    content: '';
    display: block;
    width: 0px;
    height: 100%;
    border-left: 2px dashed #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.mode5ul2 li:last-child a::after {
    content: '';
    display: block;
    width: 0px;
    height: 100%;
    border-right: 2px dashed #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.mode5icon {
    display: inline-block;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    transition: all .3s ease-in-out;
}

.mode5ul2 li:hover .mode5icon {
    transform: rotateY(180deg);
}

.mode5ul2item {
    font-family: 'AdobeHeitiStd';
    color: #373837;
}

.mode5ul2 li:hover .mode5ul2item {
    color: #007072;
}

.mode5ul3 li {
    width: 27.15%;
}

.mode5ul3 li a {
    display: block;

}

.mode5box {
    height: 0;
    padding-bottom: 55.94%;
    position: relative;
    color: #fff;
    transition: all linear .35s;
}

.mode5ul3 li:hover .mode5box {
    transform: scale(1.02)
}

.mode5ul3 dl {
    font-size: 0;
}

.mode5ul3 li:nth-child(odd) {
    width: 22.85%;
}

.mode5box2 {
    background: #d4b96a;
    position: relative;
    height: 0;
    padding-bottom: 55.94%;
}

.mode5ul3 li:nth-child(odd) .mode5box2 {
    background: #d4b96a;
}

.mode5ul3 li:nth-child(even) .mode5box {
    padding-bottom: 47.08%;
}

.mode5ul3 li:nth-child(even) .mode5box2 {
    background: #46a599;
    padding-bottom: 47.08%;
}

.mode5ul3 li:nth-child(odd) .mode5box2::before {
    content: '';
    display: block;
    right: 30px;
    width: 40px;
    height: 45px;
    background: url(../images/sj1.png) no-repeat;
    position: absolute;
    right: 30px;
    top: -23px;
    z-index: 1;
}

.mode5ul3 li:nth-child(even) .mode5box2::before {
    content: '';
    display: block;
    right: 30px;
    width: 40px;
    height: 45px;
    background: url(../images/sj2.png) no-repeat;
    position: absolute;
    right: 30px;
    bottom: -23px;
    z-index: 1;
}

.mode5box2 span {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
    color: #fff;
}

.mode5ul3 dl:nth-child(2) dd:nth-child(2) a {
    background: #d4b96a;
}


/* mode06 */
.warp_mode06 {
    padding: 80px 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.warp_mode06::before {
    content: '';
    display: block;
    width: 484px;
    height: 531px;
    background: url(../images/6b1.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 77px;
    right: 0;
}


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

.mode06 .fl {
    width: 63.43%;
}

.mode06 .fr {
    width: calc(36.57% - 50px);
}

.mode6ul1 {
    margin: 0 -20px;
    overflow: hidden;
    font-size: 0;
}

.mode6ul1 li {
    width: 50%;
    display: inline-block;
}

.mode6ul1 a {
    display: block;
    margin: 0 20px;
}

.mode6pic {
    padding-bottom: 58.3%;
}

.mode6litem {
    background: #3d9b92;
    padding: 28px 15px;
    box-sizing: border-box;
}

.mode6litem>div {
    color: #fff;
    text-align: center;
}

.mode6ul2 {
    position: relative;
}

.mode6ul2 li.on .mode6tpic {
    display: inline-block;
}



.mode6tpic {
    padding-bottom: 72.78%;
    display: none;
}

.mode6tpic img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.mode6ul2 li:nth-child(1) .mode6rinfo {
    position: absolute;
    padding: 0 10px;
    width: 100%;
    padding-right: 80px;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    cursor: pointer;
    padding-bottom: 20px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
    z-index: 1;
}

.mode6ul2 li:nth-child(2) .mode6rinfo {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 15px;
    cursor: pointer;
    height: 100%;
    box-sizing: border-box;
    width: 60px;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    background: rgba(0, 0, 0, .15);
    color: #fff;
    border-right: 1px solid #fff;
}

.video {

    width: 131px;
    height: 126px;
    background: url(../images/video.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.mode6ul2 li.on .video {
    display: block;
}

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

    .mode6pic {
        padding-bottom: 58.5%;
    }

    .index_01a .arrow.prev {
        right: 310px;
    }

    .number {
        font-size: 6.7rem;
    }

    .indexaul li:hover .item-titleb {
        height: 150px;
        margin-bottom: 20px;
    }

    .indexbul>li {
        margin-bottom: 12px;
    }
.indexaul li:hover .item-titlea{margin-bottom: 49px;}
    .indexbul>li a {
        display: block;
        padding-bottom: 14px;
    }
}

@media screen and (max-width:1460px) {
    .indexaul li:hover .item-titlea {
        margin-bottom: 79px;
    }

    .indexaul li a .item-info {
        padding: 37px 33px;
    }

    .mode6pic {
        padding-bottom: 60.6%;
    }

    .indexbul>li {
        margin-bottom: 20px;
    }

    .indexbul>li a {
        padding-bottom: 20px;
    }

    .mode6litem {
        padding: 23px 15px;
    }
}

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

    .indexaul li:hover .item-info {
        padding: 30px 45px 37px;
    }

    .indexbul>li {
        margin-bottom: 19px;
    }

    .indexbul>li a {
        padding-bottom: 22px;
    }
.indexaul li:hover .item-titleb {
   margin-bottom: 37px;
}
    .mode6litem {
        padding: 19px 15px;
    }

    .mode4ul {
        padding: 0 5.7%;
    }

    .number {
        font-size: 4rem;
    }

    .mode6pic {
        padding-bottom: 62.4%;
    }

    .mode6tpic {
        padding-bottom: 72.9%;
    }
}

@media screen and (max-width: 1360px) {
    .index2 {}

    .item-titleb {
        color: #a5a5a5;
        height: 60px;
        -webkit-line-clamp: 2;
    }

    .indexaul li:hover .item-titleb {
        margin-bottom: 30px;
    }

    .indexaul li:hover .item-titlea {
        margin-bottom: 36px;
    }

    .indexaul li a .item-info {
        padding: 11px 20px;
    }

    .indexbul>li {
        margin-bottom: 13px;
    }

    .indexbul>li a {
        padding-bottom: 19px;
    }

    .indexpic {
        width: 180px;
    }

    .indexbulr {
        margin-left: 180px;
    }

    .indexbul>li a .item-info {
        line-height: 22px;
        height: 66px;
    }

    .indexaul li:hover .item-info {
        padding: 18px 45px 45px;
    }

    .mode6litem {
        padding: 15px 15px;
    }

    .mode6pic {
        padding-bottom: 62.5%;
    }

}

@media screen and (max-width:1310px) {
    .indexaul li:hover .item-titleb {
        margin-bottom: 20px;
    }

    .index2>.fl {
        width: 850px;
    }

    .indexbul>li {
        margin-bottom: 18px;
    }

    .indexbul>li a {
        padding-bottom: 25px;
    }

    .indexbul {
        width: calc(100% - 890px);
        margin-left: 890px;
    }
}
@media screen and (max-width:1300px) {
    .indexaul li:hover .item-titleb {
        margin-bottom: 20px;
    }

    .index2>.fl {
        width: 850px;
    }

    .indexbul>li {
        margin-bottom: 12px;
    }

    .indexbul>li a {
        padding-bottom: 15px;
    }

    .indexbul {
        width: calc(100% - 890px);
        margin-left: 890px;
    }
}
@media screen and (max-width:1270px) {
.indexaul li:hover .item-titlea {
    margin-bottom: 11px;
}
    .index2>.fl {
        width: 800px;
    }

    .indexbul>li {
        margin-bottom: 9px;
    }

    .indexbul>li a {
        padding-bottom: 10px;
    }

    .indexbul {
        width: calc(100% - 840px);
        margin-left: 840px;
    }
    .indexaul li:hover .item-titleb {
    margin-bottom: 29px;
}
}

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

    .index_01a .bottom {
        padding: 15px 20px;
        width: 64%;
    }

    .dotbox {
        bottom: 25px;
    }



    .index_01a .arrow.prev {
        right: 285px;
    }



    .index_01a .arrow {
        bottom: 35px;
    }


    .indexaul li:hover .item-info {
        padding: 30px 45px 90px;
    }

}

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

    .index2>.fl {
        width: 650px;
    }

    .indexbul>li {
        margin-bottom: 10px;
    }

    .indexbul>li a {
        padding-bottom: 12px;
    }

    .indexbul {
        width: calc(100% - 670px);
        margin-left: 670px;
    }
    .indexaul{
        margin: 0 -10px;
    }
    .indexaul li a{
        margin: 0 10px;
    }
    
}

@media screen and (max-width:1040px) {
    .dotbox {
        bottom: 20px;
        text-align: center;
    }

    .dots {
        float: none;
    }

    .index_01a .bottom {
        width: 64.17%;
    }



    .index_title .title::before {
        height: 5px;
    }

    

    .warp_mode06::after {
        bottom: -67px;
    }

    .index_01a .swiper-pagination-bullet {
        margin: 0 10px !important;
    }



    .index_01a .arrow.prev {
        right: auto;
        left: 35px;
    }

    .index_01a .bottom {
        /* padding: 10px 1px; */
        bottom: 73px;
    }

    .index_01a .arrow {
        bottom: 26px;
        width: 31px;
        height: 26px;
        border-radius: 0;
    }

    .index2 {
        height: auto;
    }

    .index2>.fl {
        width: 100%;
        float: none;
    }

    .indexbul {
        margin-top: 36px;
        width: 100%;
        float: none;
        margin-left: 0;
    }.indexbul>li {
        margin-bottom: 20px;
    }

    .indexbul>li a {
        padding-bottom: 20px;
    }


    .index2 {
        height: auto !important;

    }

    .index_title .title a {
        font-size: 3.8rem;
    }

    .number {
        font-size: 6.2rem;
    }

    .wrap_mode01 {
        padding: 0px 0 55px;
    }

    .index_00 {
        line-height: 56px;
    }

    .wrap_mode02 {
        padding-bottom: 55px;
        padding-top: 40px;
    }

    .mode6litem {
        padding: 13px 10px;
    }

    .video {
        width: 67px;
        height: 65px;
    }

    .mode6tpic {
        padding-bottom: 77.2%;
    }

}

@media screen and (max-width:1024px) {
    .header1 .h1 .rt {
        top: 0;
    }

    .index_01a .img {
        padding-bottom: calc(935% / 19.2);
        height: 0;
    }
     .indexaul li:hover .item-info {
        padding: 40px 30px 74px;
    }

}

@media screen and (max-width:997px) {
    .index_01a .arrow {
        width: 31px;
        height: 26px;
        border-radius: 0;
        border: none;
    }
.indexaul li:hover .item-titleb {
    margin-bottom: 34px;
  
}
    .indexaul li:hover .item-info {
    padding: 41px 30px 60px;
}
    .index_01a .arrow:hover {
        border: 2px solid rgba(255, 255, 255, 0)
    }

    .index_01a .bottom {
        width: 56.17%;
        /* padding: 30px 35px; */
    }

    .mode06 .fr {
        width: calc(36.57% - 40px);
    }

    .mode6litem {
        padding: 15px 10px;
    }

    .warp_mode06::after {
        bottom: -67px;
    }

    .mode5ul1 li a::before {
        display: block !important;
    }

    .mode5ul1 li.slick-current+li+li a::before {
        display: none !important;
    }

    .wrap_mode01 {
        padding: 30px 0px 60px;
    }

    .warp_mode04 {
        padding: 45px 0 70px
    }

    .index_title {
        margin-bottom: 25px;
    }

    .warp_mode05 {
        padding: 45px 0;
    }

    .mode5ul2 a {
        padding: 45px 0 50px;
    }

    .mode5ul1 {
        margin-bottom: 50px;
    }

    .warp_mode06 {
        padding: 45px 0;
    }
}

@media screen and (max-width: 768px) {
    .warp_mode06::after {
        bottom: -51px;
    }
    .indexaul li:hover .item-titleb {
    margin-bottom: 34px;
    -webkit-line-clamp: 4;
    height: 120px;
    line-height: 30px;
}
.indexaul li:hover .item-info {
    padding: 35px 45px 80px;
}
    .indexaul li:hover .item-titleb {
    height: 90px;
    margin-bottom: 20px;
}
    .index_01a .arrow {
        display: none
    }

    .number {
        font-size: 4.2rem;
    }



    .dotbox {
        text-align: center;
        bottom: 14px;
        display: none;
    }

    .index_01a .swiper-pagination {
        /* width: 15px; */
    }

    .index_01a .bottom {
        padding: 8px 20px;
        bottom: 0;
        width: 84.3%;
        /* display: none; */
    }


    .content .wrap_mode01 {
        padding: 30px 0 35px;
    }

    .content .index_title .title a {
        font-size: 2.6rem;
    }

    .content .index_title .title {
        padding-bottom: 15px;
    }

    .content .index_title {
        margin-bottom: 20px;
    }

    .content .index_title .more a {
        height: 30px;
        font-size: 14px;
        width: 127px;
       
        padding: 0 20px;
        line-height: 30px;
    }

    .content .index_title .more a::before {
        right: 20px;
    }

    .content .index_00 {
        line-height: 45px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .content .index_00::before {
        left: 10px;
    }

    .index_01a .bottom .title {
        font-size: 16px;
    }

    .wrap_mode02 {
        padding-bottom: 35px;
        padding-top: 30px;
    }

    .mode03ul, .indexaul {
        margin: 0 -10px;
    }

    .mode03ul li {
        width: 50%;
        margin-bottom: 20px;
    }

    .mode03ul li a, .indexaul li a {
        margin: 0 10px;
    }

    .mode03ul .item-info {
        padding: 10px 20px 25px;
        box-sizing: border-box;
    }

    .mode03ul .item-info .date {
        margin-bottom: 10px;
    }

    .mode4ul .slick-arrow {
        width: 40px;
    }

    .mode4ul {
        padding: 0 40px;
    }

    .mode04 .item-top {
        width: 75px;
        height: 75px;
    }

    .mode6ul1 {
        margin: 0 -10px;
    }

    .mode6ul1 a {
        margin: 0 10px;
    }

    .mode06 .fr {
        width: calc(36.57% - 20px);
    }

    .mode5ul2 a {
        padding: 40px 0;
    }

    .index_001 {
        width: calc(100% - 0px);
    }

    .warp_mode03 {
        padding-top: 30px;
    }

    .warp_mode05, .warp_mode06 {
        padding: 65px 0;
    }


}

@media screen and (max-width:700px) {
    .mode06 .fl, .mode06 .fr {
        width: 100%;
        float: none;
    }

    .mode06 .fr {
        margin-top: 36px;
    }

    .warp_mode06::before {
        width: 205px;
        height: 356px;
    }
}

@media screen and (max-width:479px) {
    .mode4ul {
        text-align: center;
    }

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

    .indexbul {
        margin-top: 0
    }

    .mode04 .item-top {
        width: 40px !important;
        height: 40px;
        /* margin: 0 auto; */
    }

    .mode04 .item-top img {
        width: 24px;
        height: 24px;
    }

    .more2 {
        height: 25px;
    }

    .more2 span {
        width: 80px;
        height: 25px;
        border-radius: 25px;
        background-size: 16px 12px;
    }

    .content .wrap_mode01 {
        /* padding: 20px 0 30px !important; */
    }

    .index_01a .bottom .title {
        font-size: 14px;
    }

    .warp_mode06::after {
        bottom: -28px;
    }

    .indexaul li, .mode03ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    

    .indexaul li a .item-info {
        padding: 10px 5px 10px;
        margin-left: 180px;
        background: none;
    }



    .date {
        line-height: 2.3;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .indexaul li:hover .date {
        padding-bottom: 0px;
        margin-bottom: 5px;
    }

    .mode03ul .item-info .date {
        font-size: 12px;
        line-height: 2.17;
        margin-bottom: 5px;
    }

    .mode03ul .item-info .item-title {
        line-height: 24px;
        height: auto;
        max-height: 72px;
    }

    .item-titlea {
        margin-bottom: 5px;
        line-height: 24px;
        height: 72px;
    }

    .more3 .circle {
        width: 36px;
        height: 36px;
    }

    .more3 a.fs18 {
        font-size: 14px;
    }

    .more3 {
        margin-top: 15px;
    }

    .warp_mode03 {
        padding: 30px 0;
    }

    .item-titleb {
        line-height: 22px;
        height: 44px;
        display: none;
        font-size: 14px;
    }

    .indexbul>li {
        margin-bottom: 15px;
    }

    .indexbul>li a {
        padding-bottom: 0;
        background: #f2f7f7;
        border: none;
        padding: 10px !important;
    }

    .indexpic {
        display: none;
    }

    .indexbulr {
        margin-left: 0;
        height: auto !important;
        padding: 0;
    }

    .indexaul li:hover a::before {}

    .indexbul>li a .item-info {
        margin-left: 0;
        height: auto !important;
        max-height: 72px;
    }

    .wrap_mode02 {
        padding-bottom: 30px;
    }

    .mode04 .item-info {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        margin: 10px 0;
        width: 100% !important;
    }

    .warp_mode04 {
        padding: 30px 0 40px;
    }

    .number {
        font-size: 3.6rem;
    }

    .mode5ul1 {
        padding: 0 30px;
        margin-bottom: 30px;
    }

    .mode5ul2 {
        margin-bottom: 30px;

    }

    .warp_mode05 {
        padding: 30px 0 40px;
    }

    .mode5ul3 li {
        width: 50.26%;
    }

    .mode5ul3 li:nth-child(odd) {
        width: 49.74%;
    }

    .mode5box {
        padding-bottom: 56.45%;
    }

    .mode5box2 {
        padding-bottom: 51.61%;
    }

    .mode5ul3 li:nth-child(even) .mode5box2 {
        padding-bottom: 51.08%;
    }

    .mode5ul3 li:nth-child(even) .mode5box {
        padding-bottom: 55.34%;
    }

    .mode5ul2item, .numberinfo {
        font-size: 12px;
    }

    .mode5icon {
        width: 55px;
        height: 55px;
        margin-bottom: 10px;
    }

    .warp_mode05::before {

        width: 100%;
        height: 100px;
    }

    .warp_mode06 {
        padding: 20px 0 40px;
    }

    .mode06 .fr {
        margin-top: 30px;
    }

    .mode6ul1 {
        margin: 0 -5px;
    }

    .mode6ul1 a {
        margin: 0 5px;
    }

    .mode06 .fr {
        margin-top: 0;
    }

    .mode5ul2 a {
        padding: 0;
    }

    .index_001 {
        width: calc(100% - 0px);
    }

    .mode5ul3 li:nth-child(odd) .mode5box2::before {

        right: 10px;

    }

    .mode5ul3 li:nth-child(even) .mode5box2::before {

        right: 10px;

    }

    .mode6litem>div {
        font-size: 16px;
    }

    .mode6litem {
        padding: 16px 10px;
    }

    .index_01a .bottom {
        /* display: none; */
    }

    .index_01a .swiper-pagination-bullet {
        margin: 0 5px !important;
        width: 20px;
        height: 20px;
    }

    .indexaul li:hover .indexabox {
        width: 0;
    }

    .indexaul li:hover .item-info {

        padding: 10px;
        margin: 0;
    }

    .indexabox {
        width: 180px;
        position: relative;
        z-index: 1;
        float: left;
    }

    .indexaul li a {
        overflow: hidden;
        background: #f2f7f7;
    }

    .mode03ul .item-info {
        padding: 10px 0px 15px;

    }

    .mode03ul li a {
        padding: 10px;
    }

   .mode6ul1 li {
    width: 100%;
    margin-bottom: 15px;
   }
}

@media screen and (max-width:414px) {
    .mode5ul1 li a::before {
        display: block !important;
    }

    .mode5ul1 li.slick-current+li a::before {
        display: none !important;
    }

    .mode5box2 span {
        font-size: 20px
    }
}

@media screen and (max-width:400px) {
    .indexabox {
        width: 140px;
    }

    .indexaul li a .item-info {
        margin-left: 140px;
    }

    .date {
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .item-titlea {
        margin-bottom: 0px;
        line-height: 20px;
        height: 60px;
    }

    .content .index_title .title a {
        font-size: 24px;
    }
}