.background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.padding60{
    padding: 60px 0 70px;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.service-title{
    color: #2d2d2d;
    font-size: 30px;
    text-align: center;
}
.service-title h3{
    font-weight: normal;
}
.service-banner{
    height: 400px;
    background-image: url(../images/service_banner.jpg);
}
.service-banner .container{
    position: relative;
}
.banner-title{
    color: #f8f6f6;
    position: absolute;
    left: 0;
    top: 80px;
}
.banner-title h3{
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 30px;
}
.banner-title p{
    font-size: 24px;
    margin-top: 10px;
}
/* 公司注册/银行开户，变更，注销 */
.small-title h4{
    color: #2d2d2d;
    font-size: 22px;
    margin-top: 50px;
    padding-left: 25px;
    margin-bottom: 30px;
    position: relative;
}
.small-title h4::after{
    content: '';
    display: block;
    width: 4px;
    height: 21px;
    background: #049fdf;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.small-title h4::before{
    content: '';
    display: block;
    width: 955px;
    height: 1px;
    background: #049fdf;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.register-list{
    display: flex;
    justify-content: space-between;
}
.register-list .register-item{
    width: 23.5%;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px #f4f4f4;
    position: relative;
}
.register-list .register-item h4{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    background-image: url(../images/register_bg.png);
    padding: 6px 0 6px 20px;
    border-radius: 12px 12px 0 0;
}
.register-list .register-item h4 span{
    font-size: 28px;
    font-weight: bold;
    margin-right: 35px;
}
.register-list .register-item img{
    display: block;
    margin: 35px auto 20px;
}
.register-list .register-item p{
    color: #2d2d2d;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    padding: 0 25px 95px;
}
.register-list .register-item .register-button{
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    background: #049fdf;
    padding: 6px 26px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    transition: all .3s;
}
.register-list .register-item .register-button:hover{
    background: #f1a537;
}
/* 人才落户  /  普通落户  /  市内户口迁移 */
.service-settle{
    background-image: url(../images/settle_bg.jpg);
}
.settle-list{
    margin-top: 55px;
}
.settle-item{
    display: none;
    justify-content: space-between;
}
.settle-item.shows{
    display: flex;
  	align-items: flex-start;
}
.settle-item .item-left{
    width: 49%;
}
.settle-item .item-left .item-title{
    display: flex;
    align-items: center;
    height: 50px;
    line-height: 50px;
    color: #2d2d2d;
    font-size: 18px;
    border-radius: 25px;
    background: #f3f4f9;
    margin-right: 30px;
    margin-bottom: 20px;
}
.settle-item .item-left .item-title span{
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #a2deff;
    margin-right: 25px;
}
.settle-item .item-left p{
    color: #2d2d2d;
    font-size: 16px;
    line-height: 36px;
}
.settle-item .item-right{
    width: 46%;
    border-radius: 10px;
    overflow: hidden;
}
.settle-item .item-right img{
    width: 100%;
    object-fit: contain;
    transition: all .3s;
}
.settle-item .item-right:hover img{
    transform: scale(1.1);
}
.settle-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
    position: relative;
}
.settle-nav li{
    width: 188px;
    height: 44px;
    color: #fff;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    border-radius: 9px;
    background: #049fdf;
    margin: 0 7px;
    cursor: pointer;
    transition: all .3s;
    position: relative;
}
.settle-nav li.cur,
.settle-nav li:hover{
    background: #f1a537;
}
.settle-nav::after,
.settle-nav::before{
    content: '';
    display: block;
    width: 23.9%;
    height: 1px;
    background: #646464;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}
.settle-nav::after{
    left: 0;
}
.settle-nav::before{
    right: 0;
}
.settle-nav li:first-child::after,
.settle-nav li:last-child::after{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #646464;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
}
.settle-nav li:first-child::after{
    left: -7px;
}
.settle-nav li:last-child::after{
    right: -12px;
}
/* 解除公司经营异常 */
.relieve-content{
    border-bottom: 3px solid #049fdf;
    padding-bottom: 75px;
    margin-top: 35px;
}
.relieve-content .relieve-list{
    display: flex;
    justify-content: space-between;
}
.relieve-content .relieve-list .relieve-item{
    width: 28%;
    height: 258px;
    background-image: url(../images/relieve_bg.png);
    padding: 50px 40px 0;
    position: relative;
    transition: all .3s;
}
.relieve-content .relieve-list .relieve-item:hover{
    background-image: url(../images/relieve_bg_blue.png);
}
.relieve-content .relieve-list .relieve-item:nth-child(2){
    margin-top: 30px;
}
.relieve-content .relieve-list .relieve-item::after{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #dbdbdb;
    position: absolute;
    top: -24px;
    left: 24.2%;
    transition: all .3s;
}
.relieve-content .relieve-list .relieve-item:hover::after{
    border: 2px solid #63c3d1;
    background: #63c3d1;
}
.relieve-item h4{
    color: #242424;
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
    transition: all .3s;
}
.relieve-content .relieve-list .relieve-item:hover h4{
    color: #fff;
}
.relieve-item h4 span{
    position: relative;
}
.relieve-item h4 span::after,
.relieve-item h4 span::before{
    content: '';
    display: block;
    width: 12px;
    height: 3px;
    background: #242424;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}
.relieve-content .relieve-list .relieve-item:hover h4 span::after,
.relieve-content .relieve-list .relieve-item:hover h4 span::before{
    background: #fff;
}
.relieve-item h4 span::after{
    left: -20px;
}
.relieve-item h4 span::before{
    right: -15px;
}
.relieve-item p{
    color: #171717;
    font-size: 16px;
    line-height: 30px;
    transition: all .3s;
}
.relieve-content .relieve-list .relieve-item:hover p{
    color: #fff;
}
/* 进出口备案 / 食品预包装备案 */
.service-entrance{
    margin-bottom: 70px;
}
.service-entrance .small-title.num5 h4::before{
    width: 1010px;
}
.icon-list{
    display: flex;
    justify-content: space-around;
    margin-bottom: 60px;
}
.icon-list .icon-item{
    text-align: center;
}
.icon-list .icon-item img{
    transition: all .3s;
}
.icon-list .icon-item p{
    color: #2d2d2d;
    font-size: 18px;
    margin-top: 30px;
}
.icon-list .icon-item:hover img{
    transform: translateY(-10px);
}
.entrance-text{
    border: 1px solid #89d2f0;
    margin: 0 50px 75px 115px ;
    padding: 40px 15px 30px 80px;
    position: relative;
}
.entrance-text p{
    color: #333;
    font-size: 16px;
    line-height: 34px;
}
.entrance-text .text-title{
    display: flex;
    align-items: center;
    color: #f1a537;
    font-size: 32px;
    font-weight: bold;
    background: #fff;
    padding: 0 15px;
    position: absolute;
    top: 0;
    left: -68px;
    transform: translateY(-50%);
}
.entrance-text .text-title img{
    margin: 0 10px;
}
.entrance-text .text-button{
    background: #fff;
    padding: 0 18px;
    position: absolute;
    bottom: 0;
    right: 70px;
    transform: translateY(50%);
}
.entrance-text .text-button a{
    color: #fff;
    font-size: 22px;
    background: #049fdf;
    padding: 9px 47px;
    transition: all .3s;
}
.entrance-text .text-button a:hover{
    background: #f1a537;
}
.service-entrance .small-title.num7 h4::before{
    width: 970px;
}
.entrance-package{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.entrance-package .package-item{
    display: flex;
    width: 48%;
    border-radius: 40px 0 40px 0;
    background: #f8f6f6;
    margin-top: 24px;
    overflow: hidden;
}
.entrance-package .package-item span{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background: #049fdf;
    padding-left: 15px;
    padding-right: 12px;
}
.entrance-package .package-item p{
    display: flex;
    align-items: center;
    color: #1b1b1b;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 8px;
}
/* 各类许可代办 */
.service-certificate{
    background: #f8f6f6;
}
.certificate-content{
    margin-top: 20px;
}
.cer-list{
    display: flex;
    justify-content: space-between;
}
.cer-list .cer-item{
    width: 49.2%;
    border-radius: 5px;
    background: #fff;
    padding: 40px 25px 10px 40px;
    margin-top: 20px;
}
.cer-list .cer-item h4{
    color: #132229;
    font-size: 26px;
    margin-bottom: 20px;
}
.cer-list .cer-item .item-content{
    display: flex;
    justify-content: space-between;
}
.cer-list .cer-item .item-content .item-left{
    width: 48%;
}
.cer-list .cer-item .item-content .item-left p{
    color: #6f6f6f;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.cer-list .cer-item .item-content .item-left a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background: #049fdf;
    padding: 7px 18px;
    transition: all .3s;
}
.cer-list .cer-item .item-content .item-left a:hover{
    background: #f1a537;
}
.cer-list.other .cer-item:first-child{
    width: 55%;
}
.cer-list.other .cer-item:last-child{
    width: 43.4%;
}
/* 企业迁移、出租挂靠地址 */
.rent-content{
    margin-top: 55px;
}
.rent-content .rent-list{
    display: flex;
    justify-content: space-between;
}
.rent-list .rent-item{
    width: 32.8%;
}
.rent-list .rent-item .item-header{
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-image: url(../images/rent_bg01.png);
    padding: 40px 35px;
}
.rent-list .rent-item .item-header img{
    transition: all .5s;
}
.rent-list .rent-item .item-header:hover img{
    transform: translateX(-10px);
}
.rent-list .rent-item:nth-child(2) .item-header{
    background-image: url(../images/rent_bg02.png);
}
.rent-list .rent-item:nth-child(3) .item-header{
    background-image: url(../images/rent_bg03.png);
}
.rent-list .rent-item .item-header .item-title{
    margin-left: 18px;
}
.rent-list .rent-item .item-header .item-title h4{
    color: #fff;
    font-size: 26px;
}
.rent-list .rent-item .item-header .item-title p{
    min-height: 75px;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}
.rent-list .rent-item .item-text{
    padding-left: 30px;
    padding-right: 20px;
    margin-top: 20px;
}
.rent-list .rent-item .item-text p{
    color: #3b3b3b;
    font-size: 18px;
    line-height: 36px;
    position: relative;
}
.rent-list .rent-item .item-text p::after{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #3b3b3b;
    position: absolute;
    left: -10px;
    top: 16px;
}
@media (max-width: 1200px){
    .container {
        margin: 0 40px;
        padding: 0;
    }
    .service-banner{
        height: 360px;
    }
    .banner-title h3{
        font-size: 40px;
    }
    .banner-title p{
        font-size: 20px;
    }
    .padding60{
        padding: 45px 0 55px;
    }
    .service-title{
        font-size: 26px;
    }
    .small-title h4{
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 20px;
        padding-left:20px;
    }
    .small-title h4::before{
        width: 80%;
    }
    .register-list .register-item h4{
        font-size: 16px;
        padding-left: 15px;
    }
    .register-list .register-item h4 span{
        font-size: 24px;
        margin-right: 20px;
    }
    .register-list .register-item img{
        margin: 20px auto;
    }
    .register-list .register-item .register-button{
        white-space:nowrap;
    }
    .settle-nav li{
        width: 170px;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        z-index: 9;
    }
    .relieve-content .relieve-list .relieve-item{
        height: 215px;
        background-size: 100% 100%;
        padding: 35px 30px 0;
    }
    .relieve-item h4{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .relieve-item p{
        font-size: 14px;
        line-height: 26px;
    }
    .service-entrance .small-title.num5 h4::before{
        width: 85%;
    }
    .service-entrance .small-title.num7 h4::before{
        width: 80%;
    }
    .cer-list .cer-item h4{
        font-size: 24px;
    }
    .rent-list .rent-item .item-header .item-title h4{
        font-size: 24px;
    }
    .rent-list .rent-item .item-header{
        padding: 35px 20px;
    }
    .rent-list .rent-item .item-header .item-title p{
        min-height: 75px;
    }
}
@media (max-width: 960px){
    .service-banner{
        height: 320px;
    }
    .banner-title h3{
        font-size: 36px;
        margin-bottom: 20px;
    }
    .banner-title p{
        font-size: 18px;
        margin-top: 8px;
    }
    .padding60{
        padding: 30px 0 40px;
    }
    .service-title{
        font-size: 24px;
    }
    .small-title h4{
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-left:15px;
    }
    .small-title h4::after{
        height: 15px;
    }
    .small-title h4::before{
        width: 75%;
    }
    .register-list{
        flex-wrap: wrap;
    }
    .register-list .register-item{
        width: 48%;
        margin-top: 20px;
    }
    .register-list .register-item h4{
        font-size: 16px;
        padding-left: 25px;
    }
    .register-list .register-item h4 span{
        font-size: 24px;
        margin-right: 20px;
    }
    .register-list .register-item img{
        margin: 20px auto;
    }
    .settle-list{
        margin-top: 40px;
    }
    .settle-item .item-left .item-title{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        border-radius: 20px;
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .settle-item .item-left .item-title span{
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        margin-right: 20px;
    }
    .settle-item .item-left p{
        font-size: 14px;
        line-height: 28px;
    }
    .settle-nav{
        margin-top: 35px;
    }
    .settle-nav li{
        width: 150px;
        font-size: 16px;
        height: 35px;
        line-height: 35px;
    }
    .settle-nav li:first-child::after, .settle-nav li:last-child::after{
        display: none;
    }
    .settle-nav::after, .settle-nav::before{
        display: none;
    }
    .relieve-item h4{
        font-size: 20px;
        margin-bottom: 0px;
    }
    .relieve-item h4 span::after, .relieve-item h4 span::before{
        height: 2px;
    }
    .relieve-content .relieve-list .relieve-item{
        height: 180px;
        padding: 30px 15px 0;
    }
    .icon-list .icon-item img{
        width: 100px;
    }
    .icon-list .icon-item p{
        font-size: 16px;
        margin-top: 20px;
    }
    .entrance-text{
        padding: 30px;
    }
    .service-entrance .small-title.num7 h4::before{
        width: 80%;
    }
    .cer-list .cer-item h4{
        font-size: 20px;
    }
    .cer-list .cer-item .item-content .item-left p{
        font-size: 16px;
    }
    .cer-list .cer-item .item-content .item-left{
        flex-shrink: 0;
    }
    .cer-list .cer-item .item-content .item-right img{
        width: 100%;
    }
    .rent-content .rent-list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .rent-list .rent-item{
        width: 80%;
    }
    .rent-list .rent-item .item-text{
        margin: 20px 0;
    }
    .rent-list .rent-item .item-header .item-title p{
        min-height: 0;
        margin-top: 10px;
    }
}
@media (max-width: 768px){
    .service-banner {
        height: 280px;
    }
    .banner-title h3{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .banner-title p{
        font-size: 16px;
        margin-top: 5px;
    }
    .padding60{
        padding: 25px 0 30px;
    }
    .service-title{
        font-size: 18px;
    }
    .small-title h4{
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 15px;
        padding-left:10px;
    }
    .small-title h4::after{
        height: 15px;
    }
    .small-title h4::before{
        width: 65%;
    }
    .register-list{
        flex-wrap: wrap;
    }
    .register-list .register-item{
        width: 48%;
        margin-top: 20px;
    }
    .register-list .register-item h4{
        font-size: 16px;
        padding-left: 15px;
    }
    .register-list .register-item h4 span{
        font-size: 20px;
        margin-right: 20px;
    }
    .register-list .register-item img{
        transform: scale(.8);
    }
    .register-list .register-item p{
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 70px;
    }
    .register-list .register-item .register-button{
        font-size: 14px;
        padding: 5px 20px;
        bottom:25px;
    }
    .settle-item .item-left{
        width: 100%;
    }
    .settle-item .item-right{
        display: none;
    }
    .settle-nav {
        margin-top: 20px;
    }
    .settle-nav li {
        width: 130px;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }
    .relieve-content .relieve-list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .relieve-content .relieve-list .relieve-item{
        width: 46%;
        height: 210px;
    }
    .relieve-content .relieve-list .relieve-item:first-child{
        margin-right: 20px;
    }
    .relieve-item h4{
        margin-bottom: 10px;
    }
    .service-entrance .small-title.num5 h4::before{
        width: 76%;
    }
    .icon-list .icon-item img{
        width: 80px;
    }
    .icon-list .icon-item p{
        font-size: 16px;
        margin-top: 10px;
    }
    .entrance-text{
        margin: 0 30px 50px;
    }
    .entrance-text .text-title{
        font-size: 26px;
    }
    .entrance-text .text-title img{
        width: 40px;
    }
    .entrance-text .text-button a{
        font-size: 18px;
        padding: 5px 35px;
    }
    .service-entrance .small-title.num7 h4::before{
        width: 72%;
    }
    .entrance-package .package-item p{
        font-size: 14px;
        line-height: 28px;
    }
    .entrance-package .package-item span{
        font-size: 26px;
    }
    .cer-list,
    .cer-list.other{
        flex-wrap: wrap;
        justify-content: center;
    }
    .cer-list .cer-item,
    .cer-list.other .cer-item:first-child,
    .cer-list.other .cer-item:last-child{
        width: 80%;
    }
    .cer-list .cer-item h4{
        font-size: 18px;
    }
    .rent-list .rent-item .item-header img{
        width: 80px;
    }
    .rent-list .rent-item .item-header .item-title h4{
        font-size: 20px;
    }
    .rent-list .rent-item .item-text{
        margin: 15px 0;
    }
    .rent-list .rent-item .item-text p{
        font-size: 16px;
        line-height: 30px;
    }
    
}
@media (max-width: 500px){
    .container{
        margin: 0 10px;
    }
    .service-banner {
        height: 230px;
    }
    .banner-title{
        top: 65px;
    }
    .banner-title h3{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .banner-title p{
        font-size: 14px;
        margin-top: 5px;
    }
    .service-title h3{
        font-size: 18px;
    }
    .small-title h4{
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 15px;
        padding-left:10px;
    }
    .small-title h4::after{
        height: 15px;
    }
    .small-title h4::before{
        width: 60%;
    }
    .register-list{
        flex-wrap: wrap;
    }
    .register-list .register-item{
        width: 48%;
        margin-top: 20px;
    }
    .register-list .register-item h4{
        font-size: 14px;
        padding-left: 15px;
    }
    .register-list .register-item h4 span{
        font-size: 18px;
        margin-right: 10px;
    }
    .register-list .register-item img{
        transform: scale(.7);
        margin: 10px auto;
    }
    .register-list .register-item p{
        padding: 0 15px 60px;
    }
    .register-list .register-item .register-button{
        bottom:20px;
    }
    .settle-list {
        margin-top: 20px;
    }
    .relieve-content .relieve-list .relieve-item{
        width: 70%;
        height: 220px;
        margin-top: 30px;
    }
    .relieve-content .relieve-list .relieve-item:first-child{
        margin-right: 0;
    }
    .relieve-item h4{
        margin-bottom: 10px;
    }
    .relieve-content{
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .relieve-content .relieve-list .relieve-item::after{
        width: 8px;
        height: 8px;
        top: -16px;
        left: 24.5%;
    }
    .service-entrance .small-title.num5 h4::before{
        width: 70%;
    }
    .icon-list{
        flex-wrap: wrap;
    }
    .icon-list .icon-item{
        width: 30%;
        margin-top: 20px;
    }
    .icon-list .icon-item p{
        font-size: 14px;
    }
    .entrance-text .text-title{
        font-size: 22px;
        left: -1px;
    }
    .entrance-text .text-title img{
        width: 35px;
        margin: 0 5px;
    }
    .entrance-text .text-button{
        right: 18%;
    }
    .entrance-text .text-button a{
        font-size: 16px;
        white-space: nowrap;
    }
    .entrance-text p{
        font-size: 14px;
        line-height: 30px;
    }
    .service-entrance .small-title.num7 h4::before{
        width: 70%;
    }
    .cer-list .cer-item,
    .cer-list.other .cer-item:first-child,
    .cer-list.other .cer-item:last-child{
        width: 90%;
    }
    .cer-list .cer-item{
        padding: 20px;
    }
    .cer-list .cer-item h4{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .cer-list .cer-item .item-content .item-left p{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .rent-list .rent-item{
        width: 90%;
    }
    .rent-list .rent-item .item-header .item-title h4{
        font-size: 16px;
    }
    .rent-list .rent-item .item-header .item-title p{
        font-size: 14px;
    }
    .rent-list .rent-item .item-header img{
        width: 70px;
    }
    .rent-list .rent-item .item-header{
        padding: 25px 20px;
    }
    .rent-list .rent-item .item-text{
        margin: 10px 0;
    }
    .rent-list .rent-item .item-text p{
        font-size: 14px;
        line-height: 28px;
    }
    
}