*{
    margin: auto;
    padding: 0;
    box-sizing: border-box;
}
body {
    /*background: linear-gradient(to bottom, #A7CCF6, #c5dcff);
    background: linear-gradient(to bottom, #C5DCFE, #FCDEEA);*/
    background-color: aliceblue;
}

.word1 {
    width: 1200px;
    height:700px;
    background-image: url(s/b.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.word1 p{
    font-size: 20px;
    padding:0 290px;
    text-indent: 2em;
    line-height: 1.6;
    text-align: justify;
    position: relative;
    top: 160px;
    color: rgb(29, 83, 131);
}/*简介*/

.wleft {
    float: left;
    width: 50%;
    height: 800px;
    font-size: 18px;
}
.wleft h3 {
    margin: 60px;
    font-size: 36px;
    text-align: center;
}
.wleft p {
    padding: 28px;
    text-indent: 2em;
    line-height: 1.6;
    color: #ff6600;
}
.wright {
    padding: 16px;
    padding-top: 150px;
    float: right;
    width: 50%;
    height: 800px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(s/r2.0.jpg);
    background-size: 100%;
}
.wright p {
    font-size: 20px;
    text-indent: 2em;
    line-height: 1.4;
    color: rgb(16, 51, 82);
}