body{
    font-size: 14px;
    background: #f7fcff;
}
/*banner*/
.swiper-container {
    position: relative;
    width: 100%;
    /*height: 300px;*/
}
.swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
}
.swiper-container .swiper-wrapper {
    height: 100% !important;
}
.swiper-container .swiper-slide{
    height: 100%;
}

.profile-wrap{
    margin-top: 30px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.profile-item{
    width: 244px;
    background-color: #FFFFFF;
    padding-bottom: 10px;
    border: 1px solid rgba(0,79,189,0.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}
.profile-item .profile-item-head{
    height: 88px;
    text-align: center;
    /*line-height: 88px;*/
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
}
.profile-item-head img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 0;
}
.profile-item-head span{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #FFFFFF;
}
/*.profile-item.bg-color1 .profile-item-head{*/
/*    background-color: #FF7648;*/
/*}*/
/*.profile-item.bg-color2 .profile-item-head{*/
/*    background-color: #3380F6;*/
/*}*/
/*.profile-item.bg-color3 .profile-item-head{*/
/*    background-color: #048D55;*/
/*}*/
/*.profile-item.bg-color4 .profile-item-head{*/
/*    background-color: #AB40F5;*/
/*}*/
.profile-list{
    padding: 0 10px;
}
.profile-list .list-item{
    height: 48px;
    background: #f5f5f5;
    margin:10px auto 0;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.profile-list .list-item .txt{
    margin-left: 10px;
    color: #666666;
}
.profile-list .list-item .next-icon{
    width: 10px;
    height: 10px;
    border-top: 1px solid #676767;
    border-right: 1px solid #676767;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    margin-left: auto;
    margin-right: 10px;
}

@media (max-width: 768px){
    .head-navbox .head-navbox-list > li{
        padding: 0 10px;
    }
}
@media (min-width: 768px){
    .head-navbox .head-navbox-list > li{
        padding: 0 10px;
    }
    .profile-item{
        width: 190px;
    }
}
@media (min-width: 1024px){
    .head-navbox .head-navbox-list > li{
        padding: 0 20px;
    }
    .profile-item{
        width: 214px;
    }
}
@media (min-width: 1200px) {
    .container{
        width: 1100px;
    }
    .profile-item{
        width: 244px;
    }
}
/*@media (min-width: 1280px) {*/
/*    .head-navbox{*/
/*        padding-left: 100px;*/
/*    }*/
/*}*/