.banner {
    width: 100%;
    height: 4.15rem;
}

/* 企业公告 */
.Notice {
    width: 94%;
    padding: .25rem 3%;
    display: flex;
    border-bottom: .2rem solid #f0f0f0;
}

.Notice .title {
    display: flex;
    align-items: center;
    width: 1.5rem;
    flex-shrink: 0;
}

.Notice .title img {
    width: .32rem;
    height: .28rem;
    margin-right: .15rem;
}

.Notice .title span {
    color: #999;
    font-size: .24rem;
}

.Notice-news {
    width: 100%;
    height: .3rem;
    line-height: .3rem;
}

.Notice-news .swiper-slide a {
    color: #666;
    font-size: .24rem;
}

/* news */

.news {
    width: 94%;
    padding: .4rem 3%;
}

.news .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news .title .text {
    display: flex;
    align-items: center;
    padding-left: .35rem;
    background: url(/wap/img/icon.jpg) no-repeat left center;
    background-size: .26rem .26rem;
}

.news .title .text h1 {
    color: #484848;
    font-size: .32rem;
    font-weight: normal;
    margin-right: .1rem;
}
.news .title .text p {
    color: #d9d9d9;
    font-size: .28rem;
    text-transform:Uppercase;
}

.news .title a {
    color: #999999;
    font-size: .24rem;
}

.dynamic {
    width: 94%;
    padding: 0 3% .2rem;
    background: #ffffff url(/wap/img/dynamic.jpg) bottom center no-repeat;
    background-size: 100% auto;
}

.dynamic .tab {
    display: flex;
}

.dynamic .tab .tabs {
    color: #333;
    cursor: pointer;
    font-size: .24rem;
    padding: .14rem;
}
.dynamic .tab .tabs.active {
    background: #2195e7;
    color: #fff;
    border-radius: .05rem;
}

.tab-contens{
    display: none;
}

.tab-contens.active{
    display: block;
}

.tab-contens .Roof {
    padding: .25rem 0;
}

.tab-contens .Roof h1 {
    color: #2195e7;
    font-size: .3rem;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: .1rem;
}

