.jj_text p{
    font-size: 16px;
}
.container{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.constitute{
    width: 1200px;
    display: flex;
    justify-content: space-evenly;
}
.gn-module{
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    height: 370px;
    
}
.gn-border{
    width: 100%;
    height: 370px;
    border: 1px solid #CCCCCC;
}
.gn-content{
    margin-top: 80px;
    text-align: center;
}
.gn-content h3{
    font-size: 24px;
    display: block;
    margin: 30px 0;
    font-weight: 400;
}
.gn-content p{
    font-size: 16px;
    color: #999;
    padding: 0px 20px;
}
.architecture{
height: 710px !important;
margin-top: 20px;
}
.arc-photo img{
    width: 900px;
}
.take{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.scen{
    width: 900px;
}
.scen-head{
    font-weight:900;
}
.scen-title{
width:100%;
margin-top: 40px;
font-size: 14px;
font-weight: 400;
color: #999;
}