.service{
    margin: auto;
    padding: 67px 0;
    padding-bottom: 0;
    box-sizing: border-box;
}
.top,.labels{
    width: 1200px;
    margin: auto;
    position: relative;
}
.top-name{
    display: inline-block;
    font-size:30px;
    font-weight:bold;
    color:rgba(34,34,34,1);
    line-height:36px;
    vertical-align: middle;
    margin-right: 60px;
}
.top-bg{
    width:858px;
    height:68px;
    background:rgba(235,235,235,1);
    border-radius:34px;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.hide{
    display: none;
}
.line{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}
.top{
    display: flex;
    align-items: center;
}
.line-pic{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: -24px;
    left: -30px;
    z-index: 99;
}
.line-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.line-text{
    display: inline-block;
    width:280px;
    height:48px;
    background:rgba(219,219,219,1);
    border-radius:24px;
    padding-left: 70px;
    box-sizing: border-box;
    font-size:20px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:48px;
}

.labels{
    display: flex;
    align-items: center;
    height: 68px;
    margin-top: 50px;
}
.label-left{
    width: 986px;
    padding: 0 40px;
    height: 100%;
    color: #ffffff;
    font-size:20px;
    position: relative;
    font-weight:bold;
    display: flex;
    align-items: center;
    color:rgba(255,255,255,1);
}
.left-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.name{
    position: relative;
    z-index: 9;
}
.label-left img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    position: absolute;
}
.label-right{
    height: 100%;
    right: 0;
    width: 220px;
    position: absolute;
}
.right-name{
    text-align: center;
    position: relative;
    z-index: 9;
    font-size:16px;
    display: block;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:68px;
}
.right-name:after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    margin-left: 14px;
}
.label-right img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    position: absolute;
}
.wrap{
    width: 1200px;
    margin: auto;
    display: flex;
    padding-bottom: 80px;
    margin-top: 20px;
}
.left{
    width: 188px;
    margin-right: 20px;
}
.row{
    display: inline-block;
    vertical-align: top;
}
.col{
    width:188px;
    border-radius:8px;
    box-sizing: border-box;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 9px 4px;
    min-height: 44px;
    text-align: center;
    font-size:16px;
}
.col.active1{
    background:rgba(233,50,141,1);
    color: #ffffff;
}
.left-row .col:last-child{
    margin-bottom: 0;
}
.right{
    flex: 1;
    /*height:367px;*/
    background:rgba(255,255,255,1);
    border:2px solid rgba(214,238,255,1);
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    font-size:14px;
    font-weight:400;
    height: 705px !important;
    margin-left: 20px;
    color:rgba(34,34,34,1);
    box-shadow: 0 0 10px 8px #e7f5ff;
}
.info-left{
    max-width: 475px;
    width: 475px;
    padding-top: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 100%;
}
.info-box{
    width: 100%;
    height: 100%;
    padding-top: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.info-right{
    padding-top: 20px;
    display: inline-block;
    height: 100%;
    width: 470px;
    vertical-align: top;
    position: relative;
    border-left:2px solid #D6EEFF;
}
.info-title{
    font-size:26px;
    font-weight:bold;
    color:rgba(24,129,204,1);
    line-height:14px;
    padding-left: 30px;
    display: inline-block;
    border-bottom: 11px solid #A3D9FF;
}
.info-box-img{
    height: 382px;
    width: 440px;
    margin: 20px auto;
}
.info-box-imgs{
    height: 386px;
    width: 850px;
    margin: 20px auto;
}
.info-box-imgs img{
    height: 100%;
    width: 100%;
}
.info-table-img{
    width: 380px;
    margin: 20px auto;
}
.info-table-img img{
    width: 100%;
}
.info-box-img img{
    width: 100%;
    height: 100%;
}
.goto{
    display: inline-block;
    width: 88px;
    height: 30px;
    background: #1881cc;
    text-align: center;
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
    position: absolute;
    bottom: 21px;
    right: 21px;
}
.goto:hover{
    color: #fff;
    background: #1994ec;
}
.gotos{
    bottom: 10px;
}
.text-info-title{
    font-size:18px;
    font-weight:bold;
    color:rgba(34,34,34,1);
    line-height:24px;
    text-align: center;
}
.right-items{
    height: 100%;
}
.text-info-box{
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:30px;
    letter-spacing: 1.5px;
    width: 350px;
    margin: 28px auto;
}
.text-son{
    width: 848px;
}
.text{
    height: 100%;
    display: flex;
}
.text img {
    max-width: 100%!important;
}
.text * {
    word-break: break-all;
}
.right .title{
    color: #1881cc;
    font-size:16px;
    font-weight:bold;
    margin-top: 38px;
    line-height: 24px;
}
.feature{
    position: relative;
    min-height: 400px;
    background-color: #ffffff;
    padding-bottom: 80px;
    padding-top: 20px;
}
.feature-bg-box {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    background: url("../images/home/background.png") repeat center center;
}
.feature-content-wrap {
    position: relative;
    z-index: 1;
}
.feature-bg{
    width: 100%;
    margin-bottom: 159px;
    box-sizing: border-box;
}
.feature-content{
    width: 1200px;
    margin: auto;
    padding-top: 56px;
    box-sizing: border-box;
}
.feature-title{
    font-size:30px;
    font-weight:bold;
    color:rgba(34,34,34,1);
    line-height:36px;
    margin-bottom: 40px;
}
.tab-nav {
    margin-left: 6px;
    display: inline-block;
    vertical-align: top;
    width: 166px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #ffffff !important;
    font-size: 20px;
    border-radius:10px 10px 0px 0px;
    cursor: pointer;
}
.tab-nav.active {
    border-bottom: 0 !important;
}
.tab-nav:first-child {
    margin-left: 0;
}
.tab-seat{
    width: 100%;
    height: 10px;
    border-radius:0px 10px 0px 0px;
}
.tab-content{
    width:100%;
    padding: 50px;
    box-sizing: border-box;
    font-size:14px;
    position: relative;
    font-weight:400;
    color:rgba(34,34,34,1);
    line-height:24px;
    background:rgba(229,229,229,.77);
}
.tab-content img {
    max-width: 100%!important;
}


.program{
    width: 100%;
    margin-top: 50px;
}
.program-content{
    width: 1200px;
    margin: auto;
    padding: 63px 0;
    box-sizing: border-box;
}
.program-content .title{
    font-size:30px;
    font-weight:bold;
    color:rgba(34,34,34,1);
    margin-bottom: 40px;
    line-height:36px;
}

.banner-container {
    width: 1200px;
    height: 380px;
    margin: auto;
}
.banner-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-left{
    width: 686px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 57px 160px 0px 67px;
    box-sizing: border-box;
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:36px;
    background: url("../images/service/left-bg.png") no-repeat center;
    background-size: cover;
    height: 284px;
}
.swiper-right{
    width: 598px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    height: 268px;
}
.swiper-right-content{
    position: absolute;
    width: 598px;
    height: 248px;
    box-sizing: border-box;
    padding: 55px;
    left: -5px;
    border-top: 5px solid #fff !important;
    border-left: 5px solid #ffffff !important;
    top:-5px;
}
.swiper-tip{
    position: absolute;
    top: -73px;
    right: 9px;
    z-index: 99;
    width: 178px;
    height: 103px;
}
.swiper-tip img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper-line{
    margin-bottom: 10px;
}
.swiper-icon{
    width: 16px;
    height: 16px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
.swiper-icon img{
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.swiper-line .name{
    display: inline-block;
    vertical-align: middle;
    font-size:18px;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.swiper-pagination-bullet{
    display: inline-block;
    vertical-align: top;
    width:12px;
    height:12px;
    background:rgba(103,180,100,1);
    opacity: 0.4;
    border-radius: 0;
}
.swiper-pagination-bullet-active{
    opacity: 1;
}
.swiper-pagination{
    z-index: 99;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.swiper-pagination span {
    margin-left: 10px;
}
.default2{
    border-color:#66B561 ;
    color: #66B561;

}
.default3{
    border-color:#F39632 ;
    color: #F39632;
}
.active1{
    background-color:#E9328D;
    border-color:#E9328D;
    color: #ffffff;
}
.active2{
    background-color:#F59631;
    border-color:#F59631;
    color: #ffffff;
}
.active3{
    background-color:#67B464;
    border-color:#67B464;
    color: #ffffff;
}
.active4{
    background-color:#1881CC;
    border-color:#1881CC;
    color: #ffffff;
}











.item-1 {
    display: block;
    background: url(../images/service/2y.png) no-repeat center;
    background-size: 90px 90px;
}
.item-2 {
    display: block;
    background: url(../images/service/2-6y.png) no-repeat center;
    background-size: 90px 90px;
}
.item-3 {
    display: block;
    background: url(../images/service/6y.png) no-repeat center;
    background-size: 90px 90px;
}
.head-active .item-1 {
    background: url(../images/service/2y-true.png) no-repeat center;
    background-size: 90px 90px;
}
.head-active .item-bg-1 {
    background-color: #E9328D;
    color: #ffffff;
    border-color:#E9328D;
}
.head-active .item-2 {
    background: url(../images/service/2-6y-true.png) no-repeat center;
    background-size: 90px 90px;
}
.head-active .item-bg-2 {
    background-color:#66B561;
    border-color:#66B561 ;
    color: #ffffff;
}
.head-active .item-3 {
    background: url(../images/service/6y-true.png) no-repeat center;
    background-size: 90px 90px;
}
.head-active .item-bg-3 {
    background-color: #F39632;
    color: #ffffff;
    border-color:#F39632;
}
.top-tab-1 li {
    border: 2px solid rgba(233,50,141,1);
    color: rgba(233,50,141,1);
}
.top-tab-1 li.active {
    background: rgba(233,50,141,1);
    color: #ffffff;
}
.top-tab-2 li {
    border: 2px solid #67B464;
    color: #67B464;
}
.top-tab-2 li.active {
    background: #67B464;
    color: #ffffff;
}
.top-tab-3 li {
    border: 2px solid #F39632;
    color: #F39632;
}
.top-tab-3 li.active {
    background: #F39632;
    color: #ffffff;
}
