/**副标题***/
.subhead {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
    width: 1.5rem;
    height: 1.43rem;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    color: rgba(0, 0, 0, 1);
    border: 0.02rem solid rgba(0, 0, 0, 1);
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    border-radius: 0.04rem;
}

.subhead span {
    display: block;
    position: absolute;
    width: 0.8rem;
    top: -0.15rem;
    left: 50%;
    font-size: 0.2rem;
    background: #fff;
    margin-left: -0.4rem;
}
.subhead dt {
    position: relative;
    font-size: 16px;
    padding-bottom: 0.15rem;
    margin-bottom: 0.07rem;
}

.subhead dt:after {
    width: 0.3rem;
    background: rgba(27, 27, 27, .7);
}
/***banner 轮播**/
.swiper-container {
    background: #000;
}

.swiper-slide {
    overflow: hidden;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 20px;
}
.swiper-pagination-bullet {
    width: 0.39rem;
    height: 0.06rem;
    margin: 0 4px;
    background: rgba(216, 216, 216, 0.35);
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}
.more-btn {
    position: absolute;
    bottom: 1.41rem;
    left: 50%;
    width: 2.5rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin-left: -1.25rem;
    font-size: 0.36rem;
    color: rgba(0,53,220,1);
    text-align: center;
    background: rgba(255,255,255,1);
    border-radius: 0.35rem;
}

.more-btn:hover {
    background: rgba(255, 255, 255, .9);
}


/**我们的服务**/
.our-services {
    margin-top: 0.88rem;
}

