.aboutRight .box1 {
    padding: 0 0 0 64px;
}

.aboutRight .box1 .box1left{
    width: 540px;
}
.aboutRight .box1 .box1left .leftImg{
    margin: 40px 0 40px 40px;
}
.aboutRight .box1 .box1left .leftImg img{
    display: block;
    box-shadow: 0 0 5px 5px #efeded6e;
}
.aboutRight .box1 .box1Right{
    width: 659px;
}
.aboutRight .box1 .box1Right .rightimg{
    margin: 40px 0 40px 40px;
}
.aboutRight .box1 .box1Right .rightimg img{
    box-shadow: 0 0 5px 5px #efeded6e;
    display: block;
}

.aboutRight .box2 {
    padding: 0 0 0 64px;
}
.aboutRight .box2 .box2Info{
    margin: 40px 0 40px 40px;
}
.aboutRight .box2 .box2Info img{
    display: block;
    box-shadow: 0 0 5px 5px #efeded6e;

}

.aboutRight .box3 {
    padding: 0 0 0 64px;
}

.box3 .box3Info {
    position: relative;
    padding: 50px 0;
}

.box3 .box3Info .leftMask {
    position: absolute;
    left: 0;
    top: 0;
    height: 477px;
    z-index: 15;
}

.box3 .box3Info .rightMask {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 15;
    height: 477px;
    transform: rotate(180deg);
}
.box3 .box3Info .imgList .tempWrap .picList li{
    position: relative;
    width: 270px;
    height: 360px;
    margin-right: 19px;
    float: left;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 3px 13px 0px rgb(0,60, 135 /13%);
}
.box3 .box3Info .imgList .tempWrap .picList li img{
    display: block;
    width: 100%;
    height: 100%;
}
.box3 .box3Info .imgList img:last-child{
    margin-right: 0;
}

@keyframes scrollToRight {
    from {
        transform: translate3d(-50%, 0, 0);
    }

    to {
        transform: translate3d(0%, 0, 0);
    }
}