.bg{
    width: 1920px;
    height: 1080px;
    background-image: url(../img/bg.jpg);
}
.title{
    width: 100%;
    text-align: center;
    padding-top: 35px;
}
.content{
    width: 1734px;
    height: 750px;
    background-image: url(../img/t-bg.png);
    margin: 0 auto;
    margin-top: 60px;
}
.text{
    width: 1570px;
    margin: 0 auto;
    padding-top: 50px;
}
.text p{
    font-size: 21px;
    color: #fff;
    margin: 0;
    line-height: 40px;
    font-weight: 100;
    font-family: '微软雅黑';
    text-align: justify;
    text-indent: 2.7rem;
}
.text span{
    color: #ffde2a;
    font-weight: bold;
}
.con-img {
    width: 1600px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-box{
    width: 497px;
    margin: 0 20px;
}
.img-box img{
    width: 100%;
    
}
.text-box{
    width: 496px;
    height: 47px;
    background-image: url(../img/text-bg.png);
    margin-top: -52px;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-box p{
    font-size: 17px;
    color: #fff;
    line-height: 35px;
    margin: 0;
    font-weight: 100;
    font-family: '微软雅黑';
}
.btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.btn img{
    width: 90px;
}