
/* 主题内容 */
.box .center {
    width: 12rem;
    margin: 0 auto;
    margin-top: .8rem;
}

/* 左边部分 */
.box .center .centers {
    display: flex;

}

.box .center .centers .left .title {
    width: 2.7rem;
    height: .72rem;
    background: rgba(6, 103, 216, 1);

}

.box .center .centers .left .title span {
    font-size: .2rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: .7rem;
    margin-left: .41rem;
}

.box .center .centers .left ul li {
    height: .48rem;
    line-height: .48rem;
    margin-top: .02rem;
    display: flex;
    cursor: pointer;
    background-color: #fff;
}

.box .center .centers .left ul li p {
    padding-left: .41rem;
    font-size: .2rem;
    color: rgba(51, 51, 51, 1);
}

.box .center .centers .left ul .leftborder {
    border-left: .04rem solid rgba(9, 115, 201, 1);
    color: #0667D8;
}

/* 右侧公司动态 */
.box .center .centers .right {
    width: 8.86rem;
    /*margin-left: .4rem;*/
    /*padding-top: .16rem;*/
    /*padding-right: .26rem;*/
    /*background-color: #fff;*/
}

.box .center .centers .right .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: .23rem;
    padding-right: .24rem;
}

.box .center .centers .right .title .title_left p {
    font-size: .28rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    border-bottom: .04rem solid #0667D8;
    padding-bottom: .11rem;
}

.box .center .centers .right .title .title_right p {
    font-size: .14rem;
    color: #666666;
}

.box .center .centers .right .neirong {
    /*margin-top: .28rem;*/
}
.box .center .centers .right .neirong ul{
    display: flex;
    margin-top: .2rem;
    flex-wrap: wrap;
}
.box .center .centers .right .neirong ul li {
    text-align: center;
    margin-left: .4rem;
    cursor:pointer;
    background-color: #fff;
}
.box .center .centers .right .neirong4 ul li {
    text-align: center;
    margin-left: .2rem;
    cursor:pointer;
    background-color: #fff;
}
.box .center .centers .right .neirong ul li:hover{
    transform:scale(1.03,1.03);
    box-shadow:1px 1px 10px 1px #000;
}
.box .center .centers .right .neirong ul li img {
    /*width: 1.9rem;*/
    height: 2.5rem;
}

.box .center .centers .right .neirong ul li p {
    font-size: .16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-top: .24rem;
    margin-bottom: .1rem;
}







/* 脚步 */
.box .foot {
    margin-top: 5.86rem;
}

.box .foot .foot_top {
    width: 100%;
    height: 2.84rem;
    background: rgba(57, 57, 57, 1);
}

.box .foot .foot_top .foot_top_center {
    width: 12rem;
    margin: 0 auto;
    padding-top: .51rem;
    /*display: flex;*/
    /* justify-content: space-between; */
}

.box .foot .foot_top .foot_top_center .foot_top_left .foot_top_left_title p {
    font-size: .2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.box .foot .foot_top .foot_top_center .foot_top_left .foot_top_left_center {
    margin-top: .39rem;
}

.box .foot .foot_top .foot_top_center .foot_top_left .foot_top_left_center ul li {
    display: flex;
    align-items: center;
    margin-bottom: .18rem;
}

.box .foot .foot_top .foot_top_center .foot_top_left .foot_top_left_center ul li img {
    width: .22rem;
    height: .22rem;
}

.box .foot .foot_top .foot_top_center .foot_top_left .foot_top_left_center ul li span {
    font-size: .16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-left: .19rem;
}

.box .foot .foot_top .foot_top_center .foot_top_right {
    flex: 1;
    display: flex;
}

.box .foot .foot_top .foot_top_center .foot_top_right ul {
    display: flex;
    justify-content: flex-end;
}

.box .foot .foot_top .foot_top_center .foot_top_right ul li {
    margin-left: .23rem;
}

.box .foot .foot_top .foot_top_center .foot_top_right .img_group{
    padding-top: .5rem;
    display: flex;
    justify-content:space-between;
}

.box .foot .foot_top .foot_top_center .foot_top_right ul li p {
    margin-bottom: .2rem;
    font-size: .12rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}
.box .foot .foot_top .foot_top_center .foot_top_right ul li p a{
    color: #fff;
}

.box .foot .foot_top .foot_top_center .foot_top_right ul li p:nth-child(1) {
    font-size: .14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: .4rem;
}

.box .foot .foot_bottom {
    height: .6rem;
    background: rgba(8, 8, 8, 1);
    display: flex;
}

.box .foot .foot_bottom div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box .foot .foot_bottom div p {
    font-size: .14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}