@charset "utf-8";


.head-page .index_item span{
    color: #bba600;
}
.head-page .index_item>a:after {
    transform: scale(1);
    opacity: 1;
}
.index_banner .advice{
    text-align: left;
}
.index_banner .advice-tit{
    font-size: 52px;
    line-height: 1.25;
    color: #FFFFFF;
    font-weight: 600;
    width: 100%;
}
.index_banner .advice-ftit{
    margin: 35px 0 80px;
    font-size: 18px;
    text-transform: initial;
    max-width: 660px;
    line-height: 1.56;
}
.index_banner .watch_mores{
    justify-content: center;
}
.index_banner .watch_more{
    justify-content: center;
}
.index_banner .swiper-container.typea{
    padding-bottom: 0;
}
.swiper-container.typea .swiper-pagination{
    position: initial;
    text-align: left;
}
.index_banner .swiper_pag{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 69px;
    z-index: 5;
}
.index_banner .swiper-container .swiper-pagination-bullet{
    width: 30px;
    height: 3px;
    margin-right: 15px;
    border-radius: 0;
    opacity: 1;
    background: rgba(255,255,255,.5);
}
.index_banner .swiper-container .swiper-pagination-bullet-active{
    background:  #bba600;
}


.news_page{
    width: 76.5%;
    position: relative;
    margin-top: -90px;
    margin-left: auto;
    border: 2px solid #F4F4F4;
    border-right: none;
}
.news_page .times {
    width: 365px;
    height: 120px;
    background: #bba600;
}
.news_page .times .time_tit {
    margin-left: 25px;
}
.news_page .news_page_btn{
    width: 44px;
    background: #fff;
    position: relative;
    z-index: 4;
}
.news_page .news_page_swiper{
    width: calc(100% - 44px);
}
.news_page .news_page_content {
    width: calc(100% - 365px);
    padding: 0 10% 0 50px;
    box-sizing: border-box;
}
.news_page .swiper-slide{
    background: #fff;
}
.news_page_content .tit{
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_page_content .con{
    width: calc(100% - 280px);
    padding-left: 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_page .swiper-button-prev,.news_page .swiper-button-next{
    position: initial;
    width: 44px;
    height: 60px;
    border: 2px solid #F4F4F4;
    margin-top: 0;
    background: #FFFFFF;
    transition: all .4s;
}
.news_page .swiper-button-prev::after,.news_page .swiper-button-next::after{
    display: none;
}
.news_page .swiper-button-prev::before,.news_page .swiper-button-next::before{
    content: "";
    display: block;
    width: 11px;
    height: 12px;
    transition: all .4s;
}
.news_page .swiper-button-prev::before{
    background: url(../images/news_page_prev.png) no-repeat center/cover;
}
.news_page .swiper-button-next::before{
    background: url(../images/news_page_next.png) no-repeat center/cover;
}


.news_page .swiper-button-prev:hover{
    background: #bba600;
}
.news_page .swiper-button-next:hover{
    background: #bba600;
}
.news_page .swiper-button-prev:hover:before{
    background: url(../images/news_page_prev_hover.png) no-repeat center/cover;
}
.news_page .swiper-button-next:hover::before{
    background: url(../images/news_page_next_hover.png) no-repeat center/cover;
}

.watch_mores{
    width: 167px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background:  #bba600;
    color: #fff;
    padding: 0 25px;
    box-sizing: border-box;
}
.watch_mores::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    z-index: -1;
    background: #fff;
    transition: all .4s;
}


.watch_more{
    width: 167px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background:  #fff;
    color: #bba600;
    padding: 0 25px;
    box-sizing: border-box;
    margin-left: 20px;

}
.watch_more::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    z-index: -1;
    background: #bba600;
    transition: all .4s;
}