.service-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
   
  
    justify-content: center;
    margin-top: 1.09rem;
    margin-bottom: 0.88rem;
}
.service-wrap{
    opacity: 0;
    
    -webkit-transform: translate3d(0,3rem,0);
    transform: translate3d(0,3rem,0);
    transition: opacity 1.2s linear,-webkit-transform 1.4s cubic-bezier(.175,.885,.32,1.275);
    transition: opacity 1.2s linear,transform 1.4s cubic-bezier(.175,.885,.32,1.275);
    transition: opacity 1.2s linear,transform 1.4s cubic-bezier(.175,.885,.32,1.275),-webkit-transform 1.4s cubic-bezier(.175,.885,.32,1.275)
}
.service-wrap.animated{
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.service-wrap dl {
    flex: 0 0 2.88rem;
    -webkit-flex: 0 0 2.88rem;
    height: 3.61rem;
    padding: 0.37rem 0.38rem;
    margin-right: 0.13rem;

    cursor: pointer;
  
}
.service-wrap dl.active {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0.26rem 0.09rem rgba(211, 218, 255, 0.45);
    border-radius: 0.2rem;
    transform: scale(1.15);
    transition: all 0.2s;
}

.service-wrap dl:last-child {
    margin-right: 0;
}

.service-wrap dl:before {
    content: '';
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 auto;
    background: url("../img/home/dianwuguanli.png") no-repeat center center;
    background-size: 100%;
}
.service-wrap dl:nth-child(2):before{
    background: url("../img/home/huiyuanguanli.png") no-repeat center center;
    background-size: 100%;
}
.service-wrap dl:nth-child(3):before{
    background: url("../img/home/yingxiaoguanli.png") no-repeat center center;
    background-size: 100%;
}
.service-wrap dl:last-child:before{
    background: url("../img/home/yidongbaobiao.png") no-repeat center center;
    background-size: 100%;
}

.service-wrap dt {
    text-align: center;
    font-size: 0.26rem;
    color: rgba(27, 27, 27, 1);
    margin-top: 0.16rem;
    margin-bottom: 0.2rem;
}

.service-wrap dd {
    font-size: 14px;
    color: rgba(170, 170, 170, 1);
    line-height: 0.3rem;
    text-align: center;
   
}
.network-wrap {
    width: 100%;
    padding-top: 0.6rem;
    padding-bottom: 0.73rem;
    background: rgba(32, 52, 129, 1);
}

.network-wrap h2 {
    font-size: 0.44rem;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.network-table {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    padding-top: 0.66rem;
}

.network-cell {
    opacity: 0;
    width: 5.5rem;
    padding: 0.23rem 0.14rem;
    background: rgba(255, 255, 255, 1);
    transition: opacity 1.3s;
    -webkit-transition: opacity 1.3s;
}

.network-cell.animated{
    opacity: 1;
}

.network-cell h3 {
    font-size: 0.26rem;
    font-weight: 500;
    color: rgba(32, 52, 129, 1);
    text-align: center;
    padding-top: 0.02rem;
    padding-bottom: 0.2rem;
}

.network-cell:first-child {
    margin-right: 0.25rem;
}

.network-cell .panel-body {
    margin-bottom: 0.23rem;
    padding-bottom: 0.23rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0.05rem 0.27rem 0 rgba(200, 200, 200, 0.7);
    border-radius: 0.08rem;
    cursor: pointer;
}

.panel-body .title {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 0.17rem 0.21rem;
}
.panel-body .title dt{
    display: flex;
    display: -webkit-flex;
    flex: 1;
    -webkit-flex: 1;
    font-size: 0.23rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}
.panel-body .title dt:after {
    content: '';
    display: block;
    width: 0.42rem;
    height: 0.42rem;
    vertical-align: middle;
    margin-top: -0.05rem;
    margin-left: 0.02rem;
}
.panel-body:nth-child(2) .title dt:after{
    background: url("../img/home/diyiming@2x.png") no-repeat center center;
    background-size: 0.42rem;
}
.panel-body:nth-child(3) .title dt:after{
    background: url("../img/home/dierming@2x.png") no-repeat center center;
    background-size: 0.42rem;
}
.panel-body:nth-child(4) .title dt:after{
    background: url("../img/home/disanming@2x.png") no-repeat center center;
    background-size: 0.42rem;
}
.panel-body .title dd{
    font-size: 0.19rem;
    font-weight:500;
    color:rgba(51,51,51,1);
    text-align: right;
}
.panel-body .title dd:before{
    content: '';
    display: inline-block;
    width: 0.14rem;
    height: 0.15rem;
    margin-right: 0.09rem;
    margin-top: -0.03rem;
    vertical-align: middle;
    background: url("../img/home/yingxiangli_icon@2x.png") no-repeat center center;
    background-size: 100%;
}
.panel-body .card-table{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-left: 0.15rem;
}
.card-table .avatar{
    width: 0.81rem;
    height: 0.81rem;
}
.avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.card-table .card-inner{
    margin-left: 0.16rem;
}
.card-inner .name{
    font-size: 0.23rem;
    font-weight:500;
    color:rgba(51,51,51,1);
}
.card-inner p{
    font-size: 0.19rem;
    color:rgba(102,102,102,1);
    padding-top: 0.06rem;
    padding-bottom: 0.09rem;
}
.card-inner .job-name{
    height: 0.32rem;
    font-size: 0.18rem;
    color:rgba(153,153,153,1);
    border: none;
    outline: none;
    padding: 0 0.1rem;
    background:rgba(246,246,246,1);
    border-radius: 0.04rem;
}
.news-wrap{
    display: table;
    margin: 0 auto;
    width: 11.01rem;
    padding-top: 1rem;
    padding-bottom: 1.83rem;
}
.news-wrap li{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin-bottom: 0.76rem;
    cursor: pointer;
    opacity: 0;
    transition: opacity 1.3s;
    -webkit-transition: opacity 1.3s;
}
.news-wrap li:last-child{
    margin-bottom: 0;
}
.news-wrap.animated li{
    opacity: 1;
}
.news-wrap li img{
    flex: 0 0 2rem;
    -webkit-flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    object-fit: cover;
}
.news-wrap .content{
    flex: 1;
    -webkit-flex: 1;
    color:rgba(27,27,27,1);
    padding-top: 3px;
    margin-left: 1.09rem;
}
.news-wrap .content dt{
    font-size: 21px;
    font-weight:bold;
}
.news-wrap .content dd{
    font-size: 13px;
    line-height: 21px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 1200px){
    .more-btn{
        bottom: 16%;
        width: 2rem;
        height: 0.58rem;
        line-height: 0.58rem;
        margin-left: -1rem;
        font-size: 0.3rem;
    }
}
@media screen and (max-width: 800px){
    .more-btn {
        bottom: 15%;
        width: 1.6rem;
        height: 0.5rem;
        line-height: 0.5rem;
        margin-left: -0.8rem;
        font-size: 0.26rem;
    }
}
@media screen and (max-width: 750px) {
    .float-qrcode p{
        font-size: 0.2rem;
    }
}
