.one{
    margin: 8% 0;
}
.one .name{
    font-family: 'Bold';
    font-size: 4rem;
    display: inline-block;
    border-bottom: 2px solid #232122;
    padding-bottom: 1%;
    width: 40%;
    margin-bottom: 14%;
}
.one .left{
    padding-left: calc(4% + 150px);
    display: inline-block;
    width: 49%;
    padding-right: 2%;
}
.one .left .picTxt{
    font-family: 'Bold';
    font-size: 3rem;
    margin-bottom: 5%;
}
.one .left .picTxt img{
    vertical-align: middle;
}
.one .left .txt{
    font-size: 2.4rem;
}
.one .left .txt p,.two .txt p{
    margin-bottom: 1%;
    line-height: 4rem;
}
.one .right{
    display: inline-block;
    width: 51%;
    float: right;
    position: relative;
}
.one .right .jsEn{
    float: right;
    margin-right: -7%;
    width: 89%;
}
.one .right .twoPic img{
    width: 43.5%;
}
.one .right .twoPic .fir{
    margin-right: 4%;
}
.one .right .twoPic{
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
}
.two{
    margin: 2% 0;
    align-items: center;
    display: flex;
    justify-content: space-around;
}
.two>div{
    display: inline-block;
    vertical-align: middle;
}
.two .left img{
    width: 100%;
}
.two .left{
    width: 42.5%;
}
.two .txt{
    width: 57%;
    padding-right: calc(4% + 150px);
    padding-left: 6%;
    font-size: 2.4rem;
}
.section{
    overflow: hidden;
    background: url(../img/jsBg.png) no-repeat;
    background-size: cover;
}
.all{
    padding-left: calc(4% + 150px);
    margin: 7% 0 10% 0;
}
.all .photo{
    position: relative;
    padding-right: calc(4% + 150px);
    padding-top: 3%;
    padding-left: 6.5%;
}
.all .photo img{
    width: 29%;
    margin-right: 3%;
}
.all .photo img:nth-child(3){
    margin-right: 0;
}
.all .photo .boxPic{
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 0;
    width: 79%;
}
.all .jSZ .picTxt{
    font-size: 3rem;
    font-family: 'Bold';
    margin-bottom: 2%;
}
.all .jSZ .picTxt img{
    vertical-align: middle;
}
.all .jSZ .many{
    font-size: 2.4rem;
}
.all .jSZ .many p{
    margin-bottom: 1.5%;
}
.all .jSZ .txtSZ{
    margin: 6.5% 0;
}
.all .jSZ .imgBox{
    padding: 2.4%;
    position: relative;
}
.all .jSZ .imgBox .pic{
    width: 51.5%;
}
.all .jSZ .imgBox .box{
    width: 18%;
    position: absolute;
    bottom: -4%;
    left: -2%;
}
.all .jSZ{
    position: relative;
}
.all .jSZ .yl{
    position: absolute;
    right: 0;
    top: 8%;
    background: #0e4a86;
    width: 54%;
    bottom: -1%;
    padding-right: calc(4% + 150px);
    padding-left: 4.7%;
    padding-top: 6.5%;
    z-index: -1;
}
.all .jSZ .yl img{
    width: 100%;
}






@media screen and (max-width:1449px){
    .one .name{
        font-size: 3rem;
    }
    .one .left .picTxt,.all .jSZ .picTxt{
        font-size: 2rem;
    }
    .one .left .txt p,.two .txt p,.all .jSZ .many{
        font-size: 1.6rem;
        line-height:3rem;
    }
    .one .left{
        width: 52%;
    }
    .one .right{
        width: 48%;
    }
}

@media screen and (max-width:1195px){
    .one .name{
        font-size: 1.8rem;
        margin-bottom: 8%;
    }
    .one .left .picTxt,.all .jSZ .picTxt{
        font-size: 1.6rem;
    }
    .one .left .txt p,.two .txt p,.all .jSZ .many{
        font-size: 1.4rem;
        line-height:2.8rem;
    }
    .two{
        display: block;
        margin-top: 28%;
    }
    .one .left,.two .txt,.two .left{
        width: 100%;
        padding: 0 5%;
    }
    .one .right{
        width: 100%;
    }
    .one .right .twoPic,.all{
        padding-left: 5%;
    }
    .two .txt{
        margin-top: 5%;
    }
    .all .photo,.all .jSZ{
        padding-right: 5%;
    }
    .all .jSZ .yl{
        position: initial;
        padding: 5%;
        width: 100%;
    }
    .all .jSZ .imgBox .pic {
        width: 100%;
    }
    .all .jSZ .imgBox{
        margin-bottom: 5%;
    }
    .section{
        background:none;
    }
}

















