*{
    margin: 0;
    padding: 0;
}
.bg{
    width: 100%;
    height: 530px;
    max-width: 1680px;
    background: url("../../img/02/2bg_02.png") center;
    margin: 0 auto;
}
.imgPlay div p:first-child{
    font-size: 36px;
}
.imgPlay div p:last-child,.imgPlay div p:nth-child(2){
    font-size: 28px;
}
/*-----------开始------------*/
.boxList{
    text-align: center;
    /*border: 1px solid red;*/
}
.boxList .title{
    text-align: center;
    font-size: 28px;
    padding-top: 60px;
    margin-bottom: 25px;
}
.boxList .title_{
    width: 40px;
    height: 2px;
    background: #2e3034;
    margin: 0 auto;
    margin-bottom: 40px;
}
.boxList .rowBox{
    /*width: 100%;*/
    text-align: center;
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.boxList .rowBox .box{
    /*width: 358px;*/
    height: 450px;
    /*border: 1px solid red;*/
    margin: 0 ;
    padding: 0;
    /*margin: 0 10px;*/
}
.boxList .rowBox .box .ball{
    width: 95%;
    height: 100%;
}
.boxList .rowBox .box .ball {
    transition: all .5s ease;
}
.boxList .rowBox .box .ball:hover{
    transform:translateY(-20px);
    /*box-shadow: 2px 2px 5px 5px #ccc;*/
}
.boxList .rowBox .box .name{
    width: 100%;
    border-bottom: 1px solid #b2b2b2;
    font-size: 24px;
    color: #2e3034;
    line-height: 60px;
    text-align: left;
    position: relative;
}
 .boxList .rowBox .box .ttx {
     display: block;
     width: 30px;
     height: 1px;
     background: #3c3d41;
     position: absolute;
     left: 0;
     bottom: -1px;
 }
 
.boxList .rowBox img{
    width: 100%;
}
.boxList .rowBox .box .list{
    padding-top: 17px;
    display: flex;
    text-align: left;
}
.boxList .rowBox .box .list div{
    width: 150px;
    height: 105px;
    font-size: 16px;
    color: #2e3034;
}
.boxList .rowBox .box .list div p{
    /*width: 150px;*/
    /*height: 105px;*/
    font-size: 16px;
    color: #77787a;
}
/*******/
.boxList2{
}
.boxList2 .txt1{
    margin-top: 30px;
    font-size: 28px;
    color: #fff;
    text-align: center;
}
.boxList2 .txt2{
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.boxList2 .rowList2 .box2{
    height: 135px;
    display: flex;
    align-items: center;
}
.boxList2 .rowList2 .box2 img{
    margin-right: 15px;
}
.boxList2 .rowList2 .box2 .co1{
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    margin: 0;
}
.boxList2 .rowList2 .box2 .co2{
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    line-height: 22px;
}

@media screen and (max-width: 1024px) {
    .imgPlay div p:first-child{
        font-size: 16px;
    }
    .imgPlay div p:last-child,.imgPlay div p:nth-child(2){
        font-size: 10px;
    }
    .boxList .title{
        font-size: 18px;
    }
    .boxList .rowBox .box .ball{
        width: 90%;
        margin: 0 auto;
    }
    /*----*/
    .boxList2 .rowList2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .boxList2 .txt1{
        font-size: 22px;
    }
    .boxList2 .txt2{
        font-size: 16px;
    }
    .boxList2 .rowList2 .box2{
        height: 100px;
    }
    .boxList2 .rowList2 .box2 .co1{
        font-size: 16px;
        line-height: 40px;
    }
    .boxList2 .rowList2 .box2 .co2{
        font-size: 12px;
        line-height: 20px;
    }
}















