
.box .center {
    width: 12rem;
    margin: 0 auto;
}

.box .center .inform {
    margin-top: .41rem;
    display: flex;
    background-color: #fff;
}

.box .center .inform .inform_left {
    width: 6.2rem;
    height: 4rem;
}

.box .center .inform .inform_left img {
    width: 6.2rem;
    height: 4rem;
}

.box .center .inform .inform_right {
    flex: 1;
    /* padding-left: .17rem; */
}

.box .center .inform .inform_right .inform_title {
    height: .52rem;
    background: rgba(0, 104, 224, 1);
    padding-left: .31rem;
}

.box .center .inform .inform_right .inform_title span {
    font-size: .18rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: .52rem;
}

.box .center .inform .inform_right .inform_center {
    margin-top: .1rem;
    padding-left: .31rem;
}

.box .center .inform .inform_right .inform_center ul {
    height: 3.3rem;
    overflow: hidden;
    padding-right: .2rem;
}

.box .center .inform .inform_right .inform_center ul li:hover {
    background: rgba(51, 51, 51, 0.2);
}

.box .center .inform .inform_right .inform_center ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    /* margin-bottom: .41rem; */
    height: .45rem;
    font-size: .13rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    border-bottom: .01rem solid #ccc;
}

.box .center .inform .inform_right .inform_center ul li a span:nth-child(1) {
    display: inline-block;
    width: 2.52rem;
    text-overflow: ellipsis;
    /*让截断的文字显示为点点。还有一个值是clip意截断不显示点点*/
    white-space: nowrap;
    /*让文字不换行*/
    overflow: hidden;
    /*超出要隐藏*/
}

.box .center .fourimage {
    margin-top: .2rem;
}

.box .center .fourimage ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box .center .fourimage ul li {
    /*flex: 1;*/
}

.box .center .fourimage ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.box .center .fourimage ul li a img {
    /*width: 100%;*/
    /*height: 100%;*/
    /*margin-left: .03rem;*/
    width: 2.38rem;
    height: .8rem;
}

/* 公司简介 */
.box .center .brief {
    padding: .2rem;
    margin-top: .4rem;
    background-color: #fff;
}

.box .center .brief .brief_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box .center .brief .brief_title .brief_title_left {
    display: flex;
    align-items: center;
}

.box .center .brief .brief_title .brief_title_left .xian {
    width: .04rem;
    height: .26rem;
    background: rgba(6, 103, 216, 1);
}

.box .center .brief .brief_title .brief_title_left span {
    margin-left: .12rem;
    font-size: .2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.box .center .brief .brief_title .brief_title_right {
    font-size: .14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(22, 111, 202, 1);
}

.box .center .brief .brief_title .brief_title_right a{
    font-size: .14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(22, 111, 202, 1);
}

.box .center .brief .brief_center {
    margin-top: .23rem;
    
}
.box .center .brief .brief_center .brief_center_left {
    float: left;
    margin-right: .21rem;
}
.box .center .brief .brief_center .brief_center_left img {
    width: 4.5rem;
    height: 3.7rem;
}



.box .center .brief .brief_center .brief_center_right .brief_center_right_top {
    color: #333333;
    /*font-size: .16rem;*/
}

/*.box .center .brief .brief_center .brief_center_right .brief_center_right_top span:nth-child(1) {*/
/*    color: #333333;*/
    /*font-size: .16rem;*/
    /*font-weight: 600;*/
/*}*/

.box .center .brief .brief_center .brief_center_right .brief_center_right_bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: .28rem;
}

.box .center .brief .brief_center .brief_center_right .brief_center_right_bottom .btn {
    width: 1.64rem;
    height: .52rem;
    background: rgba(30, 80, 174, 1);
    margin-left: .1rem;
    text-align: center;
    line-height: .52rem;
}

.box .center .brief .brief_center .brief_center_right .brief_center_right_bottom .btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: .16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 254, 254, 1);
}










/* 交易信息 */
.box .center .deal {
    margin-top: .4rem;
    background-color: #fff;
    padding: .2rem;
}

.box .center .deal .deal_title {
    display: flex;
}

.box .center .deal .deal_title .deal_title_left {
    width: 1rem;
    height: .4rem;
    background: linear-gradient(0deg, rgba(16, 90, 179, 1) 0%, rgba(28, 131, 224, 1) 100%);
    font-size: .16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: .4rem;
    cursor: pointer
}

.box .center .deal .deal_title .deal_title_right {
    flex: 1;
    border-bottom: .01rem solid rgba(6, 103, 216, 1);
    display: flex;
    justify-content: flex-end;
}

.box .center .deal .deal_title .deal_title_right ul {
    display: flex;
    align-items: center;
}

.box .center .deal .deal_title .deal_title_right ul li {
    margin-left: .4rem;
    text-align: center;
    cursor: pointer
}


