.head-page .item:nth-child(1)>a span {
    color: #DFB25B;
}

.watch_more{
    position: relative;
    width: 90%;
    height: 50px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 36px;
    opacity: 0;
    transition: all .4s;
    border-radius: 3px;
}
.watch_more::after{
    content: "";
    display: block;
    width: 18px;
    height: 8px;
    background: url(../img/watch_more.png) no-repeat center/cover;
}
.watch_more::before{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #FFFFFF;
    transition: all .4s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.watch_more:hover{
    color: #c09757;
}
.watch_more:hover::before{
    width: 100%;
}
.watch_more:hover::after{
    background: url(../img/watch_hmore.png) no-repeat center/cover;
}

.index_pg01 .list{
    width: 15.5%;
    height: 481px;
    border: 1px solid rgba(220, 220, 220, 1);
    box-sizing: border-box;
    margin-right: 1.4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.index_pg01 .list .box{
    width: 94%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.index_pg01 .list::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(223, 178, 91, 1);
    z-index: -1;
    transition: all .4s;
    transform: translateX(-105%);
}
.index_pg01 .list:nth-child(6n){
    margin-right: 0;
}
.index_pg01 .list .icon{
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center
}
.index_pg01 .list .icon img{
    transition: all .4s;
}
.index_pg01 .list .icon .h_img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}
.index_pg01 .list .tit{
    margin: 15px 0 24px;
    transition: all .4s;
}
.index_pg01 .list .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 72px;
    -webkit-line-clamp: 3;
    transition: all .4s;
}
.index_pg01 .watch_more{
    z-index: 2;
    margin: 36px auto 0;
}
.index_pg01 .watch_more::before{
     z-index: -1;
}
.index_pg01 .list:hover::after{
    transform: translateX(0);
}
.index_pg01 .list:hover .icon .h_img{
    opacity: 1;
}
.index_pg01 .list:hover .icon .p_img{
    opacity: 0;
}
.index_pg01 .list:hover .tit{
    color: #FFFFFF;
}
.index_pg01 .list:hover .desc{
    color: #FFFFFF;
}
.index_pg01 .list:hover .watch_more{
    opacity: 1;
}

.index_pg02{
    background: #FFFDF9;
    position: relative;
}
.index_pg02::before,.index_pg02::after{
    content: "";
    display: block;
    position: absolute;
}

