*{
    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{
}
.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: 24px;
}
.boxList .tit{
     text-align: center;
     font-size: 18px;
     /*margin-bottom: 25px;*/
     color: #666;
 }
.boxList .tit_{
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    color: #666;
}

.row{
}
.boxList .box{
    margin: 0;
    padding: 0;
    height: 200px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 100px;
}
.boxList .box img{
    margin-right: 30px;
}


.boxList .box{
    transition: all .5s ease;
}
.boxList .box:hover{
    transform:translateY(-10px);
}


.boxList .box .list p:first-child{
    font-size: 20px;
    color: #000;
    line-height: 30px;

}
.boxList .box .list p{
    font-size: 14px;
    color: #77787a;
    line-height: 24px;
}



.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: 768px) {
    .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;
    }
    /*----*/
    .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;
    }
    /*-----*/
    .boxList .row{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .boxList .box{
        width: 90%;
        margin: 0 auto;
        height: 280px;
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
        /*border: 1px solid #77787a;*/
        border-radius: 5px;
        margin-bottom: 20px;
        padding: 10px;

    }

}


















.sec{
    width: 100%;

}
.cont1{
    width: 1200px;
    margin: 0 auto;

}
.cont1 .title{
    text-align: center;
    font-size: 28px;
    /*line-height: 85px;*/
    /*margin-top: 60px;*/
    padding-top: 60px;
    margin-bottom: 25px;
}
.cont1 .title_{
    width: 40px;
    height: 2px;
    background: #2e3034;
    /*text-align: center;*/
    margin: 0 auto;
    margin-bottom: 24px;
}

.cont1 ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cont1 ul li{
    width: 330px;
    height: 170px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 100px;
}
.cont1 ul li img{
    margin-right: 30px;
}
.cont1 ul li .list p:first-child{
    font-size: 20px;
    color: #2e3034;
    line-height: 30px;
}
.cont1 ul li .list p{
    font-size: 14px;
    color: #2e3034;
    line-height: 24px;
}




.section{
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    height: 250px;
    background: url("../../img/02/03_21.png") center;
}
.cont2{
    width: 1200px;
    margin: 0 auto;
}
.cont2 .title1{
    font-size: 28px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.cont2 .title2{
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.cont2 ul{
    list-style: none;
    display: flex;
}
.cont2 ul li{
    width: 450px;
    height: 135px;
    display: flex;
    align-items: center;
}
.cont2 .co1{
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}
.cont2 .co2{
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    line-height: 22px;
}
.cont2 ul li:first-child{
    margin-right: 160px;
}