.full-row {
    width: 100%;
    transition: .2s width ease;
    *zoom:1}

.full-row:before,.full-row:after {
    display: table;
    clear: both;
    content: ''
}

.full-row>[class*='span'] {
    float: left
}

.full-row>.span-1 {
    width: 8.33333333%;
    *width: 8.22333333%
}

.full-row>.span-2 {
    width: 16.66666667%;
    *width: 16.55666667%
}

.full-row>.span-3 {
    width: 25%;
    *width: 24.89%
}

.full-row li {
    width: 33.33333333%;
    float:left;
    
}

.full-row>.span-5 {
    width: 41.66666667%;
    *width: 41.55666667%
}

.full-row>.span-6 {
    width: 50%;
    *width: 49.89%
}

.full-row>.span-7 {
    width: 58.33333333%;
    *width: 58.22333333%
}

.full-row>.span-8 {
    width: 66.66666667%;
    *width: 66.55666667%
}

.full-row>.span-9 {
    width: 75%;
    *width: 74.89%
}

.full-row>.span-10 {
    width: 83.33333333%;
    *width: 83.22333333%
}

.full-row>.span-11 {
    width: 91.66666667%;
    *width: 91.55666667%
}

.full-row>.span-12 {
    width: 100%;
    *width: 99.89%
}
.full-row li {
    height: 329px;
}
.full-row li:first-child .box, .full-row li:nth-child(2) .box {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.full-row li .box {
    width:100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding:0px;
}
.full-row li .box .cen {
    width: 160px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -80px;
    transform: scale(1);
    opacity: 1;
    transform-origin: center center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.full-row li .box .cen .tit {
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.full-row li .box .cen .en, .full-row li .box .cen2 .en {
    text-transform: uppercase;
}
.full-row li .box .cen .en {
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.full-row li .box .cen .img {
    text-align: center;
    color: #fff;
    padding-top: 8px;
}
.full-row li .box .cen .hr {
    width: 95px;
    height: 1px;
    background-color: #fff;
    margin: 8px auto 0;
}
.linian{
    
    min-height: 100%;
    margin: 0 auto;
    background: url(/images/about.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top:30px;
    margin-bottom:30px;
}
.full-row li:nth-child(3) .box {
    border-bottom: 1px solid #fff;
}
.full-row li:first-child .box, .full-row li:nth-child(2) .box {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.full-row li:nth-child(4) .box, .full-row li:nth-child(5) .box {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.full-row li:nth-child(6) .box {
    border-bottom: 1px solid #fff;
}
.full-row li:nth-child(7) .box, .full-row li:nth-child(8) .box {
    border-right: 1px solid #fff;
}
.full-row li .box .cen2 {
    padding: 55px 55px 0 55px;
    background: #ea222d;
    transform: scale(0.9);
    transform-origin: center center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    opacity: 0;
    height: 100%;
}
.full-row li.cur .cen {
    transform: scale(0.7);
    opacity: 0;
    filter: alpha(opacity=0);
}

.full-row li.cur .cen2 {
    transform: scale(1);
    opacity: 0.6;
    filter: alpha(opacity=100)
}
.full-row li .box .cen2 .tit {
    font-size: 20px;
    color: #fff;
    text-align: left;
    padding-bottom: 10px;
}

.full-row li .box .cen2 .minh {
    font-size: 16px;
    color: #fff;
}

.full-row li .box .cen2 .hr {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-top: 40px;
}

.full-row li .box .cen2 .en {
    text-align: right;
    font-size: 14px;
    color: #fff;
}
@media only screen and (max-width: 760px){
    .full-row li {
        width: 100%;
    }
    .linian ul li .box .cen2 .minh {
        font-size: 15px;
    }
}