.subhead, .introduce p,.product p{
    opacity: 0;
    -webkit-transform: translate3d(0,3rem,0);
    transform: translate3d(0,3rem,0);
    transition: opacity 1.2s linear,-webkit-transform 1.4s cubic-bezier(.175,.885,.32,1.275);
    transition: opacity 1.2s linear,transform 1.4s cubic-bezier(.175,.885,.32,1.275);
    transition: opacity 1.2s linear,transform 1.4s cubic-bezier(.175,.885,.32,1.275),-webkit-transform 1.4s cubic-bezier(.175,.885,.32,1.275);
}
.animated .subhead,.introduce.animated p,.product.animated p{
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.banner-wrap{
    padding-top: 1.31rem;
    background: #000;
}

/**副标题***/
.subhead {
    position: relative;
    font-size: 26px;
    margin-top: 70px;
    margin-bottom: 25px;
    text-align: center;
}
/**企业简介***/
.introduce{
    margin-top: 1.64rem;
    margin-bottom: 60px;
}
.subhead span{
    position: absolute;
    left: 0;
    bottom: 7px;
    color: #eff7ff;
    width: 100%;
    font-size: 70px;
    font-weight: bold;
    text-align:  center;
    z-index: -1;
}
.introduce p{
    width: 7.73rem;
    font-size: 16px;
    line-height: 1.6em;
    text-align: center;
    margin: 0 auto;
}

.product{
    margin-top:60px;
}

.product p{
    width: 9.24rem;
    display: table;
    margin: 0 auto;
    text-indent: 2em;
    font-size: 16px;
    line-height: 1.6em;
    text-align: justify;
}

.missionBox{
    position: relative;
    width: 10.24rem;
    margin: 1.3rem auto 0.88rem auto;
    overflow: hidden;
}

.missionBox .h_list{
    width: 5.26rem;
    min-height: 1.5rem;
}
.missionBox .h_list:first-child{
    margin-top: 0.88rem;
}
.missionBox .h_list .h_txt{
    color: #000;
    font-size: 16px;
    line-height: 1.6em;
    margin-top: -0.5rem;
    opacity: 0;
    transition: opacity 1.3s linear 0.3s;
    -webkit-transition: opacity 1.3s 0.3s;
}
.missionBox.animated .h_txt{
    opacity: 1;
}
.missionBox .h_list .h_center{
    width: 21px;
    height: 21px;
    border: 3px solid #2aa3ff;
    border-radius: 50%;
    background: #c6e6ff;
}
.missionBox .h_list_r {
    float: right;
}
.missionBox .h_list_l{
    float: left;
}
.missionBox .h_list_r .h_txt{
    float: right;
    width: 4.5rem;
}
.missionBox .h_list_l .h_txt{
    float: left;
    padding-left: 1rem;
}

.missionBox .h_list_l .h_center{
    float: right;
}


.missionBox .h_list_r .h_center{
    float: left;
}

.missionBox .red_line{
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1.5px;
    background: #2aa3ff;
    border-radius: 10px;
    z-index: -1;
}
/**底部信息**/
.banner-media {
    position: relative;
    height: auto;
    opacity: 0;
    width: 100%;
    transition: opacity 1.3s;
    -webkit-transition: opacity 1.3s;
}
.banner-media.animated{
    opacity: 1;
}
.banner-media img {
    width: 100%;
}
