.service-container {
    width: 100%;
    background-color: #f2f2f2;
    padding: 0px 0px 50px 0;
}
.service-container .service-center{
    width: 1200px;
    margin: 0 auto;

    background-color: #fff;
}
.service-container .service-banner{width: 100%;margin-bottom: 40px;position: relative;}
.service-container .service-banner img{width: 100%;display: block;}
.service-container .service-banner .text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 100px;
    text-align: center;
    transform: translate(-50%, -50%);
}
.service-container .category-banner .text{
    width:1200px;
    left:calc(50% - 600px);
    text-align: left;
    transform: unset;
}
.service-container .service-banner .text h2{
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}
.service-container .service-banner .text p{
    color: rgba(255,255,255,.8);
}
.service-container .service-center .service-main{
    display: flex;
    padding: 20px 50px;
    gap:30px;
}
.service-center .service-top{padding-top: 50px;}
.service-center p.notice{
    padding: 20px 50px;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    text-indent: 24px;
}
.service-container .left-nav {
    width: 15%;
}

.service-container .left-nav ul {
    list-style: none;
    padding: 0;
}

.service-container .left-nav ul li {
    margin-bottom: 10px;
    padding: 8px 0;
    border:1px solid #fff;
}
.service-container .left-nav ul li.active{
    border: 1px solid rgba(0,0,0,.2);
}
.service-container .left-nav ul li.active a{
    color: #222;
}
.service-container .left-nav ul li a {
    text-decoration: none;
    color: #666;
    cursor: pointer;
    text-align: center;
    display: block;
}

.service-container .right-content {
    width: 85%;
}

.service-container .content-item {
    padding: 10px;
}
.service-container .content-item .item{
    margin-bottom: 30px;
}
.service-container .content-item .item h3{
    color: #0b69be;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 10px;
}
.service-container .content-item .item p{
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.service-container img.process-img{
    max-width: 100%;
    display: block;
}
.service-container .process-ul{
    list-style: none;
    display: flex;
    margin-top: 10px;
}
.service-container .process-ul li{
    width: 25%;
    font-size: 14px;
}
.service-container p.icon-item{
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.service-container p.icon-item i{
    font-size: 26px;
    display: inline-block;
    margin-right: 10px;
    color: rgba(0,0,0,.5);
}


.service-container .service-tab {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 600px;
    margin: 80px auto 20px;
}
.service-container .service-tab-content{
    width: 1000px;
    margin: 20px auto;
    padding: 40px;
}
.service-container .service-tab .tab-item {
    width: 33.33%;
    text-align: center;
}
.service-container .service-tab .tab-item i{
    display: block;
    font-size: 50px;
    color: rgba(0,0,0,.5);
}
.service-container .service-tab .tab-item span{display: block;margin-top: 10px;}

.service-container .tab-link {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.service-container .tab-link.active,.service-container .tab-link.active i {
    color: #007bff;
}
.service-container .tab-link.active::after {
    content: '';
    width: 60%;
    height: 1px;
    display: block;
    margin: 8px auto 0;
    border-bottom: 2px solid #007bff;
}

.service-container .tab-content-item {
    display: none;
}

.service-container .tab-content-item.active {
    display: block;
}

.service-container .tab-content-item .t-item{
    width: 70%;
    margin: 30px auto 0;
    display: flex;
    height: 200px;
}
.service-container .tab-content-item .t-item .t-item-left,.service-container .tab-content-item .t-item .t-item-right{
    width: 50%;
}
.service-container .tab-content-item .t-item .t-item-left{
    text-align: center;
}
.service-container .tab-content-item .t-item .t-item-left p.red{
    color: #d01d33;font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.service-container .tab-content-item .t-item .t-item-left span{font-size: 12px;}
.service-container .tab-content-item .t-item .t-item-right p{
    font-size: 12px;color: rgba(0,0,0,.5);
}
.service-container .tab-content-item .t-item .t-item-right a.notice{
    text-decoration: none;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #0b69be;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    color: #0b69be;
    border-radius: 5px;
    display: flex;
}
.service-container .tab-content-item .t-item .t-item-right a.notice i{
    font-size: 18px;color: #0b69be;
    display: inline-block;margin-right: 6px;
}
.service-container .tab-content-item .t-item p.email{
    color: #0b69be;font-size: 14px;text-align: center;width: 100%;
}