/*.swiper-slide >img{
    width: 100%;
    display: block;
}*/

.con_body{
    margin: 0.5rem 0 1.4rem;
}

.slide_des{
    position: absolute;
    left: 10%;
    top: 20%;
}
.swiper-wrapper{
    width: 80%;
}

.slide_des >p{
    font-size: 0.3rem;
    color: #ffffff;
}
.slide_des >p:after{
    display: block;
    width: 1rem;
    height: .05rem;
    margin-top: .2rem;
    background: #fff;
    content: "";
}
.senews_img{
    width: 100%;
    height:55%;
}
.senews_img img{
    background-size: 100%;
    width: 100%;
    height: 100%;
}
/*product start*/
.works_bg{
    background: url('../../image/bg.png');
    background-repeat: round;
    background-size:contain;
    width:100%;
    height: 100%;
    padding: 0 0 1rem;
}
.works_arr{
    position: relative;
    padding: 10px 15px   ;
    width: 100%;
    height: 445px;
    overflow: hidden;
    margin-top: 50px;
}
.works_item{
    display: flex;
    flex-direction: column;
    box-shadow:0px 6px 20px rgba(15,62,142,0.1);
    /* width: 75%; */
    border-radius:10px;
    overflow: hidden;
    background: #fff;
    align-items: center;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 1s;
    height: 100%;
}
.works_item:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transition: all 1s;
    overflow: hidden;
}
.works_item:hover .product_btn{
    background: #345eda;
    color: #fff;
    border: none;
}
.works_img{
    width: 100%;
    height: 55%;
    text-align: center;
    background: #f4f4f4;
    overflow: hidden;
    padding: 0 15%;
}
.works_img img{
    width: 100%;
}
.works_title{
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: rgba(13,33,70,1);
    text-align: center;
    margin-top: 25px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 0.05rem;
}

.product{
    background:#F9FAFB;
}

.product_item{
    overflow: hidden;
}
.product_box{
    display: flex;
    height: 4.4rem;
    padding: 0 .2rem;
    align-items: center;
    justify-content: space-between;
}
.product_img{
    width: 45%;
    height: 3rem;
}
.product_img >img{
    width: 100%;
    height: 100%;
}
.product_msg{
    width: 45%;
    height: 2.8rem;
    display: flex;
    flex-direction: column;
}
.disno{
    display: none;
}
.disbl{
    display: block;
}
.product_smlimg{
    max-width: 120px;
    max-height: 120px;
    box-shadow:0 0 15px 0 #999999;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .1rem;
}
.product_smlimg img{
    width: 100%;
    height: 100%;
}
.product_title{
    font-size:24px;
    font-weight:bold;
    color:rgba(13,33,70,1);
    margin: .1rem 0;
}
.product_price{
    margin: 5px 0;
    font-size: 24px;
    color: #FB6E54;
    text-align: center;
}
.product_btn{
    width:140px;
    height:50px;
    color: #747C8F;
    border: 1px solid #747C8F;
    background: #fff;
    border-radius:30px;
    text-align: center;
    margin-top: 10px; 
    outline: none;
}

.product_des{
    display: inline-block;
    font-size: 18px;
    color: #999999;
    text-align: left;
}
/*product end*/

