@charset "utf-8";
.single_banner .banner_img {
    background: url(/home/img/module/huodong/bms/banner.jpg) #030c2b center center no-repeat;
}
.products{
    width: 1200px;
    margin: auto;

}
.product_box{
    width: 1200px;
    margin-top: 80px;
}
.title{
    width: 1200px;
    margin: 0 auto;
    height: 35px;
    display: block;
    text-align: center;
}
.product_box .top a{
    font-weight:400;
    display: inline-block;
    color:rgba(18,93,218,1);
    margin-top: 17px;
    font-size: 16px;
}
.products .product_box:nth-of-type(1) .title {
    background: url(/home/img/module/huodong/bms/title01.png)  center center no-repeat;

}
.products .product_box:nth-of-type(2) .title {
    background: url(/home/img/module/huodong/bms/title02.png)  center center no-repeat;

}
.product_box .list{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.product_box .list>div{
    width: 591px;
    height: 254px;
    box-sizing: border-box;
    padding-top: 15px;
    margin-top: 55px;
    display: flex;
    background: url(/home/img/module/huodong/bms/product_bg03.jpg)  center center no-repeat;

}
.product_box .list:nth-of-type(2)>div{
    background: url(/home/img/module/huodong/bms/product_bg.jpg)  center center no-repeat;

}
.product_box .list div .left{
    width: 399px;
}
.product_box .list div .left .title02{
    height: 70px;
    font-size:24px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:70px;
    text-shadow:0px 4px 4px rgba(0,42,150,0.75);
}
.product_box .list div .left .info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product_box .list div .left .info li{
    width: 30%;
    text-align: center;
    margin-top: 30px;
}
.product_box .list div .left .info li>div{
    position: relative;
    height: 25px;

}
.product_box .list div .left .info li>div p{
    width: 100%;
    position: absolute;
    font-size:17px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);



}
/*.product_box .list div .left .info li>div p:nth-of-type(1){
    color: #fff;
    text-shadow:0px 3px 3px rgba(1,19,224,0.75);
}
.product_box .list div .left .info li>div p:nth-of-type(2){

    background:linear-gradient(0deg,rgba(246,181,5,1) 0%, rgba(247,255,29,1) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}*/
.product_box .list div .left .info li span{
    font-size:15px;
    color:rgba(197,217,255,1);
}
.product_box .list div .right{
    width: 180px;
    box-sizing: border-box;
    padding-top: 50px;

}
.product_box .list div .right .price{
    font-size:16px;
    font-weight:400;
    color:rgba(233,80,72,1);
}
.product_box .list div .right .price em{
    font-size: 48px;
}
.product_box .list div .right .o_price{
    font-size:15px;
    font-weight:400;
    text-decoration:line-through;
    color:rgba(151,151,151,1);
}
.product_box .list div .right .info{
    font-size:15px;
    font-weight:400;
    color:rgba(233,80,72,1);
    margin: 19px 0 10px 0;
}
.product_box .list div .right .buy_now{
    width:180px;
    height:41px;
    line-height: 41px;
    display: block;
    font-size: 15px;
    color: #fff;
    background:linear-gradient(90deg,rgba(235,132,30,1),rgba(233,80,72,1));

}
.product_box .list div .right .buy_now:hover{
    background:linear-gradient(90deg,rgba(233,80,72,1),rgba(235,132,30,1));

}
.products_info{
    width: 100%;
    min-width: 1200px;
    margin: 130px auto 0;
}
.products_info .title{
    background: url(/home/img/module/huodong/bms/title03.png)  center center no-repeat;
    margin-bottom: 40px;
}
.products_info .info{
    width: 100%;
    height: 548px;
}
.products_info .info:nth-of-type(3){
    background: url(/home/img/module/huodong/bms/info_bg_02.jpg)  center center no-repeat;

}
.products_info .info:nth-of-type(1){
    background: url(/home/img/module/huodong/bms/info_bg_01.jpg)  center center no-repeat;

}
.products_info .info .box{
    width: 1200px;
    display: flex;
    margin: auto;
}
.products_info .info .box .left{
    width: 50%;
    box-sizing: border-box;

}
.products_info .info .box .text{
    padding-top: 213px;
}
.products_info .info .box .info_title{
    width: 100%;
    height: 47px;
}
.products_info .info:nth-of-type(1) .info_title{
    background: url(/home/img/module/huodong/bms/info_title_01.png)  center center no-repeat;

}
.products_info .info:nth-of-type(2) .info_title{
    background: url(/home/img/module/huodong/bms/info_title_02.png)  center center no-repeat;

}
.products_info .info:nth-of-type(3) .info_title{
    background: url(/home/img/module/huodong/bms/info_title_03.png)  center center no-repeat;

}
.products_info .info:nth-of-type(4) .info_title{
    background: url(/home/img/module/huodong/bms/info_title_04.png)  center center no-repeat;

}
.products_info .info .box .info_text{
    width: 450px;
    display: inline-block;
    margin-top: 40px;
    font-size:15px;
    text-align: left;
    color:rgba(255,255,255,1);
    line-height:32px;
}