.box .center .deal .deal_title .deal_title_right ul li div {
    width: 100%;
    height: .07rem;
    text-align: center;
}

.box .center .deal .deal_title .deal_title_right ul li div img {
    width: .16rem;
    display: none;
}

.box .center .deal .deal_title .deal_title_right ul li p {
    font-size: .16rem;
    font-family: Source Han Sans CN;
    /*font-weight: 400;*/
    /* color: rgba(51, 51, 51, 1); */
}

.bl {
    color: #1B7FDB;
    font-size: 20px;
}

.box .center .deal .deal_center {
    padding-left: .49rem;
    padding-right: .4rem;
    margin-top: .19rem;
}

.box .center .deal .deal_center .gonggao li:hover {
    background: rgba(51, 51, 51, 0.2);
}

.box .center .deal .deal_center .gonggao li a {
    display: inline-block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .4rem;
}

.box .center .deal .deal_center .gonggao li a span {
    font-size: .14rem;
    color: #333333;
}

.box .center .deal .deal_center .daili {
    width: 100%;
}

.box .center .deal .deal_center .daili_a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #f2f2f2;
    height: .3rem;
}

.box .center .deal .deal_center .daili_a li {
    font-size: .14rem;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    /*padding: .06rem .12rem;*/
    /*margin-top: .05rem;*/
    margin-right: .5rem;
    height: .3rem;
    line-height: .3rem;
    padding:0 5px;

}
.box .center .deal .deal_center .daili_a li:last-child{
    margin-right: 0;
}
.box .center .deal .deal_center .daili .gonggaos {
    margin-top: .2rem;
}

.box .center .deal .deal_center .daili .gonggaos li:hover {
    background: rgba(51, 51, 51, 0.2);
}

.box .center .deal .deal_center .daili .gonggaos li a {
    display: inline-block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .4rem;
}

.box .center .deal .deal_center .daili_a .yellow {
    background: #FF9000;
    color: #ffffff;
    border-radius: 5px;
}

.box .center .deal .deal_center .zixuna .zixuns li a {
    display: flex;
    align-items: center;
    margin-top: .16rem;
}

.box .center .deal .deal_center .zixuna .zixuns li a .zixun_left img {
    width: 1.2rem;
}

.box .center .deal .deal_center .zixuna .zixuns li a .zixun_right p {
    display: flex;
    justify-content: space-between;
    margin-left: .22rem;
}