.tab-contens .Roof p {
    color: #bbb;
    text-align: justify;
    font-size: .24rem;
    line-height: .3rem;
    text-indent: .48rem;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tab-contens .news-items {
    padding: .3rem 0;
}

.tab-contens .news-items a {
    display: flex;
}

.tab-contens .news-items .news-imgs {
    width: 1.87rem;
    height: 1.25rem;
    overflow: hidden;
    border-radius: .05rem;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: .2rem;
}

.tab-contens .news-items .news-text {
    width: 100%;
}

.tab-contens .news-items .news-text h2 {
    width: 95%;
    color: #333;
    font-size: .28rem;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: .2rem;
}

.tab-contens .news-items .news-text p {
    color: #bbb;
    font-size: .24rem;
    line-height: .35rem;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* business */
.business {
    width: 94%;
    padding: .4rem 3% 0;
}

.business .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .3rem;
}

.business .title .text {
    display: flex;
    align-items: center;
    padding-left: .35rem;
    background: url(/wap/img/icon.jpg) no-repeat left center;
    background-size: .26rem .26rem;
}

.business .title .text h1 {
    color: #484848;
    font-size: .32rem;
    font-weight: normal;
    margin-right: .1rem;
}
.business .title .text p {
    color: #d9d9d9;
    font-size: .28rem;
    text-transform:Uppercase;
}

.business ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.business li {
    display: flex;
    align-items: center;
    margin-bottom: 5%;
    width: 44%;
    padding: 2%;
    background: #dcf0ff;
}

.business li img {
    width: .6rem;
    height: .6rem;
    flex-shrink: 0;
    margin-right: .1rem;
}

.business li img.i2 {
    display: none;
}

.business li p {
    color: #676767;
    font-size: .28rem;
}

.business li.active {
    background: #2195e7;
}

.business li.active img.i1 {
    display: none;
}

.business li.active img.i2 {
    display: block;
}

.business li.active p {
    color: #fff;
}

.business-cover {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.business-cover.active {
    display: block;
}

.business-items {
    position: fixed;
    left: 3%;
    top: 2rem;
    z-index: 12;
    background: #fff;
    width: 94%;
    min-height: 60%;
    border-radius: .05rem;
    transform: scale3d(0, 0, 0);
    -webkit-transform: scale3d(0, 0, 0);
    transition: all 0.7s;
    
}

.business-items.active {
    transition: all 0.7s;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
}

.business-items .colse {
    position: absolute;
    bottom: -.8rem;
    left: 50%;
    transform: translateX(-50%);
    /* top: .2rem;
    right: .2rem; */
    width: .5rem;
    height: .5rem;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: .5rem;
    cursor: pointer;
    border: 1px solid #fff;
}

.business-items .h {
    display: flex;
    align-items: center;
    background: #2195e7;
    padding: .1rem .3rem;
}

.business-items .h img {
    width: .58rem;
    height: .58rem;
    flex-shrink: 0;
    margin-right: .2rem;
}

.business-items .h p {
    color: #fff;
    font-size: .28rem;
}

.business-items .b ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.business-items .b li {
    width: 50%;
    flex-shrink: 0;
    background: #f0f0f2;
}

.business-items .b li a {
    color: #666;
    font-size: .24rem;
    text-indent: .48rem;
    display: block;
    padding: .2rem 0;
}

.business-items .b li:nth-child(1),
.business-items .b li:nth-child(4),
.business-items .b li:nth-child(5),
.business-items .b li:nth-child(8),
.business-items .b li:nth-child(9),
.business-items .b li:nth-child(12),
.business-items .b li:nth-child(13),
.business-items .b li:nth-child(16){
    background: #d4edff;
}

/* project */

.project {
    width: 94%;
    padding: .4rem 3% 0;
}

.project .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .2rem;
}

.project .title .text {
    display: flex;
    align-items: center;
    padding-left: .35rem;
    background: url(/wap/img/icon.jpg) no-repeat left center;
    background-size: .26rem .26rem;
}

.project .title .text h1 {
    color: #484848;
    font-size: .32rem;
    font-weight: normal;
    margin-right: .1rem;
}
.project .title .text p {
    color: #d9d9d9;
    font-size: .28rem;
    text-transform:Uppercase;
}

.project .title a {
    color: #999999;
    font-size: .24rem;
} 

.project .load-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .2rem 0;
}

.project .load-title .loads {
    width: 33%;
    flex-shrink: 0;
}

.project .load-title .loads p {
    color: #999;
    font-size: .24rem;
}

.project .load-title .loads.img img {
    width: .22rem;
    height: .24rem;
    margin-right: .05rem;
}

.project .load-title .loads.img {
    display: flex;
    align-items: center;
}

.project-inner {
    margin-bottom: .4rem;
}

.project-inner .project-items a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 94%;
    padding: .2rem 3%;
}

.project-inner .project-items:nth-child(even) {
    background: #f5f5f5;
}
.project-inner .project-items:nth-child(odd) {
    background: #dcf0ff;
}

.project-inner .project-items .project-img {
    display: flex;
    align-items: center;
}

.project-inner .project-items .project-img img {
    width: .22rem;
    height: .24rem;
    margin-right: .05rem;
}

.project-inner .project-items .project-list {
    width: 33%;
    flex-shrink: 0;
}

.project-inner .project-items .project-list p {
    color: #666666;
    font-size: .24rem;
}

/* project-Result */

.project-Result {
    width: 94%;
    padding: .4rem 3%;
    border-top: .3rem solid #f0f0f0;
    border-bottom: .3rem solid #f0f0f0;
}

.project-Result .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-Result .title .text {
    display: flex;
    align-items: center;
    padding-left: .35rem;
    background: url(/wap/img/icon.jpg) no-repeat left center;
    background-size: .26rem .26rem;
}

.project-Result .title .text h1 {
    color: #484848;
    font-size: .32rem;
    font-weight: normal;
    margin-right: .1rem;
}
.project-Result .title .text p {
    color: #d9d9d9;
    font-size: .28rem;
    text-transform:Uppercase;
}

.project-Result .title a {
    color: #999999;
    font-size: .24rem;
}

.project-Result .Result-items {
    display: flex;
    justify-content: space-between;
    padding: .4rem 0;
}