.index_pg02::before{
    width: 165px;
    height: 244px;
    left: 0;
    background: url(../img/index_bg0301.png) no-repeat center/cover;
    bottom: 268px;
}
.index_pg02::after{
    width: 180px;
    height: 264px;
    right: 0;
    background: url(../img/index_bg0302.png) no-repeat center/cover;
    bottom: 515px;
}
.index_pg02 .swiper_lists{
    padding: 0 120px;
    box-sizing: border-box;
    position: relative;
}
.index_pg02 .mySwiper2{
    margin-top: 70px;
    height: 362px;
    position: initial;
}
.index_pg02 .swiper-button-next, .index_pg02 .swiper-button-prev{
    width: 50px;
    height: 70px;
    background: #adadad;
    outline: none;
    transition: all .4s;
}
.index_pg02 .swiper-button-next::after, .index_pg02 .swiper-button-prev::after{
    font-size: 20px;
    color: #fff;
    transition: all .4s;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: .5;
}
.index_pg02 .mySwiper{
    margin-top: 75px;
}
.index_pg02 .mySwiper .swiper-slide{
    cursor: pointer;
}
.index_pg02 .mySwiper .img{
    height: 250px;
    background: #FFFDF9;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}

.index_pg02 .mySwiper .text {
    text-align: center;
    margin-top: 20px;
}
.index_pg02 .mySwiper .swiper-slide-thumb-active .img{
    border: 1px solid rgba(223, 178, 91, 1);
}
.index_pg02 .mySwiper .swiper-slide-thumb-active .text{
    color: #DFB25B;
}
.index_pg02 .mySwiper2 .img{
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    width: 53.2%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.index_pg02 .mySwiper2 .img img{
    transition: all .4s;
}
.index_pg02 .mySwiper2 .texts{
    background: linear-gradient(90deg, #E2E2E2, #FEFEFE);
    height: 100%;
    width: 46.8%;
    padding: 50px 40px 50px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index_pg02 .mySwiper2 .page_tit {
    color: #111111;
}

.index_pg02 .mySwiper2 .con{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 90px;
    margin: 18px 0 40px;
}
.index_pg02 .watch_detail{
    color: #DFB25B;
    position: relative;
    display: inline-block;
    width: 78px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    transition: all .4s;
    z-index: 1;
}
.index_pg02 .watch_detail::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DFB25B;
    transition: all .4s;
    z-index: -1;
}
.index_pg02 .watch_detail:hover{
    color: #fff;
}
.index_pg02 .watch_detail:hover::after{
   height: 100%;
}


.index_pg03{
    background: rgba(223, 178, 91, 1);
    position: relative;
}
.index_pg03 .texts{
    width: 57%;
}
.index_pg03 .desc {
    margin: 22px 0 40px;
    overflow: hidden;
    /* text-overflow: ellipsis;
    white-space: nowrap;  */
    height: 122px;
}
.index_pg03 .items{
    width: 83%;
    margin-top: 50px;
}
.index_pg03 .item{
    width: 29%;
}
.index_pg03 .texts_tit {
    margin: 22px 0 9px;
}
.index_pg03 .img{
    width: 40.4%;
    height: 442px;
}
.index_pg03 .watch_more{
   opacity: 1;
   width: 140px;
   height: 42px;
   position: relative;
   z-index: 1;
}

.index_pg04 .width1440{
    /* padding: 0 50px; */
    box-sizing: border-box;
}
.index_pg04 .tit {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    display:block;
}
.index_pg04 .item-r .tit{
    width: calc(100% - 150px);
    padding-right: 30px;
    box-sizing: border-box;
}
.index_pg04 .con{
    color: #666666;
    line-height: 1.72;
    margin-top: 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all .3s;
}
.index_pg04 .item-l{
    width: 33.1%;
}
.index_pg04 .item-l .con{
    height: 72px;
    -webkit-line-clamp: 3;
}
.index_pg04 .img {
    height: 275px;
    display: block;
}
.index_pg04 .texts{
    padding: 48px 30px 52px;
    box-sizing: border-box;
    height: 256px;
    background: #F9FAFB;
}
.index_pg04 .item-r{
    width: 63.36%;
    margin-left: auto;
    transition: all .3s;
}
.index_pg04 .item-r .con{
     max-height: 48px;
     -webkit-line-clamp: 2;
}
.index_pg04 .item{
    border-bottom: 1px solid #eeeeee;
    padding: 25px 0;
    box-sizing: border-box;
}
.index_pg04 .item:first-child{
    padding-top: 0;
}
.index_pg04 .item:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.index_pg04 .watch {
    margin-top: 34px;
    color: #666666;
    transition: all .3s;
}
.index_pg04 .watch::after{
    content: "";
    display: block;
    width: 20px;
    height: 13px;
    background: url(../img/next-hbtns.svg) no-repeat center/cover;
    margin-left: 10px;
    transition: all .4s;
}
.index_pg04 .time{
    margin-left: auto;
    color: #666666;
    width: 150px;
    text-align: right;
}
@media only screen and (min-width: 960px) {
    .index_pg02 .mySwiper2 .img:hover img{
        transform: scale(1.05);
    }
    .index_pg02 .swiper-button-next:hover, .index_pg02 .swiper-button-prev:hover{
        background: #DFB25B;;
    }
    .index_pg03 .img:hover img{
        height: 105%;
    }
    .index_pg04 .item:hover .tit{
        color: #DFB25B;;
    }
    .index_pg04 .item:hover .con{
        color: #DFB25B;;
    }
    .index_pg04 .tit:hover{
        color: #DFB25B;;
    }
    .index_pg04 .item-l:hover .watch{
        color: #DFB25B;;
        transform: translateX(5px);
    }
    .index_pg04 .item-l:hover .watch::after{
        background: url(../img/next-btns.svg) no-repeat center/cover;
    }
    .index_pg04 .item-l:hover .bg-img{
        height: 110%;
    }
    .index_pg04 .item-l:hover .tit{
        color: #DFB25B;;
    }
}
@media only screen and (max-width:1600px) {
    .index_pg02 .mySwiper .img{
        height: 243px;
    }
    .index_pg02 .mySwiper2{
        height: 352px;
    }
}
@media only screen and (max-width:1480px) {
    .index_pg02 .mySwiper .img{
        height: 224px;
    }
    .index_pg02 .mySwiper2{
        height: 320px;
    }
    .index_pg03 .item {
        width: 30%;
    }
}
@media only screen and (max-width:1366px) {
    .index_pg01 .list{
        height: 389px;
    }
    .index_pg02 .mySwiper .img{
        height: 205px;
    }
}
@media only screen and (max-width:1200px) {
    .index_pg03 .items{
        width: 100%;
    }
}
@media only screen and (max-width:1043px) {
    .index_pg04 .width1440{
        padding: 0;
    }
}
@media only screen and (max-width:960px) {
    .index_pg03 .desc{
        height: 130px;
    }
    .index_pg02 .mySwiper2 .con{
        height: 78px;
    }
}
@media only screen and (max-width:768px) {
    .index_pg01 .list {
        height: 320px;
        width: 100%;
        margin-bottom: 15px;
    }
    .index_pg01 .list:last-child{
        margin-bottom: 0;
    }
    .index_pg01 .watch_more{
        opacity: 1;
        border: 1px solid rgba(223, 178, 91, 1);
        width: 126px;
        height: 44px;
        background-color: #c09757;
    }
    .index_pg02::after{
        display: none;
    }
    .index_pg02::before{
        display: none;
    }
    .index_pg02 .swiper-button-next, .index_pg02 .swiper-button-prev {
        width: 30px;
        height: 45px;
    }
    .index_pg02 .swiper-button-next::after, .index_pg02 .swiper-button-prev::after{
        font-size: 16px;
    }
    .index_pg02 .swiper_lists{
        padding: 0;
    }
    .index_pg02 .mySwiper2{
        height: auto;
        margin-top: 25px;
    }
    .index_pg02 .mySwiper2 .img{
        width: 100%;
    }
    .index_pg02 .mySwiper2 .texts{
        width: 100%;
        padding: 30px 20px;
    }
    .index_pg02 .mySwiper2 .con{
        margin: 10px 0;
    }
    .index_pg02 .mySwiper .img{
        height: 118px;
    }
    .index_pg02 .mySwiper{
        margin-top: 25px;
    }
    .index_pg03 .texts{
        width: 100%;
    }
    .index_pg03 .img{
        width: 100%;
        height: auto;
    }
    .index_pg03 .item {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .index_pg03 .items {
        width: 100%;
        margin: 25px 0 10px;
    }
    .index_pg03 .item .icon{
        width: 40px;
    }
    .index_pg03 .item .text{
        width: calc(100% - 40px);
        padding-left: 15px;
        box-sizing: border-box;
    }
    .index_pg03 .img img{
        position: initial;
        transform: translate(0);
        height: auto;
        max-width: 100%;
        width: 100%;
    }
    .index_pg03 .desc{
        margin: 15px 0 25px;
    }
    .index_pg03 .watch_more{
        margin: 0 auto;
    }
    .index_pg03 .texts_tit{
        margin-top: 0;
    }
    .index_pg04 .lists{
        margin-top: 25px;
    }
    .index_pg04 .item-l {
        width: 100%;
        height: auto;
    }
    .index_pg04 .img{
        height: auto;
    }
    .index_pg04 .img img{
        position: initial;
        transform: translate(0);
        height: auto;
        max-width: 100%;
        width: 100%;
    }
    .index_pg04 .texts {
        padding: 25px 15px 25px;
        height: auto;
    }
    .index_pg04 .item-r {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .index_pg04 .time {
        margin-left: initial;
        margin-top: 5px;
        display: none;
    }
    .index_pg04 .item{
        padding: 20px 0;
    }
    .index_pg04 .con{
        margin-top: 10px;
    }
    .index_pg04 .watch {
        margin-top: 15px;
    }
    .index_pg04 .item-r .tit{
        width: 100%;
        padding-right: 0;
    }
}