/**
 * 关于我们
 */
.body .banner img {
    width: 100%;
}
.body .content {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
.body .content .title {
    color: #fff;
    margin: 0 0 20px 0;
    display: block;
    font-size: 22px;
}
.body .content .person {
    position: relative;
    top: -140px;
}
.body .content .person p {
    color: #96E5FF;
    text-indent: 32px;
    margin: 0px;
    line-height: 34px;
}

.body .content .culture{
    position: relative;
    top: -70px;
}
.body .content .culture .ul .li {
    margin: 10px 50px 18px 45px;
    color: #00C0FF;
    position: relative;
}
.body .content .culture .ul .alt {
    color: #DAF4FF;
}
.body .content .culture .ul .li:before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #00C0FF;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    transform: rotate(-45deg);
}
.body .content .culture .ul .alt:before {
    border: 1px solid #DAF4FF;
}
.body .content .culture .ul .li .no-alt {
    border: 1px solid #DAF4FF;
}
.body .content .culture .ul .li .no {
    position: absolute;
    top: 1px;
    left: 5px;
}
.body .content .culture .ul .li .li-info{
    margin-left: 35px;
}
.body .content .culture .image{
    position: absolute;
    top: 53px;
    right: 0;
    background: url(../images/about/katong1.png) no-repeat;
    background-size: initial;
    width: 48%;
    height: 100%;
}
.body .content .culture .image img{
    position: absolute;
}
.body .content .culture .image img:nth-child(1){
    opacity: 0;
    top: -25%;
    right: 50%;
    animation: amin1 4s infinite;
    -webkit-animation: amin1 4s infinite;
}
@keyframes amin1 {
    0% {
        top: -25%;
        right: 50%;
    }
    10% {
        opacity: 1;
        top: -25%;
        right: 50%;
    }
    70% {
        top: -40%;
        right: 80%;
    }
    100% {
        top: -40%;
        right: 80%;
        opacity: 0;
    }
}
.body .content .culture .image img:nth-child(2){
    top: -23%;
    right: 10%;
    animation: amin2 2.5s infinite;
    -webkit-animation: amin2 2.5s infinite;
}
@keyframes amin2 {
    0% {
        top: -23%;
    }
    50%{
        top: -26%
    }
    100% {
        top: -23%;
    }
}
.body .content .culture .image img:nth-child(3){
    bottom: 4%;
    right: 10%;
    animation: amin3 10s infinite;
    -webkit-animation: amin3 10s infinite;
}
@keyframes amin3 {
    0% {
        right: 10%;
    }
    40%{
        right: 70%;
    }
    50%{
        right: 70%;
        opacity: 0;
    }
    60%{
        right: 70%;
    }
    100% {
        right: 10%;
        opacity: 1;
    }
}
.body .content .culture .image img:nth-child(4){
    bottom: 36%;
    right: 73%;
    opacity: 0.8;
    animation: amin4 8s infinite;
    -webkit-animation: amin4 8s infinite;
}
@keyframes amin4 {
    0% {
        opacity: 0.8;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0.8;
    }
}
.body .content .culture .image img:nth-child(5){
    bottom: 43%;
    right: -18%;
    opacity: 0.8;
    animation: amin5 40s infinite;
    -webkit-animation: amin5 4s infinite;
}
@keyframes amin5 {
    0% {
        bottom: 43%;
    }
    50%{
        bottom: 50%;
    }
    100% {
        bottom: 43%;
    }
}

.body .content .progess {
    position: relative;
    width: 688px;
    height: 420px;
}
.body .content .progess .block {   
    background: url(../images/about/jiegoutu.png) no-repeat;
    background-size: initial; 
    position: absolute;
    top: 0;
    left: 180px;
    width: 688px;
    height: 420px;
}
.body .content .progess .progess-block {    
    position: absolute;
    text-align: center;
    width: 160px;
    color: #52FFFD;
    line-height: 26px;
    font-size: 17px;
    padding: 0 10px;
}
.body .content .progess .progess-block:nth-child(1) {
    top: 50px;
}
.body .content .progess .progess-block:nth-child(2) {
    top: 50px;
    right: 16px;
}
.body .content .progess .progess-block:nth-child(3) {
    bottom: 65px;
}
.body .content .progess .progess-block:nth-child(4) {
    bottom: 40px;
    right: 2px;
}
.body .content .progess .progess-block span {    
    display: block;
}

.body .content .info {
    position: relative;
    margin-top: 90px;
}
.body .content .info img {
    width: 30%;
}
.body .content .info .info-block {
    float: right;
    width: 60%;
    background: url(../images/about/diqiu.png) no-repeat;
    background-position: center bottom;
    height: 486px;
}
.body .content .info .info-block p {
    color: #96E5FF;
    text-indent: 32px;
    margin: 0px;
    line-height: 34px;
}

.body .content .map {
    text-align: center;
}
.body .content .map .map-bg {
    z-index: -1;
}
#dituContent {
    width: 700px;
    height: 450px;
    box-shadow: 0px 0px 30px #0084FF;
    margin-left: 150px;
    top: -50px;
}