@charset "utf-8";


.head-page .item:nth-child(4)>a span {
    color: #009DE0;
}
.head-page .item:nth-child(4)>a::after {
    background: url(../img/head-hnext.png) no-repeat center/cover;
}
.crumbs-nav .width1400 {
    align-items: baseline;
}
.crumbs-nav .item-r {
    position: relative;
}
.crumbs-nav .hidden-list {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}
.crumbs-nav .list {
    position: relative;
}
.crumbs-nav .list::after {
    content: "";
    display: block;
    border-top: solid 8px #009DE0;
    border-right: solid 8px transparent;
    border-left: solid 8px transparent;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 0;
    height: 0;
    transition: all .4s;
    opacity: 0;
}
.crumbs-nav .list a {
    width: 168px;
    height: 46px;
    border: 1px solid #009DE0;
    color: #009DE0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}
.crumbs-nav .list:hover a {
    color: #FFFFFF;
    background: #009DE0;
}
.crumbs-nav .list:hover::after {
    opacity: 1;
}
.crumbs-nav .list.active a {
    color: #FFFFFF;
    background: #009DE0;
}
.crumbs-nav .list.active::after {
    opacity: 1;
}
.crumbs-nav .list.active-r:after {
    display: none;
}
.crumbs-nav .list.active-r a {
    color: #FFFFFF;
    background: #009DE0;
}
.crumbs-nav .list:nth-child(1):hover::after {
    opacity: 0;
}
.crumbs-nav .hidden-list a {
    display: block;
    transition: all .4s;
    text-align: center;
}
.crumbs-nav .hidden-list a:last-child {
    margin-right: 0;
}
.crumbs-nav .hidden-list a:hover {
    color: #009DE0;
}
.crumbs-nav .hidden-list a.active {
    color: #009DE0;
}
.banner .advice {
    text-align: left;
}
.banner .advice span {
    color: #F2CB13;
}
.crumbs-nav .item {
    margin-right: 24px;
}
.pro-page01 .list {
    width: 32.57%;
    margin-right: 1.145%;
    margin-top: 48px;
    overflow: hidden;
}
.pro-page01 .list:nth-child(3n) {
    margin-right: 0;
}
.pro-page01 .list img {
    transition: all .4s;
}
.pro-page02 .width1400 {
    background: #F8F8F8;
    overflow: hidden;
    padding-bottom: 35px;
}
.pro-page02 .pro-lists {
    margin-top: 35px;
    width: 97.5%;
}
.pro-page02 .pro-lists:nth-child(2n) {
    margin-left: auto;
}
.pro-lists01 {
    padding-left: 40px;
    box-sizing: border-box;
    background: url(../img/pro-lists01-bg.png) no-repeat center/cover;
}
.pro-lists01 .item-l {
    width: 64%;
}
.pro-lists01 .item-r {
    max-width: 32%;
    padding: 20px;
    box-sizing: border-box;
}
.lar-line {
    width: 45px;
    height: 1px;
    background: #009DE0;
    margin: 12px 0 16px;
}
.sma-line {
    width: 72px;
    height: 1px;
    background: #313131;
    margin: 9px 0 25px;
}
.pro-lists02 {
    /* background: #ffffff; */
    padding: 100px 60px;
    position: relative;
    background: url(../img/pro-lists02-bg.png);

}
.pro-lists02 .list {
    width: 18.07%;
    margin-right: 9.24%;
}



.pro-lists02 .swiper-container {
    position: initial;
}
.pro-lists02 .swiper-pagination {
    bottom: 20px;
}

@media only screen and (min-width: 960px) {
    .pro-page01 .list:hover img {
        transform: scale(1.08);
    }
}

@media only screen and (max-width: 768px) {
    .crumbs-nav {
        display: block;
        padding: 25px 0 0;
    }

    .crumbs-nav .item-l {
        display: none;
    }

    .crumbs-nav .item-r {
        display: flex;
        width: 100%;
        display: none;
    }

    .crumbs-nav .list a {
        width: auto;
        height: 42px;
        padding: 0 8px;
        box-sizing: border-box;
        
    }

    .crumbs-nav .hidden-list {
        top: 50px;
        background: #009DE0;
        padding: 25px 0 10px;
    }
    .crumbs-nav .list:nth-child(1).active .hidden-list{
        display: none;
    }
    .pro-page01 .list {
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
    }
    .crumbs-nav .hidden-list a.active{
        color: #FFFFFF;
    }

    .pro-lists01 .item-l {
        width: 100%;
        padding-top: 25px;
    }

    .pro-lists01 {
        padding: 0 20px;
    }

    .pro-page01 .con {
        margin-top: 10px;
    }

    .pro-lists01 .item-r {
        max-width: 100%;
    }

    .pro-lists02 {
        padding: 25px 20px 60px;
    }

    .pro-lists02 .list {
        width: 80%;
    }

    .pro-page02 .width1400 {
        padding-bottom: 30px;
    }

    .pro-lists01 .item-r {
        padding: 20px 0;
    }

    .pro-page02 .pro-lists {
        margin-top: 25px;
    }

    .crumbs-nav .hidden-list a {
        font-size: 14px;
        text-align: center;
        margin-bottom: 10px;
    }
    .pro-page01{
        padding-top: 15px;
    }
    .banner .advice .f42 {
        text-align: center;
    }
}