/*new start*/
.new_left{
    float: left;
    width: 4rem;
    margin-left: 1rem;
    background-color: #ffeeeb;
    border-radius: .05rem;
}
.new_coverImg >img{
    width: 100%;
    height: 3.5rem;
    border-radius: .05rem;
}
.new_coverMsg >a{
    display: block;
    width: 3.37rem;
    margin: .2rem .3rem;
    font-size: 0.24rem;
    color: #333333;
    cursor: pointer;
}
.senew{
    padding:0 0 1rem;
    background: #F4F4F4;
}
.senews{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.senews_times{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(116,124,143,1);
     width: 100%;
     display: flex;
     align-items: center;
}

.senews_title{
    font-size:22px;
    display:block;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(13,33,70,1);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: .05rem;
}
.senew_pp{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(116,124,143,1);
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.senews_bt1{
    width:220px;
    height:50px;
    background:rgba(52,108,234,1);
    border-radius:30px;
    margin-top:60px;
    font-size:14px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}
.senews_bt1 span{
    color: #fff;
}
.senews_bt1:hover{
    background: #194DC3;
}
.senews_box{
    margin-top: 0.7rem;
    width:31%;
    height: 400px;
    border-radius:10px;
    display: inline-block;
    background: #fff;
    color: red;
    margin-left: 5px;
    margin-right: 5px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 1.5s; 
    overflow: hidden;
    cursor: pointer;
}
.senews_box:hover {
    color: #fff;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transition: all 1.5s; 
}
.senews_box:hover .senews_dl{
    background: #345eda;
}
.senews_box:hover p{
    color: #fff;
}
.senews_box:hover span{
    color: #fff;
}
.senews_box:hover .yuan{
    background: #fff;
}
.senews_dl{
    padding: .1rem;
    height: 45%;
}
.new_coverMsg >p{
    margin: .2rem .3rem;
    font-size: 0.18rem;
    color: #666666;
}
.new_right{
    float: left;
    width: 46%;
    margin-left: 1rem;
}
.new_item{
    padding: .2rem 0;
}
.new_item:first-of-type{
    padding-top: 0;
}
.new_title{
    font-size: 0.18rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:1;
    word-break:break-all;
    display:-webkit-box;
    -webkit-box-orient:vertical;
}
.new_title:hover a {
    color: #da251c;
}
.new_time{
    font-size: 0.14rem;
    color: #999999;
}


/*new end*/

/*partner start*/
.partnerImg{
    width: 100%;
}
/*partner end*/


@media (max-width: 1222px) {
    .new_left{
        margin-left: 0;
    }
    

}
@media (max-width: 996px) {
    .product_item{
        height:auto;
        padding: .5rem 0 0;
    }
    .product_item:nth-child(1){
        padding-top: 0;
    }
    .new_left{
        float: none;
        width: 53%;
        margin: 0 auto;
    }
    .new_right{
        float: none;
        width: 53%;
        margin: 0 auto;
    }
}
@media (max-width: 768px){
    .senews_box:hover {
        color: #fff;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transition: all 1.5s; 
    }
    .works_item:hover{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transition: all 0s;
        overflow: hidden;
    }
    .product_box{
        height: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .product_box:first-child{
        padding-top: 0;
    }
    .product_img{
        max-width: 5.7rem;
        max-height:4.4rem;
        width: 100%;
        height: 100%;
    }
    .product_smlimg{
        width: 100px;
        height: 100px;
        margin: .4rem 0 .1rem;
    }
    .product_msg{
        width: 100%;
        height: 100%;
    }
    .bb{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .disno{
        display: block;
    }
    .disbl{
        display: none;
    }
    .senews_box{
        width: 100%;
    }
    .senews_dl{
        padding: .25rem;
    }
    .product_title{
        font-size: 18px;
    }
    .product_des{
        font-size: 16px;
    }
    .works_title{
        font-size: 20px;
    }
    .product_price{
        font-size: 22px;
    }
    .senews_times{
        font-size: 18px;
    }
    .senews_title{
        font-size: 22px;
    }
    .senew_pp{
        font-size: 16px;
    }
    
}
@media (max-width: 414px){
    .product_title{
        font-size: 14px;
    }
    .product_des{
        font-size: 12px;
    }
    .product_smlimg{
        width: 80px;
        height: 80px;
    }
    .works_arr{
        height: 366px;
    }
    .works_img{
        height: 205px;
    }
    .works_title{
        font-size: 18px;
        margin-top: 20px;
    }
    .product_price{
        font-size: 20px;
        margin: 0;
    }
    .product_btn{
        width: 135px;
        height: 40px;
        margin-top: 5px;
    }
    .senews_box{
        height: 324px;
    }
    .senews_times{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .senews_title{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .senew_pp{
        font-size: 12px;
    }
    .con_body{
        margin-bottom: 65px;
    }
}
