@charset "utf-8";

.head-page .item:nth-child(3) span {
    color: #0081FF;
}
.head-page .item:nth-child(3) a:after {
    transform: scale(1);
    opacity: 1;
}
.pro_lists  .list{
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    width: 48.45%;
    margin-right: 3.1%;
    margin-top: 70px;
}
.pro_lists  .list:nth-child(2n){
    margin-right: 0;
}
.pro_lists .list .img{
    overflow: hidden;
}
.pro_lists .list img{
    transition: all .4s;
}
.pro_lists  .texts{
    padding: 36px 44px;
    box-sizing: border-box;
}

.pro_lists .list .tit{
    display: block;
    margin-bottom: 12px;
}
.pro_lists .list  .desc{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}















.pro_case {
    background: url(../img/pro_case_bg.png) no-repeat center/cover;
}

.pro_case .img {
    width: 39.72%;
    height: 424px;
    background: #F7F7F7;
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_case .texts {
    width: 50.8%;
    padding-left: 4.5%;
    box-sizing: border-box;
}
.pro_case .texts .desc {
    margin-bottom: 20px;
}
.pro_case .page_line {
    width: 100%;
    height: 1px;
    background: #DCDCDC;
    margin: 22px 0 30px;
    position: relative;
}

.pro_case .page_line::before {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background: #0081FF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.pro_intro {
    padding: 45px 0 75px;
}

.pro_intro .list {
    border-bottom: 1px solid #E5E5E5;
    padding: 56px 0;
    box-sizing: border-box;
}

.pro_intro .list:last-child {
    border-bottom: none;
}

.pro_intro .page_tit {
    width: 25%;
    display: flex;
    align-items: center;
}

.pro_intro .page_tit::before {
    content: '';
    display: block;
    width: 4px;
    height: 30px;
    background: #0081FF;
    margin-right: 30px;
}

.pro_intro .texts {
    width: 75%;
}
.prode_lists{
    background: #F9F9F9;
}
.prode_lists .list {
    width: 23.05%;
    border: 1px solid #E5E5E5;
    margin-top: 35px;
    margin-right: 2.6%;
    margin-bottom: 20px;
}

.prode_lists .list:nth-child(4n) {
    margin-right: 0;
}

.prode_lists .list .img {
    overflow: hidden;
    position: relative;
}

.prode_lists .list .img img {
    transition: all .4s;
}

.prode_lists .list .con_text {
    width: 100px;
}

.prode_lists .list .con_line {
    height: 1px;
    background: #EEEEEE;
    width: calc(100% - 100px);
    position: relative;
}
.prode_lists .list .con_line::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #0081FF;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s;
}
.prode_lists .list .texts {
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 118px;
}

.prode_lists .list .con {
    margin-top: 11px;
}

.prode_lists .list .tit {
    width: calc(100% - 16px);
    padding-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.prode_lists .list .tit_link {
    width: 16px;
    height: 12px;
    background: url(../img/tit_link.png) no-repeat center/cover;
}
.re_list::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/re_list.png) no-repeat center/cover;
    margin-right: 10px;
}
.product_detail .pro_lists {
    background: #F9F9F9;
}

.product_detail .pro_lists .re_list {
    transition: all .4s;
}

.prode_lists .re_list:hover {
    transform: translateX(5px);
    color: #0081FF;
}
.prode_lists .list:hover img {
    transform: scale(1.05);
}

.prode_lists .list:hover .tit {
    color: #0081FF;
}

.prode_lists .list:hover .con_line::after {
    width: 100%;
}

@media only screen and (max-width:1200px) {
    .prode_lists .list{
         margin-top: 20px;
    }
    .prode_lists .list .texts {
        padding: 0 20px;
    }

    .pro_intro .list{
        padding: 40px 0;
    }
    .pro_intro {
        padding: 45px 0 45px;
    }
}
@media only screen and (max-width:1043px) {
    .pro_case .img{
        height: 372px;
    }
}
@media only screen and (max-width:750px) {
    .prode_lists .list{
        width: 100%;
        margin-bottom: 0;
        margin-right: 0;
    }
    .prode_lists .list:nth-child(2n){
        margin-right: 0;
    }
    .prode_lists .list .texts {
        height: 98px;
        padding: 0 15px;
        
    }
    .pro_case .img {
        height: 258px;
        width: 100%;
        padding: 20px;
        margin-top: 25px;
    }
    .pro_case .texts {
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }
    .pro_case .width1440 {
        flex-direction: column-reverse;
    }
    .pro_intro .list {
        padding: 25px 0;
    }
    .pro_intro .page_tit{
        width: 100%;
    }
    .pro_intro .texts{
        width: 100%;
        margin-top: 15px;
    }
    .pro_intro .page_tit::before{
        margin-right: 15px;
    }
    .pro_intro .page_tit::before{
        width: 3px;
        height: 20px;
    }
    .pro_intro {
        padding: 5px 0;
    }
}









@media only screen and (min-width: 960px) {
    .pro_lists .list:hover img{
        transform: scale(1.05);
    }
}
@media only screen and (max-width: 1200px) {
    .pro_lists .texts {
        padding: 30px 40px;
    }
}
@media only screen and (max-width: 1043px) {
    .pro_lists .texts {
        padding: 30px 25px;
    }
    .pro_lists .list{
        margin-top: 50px;
    }
}

@media only screen and (max-width: 750px) {
    .pro_lists .list {
        margin-top: 15px;
        width: 100%;
        margin-right: 0;
    }
    .pro_lists .texts {
        padding: 25px 20px;
    }
    .pro_lists .list .desc{
        height: 56px
    }

    .prode_lists .list .con_line{
        width: calc(100% - 100px);
    }
}