.page_title{
    max-width: 68%;
}
.page_en_tit {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.page_tit_line{
    width: 36px;
    height: 2px;
    background: #bba600;
    margin-left: 23px;
}
.page_con {
    margin-top: 30px;
}
.index_pg01 .lists{
    margin: 27px 0 9px;
}
.index_pg01 .lists .maxwidth{
    position: relative; 
}
.index_pg01 .swiper-slide{
    padding: 28px 35px 66px;
    box-sizing: border-box;
    border-right: 1px solid  #E7E7E7;
    text-align: center;
}
.index_pg01 .swiper-slide .img{
    margin: 16px 0 50px;
    height: 215px;
}
.index_pg01 .swiper-slide .img img{
    transition: all .4s;
    max-height: 100%;
}
.index_pg01 .swiper-slide .tit{
    transition: all .4s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_pg01 .swiper-slide .con{
    margin: 18px 0 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index_pg01 .swiper-slide .watch_detail{
    width: 50px;
    height: 50px;
    background: #bba600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    transition: all .4s;
}
.index_pg01 .swiper-button-prev,.index_pg01 .swiper-button-next{
    cursor: pointer;
}
.index_pg01 .swiper-button-prev{
    left: -70px;
}
.index_pg01 .swiper-button-next{
    right: -70px;
}
.index_pg01 .swiper-button-prev::after,.index_pg01 .swiper-button-next::after{
    color: #999999;
    font-size: 45px;
}
.index_pg01 .list{
    display: none;
}
.index_pg01 .list.active{
    display: block;
}
.index_about .texts .con {
    margin-top: 50px;
}
.index_about .texts .watch_mores {
    margin-top: 70px;
}

.index_pg04{
    position: relative;
}
.lists_navs_items{
    width: 380px;
}
.index_pg04 .list{
    height: 700px;
    display: none;
    align-items: flex-end;
}
.index_pg04 .list.active{
    display: flex;
}
.lists_box{
    max-width: 552px;
    height: 285px;
    background: rgba(0,0,0,.35);
    width: 50%;
    margin-left: auto;
    padding: 38px 44px;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    margin-bottom: 60px;
    display: block;
}
.lists_box .watch_detail  {
    margin-top: 27px;
}
.lists_box .con {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 32px;
}
.lists_navs{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.lists_navs .item{
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 60px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #EDEDED;
}
.lists_navs .item:last-child{
    border-bottom: none;
}
.lists_navs .item .icon{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.lists_navs .item .icon img{
    transition: all .4s;
}
.lists_navs .item .h_img{
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%,-50%);
   opacity: 0;
}
.lists_navs .item::after{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/lists_navs_next.png);
    position: absolute;
    right: 60px;
    transition: all .4s;
    opacity: 0;
}
.lists_navs .item.active{
    background: #bba600;
}
.lists_navs .item.active .item_tit{
    color: #fff;
}
.lists_navs .item.active .h_img{
    opacity: 1;
}
.lists_navs .item.active .p_img{
    opacity: 0;
}
.lists_navs .item.active::after{
    opacity: 1;
}
.more_btn{
    width: 26px;
    height: 26px;
    border: 1px solid #777;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


.index_pg05 {
    background: #F1F1F1;
}
.index_pg05 .list{
    height: 315px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(25,27,35,0.09);
    width: 31.5%;
    margin-right: 2.75%;
    padding: 33px 25px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.index_pg05 .list::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #958300;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
    transform: translateX(-110%);
    z-index: -1;
}
.index_pg05 .list:nth-child(3n){
    margin-right: 0;
}
.index_pg05 .list .text{
    width: 100%;
}
.index_pg05 .list .tit {
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_pg05 .list .time{
    margin: 10px 0 30px;
}
.index_pg05 .list .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 82px;
}
.index_pg05 .list .watch_detail {
    display: table;
    margin-top: 44px;
    margin-left: auto;
}




@media only screen and (min-width: 960px) {
    .watch_more:hover{
        color: #fff;
    }
    .watch_more:hover::before{
        transform: scale(1);
    }
    .watch_mores:hover{
        color: #bba600;
    }
    .watch_mores:hover::before{
        transform: scale(1);
    }
    .index_pg01 .swiper-slide:hover .img img{
        transform: scale(1.08);
    }
    .index_pg01 .swiper-slide:hover .tit{
        color: #bba600;
    }
    .index_pg01 .swiper-slide:hover .watch_detail{
        opacity: 1;
    }
    .header_title_nav .item:hover{
        color: #bba600;
    }
    .header_title_nav .item:hover::after{
        transform: scale(1);
    }
    .lists_navs .item:hover{
        background: #bba600;
    }
    .lists_navs .item:hover:after{
        opacity: 1;
    }
    .lists_navs .item:hover .item_tit{
        color: #fff;
    }
    .lists_navs .item:hover .h_img{
        opacity: 1;
    }
    .lists_navs .item:hover .p_img{
        opacity: 0;
    }
    .index_pg05 .list:hover::before{
        transform: translateX(0);
    }
    .index_pg05 .list:hover .tit{
        color: #fff;
    }
    .index_pg05 .list:hover .time {
        color: #fff;
    }
    .index_pg05 .list:hover .desc {
        color: #fff;
    }
    .index_pg05 .list:hover .watch_detail {
        color: #fff;
    }
}
@media only screen and (max-width:1480px) {
    .index_banner .advice-tit{
        font-size: 48px;
    }
    .index_pg01 .swiper-button-next {
        right: -35px;
    }
    .index_pg01 .swiper-button-prev {
        left: -35px;
    }
}
@media only screen and (max-width:1400px) {
    .index_pg01 .swiper-slide{
        padding: 28px 35px 45px;
    }
    .index_pg01 .swiper-slide .img {
        margin: 16px 0 40px;
        height: 190px;
    }
}
@media only screen and (max-width:1366px) {
    .news_page .news_page_content{
        padding: 0 45px 0 50px;
    }
    .index_banner .advice-tit {
        font-size: 44px;
    }
}
@media only screen and (max-width:1280px) {
    .index_pg01 .swiper-slide .img{
        height: 170px;
        margin: 0 0 25px;
    }
    .index_pg01 .swiper-slide {
        padding: 25px 35px 40px;
    }
    .lists_navs .item::after{
        right: 40px;
    }
    .lists_navs .item{
        padding: 0 40px;
    }
    .lists_navs_items {
        width: 345px;
    }
}
@media only screen and (max-width:1200px) {
    .index_banner .advice-tit {
        font-size: 40px;
    }
    .index_banner .advice-ftit{
        margin: 30px 0 60px;
    }
    .news_page_content .tit{
        width: 186px;
    }
    .news_page_content .con{
        width: calc(100% - 186px);
    }
    .news_page .news_page_content {
        padding: 0 35px;
    }
    .news_page{
        margin-top: -50px;
    }
    .news_page .times{
        height: 100px;
    }
    .news_page .swiper-button-prev, .news_page .swiper-button-next{
        height: 50px;
    }
    .index_pg01 .swiper-button-prev::after, .index_pg01 .swiper-button-next::after{
        font-size: 40px;
    }
    .index_pg01 .swiper-button-next {
        right: -33px;
    }
    .index_pg01 .swiper-button-prev {
        left: -33px;
    }

    .index_about .texts .watch_mores {
        margin-top: 50px;
    }
    .index_about .texts .watch_mores {
        margin-top: 50px;
    }
    .lists_navs .item{
        height: 90px;
    }
    .index_pg04 .list{
        height: 630px;
    }
    .lists_navs_items {
        width: 325px;
    }
}

@media only screen and (max-width:1043px) {
    .index_banner .advice-tit {
        font-size: 36px;
    }
    .index_banner .advice-ftit {
        margin: 25px 0 45px;
        font-size: 16px;
    }
    .index_about  .page_title{
        max-width: 100%;
    }
    .news_page .times{
        width: 272px;
        height: 90px;
    }
    .news_page .swiper-button-prev, .news_page .swiper-button-next {
        height: 45px;
    }
    .news_page .news_page_content{
        width: calc(100% - 272px);
    }
    .index_pg01 .swiper-button-prev::after, .index_pg01 .swiper-button-next::after {
        font-size: 32px;
    }
    .index_pg01 .swiper-button-next {
        right: -25px;
    }
    .index_pg01 .swiper-button-prev {
        left: -25px;
    }
    .index_pg01 .swiper-slide .watch_detail{
        width: 40px;
        height: 40px;
    }
    .lists_navs .item {
        height: 80px;
    }
    .index_pg04 .list {
        height: 560px;
    }
    .watch_mores{
        width: 136px;
    }
    .watch_more{
        width: 136px;
    }
    .lists_box .con{
        -webkit-line-clamp: 3;
        margin-top: 15px;
    }
    .lists_box{
       height: 254px;
    }
    .lists_navs_items {
        width: 298px;
    }
    .lists_navs .item {
        padding: 0 25px;
    }
    .lists_navs .item::after {
        right: 25px;
    }
    .page_title {
        max-width: 76%;
    }
    .index_pg05 .list .desc{
        height: 77px;
    }
}


@media only screen and (max-width:768px) {
    .watch_mores {
        width: 120px;
        height: 42px;
        padding: 0 15px;
    }
    .watch_more {
        width: 120px;
        height: 42px;
        padding: 0 15px;
    }
    .page_title {
        max-width: 100%;
    }
    .page_tit_line {
        width: 30px;
        margin-left: 12px;
    }
    .page_en_tit{
        margin-bottom: 10px;
    }
    .page_con {
        margin-top: 25px;
    }


    .index_about .page_title{
        text-align: center;
    }
    .index_about .texts .watch_mores {
        margin: 15px auto 10px;
    }
    .index_about .texts .con {
        margin-top: 25px;
    }
    .lists_navs {
        position: initial;
        margin-top: 25px;
    }
    .lists_navs .item::after{
        opacity: 1;
    }
    .lists_navs_items {
        width: 100%;
    }
    .lists_navs .item {
        padding: 0 15px;
        height: 65px;
    }
    .lists_navs .item .icon{
        max-width: 35px;
    }
    .lists_box {
        height: 218px;
        max-width: 100%;
        width: 100%;
        padding: 25px 20px;
        margin-bottom: 30px;
    }
    .index_pg04 .list {
        height: auto;
        padding-top: 30px;
    }
    .index_pg04 .watch_mores{
        margin: 20px auto 0;
    }
    .index_pg04 .page_title{
        text-align: center;
    }
    .index_pg04 .page_tit {
        justify-content: center;
    }
    .index_pg05 .list {
        height: 243px;
        width: 100%;
        margin-right: 0;
        padding: 25px 15px;
        margin-bottom: 15px;
    }
    .index_pg05 .list:last-child{
        margin-bottom: 0;
    }
    .index_pg05 .list .time {
        margin: 10px 0 20px;
    }
    .index_pg05 .list .watch_detail{
        margin-top: 20px;
    }

    .index_pg01 .swiper-slide .watch_detail {
        width: 35px;
        height: 35px;
        opacity: 1;
    }

    .index_pg01 .swiper-slide {
        padding: 0 25px;
        border-right: none;
    }
    .index_pg01 .swiper-slide .con{
        margin: 15px 0 25px;
    }
    .index_pg01 .swiper-button-next {
        right: -10px;
    }
    .index_pg01 .swiper-button-prev {
        left: -10px;
    }
    .index_pg01 .swiper-button-prev::after, .index_pg01 .swiper-button-next::after {
        font-size: 20px;
    }
    .news_page {
        margin-top: 30px;
        width: 92%;
        margin-left: 4%;
        border: none;
    }
    .news_page .news_page_swiper {
        width: 100%;
    }
    .news_page .news_page_btn{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    .news_page_content .tit {
        width: 100%;
    }
    .news_page_content .con {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .news_page .times {
        width: 100%;
        height: 44px;
        justify-content: flex-start;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .news_page .news_page_content {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .index_banner .advice-tit {
        font-size: 24px;
        margin-bottom: 35px;
    }
    .index_banner .advice-ftit {
        margin: 10px 0 20px;
        font-size: 15px;
        display: none;
    }
    .index_banner .swiper_pag {
        width: 100%;
        bottom: 35px;
    }
    .index_banner .swiper-pagination{
        width: 100%;
    }
    .index_banner .watch_more{
        margin-left: 10px;
    }
}