@keyframes xianshi {
    0% {opacity: 0;}
    100%{opacity: 1;}
}


.c-o.ani .describe{
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.c-o.ani .comp{
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.c-t.ani .list{
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.p-b.ani .describe .item {
    animation-name: xianshi;
    -webkit-animation-name: xianshi;
}
.p-b.ani .describe .item.i1{
    animation-duration: 1s;
    animation-delay: 0.4s;
}
.p-b.ani .describe .item.i2{
    animation-duration: 1s;
    animation-delay: 0.8s;
}
.p-b.ani .describe .item.i3{
    animation-duration: 1s;
    animation-delay: 1.2s;
}
.p-b.ani .describe .item.i4{
    animation-duration: 1s;
    animation-delay: 1.6s;
}
.p-b.ani .describe .item.i5{
    animation-duration: 1s;
    animation-delay: 2s;
}
.p-b.ani .describe .item.i6{
    animation-duration: 1s;
    animation-delay: 2.4s;
}
.p-b.ani .describe .item.i7{
    animation-duration: 1s;
    animation-delay: 2.8s;
}
.p-b.ani .describe .item.i8{
    animation-duration: 1s;
    animation-delay: 3.2s;
}
.p-b.ani .describe .item.i9{
    animation-duration: 1s;
    animation-delay: 3.6s;
}
.p-b.ani .describe .item.i10{
    animation-duration: 1s;
    animation-delay: 4s;
}
.p-b.ani .describe .item.i11{
    animation-duration: 1s;
    animation-delay: 4.4s;
}
.p-b.ani .describe .item.i12{
    animation-duration: 1s;
    animation-delay: 4.8s;
}

.m-d.ani .describe{
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.m-d.ani .map{
     animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}


.about{
    width: 100%;
}
.tab-title{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.tab-title div{
    padding: 0 10px 0 10px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    float: left;
    text-align: center;
    user-select: none;/*文字不能被选中*/
    -moz-user-select: none;
    -webkit-user-select: none;
    text-decoration: underline;
}
.tab-title div:first-child{
    border-left: 0;
}
.tab-title div:hover {
    cursor: pointer; /*鼠标样式*/
}
.tab-select{
    background-color: #206bd1;
    color: #ffffff !important;

}

.about .title{
    height: 50px;
    text-align: center;
    font-size: 27px;
    color: #206bd1;
    background: url("../images/title-i1.png") no-repeat center bottom;
}

.c-o{
    margin-top: 90px;
    padding-bottom: 60px;
}
.c-o .describe{
    width: 100%;
    margin-top: 90px;
}
.c-o .describe p{
    width: 100%;
    font-size: 18px;
}

.comp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.comp>div{
    position: relative;
    width: 293px;
    height: 203px;
    background-color: white;
    border: 1px solid #a0a0a0;
    box-sizing: border-box;
}
.comp>div img{
    width: 100%;
}

.comp>div p{
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0;
    font-size: 14px;
}
.c-t .list .item{
    display: block;
    width: 18%;
    height: 285px;
    float: left;
    margin-right: 2.5%;
    position: relative;
    margin-top: 90px;
}
.c-t .list .item:nth-child(1){
    background: #fff url("../images/about-i11.png") no-repeat top 40px center;
}
.c-t .list .item:nth-child(1).about-select{
    background: #206bd1 url("../images/about-i1.png") no-repeat top 40px center;
}
.c-t .list .item:nth-child(1).about-select p{
    color: #fff;
}
.c-t .list .item:nth-child(2){
    background: #fff url("../images/about-i22.png") no-repeat top 40px center;
}
.c-t .list .item:nth-child(2).about-select{
    background: #206bd1 url("../images/about-i2.png") no-repeat top 40px center;
}
.c-t .list .item:nth-child(2).about-select p{
    color: #fff;
}
.c-t .list .item:nth-child(3){
    background: #fff url("../images/about-i33.png") no-repeat top 40px center;
}
.c-t .list .item:nth-child(3).about-select{
    background: #206bd1 url("../images/about-i3.png") no-repeat top 40px center;
}
.c-t .list .item:nth-child(3).about-select p{
    color: #fff;
}
.c-t .list .item:nth-child(4){
    background: #fff url("../images/about-i44.png") no-repeat top 40px center;
}
.c-t .list .item:nth-child(4).about-select{
    background: #206bd1 url("../images/about-i4.png") no-repeat top 40px center;
}
.c-t .list .item:nth-child(4).about-select p{
    color: #fff;
}
.c-t .list .item:nth-child(5){
    margin-right: 0;
    background: #fff url("../images/about-i55.png") no-repeat top 40px center;
}
.c-t .list .item:nth-child(5).about-select{
    background: #206bd1 url("../images/about-i5.png") no-repeat top 40px center;
}
.c-t .list .item:nth-child(5).about-select p{
    color: #fff;
}
.c-t .list .item p{
    width: 80%;
    height: 40px;
    color: black;
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 10%;
}

.p-b{
    background-color: #206bd1;
    margin-top: 60px;
    padding-bottom: 170px;
    padding-top: 70px;
}
.p-b .title{
    color: white;
}
.p-b .describe{
    display: flex;
    flex-wrap: wrap;
    margin-top: 110px;
}
.p-b .describe .item{
    width: 16.6667%;
}
.p-b .describe .item img{
    width: 100%;
    height: 100%;
}

.p-b .describe .item.table{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5f93db;
}
.p-b .describe .item.table p{
    color: white;
    font-size: 14px;
    text-align: center;
}

.m-d{
    margin-top: 80px;
}

.m-d .describe{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.m-d .item{
    width: 30%;
    height: 120px;
    border: 1px solid #666666;
    box-sizing: border-box;
    overflow: hidden;
}
.m-d .item .img{
    float: left;
    margin-top: 10px;
    width: 33px;
    height: 30px;
}
.m-d .describe .item:nth-of-type(1) .img{
    background: url("../images/about-i7.png") no-repeat center;
}
.m-d .describe .item:nth-of-type(2) .img{
    background: url("../images/about-i8.png") no-repeat center;
}
.m-d .describe .item:nth-of-type(3) .img{
    background: url("../images/about-i9.png") no-repeat center;
}

.m-d .item .content{
    margin: 10px 0 0 5px;
    float: left;
    font-size: 14px;
}
.m-d .item .content span:first-child{
    font-size: 16px;
}
.m-d .item .content span:last-child{
    color: #666666;
}

.m-d .map{
    margin-top: 100px;
}

.c-t{
    margin-top: 60px;
}
@media screen and (max-width: 1184px){
    .tab-title{
        display: flex;
    }
    .tab-title div{
        overflow: hidden;
    }
}

@media screen and (max-width: 950px){
    .c-o{
        margin-top: 60px;
    }
    .comp>div{
        width: 250px;
        height: 185px;
    }
}
@media screen and (max-width: 800px){
    .c-o{
        margin-top: 60px;
    }
    .comp>div{
        width: 200px;
        height: 160px;
    }
}

@media screen and (max-width: 750px){
    .m-d .item {
        width: 50%;
    }
    .tab-title{
        justify-content: space-between;
    }
    .tab-title div{
        width: 41%;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        overflow: hidden;  /*溢出隐藏*/
        text-overflow: ellipsis; /*以省略号...显示*/
        white-space: nowrap;  /*强制不换行*/
        margin: 5px 1% 0 1%;
    }
    .c-o{
        margin-top: 60px;
        padding-bottom: 20px;
    }
    .about .title{
        font-size: 22px;
    }
    .c-o .describe{
        margin-top: 40px;
    }
    .p-b .describe .item{
        width: 25%;
    }
    .p-b .describe .item:nth-of-type(1){
        order: 0;
    }
    .p-b .describe .item:nth-of-type(2){
        order: 1;
    }
    .p-b .describe .item:nth-of-type(3){
        order: 2;
    }
    .p-b .describe .item:nth-of-type(4){
        order: 3;
    }
    .p-b .describe .item:nth-of-type(5){
        order: 4;
    }
    .p-b .describe .item:nth-of-type(6){
        order: 5;
    }
    .p-b .describe .item:nth-of-type(7){
        order: 7;
    }
    .p-b .describe .item:nth-of-type(8){
        order: 6;
    }
    .p-b .describe .item:nth-of-type(9){
        order: 9;
    }
    .p-b .describe .item:nth-of-type(10){
        order: 8;
    }
    .p-b .describe .item:nth-of-type(11){
        order: 11;
    }
    .p-b .describe .item:nth-of-type(12){
        order: 10;
    }

    .p-b.ani .describe .item.i8{
        animation-duration: 1s;
        animation-delay: 2.8s;
    }
    .p-b.ani .describe .item.i7{
        animation-duration: 1s;
        animation-delay: 3.2s;
    }
    .p-b.ani .describe .item.i10{
        animation-duration: 1s;
        animation-delay: 3.6s;
    }
    .p-b.ani .describe .item.i9{
        animation-duration: 1s;
        animation-delay: 4s;
    }
    .p-b.ani .describe .item.i12{
        animation-duration: 1s;
        animation-delay: 4.4s;
    }
    .p-b.ani .describe .item.i11{
        animation-duration: 1s;
        animation-delay: 4.8s;
    }
}
@media screen and (max-width: 680px){
    .comp>div{
        width: 150px;
        height: 130px;
    }
}
@media screen and (max-width: 520px){
    .comp>div{
        width: 120px;
        height: 100px;
    }
    .comp>div p{
        font-size: 10px;
    }
}
@media screen and (max-width: 480px) {
    .m-d .item {
        width: 70%;
    }
}
@media screen and (max-width: 415px){
    .m-d .item {
        width: 100%;
    }
    .c-o{
        margin-top: 30px;
    }
    .c-t .list .item{
        margin-top: 50px;
    }
    .p-b{
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .p-b .describe{
        margin-top: 30px;
    }
    .p-b .describe .item.table p{
        font-size: 12px;
    }
    .m-d{
        margin-top: 40px;
    }
    .m-d .describe{
        margin-top: 40px;
    }
    .m-d .item .content{
        font-size: 12px;
    }
    .m-d .item .content span:first-child{
        font-size: 14px;
    }
    .m-d .item .img{
        width: 23px;
        height: 20px;
    }
    .m-d .map{
        margin-top: 40px;
    }
    .tab-title div{
        font-size: 14px;
    }
    .about .title{
        height: 40px;
        font-size: 20px;
    }

    .c-o .describe p{
        font-size: 14px;
    }
}
@media screen and (max-width: 320px){
    
}