.floor-one{
    background-image: url('../images/develop/banner.jpg');
}
.bgtext{
    background: url('../images/develop/bg1.png') 50% 50% no-repeat;
    background-position: left top;
}
.develop-box {
    margin-top: .75rem;
}
img{max-width: 100%;max-height: 100%;}

.develop-history-box .center-right {
    border-top: 0px solid #F2F2F2;
    padding-top: .8rem;
    width: 10.6rem;
    min-height: 5.7rem;
    background-size: contain;
}
.develop-history-box .history-banner {
    margin-bottom: .7rem;
}
.history-list {
    width: 100%;
    position: relative;
}
.history-list .line {
    position: absolute;
    top: 0;
    height: calc(100% - .2rem);
    width:.08rem;
    background: #F1EFF0;
    left: 50%;
    margin-left: -.04rem;
}
.history-list ul li {
    width: 5rem;
    position: relative;
    left: 50%;
    margin-left: .15rem;
    margin-bottom: .35rem;
}
.history-list ul li:nth-child(2n) {
    text-align: right;
    left: 0;
}
.history-list ul li .dot {
    position: absolute;
    width: .16rem;
    height: .16rem;
    border-radius: 50%;
    left: -.25rem;
    background: #FFF;
    border: 2px solid rgba(30, 115, 184, 1);
}
.history-list ul li .dot.tip{
    background:rgba(30, 115, 184, 1);
}
.history-list ul li:nth-child(2n) .dot {
    right: -.25rem;
    left: auto;
}
.history-list ul li .history-title {
    color: #3984C1;
    font-size: .16rem;
}
.history-list ul li .history-text {
    color: #595757;
    font-size: .12rem;
}

.develop-team-box .team-title {
    color: #005BAC;
    font-size: .24rem;
    padding-bottom: 47px;
}
.team-list {
    position: relative;
    /* padding-top: 33px; */
    min-height: 7rem;
}

.team-list ul li {
    float: left;
    position: relative;
    width: calc(100% / 4);
    height: 2.6rem;
}
.team-list ul li:hover {
    cursor: pointer;
    background: #F3F3F5;
}

