.header{
    position: relative;
    width: 100%;
    height: 7rem;
    color: #fff;
    background: url("../images/about/bannerbg.png") no-repeat;
    background-size: 100% 100%;
}
.introduce{
    width: 12rem;
    margin: 1.6rem auto 1rem;
}
.contentTitle{
    color: #333333;
    font-size: 0.26rem;
    display: flex;
    align-items: center;
}
.contentTitle p{
    width: 0.1rem;
    height: 0.26rem;
    background-color: #2393DC;
    border-radius: 0.02rem;
    margin-right: 0.08rem;
}
.introduceDetail{
    display: flex;
    justify-content: space-between;
    /* flex-wrap: nowrap;
    align-items: flex-end; */
}
.beautifulSister{
    width: 5.39rem;
    height: 3.55rem;
    margin: 1rem 0 0 0;
}
.introduceTitle{
    font-size: 0.16rem;
    color: #333333;
    margin: 0.59rem 0 0.22rem;
}
.introduceLine{
    width: 0.32rem;
    height: 0.02rem;
    background: #3ECBFF;
    margin-bottom: 0.1rem;
}
#introduceContent{
    width: 4.98rem;
    height: 1.73rem;
    overflow: hidden;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.3rem;
}
.introduceData{
    overflow: hidden;
    display: flex;
    flex-direction: row;
    margin-top: 0.5rem;
}
.introduceDataLi{
    list-style: none;
    font-size: 0.14rem;
    color: #333333;
}
.liWidth{
    width: 1.5rem;
    margin-right: 0.2rem;
}
.introduceDataLi div{
    color: #3ECBFF;
    font-size: 0.16rem;
}
.introduceDataLi div span{
    font-size: 0.35rem;
}
.openBtn{
    overflow: hidden;
}
.openBtn img{
    cursor: pointer;
    width: 1.4rem;
    height: 0.32rem;
    float: left;
    margin-top: 0.22rem;
}

/* 发展历程 */
.development{
    background: #F5F5F5;
    /* height: 8.93rem; */
    border: 1px solid transparent;
}
.commonTitle{
    width: 12rem;
    margin: 0.88rem auto 0.65rem;
}
.quality{
    border: 1px solid transparent;
}

/* ------旋转木马------ */
.wrap {
    margin: 0 1.5rem 0.2rem;
    position: relative;
}
.slider {
    position: relative;
    /* margin: 50px auto; */
    height: 3.48rem;
}
.slider li {
    position: absolute;
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 0 0.04rem 0.13rem 0 rgba(11, 51, 117, 0.39);
    border-radius: 0.06rem;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.slider li p{
    font-size: 0.16rem;
    color: #666666;
    width: 100%;
    position: absolute;
    left: 0;
}
.slider li img {
    height: 75%;
}
#arrLeft{
    position: absolute;
    top: 40%;
    left: -5%;
    cursor: pointer;
}
#arrRight{
    position: absolute;
    top: 40%;
    right: -5%;
    cursor: pointer;
}


/* 滑块 */
.ui-widget{
    font-size: 0.35rem;
}
.ui-slider-horizontal{
    height: 0.06rem;
    background: #BABABA;
    cursor: pointer;
}
.ui-slider .ui-slider-handle{
    height: 0.24rem;
    width: 2rem;
    background: #41B093;
    color: transparent;
    border: none !important;
    cursor: pointer;
    outline: none;
}
.ui-state-active{
    border: none !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
    border: none !important;
    color: transparent;
    outline-color:transparent;
}
#slider{
    margin: 0.95rem 2.8rem 1rem;
}
