body{
    background: #EEECEC;
}
.wrap{
    margin-top: 80px;
}
*{
    box-sizing: border-box;
}
.header{
    width:1000px;
    height:120px;
    margin:0 auto;
    padding: 0 18px;
    background: #fff;
}
.city,.service{
    width:100%;
    height:50%;
    line-height: 60px;
}
.city span,.service span{
    padding:3px 6px;
    cursor: pointer;
}
.city span:nth-child(2),.service span:nth-child(2){
    margin-right: 14px;
}
.city img{
    width:20px;
    height:20px;
    position: relative;
    top:5px;
    margin-right: 1px;
}
.service{
    border-top:1px #E6E3E3 solid;
}
.service img{
    width:20px;
    height:20px;
    position: relative;
    top:5px;
    margin-right: 1px;
}

/*列表标题*/
.h5_text{
    width:1000px;
    margin:16px auto 8px;
}
/*列表*/
ul{
    width:100%;
    height:100%;
    margin-bottom: 86px;
}
.lists{
    width:1000px;
    height:190px;
    margin:0 auto;
    background: #fff;
    padding:22px 20px;
    border-bottom: 1px solid #E6E3E3;
    overflow: hidden;

}
.lists:last-child{
    border-bottom: 0 solid #E6E3E3;
}
.lists img{
    width:218px;
    height:146px;
    float: left;
    margin-right: 15px;
}
.lists div{
    display: inline-block;
}
.lists .bottom{
    height:100%;
    width:260px;
    margin-right: 67px;
    float: left;
}
.bottom h3{
    font-size: 20px;
    color: #4A4A4A;
    margin-bottom: 20px;
}
.bottom p{
    font-size: 12px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 30px;
}
.bottom p:nth-child(2){
    font-size: 12px;
    color: #9A9999;
    letter-spacing: 0;
}
.bottom p:nth-child(3){
    font-size: 12px;
    color: #00A1E1;
    letter-spacing: 0;
}
.right{
    height:100%;
    margin-top: 30px;
}
.right span{
    display: inline-block;
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 0;
    margin-right: 30px;
    float: left;
    width: 88px;
    height:30px;
    text-align: center;
    line-height:29px;
}
.right span:nth-child(1){
    color: #1DBE78;
    background: #E8FFF5;
    border: 1px solid #1DBE78;
    border-radius: 100px;
    margin-bottom: 22px;
}
.right span:nth-child(2){
    color: #F9533A;
    background: #FFF0EC;
    border: 1px solid #F9533A;
    border-radius: 100px;
    margin-bottom: 22px;
}
.right span:nth-child(3){
    color: #A050E5;
    background: rgba(204,144,255,0.15);
    border: 1px solid #A050E5;
    border-radius: 100px;
    margin-bottom: 22px;
}
.right span:nth-child(5){
    color: #FE9838;
    background: #FEF4EA;
    border: 1px solid #FE9838;
    border-radius: 100px;
}
.right span:nth-child(6){
    color: #1995E2;
    background: rgba(103,197,255,0.15);
    border: 1px solid #1995E2;
    border-radius: 100px;

 }
.right span:nth-child(7){
    color: #C85E00;
    background: rgba(200,94,0,0.15);
    border: 1px solid #C85E00;
    border-radius: 100px;

}
.active{
    background: #1ED760;
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
}
.t1,#___szfw_logo___{
    width:92px;
}
.swiper-container {
    width:218px;
    height:146px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}
.swiper-wrapper{
    /*width: 505px;*/
    width: 1000px;
}
.swiper-container img{
    width:218px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*.swiper-slide:nth-child(1) {*/
/*    background: url(../img/about_banner.jpg) no-repeat center;*/
/*    background-size: cover;*/
/*}*/
/*.swiper-slide:nth-child(2) {*/
/*    background: url(img/众安banner.png) no-repeat center;*/
/*    background-size: cover;*/
/*}*/
/*.swiper-slide:nth-child(3) {*/
/*    background: url(img/宁波.png) no-repeat center;*/
/*    background-size: cover;*/
/*}*/
/*.swiper-slide:nth-child(4) {*/
/*    background: url(img/江西.png) no-repeat center;*/
/*    background-size: cover;*/
/*}*/
/*.swiper-slide:nth-child(5) {*/
/*    background: url(img/福建.png) no-repeat center;*/
/*    background-size: cover;*/
/*}*/
.swiper-slide a{
    width: 100%;
    height: 670px;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 70px;
    opacity: 0.1;
    background: #000000;
    border-radius: 8px;
}
.swiper-pagination .swiper-pagination-bullet-active{
    width: 70px;
    background: #777777;
    border-radius: 8px;
}