.abBanner{
    background-image: url("aboutUsBanner.png");
    background-position: top center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    top:99px;
    left: 0;
    height: 520px;
    width: 100%;
}

.showAbList.container{
    margin-top: 310px;
    min-height: 843px;
    background: #fafafa;
    position: relative;
    z-index: 2;
    margin-bottom: 165px;
    box-shadow: #666 0 0px 20px -5px;
    padding: 70px 100px;
}

.contentFamilyBook .title,.contactUs .title{
    font-size: 22px;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom:50px;
}
.contentFamilyBook .title{
    margin-top: 15px;
}
.contentFamilyBook p{
    font-size:16px;
    margin-top:30px;
    font-weight: bold;
    color: #000;
    font-family: 'Tsphv6';
    text-align: justify;
    letter-spacing: 0px;
}
.contactUs{
    position: relative;
}
.connectImgs{
    margin-top: 20px;
    width: 180px;
    text-align: center;
    color: #999;
    display: inline-block;
    margin-right: 40px;
}
.connectImgs img{
    width: 145px;
    height: 145px;
}
.contactUs .title{
    margin-top: 55px;
}
.titleList{
    margin-top: 15px;
}
.titleList span{
    font-size:14px;
    color: #4c4c4c;
}
.titleList img{
    margin-right: 12px;
}
.boldTT{
    color:#000;
    font-weight: bold;
}



/*所获荣誉和里程碑。滚动轮播效果*/
.titleTwo{
    font-size: 48px;
    color: #333333;
    text-align: center;
    margin-top: 135px;
}
.banner{
    margin-top: 80px;
    /*min-height: 600px;*/
    /*background: #fafafa;*/
    position: relative;
    z-index: 2;
    margin-bottom: 130px;
    padding: 70px 100px;
}

.banner .item{
    float: left;
    width: 240px;
    height:368px;
    margin-left: 20px;
    box-shadow:5px 5px 15px rgba(7,17,27,.1);
    margin-bottom: 15px;
}
.banner .item p{
    font-size: 12px;
    color: #4c4c4c;
    text-align: justify;
    margin:16px 10px 15px 16px;
    letter-spacing: 1px;
}

.imgUse{
    height: 260px;
}
.arrowLeft{
    float: left;
    margin-left: -60px;
    margin-top: 122px;
}
.arrowRight{
    float: right;
    margin-right: -60px;
    margin-top: -258px;
}
.clearBoth{
    clear:both;
}
.titleList a{
    text-decoration: none;
    color: #4c4c4c;
}
.titleList a:hover{
    text-decoration: none;
    color: #4c4c4c;
}
/*手机端下图标隐藏*/
@media (max-width: 767px){
    .abBanner{
        top: 50px;
    }
    .titleList .smallImg{
        display: none;
    }
    .contentFamilyBook .title {
        margin-top: -25px;
    }
    .contentFamilyBook .title{
        font-size: 18px;
        margin-bottom: -10px;
        margin-left: -25px;
    }
    .contentFamilyBook p {
        font-size: 14px;
        margin-top: 25px;
        margin-left: -26px;
        margin-right: -22px;

    }
    .contactUs .title{
        font-size: 18px;
        margin-bottom: 18px;
        margin-left: -25px;
    }
    .titleList span {
        font-size: 12px;
        margin-left: -25px;
        margin-right: -13px;
    }
    .showAbList.container{
        margin-bottom: -95px;
        padding: 70px 50px;
        margin-top: 210px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .contactUs{
        margin-bottom: 30px;
    }
    .connectImgs{
        position: static;
        width: auto;
    }
    .titleTwo {
        font-size: 28px;
        margin-bottom: -85px;
    }
    .banner{
        margin-bottom: 0px;
    }
    .arrowLeft {
        margin-left: -90px;
        margin-top: 90px;
    }
    .arrowRight {
        margin-right: -90px;
        margin-top: -220px;
    }
    .owl-carousel .owl-item img{
        width: 75%!important;
    }
    .banner .item p{
        font-size: 6px;
        text-align: justify;
        margin: 10px 28px -2px 3px;
        width: 70%;
    }
    .banner .item{
        margin-left: 1px;
        position: relative;
        z-index: 99;
        box-sizing: border-box;
        background:#fff;
        box-shadow:5px 5px 15px rgba(7,17,27,.1);
        /*border:1px solid red;*/
    }
    .owl-stage-outer .owl-stage .owl-item{
        height:295px;
        /*position: relative;*/
        /*z-index: 999999;*/

    }
}