.box .center .deal .deal_center .zixuna .zixuns li a .zixun_right p:nth-child(1) {
    font-size: .14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.box .center .deal .deal_center .zixuna .zixuns li a .zixun_right p:nth-child(2) {
    height: .32rem;
    font-size: .12rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    margin-top: .16rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.box .center .thisweek {
    margin-top: .4rem;
    background-color: #fff;
    padding: .2rem;
}

.box .center .thisweek .thisweek_title {
    display: flex;
}

.box .center .thisweek .thisweek_title .thisweek_title_left {
    width: 1.3rem;
    height: .4rem;
    border-bottom: 1px solid rgba(16, 90, 179, 1);
    font-size: .16rem;
    font-weight: 400;
    text-align: center;
    line-height: .4rem;
    cursor: pointer
}

.bj {
    color: rgba(255, 255, 255, 1);
    background: linear-gradient(0deg, rgba(16, 90, 179, 1) 0%, rgba(28, 131, 224, 1) 100%);
}

.box .center .thisweek .thisweek_title .thisweek_title_right {
    flex: 1;
    border-bottom: .01rem solid rgba(6, 103, 216, 1);
    display: flex;
    justify-content: flex-end;
}

.box .center .thisweek .thisweek_title .thisweek_title_right ul li div {
    width: 100%;
    height: .07rem;
    text-align: center;
}

.box .center .thisweek .thisweek_title .thisweek_title_right ul li div img {
    width: .16rem;
    display: none;
}

.box .center .thisweek .thisweek_title .thisweek_title_right ul li p {
    font-size: .16rem;
    font-family: Source Han Sans CN;
    /*font-weight: 400;*/
    /* color: rgba(51, 51, 51, 1); */
}

.bl {
    color: #1B7FDB;
    font-size: 20px;
}

.box .center .thisweek .thisweek_title .thisweek_title_right ul {
    display: flex;
    align-items: center;
}

.box .center .thisweek .thisweek_title .thisweek_title_right ul li {
    margin-left: .4rem;

    cursor: pointer
}

.box .center .thisweek .thisweek_center {
    padding-left: .45rem;
    /*padding-right: .76rem;*/
     padding-right: .45rem;
}

.box .center .thisweek .thisweek_center .thisweek_center_top ul {
    display: flex;
    align-items: center;
    font-size: .14rem;
    margin-top: .29rem;
    justify-content: space-between;
    height: .3rem;
    background-color: #f2f2f2;
}

.box .center .thisweek .thisweek_center .thisweek_center_top ul li:nth-child(3) {
    /*margin-right: 1.5rem;*/
}

.box .center .thisweek .thisweek_center .thisweek_center_bottom {
    margin-top: .23rem;
    width: 100%;
    height: 1.8rem;
}

.box .center .thisweek .thisweek_center .thisweek_center_bottom ul li:hover {
    background: rgba(51, 51, 51, 0.2);
}

.box .center .thisweek .thisweek_center .thisweek_center_bottom ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
    height: .2rem;
}

.box .center .thisweek .thisweek_center .thisweek_center_bottom ul li a span {
    font-size: .14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.box .center .thisweek .thisweek_center .thisweek_center_bottom ul li a span:nth-child(2) {
    margin-left: .4rem;
}
.box .center .thisweek .thisweek_center .thisweek_center_bottom ul li a span:nth-child(3) {
    margin-left: .3rem;
}
.box .center .thisweek .thisweek_center .thisweek_center_bottom ul li a span:nth-child(4) {
    margin-left: .3rem;
}

.box .center .admin {
    margin-top: .4rem;
    background-color: #fff;
    padding: .2rem;
}

.box .center .admin .admin_title {
    display: flex;
    align-items: center;
}

.box .center .admin .admin_title .xian {
    width: .04rem;
    height: .26rem;
    background: rgba(6, 103, 216, 1);
}

.box .center .admin .admin_title span {
    font-size: .2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-left: .12rem;
}

.box .center .admin .admin_center {
    margin-top: .23rem;
}

.box .center .admin .admin_center ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box .center .admin .admin_center:nth-of-type(2) ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.box .center .admin .admin_center ul li {
    width: 3.6rem;
    /*float: left;*/
    /*margin-left: .22rem;*/
    margin-bottom: .29rem;
}
.box .center .admin .admin_center:nth-of-type(2) ul li {
     width: 3.6rem;
    float: left;
    margin-left: .22rem;
    margin-bottom: .29rem;
}
.box .center .admin .admin_center ul li:hover {
    transform: scale(1.03, 1.03);
    box-shadow: 1px 1px 10px 1px #000;
}
.fourimage ul li:hover{
    transform: scale(1.03, 1.03);
    box-shadow: 1px 1px 10px 1px #000;
}
.box .center .admin .admin_center ul li a img {
    width: 3.6rem;
    height: 2.26rem;
}

.box .center .admin .admin_center ul li a p {
    font-size: .16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: .24rem;
    margin-bottom: .1rem;
}

.box .center .friendship {
    margin-top: .4rem;
    background-color: #fff;
    padding: .2rem;
}

.box .center .friendship .friendship_title {
    display: flex;
    align-items: center;
}

.box .center .friendship .friendship_title .xian {
    width: .04rem;
    height: .26rem;
    background: rgba(6, 103, 216, 1);
}

.box .center .friendship .friendship_title span {
    font-size: .2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-left: .12rem;
}

.box .center .friendship .friendship_center {
    margin-top: .2rem;
}

.box .center .friendship .friendship_center ul {
    display: flex;
    flex-wrap: wrap;
}

.box .center .friendship .friendship_center ul li {
    margin-left: .2rem;
    margin-right: .25rem;
    margin-top: .2rem;
}

.box .center .friendship .friendship_center ul li a p {
    font-size: .16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.box .center .friendship .friendship_center ul li a p:hover {
    color: #0667D8;
}

.box .ma {

    position: fixed;
    right: 0;
    top: 4rem;
    background: #fff;
}

.box .ma ul {}

.box .ma ul li {
    width: .5rem;
    height: .6rem;
    /*line-height: .5rem;*/
    text-align: center;
    padding-top: .1rem;
    font-size: .12rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    border-bottom: .01rem solid #f3f3f3;
    position: relative;
}
.box .ma ul li .icon_img{
    margin-bottom: .05rem;
}
.box .ma ul li .code{
    position: absolute;
    top: 0;
    right: .5rem;
}
.box .ma .beijing {
    background: #1E50AE;
    color: #ffffff;
}


.box .ma ul li .img {
    width: 1.5rem;
    position: absolute;
    left: .5rem;
    top: 0;
}
.box .ma .exit{
    position: absolute;
    left: 1.8rem;
    z-index: 99999;
}

.box .foot {
    margin-top: .4rem;
}

.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;
    /*padding-left: .2rem;*/
    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);
}


.swiper-container {
    width: 100%;
    height: 100%;

  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper_tip{
      width: 100%;
      height: 0.5rem;
      background-color: rgba(51, 51, 51, 0.4);
      position: absolute;
      bottom: 0;
      z-index: 999;
      text-align: center;
      line-height: 0.5rem;
      color: #fff;
  }
 