/* 主题内容 */
.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;
    /* border:  1px solid black; */
    margin-left: .4rem;
    padding-top: .16rem;
    background-color: #fff;
}

.box .center .centers .right .right1 .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: .23rem;
    padding-right: .24rem;
}

.box .center .centers .right .right1 .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 .right1 .title .title_right p{
    font-size: .14rem;
    color: #666666;
}

.box .center .centers .right .right1 .name {
    margin-top: .53rem;
}

.box .center .centers .right .right1 .name p {
    font-size: .3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.box .center .centers .right .right1 .btn {
    display: flex;
    justify-content: center;
    margin-top: .59rem;
}

.box .center .centers .right .right1 .btn div {
    width: 1.4rem;
    height: .40rem;
    font-size: .16rem;
    text-align: center;
    line-height: .4rem;
}

.box .center .centers .right .right1 .btn .btn1 {
    background: rgba(173, 27, 28, 1);
    color: rgba(255, 255, 255, 1);
}

.box .center .centers .right .right1 .btn .btn2 {
    background: rgba(210, 210, 210, 1);
    color: rgba(51, 51, 51, 1);
    margin-left: .28rem;
}

.box .center .centers .right .right1 .wenzi {
    padding-left: .24rem;
    padding-right: .31rem;
    margin-top: .6rem;
    font-size: .14rem;
    color: #333333;
}

.box .center .centers .right .right1 .img {
    margin-top: .6rem;
    text-align: center;
}

.box .center .centers .right .right1 .img img {
    display: inline-block;
    width: 4.97rem;
    margin-bottom: .62rem;
}
.box .center .centers .right .right1 .img img:hover{
    transform:scale(1.1,1.1);
    box-shadow:1px 1px 10px 1px #000;
}

/* 企业文化 */
.box .center .centers .right .right2 .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: .23rem;
    padding-right: .24rem;
}

.box .center .centers .right .right2 .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 .right2 .title .title_right p{
    font-size: .14rem;
    color: #666666;
}

.box .center .centers .right .right2 .name {
    margin-top: .53rem;
}

.box .center .centers .right .right2 .name p {
    font-size: .3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.box .center .centers .right .right2 .btn {
    display: flex;
    justify-content: center;
    margin-top: .59rem;
}

.box .center .centers .right .right2 .btn div {
    width: 1.4rem;
    height: .40rem;
    font-size: .16rem;
    text-align: center;
    line-height: .4rem;
}

.box .center .centers .right .right2 .btn .btn1 {
    background: rgba(210, 210, 210, 1);
    color: rgba(51, 51, 51, 1);

}

.box .center .centers .right .right2 .btn .btn2 {
    margin-left: .28rem;
    background: rgba(173, 27, 28, 1);
    color: rgba(255, 255, 255, 1);
}

.box .center .centers .right .right2 .weizhi {
    padding-left: 1.27rem;
    margin-top: .8rem;
}

.box .center .centers .right .right2 .weizhi ul li {
    margin-bottom: .4rem;
}

.box .center .centers .right .right2 .weizhi ul li p {
    font-size: .16rem;
    color: #333333;
}

.box .center .centers .right .right2 .weizhi ul li p span {
    font-weight: 600;
}

/* 资质荣誉 */
.box .center .centers .right .right3 .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: .23rem;
    padding-right: .24rem;
}

.box .center .centers .right .right3 .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 .right3 .title .title_right p{
    font-size: .14rem;
    color: #666666;
}
.box .center .centers .right .right3 .weizhi{
    margin-top: .3rem;
    /* padding-left: .4rem;
    padding-right: .38rem; */
}
.box .center .centers .right .right3 .weizhi ul{
  /* overflow: hidden; */
   display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 35px;
}
.box .center .centers .right .right3 .weizhi ul li{
    text-align: center;
    margin-bottom: .4rem;
   
    
}
.box .center .centers .right .right3 .weizhi ul li img{
    width: 3.8rem;
    height: 2.5rem;
}
.box .center .centers .right .right3 .weizhi ul li:hover{
    transform:scale(1.03,1.03);
    box-shadow:1px 1px 10px 1px #000;
   
}
.box .center .centers .right .right3 .weizhi ul li p:hover{
    color: #0667D8;
}
.box .center .centers .right .right3 .weizhi ul li p{
    font-size:.16rem;
font-family:Source Han Sans CN;
font-weight:400;
color:rgba(51,51,51,1);
margin-top: .32rem;
margin-bottom: .05rem;
}
/* 公司业绩 */
.box .center .centers .right .right4 .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: .23rem;
    padding-right: .24rem;
}

.box .center .centers .right .right4 .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 .right4 .title .title_right p{
    font-size: .14rem;
    color: #666666;
}
.box .center .centers .right .right4 .weizhi{
    margin-top: .43rem;
}
.box .center .centers .right .right4 .weizhi ul{
    overflow: hidden;
}
.box .center .centers .right .right4 .weizhi ul li{
    text-align: center;
    width: 50%;
    float: left;
    margin-bottom: .72rem;
}

.box .center .centers .right .right4 .weizhi ul li img{
    width: 3.86rem;
    height: 2.5rem;
}
.box .center .centers .right .right4 .weizhi ul li p{
    font-size:.2rem;
font-family:Source Han Sans CN;
font-weight:400;
color:rgba(51,51,51,1);
margin-top: .2rem;
}
.box .center .centers .right .right4 .weizhi ul li p:hover{
    color: #0667D8;
}
/* 分页 */
.box .center .centers .right .right4 .fenye{
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}
.box .center .centers .right .right4 .fenye .fenyes{
display: flex;
align-items: center;
}
.box .center .centers .right .right4 .fenye .fenyes ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}
 
.box .center .centers .right .right4 .fenye .fenyes ul.pagination li {display: inline;}
 
.box .center .centers .right .right4 .fenye .fenyes ul.pagination li a {
    color: black;
    float: left;
    padding: .08rem .16rem;
    text-decoration: none;
	border-radius:3px;
}
.box .center .centers .right .right4 .fenye .fenyes .active{
    background-color: #0667D8;
}


/* 脚步 */
.box .foot {
    margin-top: 2.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: .38rem;
}

.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;
    justify-content: space-around;
    align-items: center;
}

.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);
}