@charset "utf-8";


.head-page .item:nth-child(1)>a span {
    color: #009DE0;
}

.adviceone .advice-box{
    margin-left: auto;
    max-width: 670px;
    text-align: left;
    margin-right: 7.7%;
}
.adviceone .advice-box .advice-ftit{
    margin-top: 20px;
    margin-bottom: 25px;
    color: #ffffff;
}
.banner .advice.advicetwo{
    top: 43%;
}
.advicetwo .advice-box{
    max-width:720px;
    text-align: left;
    margin-left: 50px;
}
.advicetwo .advice-box .advice-tit span{
    color: #F2CB13;
}
.advicetwo .advice-box .advice-tit{
    line-height: 1.4;
}
.advicetwo .advice-box .advice-desc{
    margin-top: 9px;
}
.banner .advice.advicethree{
    top: 47.5%;
}
.advicethree .advice-box{
    max-width: 700px;
    text-align: left;
}
.advicethree .advice-box .advice-tit{
    color: #19191b;
    line-height: 1.35
}
.advicethree .advice-box .advice-ftit {
    color:#191919;
}
.advicethree .advice-box .advice-ftit span{
    color: #009de0;
}
.advicethree .advice-box .advice-desc{
    color: #5b5b5c;
    margin-top: 25px;
}



.page-scale {
    margin: 7px auto 0;
    text-align: center;
}
.index-page01 {
    position: relative;
}
.index-page01 .tit-img {
    margin: 45px auto;
    text-align: center;
    max-width: 100%;
}
.index-page01 .item-r {
    width: 49%;
}
.index-page01 .item-r .con {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.index-page01 .item-r .tit {
    margin-top: 8px;
}
.index-page01 .item-r .items {
    border-top: 1px solid #E5E5E5;
    margin-top: 47px;
    padding-top: 40px;
}
.index-page01 .items {
    padding: 0 8.4%;
    box-sizing: border-box;
}
.f48 {
    line-height: 1;
}
.index-page01 .item {
    align-items: end;
}
.index-page01 .page-line {
    width: 40px;
    height: 2px;
    background: #009DE0;
    margin: 12px auto 0;
}
.index-page01 .list {
    width: 23.68%;
    margin-right: 1.76%;
    text-align: center;
}
.index-page01 .list:nth-child(4n) {
    margin-right: 0;
}
.index-page01::after {
    display: block;
    content: "";
    width: 100%;
    height: 960px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/index01-bg.png) no-repeat center/cover;
    z-index: -1;
}
.index-page01 .list .text {
    margin-top: 13px;
    transition: all .4s;
}
.index-page01 .content {
    max-width: 1261px;
    width: 100%;
    margin: 0 auto;
}
.index-page01 .item-texts {
    align-items: baseline;
    margin-left: 5px;

}
.index-page01 .item-text {
    position: relative;
}
.index-page01 .item .tit {
    margin-top: 4px;
}
.index-page01 .item-text .add {
    line-height: 1;
    position: absolute;
    top: 4px;
    right: -14px;
    font-size: 17px;
    font-weight: 600;
}




.index-page02 {
    background: url(../img/index02-bg.png) no-repeat center/cover;
}
.index-page02 .navs .width1440 {
    padding: 0 20px;
    box-sizing: border-box;
}


.index-page02 .navs .item {
    width: 10.7%;
    height: 47px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}
.index-page02 .navs .item.active {
    background: #F2CB13;
    color: #ffffff;
}
.index-page02 .navs .item:first-child {
    border-radius: 10px 0px 0px 10px;
}
.index-page02 .navs .item:last-child {
    border-radius: 0px 10px 10px 0px;
}
.index-page02 .list {
    display: none;
}
.index-page02 .list.active {
    display: flex;
}
.index-page02 .lists .width1440 {
    height: 507px;
    background: #FFFFFF;
    padding: 46px 70px 46px 50px;
    box-sizing: border-box;
}
.index-page02 .lists .img {
    width: 416px;
    height: 416px;

}
.index-page02 .lists .texts {
    width: calc(100% - 416px);
    padding-left: 60px;
    box-sizing: border-box;
}
.index-page02 .lists .texts .tit {
    transition: all .4s;
}
.index-page02 .con {
    max-height: 288px;
    padding-right: 5px;
    box-sizing: border-box;
    overflow-y: auto;
}
.index-page02 .con {
    margin-top: 25px;
}
.index-page02 .con p {
    margin-top: 45px;
}
.index-page02 .con p:first-child {
    margin-top: 0;
}


