
.head-page .item:nth-child(1)>a span{
    color: #FF964E;
}
.head-page .item:nth-child(1)>a::after{
    transform: scaleX(1);
    opacity: 1;
}

.sub-btn{
    display: flex;
}
.index-banner .swiper-btn .width1400 {
    justify-content: end;
}
.index-banner .swiper-pagination{
    display: none;
}
.index-banner .swiper-slide img{
    height: 100%;
}
.banner::after{
    display: none;
}
.index-banner .advice{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: left;
}

.index-banner .advice-ftit{
    margin-top: 16px;
}
.index-banner .advice-one .advice-tit{
    line-height: 1.5;
}
.index-banner .advice-one .advice-ftit{
    padding-left: 10px;
    box-sizing: border-box;
}
.head-l .title-tit{
    padding-left: 34px;
    box-sizing: border-box;
    position: relative;
}
.head-l .title-ftit {
    margin-top: 10px;
    padding-left: 34px;
    box-sizing: border-box;
}
.head-l img{
    margin-top: 6px;
    position: absolute;
    left: 0;
    top: 0;
}

.index-page01 {
    position: relative;
    background: #F2F4F7;
}
.index-page01 .texts{
    width: 46.5%;
}
.index-page01 .texts .con{
    margin-top: 24px;
    max-height: 290px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-page01 .texts p{
    margin-bottom: 20px;
    text-align: justify;
}
.index-page01 .img {
    width: 50.52%;
}
.index-page01 .watch-btn{
    margin-top: 56px;
}

.index-page02{
    position: relative;
}

.index-page02 .mySwiper .list{
    padding-bottom: 250px;
}
.index-page02 .mySwiper .list .list-img{
    display: none;
    width: 100%;
}

.index-page02 .advice{
    position: relative;
    z-index: 3;
}
.index-page02 .advice .width1400{
    height: 100%;
}
.index-page02 .add-advice{
    width: 62.9%;
    height: calc(100% - 180px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.index-page02 .advice-box .tit{
    margin: 9.2% 0 36px;
}
.index-page02 .advice-box .line{
    width: 100%;
    height: 1px;
    background:rgba(238, 238, 238, .6);
    position: relative;
}
.index-page02 .advice-box .line::after{
    content: "";
    display: block;
    width: 54px;
    height: 3px;
    background: #FFFFFF;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.index-page02 .advice-box .con{
    box-sizing: border-box;
    height: 90px;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 3;    
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 36px 0 32px;
}
.index-page02 .watch-del{
    width: 216px;
    height: 50px;
    background: #FF964E;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-page02 .watch-del img{
    margin-left: 40px;
}

.index-page02  .item{
    height: 180px;
    box-sizing: border-box;
    background: rgba(100, 113, 125, .3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.index-page02  .item .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    position: relative;
}
.index-page02  .item img{
    transition: all .4s;
}
.index-page02  .item .h-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}
.index-page02 .item .tit {
    margin-top: 18px;
    text-align: center;
    position: relative;
}

.index-page02 .item:last-child .tit::after{
    content: "®";
    display: block;
    font-size: 14px;
    color: #BAC8D9;
    position: absolute;
    right: -17px;
    top: -5px;
}
.index-page02 .item:last-child.active .tit::after{
    color: #fff;
}


.index-page02 .add-thumbs .swiper-slide:hover{
    background: #f99f57;
}
.index-page02 .add-thumbs .swiper-slide:hover .h-img{
    opacity: 1;
}
.index-page02 .add-thumbs .swiper-slide:hover .p-img{
    opacity: 0;
}
.index-page02 .add-thumbs .swiper-slide:hover .tit{
    color: #ffffff;
}

.index-page02 .swiper-slide-thumb-active{
    background: #f99f57;
}
.index-page02 .swiper-slide-thumb-active .h-img{
    opacity: 1;
}
.index-page02 .swiper-slide-thumb-active .p-img{
    opacity: 0;
}
.index-page02 .swiper-slide-thumb-active .tit{
    color: #ffffff;
}

.index-page02 .add-thumbs{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.add-swiper-btn{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: calc(180px + 18%);
}
.add-swiper-btn .width1400{
    justify-content: flex-end;
}
.add-swiper-btn .swiper-button-next, .add-swiper-btn .swiper-button-prev{
    width: 54px;
    height: 54px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    position: initial;
    margin-top: 0;
    opacity: 1;
    transition: all .4s;
}
.add-swiper-btn .swiper-button-next{
    margin-left: 67px;
}
.add-swiper-btn .swiper-button-next::after, .add-swiper-btn .swiper-button-prev::after{
    font-size: 18px;
    color: #ffffff;
    transition: all .4s;
}
.add-swiper-btn .swiper-button-next:hover, .add-swiper-btn .swiper-button-prev:hover{
    background: #FF964E;
    border: 1px solid #FF964E;
}
.index-page03{
    background: url(../img/index-bg03.png) no-repeat center/cover;
}

.index-page03 .nav{
    border-bottom: 2px solid  #D1D1D1;
    padding-bottom: 6px;
    box-sizing: border-box;
}
.index-page03 .nav .item:last-child{
    margin-right: 0;
}

.index-page03 .nav .item{
    margin-right: 70px;
    position: relative;
}
.index-page03 .nav .item::after{
    content: "";
    display: block;
    height: 2px;
    background: #FF964E;
    position: absolute;
    bottom: -8px;
    width: 100%;
    transition: all .4s;
    transform: scale(0);
}
.index-page03 .nav .item.active{
    color: #333333;
}
.index-page03 .nav .item.active::after{
    transform: scale(1);
}
.index-page03 .lists {
    display:none;
}
.index-page03 .lists.active {
    display:flex;
}
.index-page03 .list{
    /*width: 29.68%;*/
    padding: 10px 30px 120px;
    box-sizing: border-box;
    margin-top: 46px;
    position: relative;
    transition: all .4s;
    width: 33.33%;
}
.index-page03 .list::before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #DCDCDC;
    position: absolute;
    top: 0;
    left: 0;
}
.index-page03 .list .line{
    width: 5px;
    height: 24px;
    background: #FF964E;
    position: absolute;
    left: -3px;
    transition: all .4s;
}
.index-page03 .list .tit{
    margin: 17px 0;
    transition: all .4s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; 
    overflow: hidden;;
    text-overflow: ellipsis;
}

.index-page03 .list .con{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
    overflow: hidden;;
    text-overflow: ellipsis;
    height: 72px;
}

.index-page03 .list img{
    transition: all .4s;
}
.index-page03 .list .watch-detail{
    margin: 55px 0 65px;
    display: block;
}
.index-page03 .list .watch-detail img{
    margin-left: 50px;
}

.index-page03 .list.active{
    /*width: 40.64%;*/
    transform:translateY(-10px)
}
.index-page03 .list.active img{
    transform:scale(1.05)
}
.index-page03 .list.active .line{
    height: 70px;
}

@media only screen and (min-width: 960px) {
    .index-page03 .nav .item:hover {
        color: #333333;
    }
    .index-page03 .nav .item:hover:after {
        transform: scale(1);
    }
}

@media only screen and (max-width: 1800px) {
    .index-banner .swiper-btn .width1400 {
        padding-right: 42px;
    }
}
@media only screen and (max-width: 1600px) {
    .index-banner .swiper-btn .width1400 {
        padding-right: 109px;
    }
    .index-page01 .img {
        height: 700px;
    }
}
@media only screen and (max-width: 1560px) {
    .index-banner .swiper-btn .width1400 {
        padding-right: 123px;
    }
}

@media only screen and (max-width: 1480px) {
    .index-banner .swiper-btn .width1400 {
        padding-right: 131px;
    }
    .index-page01 .img {
        height: 650px;
    }
}

@media only screen and (max-width: 1440px) {
    .index-banner .swiper-btn .width1400 {
        padding-right: 126px;
    }
    .index-page01 .img{
        height: 625px;
    }
}
@media only screen and (max-width: 1440px) {
    .index-banner .swiper-btn .width1400 {
        padding-right: 122px;
    }
}
@media only screen and (max-width: 1366px) {
    .index-banner .swiper-btn .width1400 {
        padding-right: 116px;
    }
    .index-page02 .advice-box .con{
        height: 60px;
        -webkit-line-clamp: 2;
    }
    .index-page02 .item{
        height: 150px;
    }
    .index-page02 .item .tit {
        margin-top: 15px;
    }

    .index-page01 .img {
        height: 580px;
    }
    .index-page01 .texts .con {
        max-height: 260px;
        -webkit-line-clamp: 8;
    }
    .index-page02 .mySwiper .list {
        padding-bottom: 220px;
    }
}

@media only screen and (max-width: 1280px) {
    .index-banner .swiper-btn .width1400 {
        padding-right: 107px;
    }
}
@media only screen and (max-width: 1240px) {
    .index-banner .swiper-btn .width1400 {
        padding-right: 101px;
    }
}


@media only screen and (max-width: 1200px) {
    .index-banner .swiper-btn .width1400 {
        padding-right: 97px;
    }
    .index-page01 .img{
        height: 520px;
    }
    .index-page01 .texts .con{
        -webkit-line-clamp: 6;
        max-height: 169px;
    }
    .index-page03 .list{
        padding: 10px 30px 100px;
    }


    .index-page02 .item .icon{
        width: 30px;
    }
    .index-page02 .item {
        height: 125px;
    }
    .index-page02 .item .tit {
        margin-top: 10px;
    }

    .index-page01 .img {
        height: 516px;
    }
    .index-page01 .texts .con {
        -webkit-line-clamp: 6;
        max-height: 180px;
    }
    .index-page02 .mySwiper .list {
        padding-bottom: 185px;
    }
}


@media only screen and (max-width: 1043px) {
    .index-page03 .list .watch-detail {
        margin: 35px 0 45px;
    }
    .index-page03 .list {
        padding: 10px 30px 80px;
    }

    .index-banner .swiper-btn .width1400 {
        padding-right: 79px;
    }

    .index-page01 .img {
        height: 448px;
    }
    .index-page01 .texts .con {
        -webkit-line-clamp: 4;
        max-height: 120px;
    }
}

@media only screen and (max-width: 960px) {
    .index-banner .swiper-btn .width1400 {
        padding-right: 66px;
    }
    .index-banner .swiper-slide img{
        height: auto;
    }
}
@media only screen and (max-width: 750px) {
    .index-page01 .texts {
        width: 100%;
        padding: 30px 0;
        display: block;
    }
    .index-page01 .texts p {
        margin-bottom: 0;
    }
    .index-page01 .img {
        height: initial;
        width: 100%;
        position: initial;
    }
    .index-page01 .img .bg-img {
        width: 100%;
        height: auto;
        position: initial;
        transform: translate(0);
        max-width: 100%;
    }

    .index-page02 {
        width: 100%;
        height: auto;
    }
    .index-page02  .item .icon{
        display: none;
    }

    .index-page03 .list {
        padding: 0;
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-direction: column-reverse;border-bottom: 1px dashed #d5d5d5;
        padding-bottom: 15px;
    }
    .index-page03 .list .watch-detail{
        display: none;
    }
    .index-page03 .list .time{
        display: none;
    }
    .index-page03 .list::before{
        display: none;
    }
    .index-page03 .list .line{
        display: none;
    }
    .index-page03 .head-l{
        width: 100%;
    }
    .index-page03 .nav{
        display: none;
    }
    .index-page03 .list .tit{
         margin: 20px 0 8px;
    }
    .index-page03 .list .con{
        height: 48px;
        -webkit-line-clamp: 2;
    }
    .index-page03 .list:last-child{
        border-bottom: none;
        padding-bottom: 0;
    }
    .index-page03{
        padding-bottom: 30px;
    }
    .head-l{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .head-l img{
        display: none;
    }
    .head-l .title-ftit{
        padding-left: 0;
    }
    .head-l .title-tit{
        padding-left: 0;
    }
    .index-page02 .width1400 {
        flex-direction: column-reverse;
    }
    .index-banner .advice-ftit{
        display: none;
    }
    .swiper-container.swiper-button-hollow .swiper-btn::before{
        display: none;
    }
    .swiper-container.swiper-button-hollow .swiper-btn::after{
        display: none;
    }
    .index-page01 .watch-btn{
        margin: 25px auto 0;
    }
    .index-page02  .item {
        padding: 0;
        width: 48%;
        margin-right: 4%;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        border-bottom: none;
        border-right: none;
    }
    .index-page02  .item:nth-child(2n){
        margin-right: 0;
    }
    .index-page02  .nav{
        margin: 25px 0 20px;
    }
    .index-page02  .item .tit{
        font-size: 15px;
    }
    .index-page01 .texts .con{
        margin-top: 20px;
    }


    .index-page02{
        background: #ffffff;
        position: relative;
    }
    .index-page02 .add-thumbs{
        display: none;
    }
    .index-page02 .mySwiper .list{
        display: flex;
        flex-direction: column-reverse;
        position: initial;
        overflow: initial;
        background: none!important;
        padding-bottom: 0;
    }
    .index-page02 .mySwiper .list .list-img {
        display: block;
    }
    .index-page02 .advice{
        position: initial;
        background-color: #ffffff;
    }
    .index-page02 .add-advice {
        width: 100%;
        height: auto;
       
    }
    .index-page02 .head-l .title-tit{
        color: #333333;
    }
    .index-page02 .head-l .title-ftit{
        color: #333333;
    }
    .index-page02 .advice-box .tit{
        color: #333;
        margin: 20px 0 20px;
    }

    .index-page02 .advice-box .con{
        color: #666;
        margin: 25px 0;
    }
    .index-page02 .advice-box .line{
        background: rgba(0, 0, 0, .6);
    }
    .index-page02 .advice-box .line::after{
        background: rgba(0, 0, 0, .6);
    }
    .index-page02 .watch-del img {
        margin-left: 15px;
    }
    .index-page02 .watch-del{
        width: 43%;
        position: absolute;
        bottom: -75px;
        left: 50%;
        transform: translateX(-50%);
        height: 44px;
    }
    .index-page02 .swiper-container {
        position: initial;
        padding: 0 0 110px;
    }
    .add-swiper-btn {
        position: absolute;
        left: initial;
        width: 50%;
        bottom: initial;
        top: 78px;
        right: 4%;
    }
    .add-swiper-btn .swiper-button-next, .add-swiper-btn .swiper-button-prev {
        width: 36px;
        height: 36px;
        border: 1px solid #999;
    }
    .index-page02 .width1400 {
        flex-direction: initial;
    }
    .add-swiper-btn .swiper-button-next {
        margin-left: 15px;
    }
    .add-swiper-btn .swiper-button-next::after, .add-swiper-btn .swiper-button-prev::after {
        font-size: 14px;
        color: #999;
    }
    .add-swiper-btn .swiper-button-next:hover::after, .add-swiper-btn .swiper-button-prev:hover::after{
        color: #ffffff;
    }

}