.project-Result .Result-items .Result-list {
    width: 3.4rem;
}

.project-Result .Result-items .Result-img {
    width: 100%;
    height: 2.1rem;
    overflow: hidden;
} 

.project-Result .Result-items .Result-text h2 {
    color: #333;
    font-size: .26rem;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: .1rem 0;
}

.project-Result .Result-items .Result-text p {
    color: #999;
    font-size: .24rem;
    line-height: .32rem;
}

/* cooperation */

.cooperation {
    width: 94%;
    padding: .4rem 3%;
    border-bottom: .3rem solid #f0f0f0;
}

.cooperation .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cooperation .title .text {
    display: flex;
    align-items: center;
    padding-left: .35rem;
    background: url(/wap/img/icon.jpg) no-repeat left center;
    background-size: .26rem .26rem;
}

.cooperation .title .text h1 {
    color: #484848;
    font-size: .32rem;
    font-weight: normal;
    margin-right: .1rem;
}
.cooperation .title .text p {
    color: #d9d9d9;
    font-size: .28rem;
    text-transform:Uppercase;
}

.cooperation .title a {
    color: #999999;
    font-size: .24rem;
}

.cooperation-swiper-box {
    position: relative;
}

.index-cooperation-swiper {
    width: 85%;
    padding: .4rem 0;
}

.cooperation-button-prev ,
.cooperation-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    width: .33rem;
    height: .49rem;
    background: red;
}

.cooperation-button-prev {
    background: url(/wap/img/prev.png) no-repeat;
    background-size: 100% 100%;
}

.cooperation-button-next {
    right: 0;
    background: url(/wap/img/next.png) no-repeat;
    background-size: 100% 100%;
}

/* Release */

.Release {
    width: 94%;
    padding: .4rem 3%;
    border-bottom: .3rem solid #f0f0f0;
}

.Release .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Release .title .text {
    display: flex;
    align-items: center;
    padding-left: .35rem;
    background: url(/wap/img/icon.jpg) no-repeat left center;
    background-size: .26rem .26rem;
}

.Release .title .text h1 {
    color: #484848;
    font-size: .32rem;
    font-weight: normal;
    margin-right: .1rem;
}
.Release .title .text p {
    color: #d9d9d9;
    font-size: .28rem;
    text-transform:Uppercase;
}

.Release .title a {
    color: #999999;
    font-size: .24rem;
}

.Release .tab {
    display: flex;
    padding: .35rem 0;
}

.Release .tab .tabs {
    color: #333;
    cursor: pointer;
    font-size: .24rem;
    padding: .14rem;
}

.Release .tab .tabs.active {
    background: #2195e7;
    color: #fff;
    border-radius: .05rem;
}

.Release .Release-s {
    display: none;
}

.Release .Release-s.active {
    display: block;
}

.Release .Release-items {
    border-bottom: .01rem solid #efefef;
}

.Release .Release-items a {
    display: flex;
    align-items: center;
    padding: .15rem 0;
    justify-content: space-between;
}

