.head-page .item:nth-child(3)>a span {
    color: #FF964E;
}

.head-page .item:nth-child(3)>a::after {
    transform: scaleX(1);
    opacity: 1;
}
.page-content{
    background: #FEFFFF;
}

.crumbs .item {
    /* padding: 0 30px;
    box-sizing: border-box; */
    width: 14.28%;
}
.crumbs .item a {
    color: #BAC8D9;
    display: initial;
    width: auto;
    height: initial;
    align-items: center;
    justify-content: center;
    position: relative;
}
.crumbs .item:last-child a::after{
    content: "®";
    display: block;
    font-size: 14px;
    color: #BAC8D9;
    position: absolute;
    right: -6px;
    top: 10px;
}
.crumbs .item:last-child.active a::after{
    color: #FF964E;
}
.crumbs_one .width1400 {
    padding: 20px 0;
    box-sizing: border-box;
}
.crumbs_one .link {
    display: flex;
    align-items: center; 
    transition: all .3s ease-in-out;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 4.5%;
}
.crumbs_one .link:hover{
    color: #FF964E;
    font-weight: bold;
}
.crumbs_one .link.active{
    color: #FF964E;
    font-weight: bold;
}
.crumbs_two .width1400{
    border-top: 1px solid #ececec;
    padding: 20px 0;
    box-sizing: border-box;
}
.crumbs_two .ulink{
    margin-right: 60px;
    margin: 0 4.5% 20px 0;
    transition: all .3s ease-in-out;
    cursor:pointer;
}
.crumbs_two .ulink:hover{
    color: #FF964E;
    font-weight: bold;
}
.crumbs_two .ulink.active{
    color: #FF964E;
    font-weight: bold;
}
.product-page01 .list{
    position: relative;
    margin-bottom: 130px;
}
.product-page01 .list:last-child{
    margin-bottom: 0;
}
.product-page01 .img{
    height: 436px;
    width: 53.71%;
    position: absolute;
    top: -60px;
    z-index: 3;
    overflow: hidden;
}
.product-page01 .img img{
    transition: all .4s;
}
.product-page01 .texts{
    position: relative;
    height: 442px;
    border: 1px solid #DCDCDC;
    width: 62.58%;
    transition: all .4s;
    z-index: 1;
}
.product-page01 .texts::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    background: url(../img/product-bg01.png) no-repeat center/cover;
    opacity: 0;
    transition: all .4s;
}
.product-page01 .texts .tit{
    transition: all .4s;
}
.product-page01 .texts .con{
    margin: 18px 0 50px;
    height: 97px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    transition: all .4s;
}
.product-page01 .list:nth-child(2n-1) .img{
   right: 0;
}
.product-page01 .list:nth-child(2n) .img{
    left: 0;
}
.product-page01 .list:nth-child(2n){
    justify-content: end;
}
.product-page01 .list:nth-child(2n-1) .texts{
    padding: 85px 21.8% 0 65px;
    box-sizing: border-box;
}
.product-page01 .list:nth-child(2n) .texts{
    padding: 85px 65px 0 21.8%;
    box-sizing: border-box;
}

/* 产品列表开始 */
.product-list nav{
    width: 224px;
    border: 1px solid #eee;
    border-bottom: 1px solid #eee;
    float: right;
    position: sticky;
    top: 150px;
}
.product-list nav .header{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 1em 0 1em 17.65%;
    background: #0b71ba;
    color: #fff;
}
.product-list nav .item{
    display: block;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 1em 0 1em 17.65%;
}
.product-list nav .item:last-child {
    border-bottom: 0 none;
}
.product-list nav .item.active{
    background-color: #FF964E;
    color: #fff;
}
.product-list .lists{
    width:100%;
}
.product-list .lists-hide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
    color:#999;
    font-size:16px;
}
.product-list .list{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    box-shadow: 0 0 13px rgb(0 0 0 / 16%);
}
.product-list .list:nth-child(4n){
    margin-right: 0;
}
.product-list .list .img-box {
    position: relative;
    height: 213px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-list .list .img-box img{
    display: block;
    max-height: 100%;
}
.product-list .list .img-box .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(11 113 186 / 80%);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: block;align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-list .list .img-box .cover::after{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/list-cover.png) no-repeat center/cover;
}
.product-list .list .text-box{
    padding: 20px 15px;
    box-sizing: border-box;
}
.product-list .list .tit{
     text-align: center;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 1;
     overflow: hidden;
}
.product-list .list .con{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}


