.head-page .item:nth-child(4)>a span {
    color: #FF964E;
}
.head-page .item:nth-child(4)>a::after {
    transform: scaleX(1);
    opacity: 1;
}
.pt45{
    padding-top: 45px;
}
.crumbs .item {
    width: 20%;
}
.page-ftit{
    text-transform:uppercase;
}
.make_pg01 .imgs{
    width: 66.42%;
}
.make_pg01 .texts{
    width: 28%;
    margin-top: 85px;
}
.make_pg01 .texts .con{
    margin-top: 20px;
}
.make_pg02{
    height: 826px;
    background: url(../img/make_pg02.jpg) no-repeat center/cover;
    background-attachment: fixed;
}
.make_pg02 .swiper-container{
    position: initial;
}
.make_pg02 .lists {
    position: relative;
    padding: 0 80px;
    box-sizing: border-box;
}
.make_pg02 .lists::after{
    content: "";
    display: block;
    height: 1px;
    background: #FFFFFF;
    width: calc(100% - 120px);
    position: absolute;
    left: 60px;
    top: 136px;
}
.make_pg02 .swiper-button-next, .make_pg02 .swiper-button-prev{
    width: 57px;
    height: 57px;
    background: #FFFFFF;
}
.make_pg02 .swiper-button-next:after, .make_pg02 .swiper-button-prev:after{
    font-size: 20px;
    color: rgba(255, 150, 78, 1);
}
.make_pg02 .swiper-button-next{
    right: 0;
    top: 130px;
}
.make_pg02 .swiper-button-prev{
    left: 0;
    top: 130px;
}
.make_pg02 .list{
    padding: 60px 55px;
    box-sizing: border-box;
    height: 417px;
    transition: all .4s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.make_pg02 .year{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    color: #FF964E;
    margin: 10px 0 12px;
}
.make_pg02 .scale_box{
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 2px solid rgba(255, 150, 78, 1);
    border-radius: 50%;
    margin-top: 35px;
}
.make_pg02 .tip_line{
    width: 1px;
    height: 20px;
    background: #FFFFFF;
    margin-top: 10px;
}
.make_pg03 .texts{
    width: 41%;
}
.make_pg03 .texts .con {
    margin: 24px 0 80px;
}
.make_pg03 .texts .items{
    max-width: 90%;
}
.make_pg03 .texts .nums{
    position: relative;
    display: inline-block;
}
.make_pg03 .texts .add_num {
    position: absolute;
    right: -32px;
    top: -16px;
}
.make_pg03 .texts .desc{
    margin-top: 10px;
}
.make_pg03 .imgs{
    width: 52.3%;
}

/* 生产设备开始 */
.width1664{
    max-width: 1664px;
    width: 92%;
    margin: 0 auto;
}
.device .list{
    position: relative;
    margin-bottom: 100px;
}
.device .list:last-child{
    margin-bottom: 0;
}
.device .list .img{
    position: absolute;
    top: 0;
    width: 50%;
    overflow: hidden;
    height: 678px;
}
.device .list .img img{
    transition: all .4s;
}
.device .list .texts{
    height: 680px;
    width: 41.8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.device .list .texts .con{
    margin: 55px 0 105px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.device .list:nth-child(2n - 1) .img{
    right: 0;
}
.device .list:nth-child(2n) .img{
    left: 0;
}
.device .list:nth-child(2n) .width1664 {
    justify-content: flex-end;
}
.device .list:nth-child(2n) .tips_img{
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.device .list:nth-child(2n - 1) .tips_img{
    width: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.watch_more{
    display: flex;
    align-items: center;
    transition: all .4s;
}
.watch_more span{
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all .4s;
}
.max1050{
    max-width: 1050px;
    margin: 0 auto;
    width: 100%;
}
.mt55{
    margin-top: 55px;
}
.lists-hide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin:auto
}
/* 生产实力开始 */
.testing .table_nav {
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
    transition: all .4s;
    
}
.testing .table_nav.active{
    position: fixed;
    padding-top: 30px;
}
.testing .table_nav .item{
    width: 50%;
    text-align: center;
    padding-bottom: 35px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: all .4s;
}
.testing .table_nav .item::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    transform: scale(0);
    opacity: 0;
    transition: all .4s;
    background: #FF964E;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.testing .table_nav .item.active{
    color: #FF964E;
}
.testing .table_nav .item.active::after{
    transform: scale(1);
    opacity: 1;
}
.testing .lists_title::before {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    background: #333333;
    margin-right: 30px;
}
.testing .list{
    margin-bottom: 40px;
}
.testing .list:last-child{
    margin-bottom: 0;
}
.testing .list .img{
    width: 38.5%;
    overflow: hidden;
}
.testing .list .img img{
    transition: all .4s;
}
.testing .list .texts{
    width: 55%;
}
.testing .list .texts .tit{
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin: 20px 0 25px;
    position: relative;
    z-index: 1;
}
.testing .list .texts .tit::before{
    content: "";
    display: block;
    width: 0;
    height: 2px;
    opacity: 0;
    transition: all .4s;
    background: #FF964E;
    position: absolute;
    left: 0;
    bottom: -1px;
}
/* 质量管控 */
.quality .page-content{
    background: linear-gradient(0deg, #E5EFFE 0%, #FFFFFF 100%);
}
.quality_pg01 .lists .list {
    width: 19.28%;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    transition: all .4s;
    margin-right: .9%;
    height: 328px;
    position: relative;
    z-index: 1;
}
.quality_pg01 .lists .list::before{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FF964E;
    transition: all .4s;
    z-index: -1;
}
.quality_pg01 .lists .list:nth-child(5n){
    margin-right: 0;
}
.quality_pg01 .lists .icon{
    position: relative;
    margin: 35px auto 38px;
    max-width: 86px;
    width: 38%;
}
.quality_pg01 .lists .tit {
    transition: all .4s;
    margin-top: 16px;
}
.quality_pg01 .lists .line{
    width: 33px;
    height: 2px;
    background: #FF964E;
    margin: 16px auto;
}
.quality_pg01 .lists .desc {
    transition: all .4s;
}
.quality_pg01 .lists .icon img {
    transition: all .4s;
}
.quality_pg01 .lists .icon .h-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.quality_pg02 .list{
    width: 19%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all .4s;
}
.quality_pg02 .list .img{
    max-width: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.quality_pg02 .list .img img{
    transition: all .4s;
}
.quality_pg02 .list .tips_num {
    margin: 28px 0 10px;
}
.quality_pg02 .list .desc {
    font-size: 12px;
    margin-top: 5px;
}
.equipment_nav .item{
    min-width: 185px;
    height: 53px;
    background: #FFFFFF;
    border: 1px solid #FF964E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .4s;
}
.equipment_nav .item:last-child{
    margin-right: 0;
}
.equipment_nav .item::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FF964E;
    transition: all .4s;
    z-index: -1;
    transform: scale(0);
}
.quality_pg03 .list{
    display: none;
}
.quality_pg03 .list .swiper-container{
    padding-bottom: 90px;
}
.quality_pg03 .list .img{
    box-shadow: 0px 10px 20px 0px rgba(25,27,35,0.09);
}
.quality_pg03 .list .advice{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF964E;
    /* transform: translateY(calc(100% - 60px)); */
    padding: 20px;
    box-sizing: border-box;
    transition: all .4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
}
.quality_pg03 .list .desc {
    text-align: center;
    margin-top: 15px;
}
.quality_pg03 .list.active{
    display: block;
}
.quality_pg03 .typea .swiper-pagination-bullet{
    border-radius: 3px;
    overflow: hidden;
}
.equipment_nav .item.active{
    color: #fff;
}
.equipment_nav .item.active::before{
    transform: scale(1);
}
.quality_pg03 .list .swiper-slide:hover .advice{
    transform: translateY(0);
    /* display: flex; */
}
/* 权威认证开始 */
.scale_table .item{
   cursor: pointer;
    border-radius: 23px;
    border: 1px solid #D5D5D5;
    height: 45px;
    box-sizing: border-box;
    transition: all .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    margin-right: 2.2%;
    width: 12.4%;
    margin-bottom: 15px;
}
.scale_table .item:nth-child(7n){
    margin-right: 0;
}
.scale_table .item.active{
    background: #FF964E;
    color: #fff;
    border: 1px solid #FF964E;
}

.authority .list{
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 1px rgba(255,150,78,0.15);
    margin-bottom: 25px;
}
.authority .list:last-child{
    margin-bottom: 0;
}
.authority .list .title {
    padding: 0 40px;
    box-sizing: border-box;
    height: 105px;
    cursor: pointer;
}
.authority .list .tit{
    display: flex;
    align-items: center;
}
.authority .list .tit::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #DDDDDD;
    border-radius: 50%;
    margin-right: 20px;
    transition: all .4s;
}
.authority .list .tips{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.authority .list .tips::before{
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background: #414141;
    transition: all .4s;
}
.authority .list .tips::after{
    content: "";
    display: block;
    width: 2px;
    height: 22px;
    background: #414141;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s;
}
.authority .list .list_hidden{
    border-top: 1px solid #DDDDDD;
    padding: 45px 40px;
    box-sizing: border-box;
    display: none;
}
.authority .list.active .tit {
    color: #FF964E;
    transition: all .4s;
}
.authority .list.active .tit::before{
    background: #FF964E;
}
.authority .list.active .tips::after{
    opacity: 0;
    height: 0;
}

.list_hidden_ul .list_img{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.list_hidden_ul .list_img:nth-child(4n){
    margin-right: 0;
}
.list_img .text{
    text-align: center;
    margin-top: 15px;
}
@media only screen and (min-width: 960px) {
    .make_pg02 .list:hover {
        background: rgba(255, 255, 255, .3);
        box-shadow: 0px 10px 20px 0px rgba(25,27,35,0.15);
        transform: translateY(8px);
    }
    .make_pg02 .swiper-button-next:hover, .make_pg02 .swiper-button-prev:hover{
        background: rgba(255, 150, 78, 1);
    } 
    .make_pg02 .swiper-button-next:hover::after, .make_pg02 .swiper-button-prev:hover::after{
        color: #fff;
    }
    .device .list:hover .img img{
        height: 105%;
    }
    .device .list:hover .watch_more span{
        border: 1px solid #FF964E;
        background: #FF964E;
        color: #fff;
    }
    .device .list:hover .watch_more{
        color: #FF964E;
    }
    
    .testing .table_nav .item:hover{
        color: #FF964E;
    }
    .testing .table_nav .item:hover::after{
        transform: scale(1);
        opacity: 1;
    }
    .testing .list:hover .img img{
        transform: scale(1.08);
    }
    .testing .list:hover .texts .tit::before{
        width: 100%;
        opacity: 1;
    }
    .quality_pg01 .lists .list:hover::before {
       width: 100%;
    }
    .quality_pg01 .lists .list:hover .icon .p-img {
        opacity: 0;
    }
    .quality_pg01 .lists .list:hover .icon .h-img {
        opacity: 1;
    }
    .quality_pg01 .lists .list:hover .tit {
        color: #ffffff;
    }
    .quality_pg01 .lists .list:hover .line{
        background: #fff;
    }
    .quality_pg01 .lists .list:hover .desc {
        color: #ffffff;
    }
    .quality_pg02 .list:hover .img img{
        transform: scale(1.08);
    }
    .equipment_nav .item:hover{
        color: #fff;
    }
    .equipment_nav .item:hover::before{
        transform: scale(1);
    }
    .scale_table .item:hover{
        background: #FF964E;
        color: #fff;
        border: 1px solid #FF964E;
    }
}
@media only screen and (max-width: 1600px) {
    .device .list .img{
        height: 628px;
    }
    .device .list .texts{
        height: 628px;
    }
}
@media only screen and (max-width: 1480px) {
    .device .list .img{
        height: 598px;
    }
    .device .list .texts{
        height: 598px;
    }
}
@media only screen and (max-width: 1440px) {
    .device .list .img{
        height: 567px;
    }
    .device .list .texts{
        height: 567px;
    }
}
@media only screen and (max-width: 1400px) {
    .make_pg02 .list{
        padding: 60px 35px;
    }
}
@media only screen and (max-width: 1366px) {
    .device .list .img{
        height: 537px;
    }
    .device .list .texts{
        height: 537px;
    }
}
@media only screen and (max-width: 1280px) {
    .device .list .img{
        height: 517px;
    }
    .device .list .texts{
        height: 517px;
    }
    .device .list .texts .con {
        margin: 50px 0 80px;
    }
}
@media only screen and (max-width: 1200px) {
    .make_pg02{
        height: 730px;
    }
    .authority .list .title{
        height: 90px;
    }
    .authority .list .list_hidden{
        padding: 30px 40px;
    }
    .authority .list .tit::before{
        margin-right: 10px;
    }
    .equipment_nav .item{
        min-width: 156px;
        height: 50px;
    }
    .quality_pg03 .list .swiper-container {
        padding-bottom: 80px;
    }
    .device .list .img {
        height: 477px;
    }
    .device .list .texts{
        height: 477px;
    }
    .device .list {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 1043px) {
    .make_pg02 .list {
        padding: 60px 25px;
    }
    .make_pg03 .texts .con {
        margin: 24px 0 50px;
    }
    .authority .list .title {
        height: 80px;
        padding: 0 30px
    }
    .authority .list{
        margin-bottom: 20px;
    }
    .authority .list .list_hidden{
        padding: 30px 30px;
    }
    .device .list .texts .con {
        margin: 30px 0 50px;
    }
    .device .list .img {
        height: 427px;
    }
    .device .list .texts{
        height: 427px;
    }
    .scale_table .item {
        padding: 0 17px;
        height: 35px;
        border-radius: 20px;
        margin: 5px 5px;
        width: auto;
    }
}
@media only screen and (max-width: 750px) {
    .mt55 {
        margin-top: 25px;
    }
    .scale_table {
        display: none;
    }
    .make_pg01 .imgs {
        width: 100%;
    }
    .make_pg01 .texts {
        width: 100%;
        margin-top: 25px;
    }
    .make_pg01 .texts .con {
        margin-top: 15px;
    }
    .make_pg02 {
        height: auto;
    }
    .make_pg02 .swiper-button-next, .make_pg02 .swiper-button-prev{
        width: 45px;
        height: 45px;
    }
    .make_pg02 .lists::after {
        width: calc(100% - 100px);
        left: 50px;
        top: 90px;
    }
    .make_pg02 .lists {
        padding: 0 60px;
    }
    .make_pg02 .list {
        padding: 20px 0 20px;
        height: 327px;
    }
    .make_pg02 .swiper-button-prev{
        top: 90px;
    }
    .make_pg02 .swiper-button-next{
        top: 90px;
    }
    .make_pg03 .texts {
        width: 100%;
        margin-top: 25px;
    }
    .make_pg03 .imgs {
        width: 100%;
    }
    .make_pg03 .lists{
        flex-direction: column-reverse;
    }
    .make_pg03 .texts .con {
        margin: 15px 0 20px;
    }
    .make_pg03 .texts .add_num {
        right: -22px;
        top: -12px;
    }
    .testing .table_nav.active {
        position: initial;
        padding-top: 20px;
    }
    .testing .table_nav .item{
        padding-bottom: 20px;
    }
    .testing .table_nav{
        padding-top: 20px;
    }
    .testing .lists_title::before {
        width: 35px;
        margin-right: 15px;
    }
    .testing .list .img {
        width: 100%;
    }
    .testing .list .texts {
        width: 100%;
        margin-top: 20px;
    }
    .testing .list .texts .tit {
        padding-bottom: 15px;
        margin: 10px 0 15px;
    }
    .testing .list {
        margin-bottom: 30px;
    }
    .authority .list .title{
        height: 65px;
        padding: 0 20px;
    }
    .authority .list .list_hidden {
        padding: 22px 20px;
    }
    .authority .list .tips::before{
        width: 16px;
    }
    .authority .list .tips::after{
        height: 16px;
    }
    
    .quality_pg01 .lists .list {
        width: 100%;
        margin-right: 0;
        height: 252px;
        margin-bottom: 15px;
    }
    .quality_pg01 .lists .list:last-child{
        margin-bottom: 0;
    }
    .quality_pg02 .list {
        width: 46%;
        margin-bottom: 25px;
    }
    .quality_pg01 .lists .icon {
        margin: 20px auto 25px;
        max-width: 55px;
        width: 30%;
    }
    .quality_pg02 .list .tips_num {
        margin: 15px 0 5px;
    }
    .quality_pg03 {
        padding-top: 5px;
    }
    .equipment_nav .item {
        min-width: 128px;
        height: 42px;
        margin-right: 15px;
    }
    .quality_pg03 .list .swiper-container {
        padding-bottom: 40px;
    }
    .swiper-container.typea .swiper-pagination-bullet{
        width: 20px;
    }
    .quality_pg03 .list .desc{
        margin-top: 25px;
    }
    .device .list .texts {
        height: auto;
        width: 100%;
        margin-top: 20px;
    }
    .device .list .img {
        height: auto;
        width: 100%;
        position: initial;
    }
    .device .list .img img{
        position: initial;
        transform: translate(0);
        width: 100%;
        max-width: 100%;
    }
    .device .list:nth-child(2n - 1) .tips_img {
        width: 50%;
        position: initial;
    }
    .device .list .texts .con {
        margin: 10px 0 20px;
    }
    .watch_more span {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .device .list {
        margin-bottom: 35px;
    }
    .device .list:nth-child(2n) .tips_img {
        width: 50%;
        position: initial;
    }
    .device .list .tips_img{
        margin-top: 10px;
        margin-left: auto;
    }
    .pt45 {
        padding-top: 30px;
    }



    .list_hidden_ul .list_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .list_img .text{
        margin-top: 10px;
    }
    .list_hidden_ul .list_img:last-child{
        margin-bottom: 0;
    }
}