.Release .Release-items a p {
    color: #666;
    width: 100%;
    font-size: .26rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Release .Release-items a span {
    color: #999;
    font-size: .26rem;
    /* width: 1.7rem; */
    flex-shrink: 0;
    text-align: right;
}

.Entrance {
    display: flex;
    justify-content: space-between;
    padding: .25rem 0;
}

.Entrance .me{
    color: #fff;
    font-size: .28rem;
    width: 45%;
    flex-shrink: 0;
    height: 1.4rem;
    line-height: 1.4rem;
    text-align: center;
    background: #ffbe1d;
    border-radius: .05rem;
}

.Entrance .Er {
    width: 45%;
    flex-shrink: 0;
}

.Entrance .Er .so {
    display: block;
    color: #fff;
    width: 100%;
    height: .6rem;
    border-radius: .05rem;
    font-size: .28rem;
    line-height: .6rem;
    text-align: center;
}

.Entrance .Er .lo {
    background: #db552d;
    margin-bottom: .2rem;
}
.Entrance .Er .re {
    background: #1e80ff;
}

/* recruit */

.recruit {
    width: 94%;
    padding: .4rem 3% 0;
}

.recruit .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recruit .title .text {
    display: flex;
    align-items: center;
    padding-left: .35rem;
    background: url(/wap/img/icon.jpg) no-repeat left center;
    background-size: .26rem .26rem;
}

.recruit .title .text h1 {
    color: #484848;
    font-size: .32rem;
    font-weight: normal;
    margin-right: .1rem;
}
.recruit .title .text p {
    color: #d9d9d9;
    font-size: .28rem;
    text-transform:Uppercase;
}

.recruit .title a {
    color: #999999;
    font-size: .24rem;
}

.recruit .tab {
    display: flex;
    padding: .2rem 0;
}

.recruit .tab .tabs {
    color: #333;
    cursor: pointer;
    font-size: .24rem;
    padding: .14rem;
}
.recruit .tab .tabs.active {
    background: #2195e7;
    color: #fff;
    border-radius: .05rem;
}

.recruit-inner {
    padding-bottom: .4rem;
    border-bottom: .3rem solid #f0f0f0;
}

.recruit-inner .title {
    display: flex;
    padding: .15rem 0;
}

.recruit-inner .title .s {
    color: #999;
    font-size: .28rem;
    width: 33%;
    flex-shrink: 0;
    text-align: center;
}

.recruit-items {
    display: none;
}

.recruit-items.active {
    display: block;
}

.recruit-inner .recruit-list:nth-child(odd) {
    background: #dcf0ff;
}
.recruit-inner .recruit-list:nth-child(ovent) {
    background: #f5f5f5;
}

.recruit-inner .recruit-list a {
    display: flex;
    padding: .2rem 0;
}

.recruit-inner .recruit-list .r {
    color: #666;
    font-size: .28rem;
    width: 33%;
    flex-shrink: 0;
    text-align: center;
}
/* about */

.about {
    width: 94%;
    padding: .4rem 3% 0;
}

.about .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .3rem;
}

.about .title .text {
    display: flex;
    align-items: center;
    padding-left: .35rem;
    background: url(/wap/img/icon.jpg) no-repeat left center;
    background-size: .26rem .26rem;
}

.about .title .text h1 {
    color: #484848;
    font-size: .32rem;
    font-weight: normal;
    margin-right: .1rem;
}
.about .title .text p {
    color: #d9d9d9;
    font-size: .28rem;
    text-transform:Uppercase;
}

.about-inner {
    width: 94%;
    padding: 0 3%;
}

.about-inner .title-h {
    color: #fff;
    cursor: pointer;
    font-size: .24rem;
    padding: .14rem;
    display: inline-block;
    border-radius: .05rem;
    background: #2195e7;
}

.about-inner .about-text {
    padding: .3rem 0;
}

.about-inner .about-text p {
    color: #333;
    line-height: .45rem;
    font-size: .26rem;
    text-align: justify;
    text-indent: .52rem;
}

.about-inner>a {
    display: block;
    width: 1.69rem;
    height: .54rem;
    text-align: center;
    line-height: .54rem;
    margin: 0 auto;
    color: #999;
    font-size: .24rem;
    border: .01rem solid #f7f7f7;
    border-radius: .05rem;
}

/* Honor */
.Honor {
    width: 94%;
    padding: .3rem 3% .5rem;
    background: url(/wap/img/Honor.jpg) no-repeat bottom center;
    background-size: 100% auto;
}

.Honor .title-h {
    color: #fff;
    cursor: pointer;
    font-size: .24rem;
    padding: .14rem;
    display: inline-block;
    border-radius: .05rem;
    background: #2195e7;
}

.swiper-com {
    position: relative;
}

.Honor-swiper {
    width: 85%;
    padding: .4rem 0;
}

.Honor-swiper .swiper-slide .cooperation-swiper {
    width: 98%;
    margin: 0 auto;
    border: 1px solid #ccc;
    height: 1.9rem;
    overflow: hidden;
}

.Honor-button-prev ,
.Honor-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .22rem;
    height: .4rem;
    outline: none;
}

.Honor-button-prev {
    background: url(/wap/img/Honor1.png) no-repeat;
    background-size: 100% 100%;
}

.Honor-button-next {
    right: 0;
    background: url(/wap/img/Honor.png) no-repeat;
    background-size: 100% 100%;
}


