@charset "utf-8";
.proDe .nav .width1400 {
    justify-content: left;
}
.proDe .pronav-r{
    margin-left: auto;
    height: 79px;
    font-size: 16px;
} 
.proDe .pronav-r::before{
    content: "";
    display: inline-block;
    width: 13px;
    height: 15px;
    background: url(../images/pronav.png) no-repeat center/cover;
    margin-right: 10px;
}
.proDe .link {
    display: flex;
    align-items: center;
}
.proDe .link a{
    font-size: 16px;
    color: #999999;
}
.proDe .link::after{
    content: "";
    width: 4px;
    height: 7px;
    background: url(../images/prode-next.png) no-repeat center/cover;
    display: inline-block;
    margin: 0 5px;
    box-sizing: border-box;
}
.proDe .link:last-child::after{
    display: none;
}
.pro-more{
    width: 160px;
    height: 42px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-top: 120px;
    background: #EBEBEB;
    color: #333333;
    position: relative;
    transition: all .4s;
    overflow: hidden;
    z-index: 1;
}
.pro-more:after{
    content: "";
    width: 11px;
    height: 13px;
    display: inline-block;
    background: url(../images/pro-more.png) no-repeat center/cover;
    margin-left: 15px;
    transition: all .4s;
}
.pro-more::before{
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #D8282B;
   z-index: -1;
    transition: all .4s;
}
.proDe-page01 .tit {
    font-size: 16px;
    color: #333333;
    display: block;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    position: absolute;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    background: #DB2927;
    color: #ffffff;
    transition: all .4s;
    transform: translateY(100%);
}
.proDe-page01 .line{
    width: 80px;
    height: 1px;
    background: #DB2927;
    margin: 9px 0;
}
.proDe-page01 .con{
    font-size: 14px;
    color: #555555;
    line-height: 30px;
}
.proDe-page01 .con table{
    max-width: 100%;
    width: 100%!important;
}
.proDe-page01 {
    align-items: flex-start;
    padding-top: 55px;
}
.proDe-page01 .item-l{
    width: 520px;
    height: 520px;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.proDe-page01 .item-l:hover .tit{
    transform: translateY(0);
}
.proDe-page01 .item-r{
    width: calc(100% - 520px);
    /* padding-top: 88px; */
}
.proDe-page01 .item-r .box{
    margin-left: auto;
    /* width: 75%; */
    width: 90%;
}
.proDe-nav{
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 40px;
}
.proDe-nav .item{
    width: 112px;
    height: 42px;
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333333;
    margin-right: 10px;
}
.proDe-nav .item.active{
    background: #D8282B;
    color: #FFFFFF;
}
.proDe-con .list{
    display: none;
}
.proDe-con .list.active{
    display: block;
}

/*.proDe-con .con img{
    display: block;
    margin: 0 auto;
}*/
@media only screen and (min-width: 960px) {
    .pro-more:hover{
        color: #FFFFFF;
    }
    .pro-more:hover:before{
        width: 100%;
    }
    .pro-more:hover::after{
        background: url(../images/pro-hmore.png) no-repeat center/cover;
    }
    .proDe .link:hover a{
        color: #D8282B;
    }
}
@media only screen and (max-width: 1200px) {
    .proDe-page01 .item-l {
        width: 420px;
        height: 420px;
    }
    .proDe-page01 .item-r {
        width: calc(100% - 420px);
    }
    .proDe-page01 .item-r .box {
        width: 90%;
    }
    .pro-more{
        margin-top: 65px;
    }
}
@media only screen and (max-width: 1024px) {
    .pro-more{
        margin-top: 45px;
    }
    .proDe-page01 {
        padding: 55px 0 0;
    }
}
@media only screen and (max-width: 960px) {
    .proDe-nav .item{
        width: 85px;
        height: 35px;
        font-size: 14px;
    }
    .proDe-page01 .item-l{
        width: 45%;
        height: 360px;
    }
    .proDe-page01 .item-r{
        width: 55%;
    }
}
@media only screen and (max-width: 768px) {
    .proDe .pronav-r{
        display: none;
    }
    .proDe-page01 .item-r{
        width: 100%;
    }
    .proDe-page01 .item-r .box {
        width: 100%;
    }
    .proDe-page01 .item-l {
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
    }
    .proDe-nav .item {
        width: auto;
        height: auto;
        padding: 5px 8px;
    }
    .proDe-nav{
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .proDe-page01 {
        padding: 30px 0 0;
    }
    .pro-more {
        margin: 15px auto 0;
        width: 130px;
    }
    .proDe-con .list:nth-child(1) .con{
        overflow-x: auto;
    }
    .proDe-con .list:nth-child(1) .con::-webkit-scrollbar {
        display: none;
    }
    .proDe-con .list:nth-child(1) .con::-webkit-scrollbar-thumb {
        display: none;
    }
    .proDe-con .list:nth-child(1) .con::-webkit-scrollbar-track {
        display: none;
    }
    .proDe-page01 .con table {
        max-width: initial;
        width: auto!important;
    }
    .proDe-page01 .con table td{
        padding: 0 10px;
        box-sizing: border-box;
    }
}