.team-list ul li img {
    position: absolute;
    width: 1.36rem;
    height: 1.36rem;
    right: 0;
    top: 0;
}
.team-list ul li h3 {
    font-size:.2rem;
    color: #005BAC;
    font-weight: bold;
    line-height: 1;
    padding: 1.24rem .28rem .12rem .1rem;
}
.team-list ul li p {
    font-size:.14rem;
    color: #595757;
    padding: 0 .1rem;
    line-height: .20rem;
}
.team-dialog {
    display: none;
    position: fixed;
    top: 1rem;
    width: 10.4rem;
    min-height: 7rem;
    z-index: 9;
    background: #FFF;
    box-shadow:0px 2px 9px 0px rgba(172, 175, 184, 0.31);
}
.team-dialog .btn-close {
    cursor: pointer;
    top: .34rem;
    position: absolute;
    right: .34rem;
    width: .34rem;
    height: .34rem;
    background-image: url('../images/btn-close.png');
    background-size: contain;
    opacity: .6;
}
.team-dialog .dialog-left {
    float: left;
    width: 2.75rem;
    height: 100%;
}
.team-dialog .dialog-left img {
    width: 2.75rem;
    height: 2.75rem;
}
.team-dialog .dialog-right {
    float: left;
    width: calc(100% - 4.25rem);
    padding-left: 1rem;
}
.team-dialog .dialog-right .top-info {
    height: 2.72rem;
    border-bottom: 3px solid #F2F2F2;
}
.team-dialog .dialog-right .top-info h3 {
    line-height: 1;
    font-size: 36px;
    color: #005BAC;
    padding-top: .82rem;
    padding-bottom: .28rem;
}
.team-dialog .dialog-right .top-info p {
    line-height:.3rem;
    font-size: .18rem;
    color: #595757;
}
.team-dialog .dialog-right .team-info {
    padding: .6rem 0 .3rem 0;
    font-size: .14rem;
    color: #595757;
    line-height:.4rem;
}
.develop-box .center-right.subsidiary{
    padding-top: 0;
}
.develop-box .center-right .floor.zizhi{
    display: flex;
    flex-wrap: wrap;
}
.develop-box .center-right .floor.zizhi .item{
    width: 19.6%;
    margin-left: 0.04rem;
    margin-bottom: 0.2rem;
}
.develop-box .center-right .floor.zizhi .item .info{
    width: 100%;
    color: #fff;
    background: #1F2C5C;
    text-align: center;
    font-size:.16rem;
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.develop-box .center-right .floor.zizhi .item .item-img{
    width: 100% !important;
    height: 3rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.develop-box .center-right .floor.zizhi .item .item-img img{
    width: 0.16rem;
    height: 0.16rem;
}
.develop-box .center-right .floor.zizhi .item .item-img .img{
    width: 100% !important;
    height: 3rem !important;
}
.develop-box .center-right .floor.zizhi .content {
    padding: 0 .5rem;
}
.honer-li {
    float: left;
}
.honer-li:nth-child(2n) {
    float: left;
    margin-left: .66rem;
}
.develop-box .center-right .floor{
    padding-bottom: .98rem;
}
.develop-box .center-right .floor .title{
    font-size: .18rem;
    color: #005BAC;
    font-weight: 700;
    padding-bottom: .1rem;
}
.develop-box .center-right .floor .title.first-title{
    font-size: .24rem;
    padding-bottom: .83rem;
    position: relative;
}
.develop-box .center-right .hot-spot .title.first-title {
    padding-bottom: .52rem;
}
.develop-box .center-right .trade .title.first-title {
    padding-bottom: .35rem;
}
.develop-box .center-right .floor .title.first-title .showMore{
    position: absolute;
    right: 0;
    font-size: .14rem;
    color: #595757;
}
.develop-box .center-right .floor{
    font-size: .18rem;
    color: #595757;
    line-height: .36rem;
}
.develop-box .center-right .floor.zizhi{
    font-size: .16rem;
}
.develop-box .center-right .floor .content{
    width: 9.56rem;
}
.develop-box .center-right .hot-spot .content {
    width: 100%;
}
.develop-box .center-right .trade{
    padding-top: 1.08rem;
}
.develop-box .center-right .trade .content{
    width: 11rem;
    padding-bottom: .40rem;
}
.develop-box .center-right .trade .content .l{
    width: 1.46rem;
    height: 1.46rem;
    margin-right: .44rem;
}
.develop-box .center-right .trade .content .l img{
    width: 100%;
}
.develop-box .center-right .trade .content .r {
    width: 9.1rem;
    font-size: .16rem;
    color: #595757;
    line-height: 1;
    padding-top: .10rem;
}
.develop-box .center-right .trade .content .r .row-1{
    font-weight: 700;
    padding-bottom: .1rem;
}
.develop-box .center-right .trade .content .r .row-3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: .54rem;
}
.develop-box .center-right .hot-spot .content .row{
    float: left;
    width: 3.29rem;
    padding-right: .36rem;
}
.develop-box .center-right .hot-spot .content .row.last-row{
    padding: 0;
}
.develop-box .center-right .hot-spot .content .row .tips{
    text-align: center;
    font-size: .16rem;
    color: #595757;
    font-weight: 700;
}
.develop-box .center-right .hot-spot .content .row .hotSpot{
    width: 3.29rem;
    height: 3.29rem;
}
.trade
.develop-box .center-right .floor .content .title-span{
    font-weight: 700;
}
.develop-box .center-right .floor .content .content-span{
    display: inline-block;
    width: 2.6rem;
    padding-right: .28rem;
}
.develop-box .center-right .floor .content .img-responsive{
    width: 4.45rem;
    height: 3.25rem;
}

/*列表内容页*/
.listConts{line-height:26px;color:#666;}
.listConts .title{font-size:24px;text-align:center;line-height:40px;color:#005BAC;}
.listConts .info{width:100%;height:38px;line-height:38px;text-align:center;margin:15px auto;border:1px solid #EEE;border-left:none;border-right:none;color:#666;}
.listConts .info small{margin-left:8px;margin-right:3px;color:#999;font-size:12px;}
.listConts .info .small,.info .big{font-family:Georgia;font-weight:bold;cursor:pointer;}
.listConts .info .small{font-size:10px;padding-right:3px;}
.listConts .info .big{color:#003ba6;padding-left:3px;}
.listConts .desc{margin:20px 0 15px;padding:5px 10px;line-height:20px;border:1px solid #f4e4b4;background:#fffff0;}
.listConts .showimg{margin:20px 0;text-align:center;}
.listConts .showimg a img{border:1px solid #ccc;padding:1px;}
.listConts .showimg a:hover img{border:1px solid #F90;padding:1px;}
.listConts .conttitle{font-weight:bold;padding-bottom:7px;margin-bottom:7px;color:#2f2f2f;line-height:24px;border-bottom:1px solid #ddd;font-size:14px;}
.listConts .author{text-align:right;color:#999;}