.head-page .item:nth-child(3)>a span{
    color: #E5222A;
}
.head-page .item:nth-child(3)>a::after {
    transform: scale(1);
    opacity: 1;
}
.product .list{
    width: 31.66%;
    margin-right: 2.51%;
    margin-top: 4%;
    transition: all .4s;
}
.product .list:nth-child(3n){
    margin-right: 0;
}
.product .list .img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
}
.product .list .img img{
    max-height: 100%;
    max-width: 100%;
    transition: all .4s;
}
.product .list .text{
    height: 64px;
    border: 1px solid #E5E5E5;
    padding: 0 15px;
    box-sizing: border-box;
    transition: all .4s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
    line-height: 64px;
}

/* 产品详情开始 */

.instruct .width1440 .box{
    justify-content: flex-end;
}
.instruct .width1440 .box::before{
    content: "";
    display: block;
    width: 11px;
    height: 9px;
    background: url(../img/instruct-home.png) no-repeat center/cover;
    margin-right: 6px;
}
.instruct .item::after{
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    background: url(../img/instruct-next.png) no-repeat center/cover;
    margin: 0 8px;

}
.instruct .item:last-child a{
    color: #E5222A;
}
.instruct .item:last-child:after{
    display: none;
}

.proDetail-page01 .texts{
    width: 49.24%;
    margin-top: 20px;
}
.proDetail-page01 .page-line{
    margin-top: 23px;
}
.proDetail-page01 .page-desc{
   margin-top: 22px;
}
.proDetail-page01 .img{
    width: 38.125%;
    height: 361px;
}
.consult{
    width: 146px;
    height: 46px;
    border: 1px solid #FF0000;
    border-radius: 23px;
    color: #FF0000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    overflow: hidden;
    position: relative;
}
.consult::before{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #FF0000;
    position:absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .4s;
}
.proDetail-page02 .img{
    width: 49.47%;
    height: 590px;
}
.proDetail-page02 .texts{
    width: 50.53%;
    height: 590px;
    background: #F7F7F7;
}
.proDetail-page02 .text-box{
    width: 74.65%;
    padding-left: 6.8%;
    box-sizing: border-box;
    padding-top: 70px;
}
.proDetail-page02 .line{
    width: 34px;
    height: 1px;
    background: #F81212;
    margin: 15px 0 16px;
}
.proDetail-page02 .desc {
    max-height: 90px;
    overflow-y: auto;
    padding-right: 8px;
    box-sizing: border-box;
}
.proDetail-page02 .text{
    padding: 50px 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
}
.proDetail-page02 .text:last-child{
    border-bottom: none;
}
.proDetail-page02 .text .tit {
    display: flex;
    align-items: center;
}
.proDetail-page02 .text .tit span{
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #F81212;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
}
.proDetail-page02 .text .tit span::after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #F81212;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.proDetail-page03 .list {
    width: 31.66%;
    margin-right: 2.51%;
    transition: all .4s;
}
.proDetail-page03 .list .img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
}
.proDetail-page03 .list .img img {
    max-height: 100%;
    max-width: 100%;
    transition: all .4s;
}
.proDetail-page03 .list .text {
    height: 64px;
    border: 1px solid #E5E5E5;
    padding: 0 15px;
    box-sizing: border-box;
    transition: all .4s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
    line-height: 64px;
}
.proDetail-page03 .swiper-pagination{
    bottom: 47px;
}
.proDetail-page03 .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border: 1px solid #FF0000;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
}
.proDetail-page03 .swiper-pagination-bullet-active{
    background: #FF0000;
}

