@charset "utf-8";
.banner {
    margin-top: .94rem;
}

.index_swiper .swiper-slide {
    display: block;
    height: 2.5rem;
    overflow: hidden;
}

.index_swiper .swiper-slide img {
    width: 100%;
   /* min-height: 100%;*/
}

.title_left {
    display: flex;
    align-items: baseline;
}

.title_left h3 {
    font-size: .32rem;
    font-weight: bold;
    color: #2577e3;
}

.title_left p {
    flex: 1;
    font-size: .18rem;
    color: #666;
    margin-left: .1rem;
}

.title_center {
    text-align: center;
}

.title_center h3 {
    font-size: .32rem;
    font-weight: bold;
    color: #2577e3;
}

.title_center p {
    font-size: .18rem;
    color: #666;
    margin-top: .15rem;
}

.topLine .info {
    height: .95rem;
    padding-top: .05rem;
    overflow: hidden;
}

.topLine .info .inner {
    height: .85rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topLine .media {
    width: calc((100% - .15rem) / 2);
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .05rem 0;
}

.topLine .media-left {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    overflow: hidden;
}

.topLine .media-body {
    width: calc(100% - .8rem);
    flex: 1;
    margin-left: .2rem;
    border-left: .01rem solid #d3d3d3;
    padding-left: .2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.topLine .media-heading {
    font-size: .2rem;
    color: #000;
    line-height: .28rem;
    height: .56rem;
    overflow: hidden;
}

.topLine .media-heading .name {
    font-weight: bold;
}

.topLine .media-heading .project {
    font-weight: bold;
    color: #4793f7;
}

.topLine .media-body .date {
    font-size: .16rem;
    color: #888;
}

.rente .content .box1 {
    display: flex;
    justify-content: space-between;
}

.rente .content .box1 .item {
    width: 1.6rem;
    text-align: center;
}

.rente .content .box1 .item .pic {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    overflow: hidden;
}

.rente .content .box1 .item .pic img {
    width: 100%;
    height: 100%;
}

.rente .content .box1 .item p {
    margin-top: .15rem;
}

.rente .content .box1 .item:active .pic {
    border: .06rem solid #4793f7;
}

.rente .content .box1 .item:active p {
    color: #4793f7;
}

.rente .content .box2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rente .content .box2 .item {
    width: 3.4rem;
    height: 2.27rem;
    border-radius: .2rem;
    overflow: hidden;
    position: relative;
    margin-bottom: .15rem;
}

.rente .content .box2 .item .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.rente .content .box2 .item .pic img {
    width: 100%;
    min-height: 100%;
}

.rente .content .box2 .item .text {
    position: absolute;
    left: .1rem;
    bottom: .1rem;
    z-index: 2;
    color: #fff;
}

.rente .content .box2 .item .text h3 {
    font-size: .28rem;
    font-weight: bold;
}

.aboadStyle_swiper .swiper-slide {
    height: 6.2rem;
}

.aboadStyle_swiper .pic {
    width: 100%;
    height: 3rem;
    overflow: hidden;
}

.aboadStyle_swiper .pic img {
    width: 100%;
    min-height: 100%;
}

.aboadStyle_swiper .slide_text {
    text-align: center;
}

.aboadStyle_swiper .slide_text .name {
    color: #333;
    font-size: .26rem;
    margin: .15rem 0 .02rem;
}

.aboadStyle_swiper .slide_text .job {
    color: #333;
}

.aboadStyle_swiper .slide_text .job span {
    color: #4793f7;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -3px;
}

.swiper-pagination-bullet {
    background: #466090;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #f4c88f;
}

.guessCare .item {
    width: 100%;
    height: 1.4rem;
    overflow: hidden;
    margin-top: .2rem;
    display: flex;
    justify-content: space-between;
}

.guessCare .item .pic {
    width: 2rem;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.guessCare .item .pic img {
    width: 100%;
    min-height: 100%;
}

.guessCare .item .pic .date {
    position: absolute;
    left: 0;
    bottom: 0;
    width: .9rem;
    height: .6rem;
    background: rgba(71, 147, 247, .8);
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.guessCare .item .pic .month {
    font-size: .12rem;
}

.guessCare .item .text {
    width: calc(100% - 2.1rem);
    margin-left: .1rem;
}

.guessCare .item .text h3 {
    font-size: .24rem;
    color: #333;
}

.guessCare .item .text p {
    color: #666;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    margin-top: .2rem;
}

.aboutUs .title_center p {
    margin-top: .05rem;
}

.aboutUs .title_center .blue {
    font-size: .24rem;
    font-weight: bold;
    color: #2577e3;
}

.aboutUs .title_center .orange {
    font-size: .24rem;
    font-weight: bold;
    color: #ef9b2f;
}

.aboutUs_swiper .swiper-slide {
    height: 2.6rem;
}

.aboutUs .content .msg {
    width: 6.18rem;
    height: 1.8rem;
    margin: 0 auto;
    border-radius: .03rem;
    padding: .2rem;
    background: #fff;
    border: .01rem solid #e5e5e5;
    box-shadow: 0 .02rem .05rem #d9d9d9;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aboutUs .content .msg .pic {
    width: 1.8rem;
    height: 1.2rem;
    border-radius: .03rem;
    overflow: hidden;
}

.aboutUs .content .msg .pic img {
    width: 100%;
    min-height: 100%;
}

.aboutUs .content .msg .text {
    height: 100%;
    flex: 1;
    margin-left: .2rem;
    color: #333;
}

.aboutUs .content .msg .text .title {
    font-size: .24rem;
    color: #2577e3;
}

.aboutUs .content .msg .text .desc {
    line-height: .28rem;
    height: .84rem;
    overflow: hidden;
}

.aboutUs .content .infoBtn {
    width: 1.5rem;
    height: .32rem;
    line-height: .32rem;
    margin: 0 auto;
    padding: 0 .1rem;
    border-radius: .03rem;
    font-size: .2rem;
    background: -webkit-linear-gradient(top, #589cf5, #1560c2);
    /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #589cf5, #1560c2);
    /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #589cf5, #1560c2);
    /* Firefox 3.6 to 15 */
    background: -ms-linear-gradient(top, #589cf5, #1560c2);
    /* IE 10 */
    background: linear-gradient(top, #589cf5, #1560c2);
    /* 标准语法 */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aboutUs .content .infoBtn .consult {
    width: .17rem;
}

.aboutUs .content .infoBtn .arrow {
    width: .12rem;
}