/* ajax分页 */
.ajax_pagers {
    line-height: 1;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ajax_pagers .ajax_a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    border: 1px #dedede solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    margin: 0 10px !important;
}
.ajax_pagers .ajax_a:hover {
    background: #C4972D;
    border: 1px #C4972D solid;
    color: #fff;
}
.ajax_pagers .ajax_span {
    background: #C4972D;
    border: 1px #C4972D solid;
    color: #fff;
    font-weight: normal !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px !important;
}

/* 产品详情开始 */
.product-show .banner{
    background: url(../img/product-show.png) no-repeat center/cover;
    padding: 180px 0 100px;
    box-sizing: border-box;
}
.product-show .banner>img{
    height: 100%;
    display: none;
}
.product-show .banner::after{
    display: none;
}
.advice-content .lists {
    background: #fff;
    padding: 5.8% 7.2%;
    box-sizing: border-box;
}
.advice-content .lists .img {
     width: 49.7%;
     height: 401px;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advice-content .lists .img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.advice-content .lists .texts{
    width: 44.7%;
}
.advice-content .lists .ftit{
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 14px;
    box-sizing: border-box;
    margin: 5px 0 15px;
}
.advice-content .lists .con {
    max-height:72px;
    overflow-y:auto;
    padding-right:5px;
    box-sizing:border-box;
}
.advice-content .btns {
    margin-top: 100px;
}
.advice-content .item-btn{
    border: 1px solid #FF964E;
    margin-right: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    position: relative;
    z-index: 1;
}
.advice-content .item-btn::after{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #FF964E;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .4s;
    z-index: -1;
}
.advice-content .item-btn.contact-con{
    background: #FF964E;
}
.advice-content .item-btn.contact-con .h-img{
    opacity: 1;
}
.advice-content .item-btn.contact-con .p-img{
    opacity: 0;
}
.advice-content .item-btn.contact-con::after{
    background: #fff;
}
.advice-content .item-btn:last-child{
    margin-right: 0;
}
.advice-content .btns .icon{
    margin-right: 16px;
}
.advice-content .btns img{
    transition: all .4s;
}
.advice-content .btns .h-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.product-show .page-content nav{
    border-bottom: 1px solid #EEEEEE;
}
.product-show .page-content nav .item{
    /* width: 112px; */
    height: 42px;
    padding: 0 10px;
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: all .4s;
}
.product-show .page-content nav .item:last-child{
    margin-right: 0;
}
.product-show .page-content nav .item.active{
    background: #006DB8;
    color: #FFFFFF;
}
.product-show .page-content .lists .list{
    display: none;
}
.product-show .page-content .lists .list.active{
    display: block;
}
.crumbs-nav{
    padding-bottom: 50px;
}
.crumbs-nav .item-l{
    max-width: 84%;
}
.product-show .page-content .lists .list table{
    margin: 0 auto;
}
@media only screen and (min-width: 960px) {

    .product-page01 .img:hover img{
        height: 110%;
    }
    .product-page01 .list:hover .texts::before{
        opacity: 1;
    }
    .product-page01 .list:hover .texts .tit{
        color: #FFFFFF;
    }
    .product-page01 .list:hover .texts .con{
        color: #FEFFFF;
    }
    .product-page01 .list:hover .texts .watch-more:before{
        width: 100%;
    }
    /* 产品列表开始 */
    .product-list .list:hover .img-box .cover{
        opacity: 1;
    }

    /* 产品详情开始 */
    .return-list img{
        margin-right: 12px;
    }
    .advice-content .item-btn:hover{
        color: #FEFFFF;
    }
    .advice-content .item-btn:hover::after{
        width: 100%;
    }
    .advice-content .item-btn:hover .h-img{
        opacity: 1;
    }
    .advice-content .item-btn:hover .p-img{
        opacity: 0;
    }
    .advice-content .item-btn.contact-con:hover{
        color: #666;
    }
    .advice-content .item-btn.contact-con:hover .h-img{
        opacity: 0;
    }
    .advice-content .item-btn.contact-con:hover .p-img{
        opacity: 1;
    }
    .product-show .page-content nav .item:hover{
        background: #006DB8;
        color: #FFFFFF;
    }
}
@media only screen and (max-width: 1480px) {
    .advice-content .lists .img{
        height: 378px;
    }
}
@media only screen and (max-width: 1280px) {
    .product-show .banner {
        padding: 160px 0 90px;
    }
}
@media only screen and (max-width: 1200px) {
    .crumbs-nav{
        padding-bottom: 50px;
    }
    .advice-content .item-btn{
        width: 150px;
        height: 45px;
    }
}
@media only screen and (max-width: 1043px) {
    .product-page01 .img{
        height: 380px;
    }
    .product-page01 .texts{
        height: 392px;
    }
    .product-page01 .list:nth-child(2n) .texts {
        padding: 65px 30px 0 21.8%;
    }
    .product-page01 .list:nth-child(2n-1) .texts {
        padding: 65px 21.8% 0 30px;
        box-sizing: border-box;
    }
    .product-list nav{
        display: none;
    }
    .product-list .lists{
        padding-left: 0;
        width: 100%;
    }
    .advice-content .btns {
        margin-top: 60px;
    }
    .advice-content .item-btn{
        margin-right: 35px;
    }

    .crumbs-nav {
        padding-bottom: 30px;
    }
    .product-show .banner {
        padding: 80px 0 80px;
    }
    .crumbs-nav .item-l {
        max-width: 75%;
    }
}

@media only screen and (max-width: 960px) {
    .product-show .banner{
        height: auto;
    }
    .product-show .banner>img{
        height: auto;
    }
    .advice-content{
        position: initial;
    }
    .banner::after{
        display: none;
    }
    .crumbs-nav{
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    .product-page01 .texts {
        height: 198px;
        width: 100%;
    }
    .product-page01 .img{
        height: auto;
        width: 100%;
        position: initial;
    }
    .product-page01 .img img{
        position: initial;
        width: 100%;
        max-width: 100%;
        transform: translate(0);
    }
    .crumbs_one .width1400 {
        padding: 0 0 20px;
    }
    .product-page01 .list{
        margin-bottom: 20px;
        flex-direction: column-reverse;
        border-bottom: 1px #d5d5d5 dashed;
    }
    .product-page01 .list:last-child{
        margin-bottom: 0;
    }
    .product-page01 .texts .con{
        height: 48px;
        -webkit-line-clamp: 2;
        margin: 10px 0 0;
    }
    .product-page01 .list:nth-child(2n-1) .texts{
        padding: 20px 0 15px;
        border: none;
        height: auto;
    }
    .product-page01 .list:nth-child(2n) .texts {
        padding: 20px 0 15px;
        height: auto;
        border: none;
    }
    .product-page01 .list:last-child .texts{
        padding-bottom: 0;
    }
    .product-page01 .list:last-child{
        border-bottom: none;
    }
    .watch-more{
       margin: 20px auto 10px;
    }

    .product-list .list{
        width: 49%;
        margin-right: 2%;
    }
    .product-list .list:nth-child(3n){
        margin-right: 2%;
    }
    .product-list .list:nth-child(2n){
        margin-right: 0;
    }
    

    .advice-content .lists .img {
        width: 100%;
        height: 286px;
    }
    .advice-content .lists .texts {
        width: 100%;
        margin-top: 20px;
    }
    .advice-content .lists .tit {
        border-bottom: navajowhite;
        padding-bottom: 0;
        margin-bottom: 5px;
    }
    .advice-content .btns {
        margin-top: 25px;
    }
    .advice-content .item-btn{
        width: 136px;
    }
    .advice-content .btns{
        justify-content: center;
    }
    .advice-content .btns .icon {
        margin-right: 10px;
    }
    .product-show .page-content nav .width1400 {
        justify-content: space-between;
    }
    .product-show .page-content nav .item{
        width: auto;
    }
    .product-show .banner {
        padding: 30px 0;
    }
}