.index-page03 {
    background: url(../img/index03-bg.png) no-repeat center/cover;
}
.index-page03 .list {
    width: 31.5%;
    margin-right: 2.75%;
    padding: 20px;
    box-sizing: border-box;
    transition: all .4s;
}
.index-page03 .list:nth-child(3n) {
    margin-right: 0;
}
.index-page03 .list .tit {
    margin: 7px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .4s;
    display: block;
}
.index-page03 .list .con {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all .4s;
    height: 75px;
}
.index-page03 .news-more {
    margin-top: 40px;
    display: inline-block;
    transition: all .4s;
    font-size: 12px;
}
.index-page03 .news-more-line {
    width: 40px;
    height: 2px;
    background: #099BD9;
    margin-top: 6px;
    transition: all .4s;
}


@media only screen and (min-width: 960px) {
    .index-page01 .list:hover img {
        transform: scale(1.08);
    }

    .index-page01 .list:hover .text {
        color: #089BD9;
    }

    .index-page02 .navs .item:hover {
        background: #F2CB13;
        color: #ffffff;
    }

    .index-page03 .list:hover {
        background: #089BD9;
    }

    .index-page03 .list:hover .list-time, .index-page03 .list:hover .tit, .index-page03 .list:hover .con, .index-page03 .list:hover .news-more {
        color: #ffffff;
    }

    .index-page03 .list:hover .news-more-line {
        background: #ffffff;
    }

    .index-page02 .lists .texts .tit:hover {
        color: #009DE0;
    }
}
@media only screen and (max-width: 1440px) {
    .adviceone .advice-box{
        margin-right: 4%;
    }
}
@media only screen and (max-width: 1366px) {
    .adviceone .advice-box{
        margin-right: 0;
    }
}
@media only screen and (max-width: 1280px) {
    .advicethree .advice-box{
        max-width:550px;
    }
    .advicethree .advice-box .advice-ftit{
        line-height:1.4;
    }
}
@media only screen and (max-width: 1200px) {
    .adviceone .advice-box{
        margin-right: 0;
    }
    .adviceone .advice-box{
        max-width: 585px;
    }

    .advicethree .advice-box {
        max-width: 445px;
    }
    .adviceone .advice-box .advice-ftit {
        margin-top: 18px;
        margin-bottom: 13px;
    }
    .advicethree .advice-box .advice-desc{
        margin-top: 15px;
    }
    .advicetwo .advice-box{
        max-width: 490px;
    }
    .banner .advice.advicetwo{
        top: 47%;
    }
}
@media only screen and (max-width: 960px) {
    .advicethree .advice-box{
        margin-left: 0;
    }
    .advicetwo .advice-box{
        margin-left: 0;
    }
    .adviceone .advice-box {
        max-width: 466px;
    }
    .advicethree .advice-box {
        max-width: 481px;
    }
}
@media only screen and (max-width: 768px) {
    .swiper-container.typea .swiper-pagination {
        bottom: 5%;
    }
    .advice-box .advice-desc{
        display: none;
    }
    .adviceone .advice-box .advice-ftit{
        margin-bottom: 0;
        margin-top: 10px;
    }
    .advicethree .advice-box {
        max-width: 51%;
    }
    .banner .advice.advicetwo{
        top: 50%;
    }
    .adviceone .advice-box {
        max-width: 65%;
    }
    .advicetwo .advice-box{
        margin-left: 5%;
    }
    .index-page01 .list {
        width: 49%;
        margin-right: 2%;
    }
    .index-page01 .item-text .add{
        top: -7px;
    }
    .index-page01 .list:nth-child(2n) {
        margin-right: 0;
    }

    .index-page01 .tit-img {
        margin: 20px auto 10px;
    }

    .index-page01 .items {
        padding: 0;
    }

    .index-page01 .item {
        width: 43%;
        margin-top: 15px;
    }

    .index-page02 .navs .width1440 {
        padding: 0;
    }

    .index-page02 .navs .item {
        width: 33.33%;
    }

    .index-page02 .lists .img {
        width: 100%;
        height: auto;
    }

    .index-page02 .lists .texts {
        width: 100%;
        padding-left: 0;
    }

    .index-page02 .lists .width1440 {
        padding: 25px 20px 25px 20px;
        height: auto;
    }

    .index-page03 .list {
        width: 100%;
        margin-right: 0;
        padding: 0;
        margin-top: 20px;
    }

    .index-page03 .list:nth-child(1) {
        margin-top: 0;
    }

    .index-page03 .news-more {
        margin: 10px auto 0;
    }

    .index-page03 .list .tit {
        margin: 5px 0 8px;
    }
}
