@charset "utf-8";

.head-page .item:nth-child(1) span {
    color: #0081FF;
}
.head-page .item:nth-child(1) a:after {
    transform: scale(1);
    opacity: 1;
}

.banner .advice{
    text-align: left;
}
.banner .advice-tit{
    font-size: 48px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #14202D;
}
.banner .advice-ftit{
    font-size: 32px;
    font-family: Arial;
    font-weight: 400;
    color: #0E1720;
    line-height: 1.72;
}

.index_page01 .item_l {
    width: 35.4%;
    font-family: "Source Han Sans Regular";
    font-weight: 600;
    position: relative;
    padding-left: 57px;
    box-sizing: border-box;
    line-height: 1.4;
}
.index_page01 .item_l::before{
    content: "";
    display: flex;
    width: 40px;
    height: 32px;
    background: url(../img/page_tit_icon.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 4px;
}
.index_page01 .item_r{
    width: 53.75%;
}

.index_page01 .page_tit {
    color: #111111;
  
} 
.index_page01 .con {
    margin:15px 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 120px;
}

.watch_btn{
    width: 172px;
    height: 52px;
    background: #037DFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}
.watch_btn::after{
    content: "";
    display: block;
    width: 27px;
    height: 8px;
    background: url(../img/watch_btn.png) no-repeat center/cover;
    margin-left: 11px;
}

.watch_btn::before{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #ec2822;
    transition: all .4s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.watch_btn:hover::before{
    width: 100%;
}




.index_page02{
    background: url(../img/index_bg02.jpg) no-repeat center/cover;
    padding: 65px 0 80px;
    box-sizing: border-box;
}

.index_page02 .page_title{
    text-align: left;
}
.index_page02 .swiper_lists{
    padding: 0 10.8%;
    box-sizing: border-box;
    position: relative;
}
.index_page02 .mySwiper2{
    margin-top: 70px;
    height: 400px;
    position: initial;
}
.index_page02 .swiper-button-next, .index_page02 .swiper-button-prev{
    width: 54px;
    height: 54px;
    border: 1px solid #969497;
    border-radius: 50%;
    outline: none;
    transition: all .4s;
}
.index_page02 .swiper-button-next::after, .index_page02 .swiper-button-prev::after{
    font-size: 20px;
    color: #666666;
    transition: all .4s;
}
.index_page02 .mySwiper{
    margin-top: 75px;
}
.index_page02 .mySwiper .swiper-slide{
    height: 142px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    cursor: pointer;
}

.index_page02 .mySwiper .swiper-slide-thumb-active{
    border: 1px solid #037DFF;
}

.index_page02 .mySwiper2 .img{
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    width: 53.2%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_page02 .mySwiper2 .texts{
    background: linear-gradient(90deg, #E2E2E2, #FEFEFE);
    height: 100%;
    width: 46.8%;
    padding: 50px 40px 50px;
    box-sizing: border-box;
}
.index_page02 .mySwiper2 .page_tit {
    color: #111111;
}

.index_page02 .mySwiper2 .con{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 120px;
}
.index_page02 .watch_detail{
    margin-top: 30px;
}
.index_page02 .page-line{
    margin: 10px 0 23px;
    height: 2px;
    background: #037DFF;
    width: 44px;
}
.index_page03{
    height: 795px;
}
.index_page03 .top_th {
    height: 58%;
}
.index_page03 .bot_th {
    height: 42%;
}
.th_l{
     width: 49.3%;
     height: 100%;
}
.th_r{
    height: 100%;
    width: 50.7%;
}

.index_page03 .top_th .th_l{
    background: #037DFF;
    padding: 68px 0 50px;
    box-sizing: border-box;
}
.index_page03 .top_th .th_l .box{
    width: 68.45%;
    margin-left: auto;
    margin-right: 6.5%;
}
.index_page03 .top_th .th_l .con {
    margin-top: 40px;
}
.index_page03 .bot_th  .list{
    width: 50%;
    height: 100%;
}
.index_page03 .bot_th .th_r{
    display: flex;
    align-items: center;
}
.index_page03 .bot_th .th_r .box{
    width: 67.5%;
    margin-left: 7.2%;
}


.watch_detail{
    color: #037DFF;
    margin-top: 60px;
    display: inline-block;
    transition: all .4s;
}
.watch_detail img{
    margin-left: 12px;
}

.index_page04 header{
    padding-bottom: 70px;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}
.index_page04 header::after{
    content: "";
    display: block;
    width: 30.2%;
    height: 1px;
    background: #007CFA;
    position: absolute;
    bottom: 0;
    left: 0;
}
.index_page04 .page_title{
    text-align: left;
}

.index_page04 .list{
    margin-top: 80px;
    width: 30.2%;
    background: #F6F6F6;
    margin-right: 4.7%;
}
.index_page04 .list:nth-child(3n){
    margin-right: 0;
}
.index_page04 .img {
    height: 249px;
}
.index_page04 .texts{
    height: 210px;
    padding: 28px 30px 28px 22px;
    box-sizing: border-box;
}
.index_page04 .tit{
    color: #111111;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index_page04 .con {
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 6px 0 13px;
}
.index_page04 .time{
    color: #ADADAD;
}
.index_page04 .watch_detail{
    margin-top: 5px;
    margin-left: auto;
    display: block;
    width: 113px;
}

.read_more_btn{
    font-weight: bold;
    color: #007CFA;
}

.read_more_scale{
    width: 21px;
    height: 21px;
    margin-left: 110px;
    background: url(../img/read_more_scale.png) no-repeat center/cover;
    position: relative;
}

.read_more_scale::after{
    content: "";
    display: block;
    width: 104px;
    height: 1px;
    background: #037DFF;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (min-width: 960px) {
    .index_page02 .swiper-button-next:hover, .index_page02 .swiper-button-prev:hover{
        background: #037DFF;
        border: 1px solid #037DFF;
    }
    .index_page02 .swiper-button-next:hover::after, .index_page02 .swiper-button-prev:hover::after{
        color: #FFFFFF;
    }
    .index_page04 .list:hover img{
        height: 105%;
    }
    .index_page04 .list:hover .tit {
        color: #037DFF;
    }

    .watch_detail:hover{
        transform: translateX(8px);
    }
}

@media only screen and (max-width: 1600px) {
    .index_page01 .item_l{
        width: 36.4%;
    }
    .index_page03 .top_th .th_l .box{
        margin-right: 16%;
        width: 72%;
    }
    .index_page03 .bot_th .th_r .box{
        width: 72%;
        margin-left: 16%;
    }
}

@media only screen and (max-width: 1366px) {
    .index_page02 .swiper_lists {
        padding: 0 8.5%;
    }
    .banner .advice-tit{
          font-size:50px;
    }
    .banner .advice-ftit{
        font-size:34px;
    }
}

@media only screen and (max-width: 1280px) {
    .index_page01 .item_l {
        width: 37.4%;
    }
    .index_page02 .mySwiper2{
        height: 358px;
    }
}

@media only screen and (max-width: 1200px) {
    .banner .advice-tit{
        font-size: 44px;
    }
    .banner .advice-ftit{
        font-size: 30px;
    }
}
@media only screen and (max-width: 960px) {
    .index_page02 .mySwiper2 .con{
        height: 112px;
    }
    .index_page01 .con{
        height: 112px;
        margin: 15px 0 25px;
    }
    
}

@media only screen and (max-width: 750px) {
    .banner .advice-tit {
        font-size: 22px;
    }
    .banner .advice-ftit{
        display:none;
    }
    .index_page04 .lists{
        margin-top: 10px;
    }
    .index_page04 .list {
        margin-top: 20px;
        width: 100%;
        margin-right: 0;
    }
    .index_page04 .texts {
        height: 210px;
        padding: 28px 20px;
    }
    .index_page04 .img {
        height: 198px;
    }

    .index_page01 .item_l {
        width: 100%;
        padding-left: 0;
        display: none;
    }
    .index_page01 .item_l::before{
        display: none;
    }
    .index_page01 .item_r {
        width: 100%;
    }
    
    .index_page02{
        padding: 30px 0;
    }
    .index_page02 .swiper_lists {
        padding: 0;
    }
    .index_page03{
        height: auto;
    }
    .th_l {
        width: 100%;
    }
    .index_page03 .top_th .th_l .box {
        margin-right: 0;
        width: 100%;
        padding: 0 4%;
        box-sizing: border-box;
    }
    .th_r {
        width: 100%;
    }
    .index_page03 .bot_th .th_r .box {
        width: 100%;
        margin-left: 0;
        padding: 0 4%;
        box-sizing: border-box;
    }
    .index_page03 .bot_th .list{
        width: 100%;
        height: 248px;
    }
    .index_page03 .top_th .th_r {
        height: 248px;
    }
    .index_page03 .top_th .th_l {
        padding: 30px 0;
    }
    .index_page03 .top_th {
        flex-direction: column-reverse;
    }
    .index_page03 .top_th .th_l .con {
        margin-top: 20px;
    }
    .index_page03 .bot_th .th_l {
        display: none;
    }
    .index_page03 .bot_th .th_r .box  .con {
        display: none;
    }
    .watch_detail {
        margin: 0 auto;
        display: block;
        width: 114px;
    }
    .index_page03{
        background: #037DFF;
        padding-bottom: 30px;
    }
    .index_page03 .watch_detail{
        color: #FFFFFF;
    }
    .read_more_scale{
        display: none;
    }
    .index_page04 header {
        padding-bottom: 25px;
    }
    .index_page02 .mySwiper{
        display: none;
    }
    .index_page02 .mySwiper2 .img{
        width: 100%;
    }
    .index_page02 .mySwiper2 {
        height: auto;
        margin-top: 25px;
    }
    .index_page02 .mySwiper2 .texts {
        background: transparent;
        height: 100%;
        width: 100%;
        padding: 25px 45px 0;
        box-sizing: border-box;
    }
    .index_page02 .swiper-button-next, .index_page02 .swiper-button-prev {
        width: 38px;
        height: 38px;
        background: #FFFFFF;
    }
    .index_page02 .swiper-button-next::after, .index_page02 .swiper-button-prev::after{
        font-size: 14px;
    }
    .index_page02 .swiper-button-prev{
        left: 0;
    }
    .index_page02 .swiper-button-next{
        right: 0;
    }
    .index_page02 .page-line{
        display: none;
    }
    .index_page02 .mySwiper2 .con{
        margin-top: 15px;
    }
    .index_page02 .watch_detail {
        margin-top: 25px;
    }
    .watch_btn {
        width: 128px;
        height: 44px;
        margin: 0 auto;
    }
}
