.about2 {
    color: #fff;
    background: url(../images/BgPhotos/culture.png) top center no-repeat;
    background-size: cover;
    height: 460px;
}

.ny-header {
    text-align: center;
    line-height: 28px;
    padding: 30px 0;
}

.ny-header p {
    font-size: 25px;
    margin-top: 20px;
}

.ny-header h3 {
    font-size: 40px;
    color: #333;
    font-weight: normal;
    line-height: 42px;
}

.about2 .list {
    text-align: center;
    width: 1120px;
    margin: 0 auto;
    padding-top: 20px;
    height: auto;
    overflow: hidden;
}

.color-white {
    color: #fff !important;
}

.about2 .list dl dd h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 0 !important;
    color: #fff;
}

.about2 .list dl dd p {
    color: #fff;
}

.about2 .list dl {
    width: 25%;
    display: inline-block;
    float: left;
}

.about2 .list dl dt {
    height: 150px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.about2 .list dl:nth-child(1) dt {
    background: url(../images/BgPhotos/诚信.svg) center center no-repeat;
}

.about2 .list dl:nth-child(2) dt {
    background: url(../images/BgPhotos/担当.svg) center center no-repeat;
}

.about2 .list dl:nth-child(3) dt {
    background: url(../images/BgPhotos/主动.svg) center center no-repeat;
}

.about2 .list dl:nth-child(4) dt {
    background: url(../images/BgPhotos/分享.svg) center center no-repeat;
}

.imgFormat {
    background: url(../images/BgPhotos/mission&vision.jpg)no-repeat center;
    width:100% !important;
    height: 520px;
}

.imgFormat .left{
    border-left: solid 3px #fff;
    /*margin-left: 50px;*/
    margin-top: 20px;
    color: #fff;
    padding: 10px;
    font-size: 35px;
    font-weight: 700;
}

.imgFormat .right{
    text-align: right;
    border-right: solid 3px #fff;
    margin-top: 20px;
    color: #fff;
    padding: 10px;
    font-size: 35px;
    font-weight: 700;
}

.spanFormat {
    margin-top: 60px;
    background-color: rgba(189,217,232,.7);
    line-height: 40px;
    font-size: 24px;
    padding: 50px;
}

.imgFormat span {
    color: #081335;
}

.pFormat {
    line-height: 25px;
    font-size: 16px;
}

#option2 {
    text-align: center;
}

@media screen and (max-width: 420px) {
    #option2 {
        text-align: left;
    }

    .imgFormat .right{
        margin-right: -20px;
    }

    .about2 {
        height: 730px;
    }

    .about2 .list {
        width: auto;
    }

    .about2 .list dl {
        width: 50%;
    }

    .spanFormat {
        font-size: 20px;
        padding: 30px;
        margin-left: 20px;
        margin-top: 50px;
    }

    .imgFormat {
        width: auto;
        height: 650px;
    }
}