.tk{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    display: none;
    align-items: center;
    justify-content: center;

}
.tk .box{
    width: 512px;
    height: 510px;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
}
.tk .tk-login{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.tk .tk-success{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tk .tk-success .tit {
   margin: 12px 0 8px;
}
.tk .close{
    width: 20px;
    height: 20px;
    background: url(../img/close.png) no-repeat center/cover;
   position: absolute;
   top: 10px;
   right: -35px;
   transition: all .4s;

}
.tk-login .tit {
    text-align: center;
}
.tk-login .form{
    margin-top: 30px;
    width: 100%;
}
.tk-login .item {
    height: 48px;
    background: #F4F4F4;
    border-radius: 6px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.tk-login .item:last-child{
    margin-bottom: 0;
}
.tk-login .item span{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 50px;
   height: 100%;
}
.tk-login .item input{
    width: calc(100% - 50px);
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #8E8E92;
    font-size: 16px;
}
.tk-login .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: #E83239;
    border-radius: 20px;
    margin-top: 15px;
    font-size: 18px;
}
@media only screen and (min-width: 960px) {
    .product .list:hover{
        box-shadow: 14px 14px 8px 1px rgba(203, 203, 203, 0.15);
    }
    .product .list:hover .text{
        color: #E5222A;
    }
    .product .list:hover img{
        transform: scale(1.08);
    }

    /* 产品详情开始 */
    .instruct .item:hover a{
        color: #E5222A;
    }
    .tk .close:hover{
        transform: rotate(360deg);
    }
    .consult:hover{
        color: #ffffff;
    }
    .consult:hover::before{
        width: 100%;
    }
    .proDetail-page01 .img:hover img{
        height: 110%;
    }
    .proDetail-page03 .list:hover{
        box-shadow: 14px 14px 8px 1px rgba(203, 203, 203, 0.15);
    }
    .proDetail-page03 .list:hover .text{
        color: #E5222A;
    }
    .proDetail-page03 .list:hover img{
        transform: scale(1.08);
    }
}

@media only screen and (max-width: 1560px) {
    .proDetail-page02 .text-box{
        width: 85%;
    }
}
@media only screen and (max-width: 1400px) {
    .proDetail-page02 .text-box {
        width: 84%;
    }
}
@media only screen and (max-width: 1366px) {
    .crumbs .item{
        width: 20%;
    }
}
@media only screen and (max-width: 1024px) {
    .proDetail-page02 .img{
        height: 540px;
    }
    .proDetail-page02 .text-box {
        width: 92%;
        padding-top: 30px;
    }
    .proDetail-page02 .texts{
        height: 540px;
    }
    .proDetail-page03 .swiper-container{
        padding-bottom: 90px;
    }
}
@media only screen and (max-width:960px) {
    .proDetail-page01 .img{
        width: 43%;
    }
    .consult{
        margin-top: 50px;
    }
}
@media only screen and (max-width: 768px) {
    .product .list {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .product .list .text{
        height: auto;
        line-height: initial;
        padding: 15px 0;
    }
    .proDetail-page01 .texts {
        width: 100%;
    }
    .proDetail-page01 .img {
        width: 100%;
        height: 100%;
    }
    .proDetail-page01 .bg-img{
        position: initial;
        transform: translate(0);
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .proDetail-page01 .width1440 {
        flex-direction: column-reverse;
    }

    .proDetail-page02 .img{
        width: 100%;
        height: auto;
    }
    .proDetail-page02 .bg-img{
        position: initial;
        transform: translate(0);
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .proDetail-page02 .texts{
        width: 100%;
        height: initial;
    }
    .proDetail-page02 .text{
        padding: 20px 0;
    }
    .proDetail-page02 .text-box{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        margin: 0 auto;
    }
    .proDetail-page03 .list {
        width: 100%;
        margin-right: 0;
    }
    .proDetail-page03 .swiper-container {
        padding-bottom: 60px;
    }
    .proDetail-page03 .swiper-pagination{
        bottom: 20px;
    }
    .consult {
        width: 136px;
        height: 42px;
        margin: 20px auto 0;
    }
  
}

.page-fy {
    line-height: 1;
    text-align: center;
    margin-top: 20px;
}

.page-fy a {
    text-decoration: none;
    display: inline-block;
    height: 40px;
    border: 1px #dedede solid;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    color: #333;
    margin: 5px !important;
    padding: 0 15px;
}

.page-fy a:hover {
    background: #E5222A;
    border: 1px #E5222A solid;
    color: #fff;
}

.page-fy span {
    background: #E5222A;
    border: 1px #E5222A solid;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    padding: 0 15px;
    margin: 5px !important;
    font-weight: normal !important;
}

@media only screen and (max-width: 768px) {
    .proDetail-page01{
        padding-top:30px;
    }
    .page-fy span {
        padding: 0 5px;
        width: auto;
        height: auto;
        line-height: initial;
    }
    .page-fy a {
        height: auto;
        border: none;
        line-height: initial;
        margin: 5px !important;
        padding: 0 5px;
    }


    .fl225 {
        line-height: 1.875;
    }
    .tk .box {
        width:92%;
        padding: 30px 20px;
        height:initial;
    }
    .tk .close {
        right:20px;
        top:20px;
    }
    .tk .close{
        background: url(../img/closeadd.png) no-repeat center/cover;
    }
}