.box .header_top .headett {
    text-align: center;
}

.bc {
    width: .1rem;
    height: .04rem;
    background-color: white;
    margin: 0 .04rem;
    display: inline-block;
}

.bcactive {
    width: .24rem;
    height: .04rem;
    background-color: #FF8B31;
    margin: 0 .04rem;
    display: inline-block;
}

.box .topbg {
    height: 1.38rem;
    top: 0;
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
}

.box .global-promotion {
    border-radius: .1rem;
    box-shadow: 0 0 .16rem rgba(0, 0, 0, .1);
    width: 90%;
    margin-left: 5%;
    background: #F9F9FC;
    margin-bottom: .1rem;
}
.box .global-promotion a {
    line-height: 0;
    display: inherit;
}
.box .global-promotion .swiper-wrapper .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.box .global-promotion .swiper-wrapper .swiper-slide img {
    width: 100%;
}

.box .syxmcon {
    padding: 0 .3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .1rem;
}

.box .syxmcon .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .2rem;
    height: .42rem;
    line-height: .42rem;
}

.box .syxmcon .title .icon {
    width: .06rem;
    height: auto;
    margin-right: .15rem;
}

.box .syxmcon .title .label {
    color: #333333;
    font-size: .34rem;
}

.box .syxmcon .title .rightdiv {
    color: #999999;
    font-size: .22rem;
}


.box .syxmcon .project_items {
    text-align: center;
    font-size: .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  width: 90%;
  margin: 0 5%;
}
.box .syxmcon .project_items .item {
    width: 47%;
}

.box .syxmcon .project_items .item .icon {
    width: 100%;
    height: auto;
}
.box .syxmcon .items {
    text-align: center;
    font-size: .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box .syxmcon .items .item2 {
    width: 50%;
}

.box .syxmcon .items .item2 .icon {
width: 98%;
height: auto;
display: block;
text-align: center;
margin: 1% auto;
}

.box .noticecon {
    width: 100%;
    background-color: #F7F7F7;
    height: .54rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .1rem;
}

.box .noticecon .title {
    color: #FF8D33;
    font-family: HYHeiFangJ;
    font-size: .26rem;
    margin-right: .1rem;
}

.box .noticecon .icon {
    width: .26rem;
    height: .26rem;
    margin-right: .18rem;
}

.box .noticecon .content {
    color: #333333;
    font-size: .24rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.box .noticecon .rightdiv {
    color: #999999;
    font-size: .22rem;
}


.btns {
    background: url("../images/user_btns_bg.png") no-repeat;
    background-size: 100% 100%;
    width: 3.5rem;
    height: 1.2rem;
    text-align: center;
    color: #8178fe;
    line-height: 1.2rem;
    font-size: .32rem;
    letter-spacing: .1rem;
    margin: 0 auto;
    position: relative;
}
.btns a {
    margin-left: .2rem;
}
/*# sourceMappingURL=index.css.map */