* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.provide-box-item-desc li::marker{
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
}
.section-title{
    font-size: 32px;
    line-height: 32px;
    text-align: center;
}

.section-slogan{
    font-size: 14px;
    line-height: 24px;
    opacity: 0.75;
    text-align: center;
}


/* success start */
.success-tabbar-container{
    background: #F7F7F7;
}

.success-tabbar{
    position: sticky;
    top: 0;
    background-color: #F7F7F7;
    z-index: 9999;
}
.success-tabbar >div {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
}
.success-tabbar a:hover,
.success-tabbar a:focus {
    border: 0;
    color: #303030;
}

.success-box{
    width: 100%;
    height: 597px;
    background: url(../image/success-system/success-bg.png) no-repeat center;
}

.success-content{
    width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    display: none;
}

.success-content.success-content-show{
    display: flex;
}

.success-tabbar-item{
    font-size: 16px;
    color: #303030;
    height: 60px;
    line-height: 60px;
    margin-right: 60px;
    cursor: pointer;
}

.success-tabbar-item.tab-item-active::after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    margin-top: -3px;
    background: #2386EE;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
    0px 4px 6px 0px rgba(35, 134, 238, 0.23);
}

.success-content-left{
    width: 636px;
    text-align: justify;
}

.success-content-title{
    font-size: 36px;
    color: #061828;
    font-weight: 500;
    margin-bottom: 23px;
}

.success-content-title img{
    margin-left: 8px;
}

.success-content-slogan{
    font-size: 14px;
    font-weight: 300;
    color: #0D0A26;
    line-height: 24px;
    opacity: 0.75;
}
/* success end */

/* system start */
.system{
   background: #FAFAFA;
   width: 100%;
   height: 630px;
}

.system-title{
    font-weight: 500;
    color: #071928;
    padding-top: 80px;
}

.system-slogan{
    font-weight: 300;
    color: #0E0A27;
    padding-top: 25px;
}

.system-box{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 380px;
    padding-top: 66px;
}

.system-box-item{
    width: 393px;
    height: 244px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.system-box-item:nth-child(2n){
    margin-left: 10px;
    margin-right: 10px;
}

.system-box-item-title{
    font-size: 24px;
    font-weight: 500;
    color: #0E0A27;
    line-height: 24px;
    margin: 30px auto 10px;
}

.system-box-item-slogan{
    font-size: 16px;
    font-weight: 500;
    color: #0E0A27;
    line-height: 16px;
    opacity: 0.75;
}

.system-box-item-desc{
    font-size: 14px;
    font-weight: 300;
    color: #0E0A27;
    line-height: 24px;
    opacity: 0.75;
    margin: 35px 35px 0;
    text-align: justify;
    display: none;
}

.system-box-item:hover{
    height: 314px;
    background: #FFFFFF;
    box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.2),
     1px 4px 40px 0px rgba(0, 0, 0, 0.07);
}

.system-box-item:hover img{
    display: none;
}

.system-box-item:hover .system-box-item-desc{
    display: block;
}

.system-box-item:hover .system-box-item-title{
    color: #0086F2;
    margin: 0px auto 15px;
}

/* system end */

/* provide start */
.provide-title{
    margin: 98px auto 38px;
}

.provide-box{
    padding-top:88px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 542px;
}

.provide-box-item{
    width: 393px;
    height: 264px;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.provide-box-item:nth-child(2n){
    margin-left: 10px;
    margin-right: 10px;
}

.provide-box-item-title{
    font-size: 20px;
    font-weight: 500;
    color: #071928;
    line-height: 20px;
    margin-top: 22px;
}

.provide-box-item-slogan{
    font-size: 14px;
    font-weight: 400;
    color: #071928;
    line-height: 28px;
    opacity: 0.75;
    padding: 10px 40px 0;
    text-align: justify;
}

.provide-box-item:hover{
    height: 324px;
    background: #FFFFFF;
    box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.2), 
    1px 4px 40px 0px rgba(0, 0, 0, 0.07);
}

.provide-box-item:first-child:hover {
    height: 400px;
}

.provide-box-item:hover img{
    display: none;
}

.provide-box-item-desc{
    font-size: 14px;
    color: #071928;
    line-height: 21px;
    opacity: 0.75;
    text-align: justify;
    padding: 0 30px 0 58px;
    display: none;
}

.provide-box-item-desc li{
    padding-bottom: 7px;
}

.provide-box-item-desc li::marker{
    content: '•';
}

.provide-box-item-desc span:first-child{
    font-weight: bold;
}

.provide-box-item:hover .provide-box-item-desc{
    display: block;
}

.provide-box-item:hover .provide-box-item-title{
    color: #1982F0;
    padding: 0;
}

.provide-box-item:hover .provide-box-item-slogan{
    padding: 10px 40px 8px;
}
.container {
    position: relative;
    /* width: 62.5%; */
    width: 1200px;
    height: 100%;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* provide end */

@media only screen and (max-width: 1440px) {
    .container{width: 1170px;}
}

@media only screen and (max-width: 1024px) {
    .container {width: 970px;}
    .success-tabbar > div { width: 84%; margin: 0 auto;}
    .success-content.success-content-show{ width: 84%;}
    .success-content-left{ width: 45%;}
    .success-content-right{ width: 45%;}
    .success-content-right img{ width: 100%;}
    .system-box{ width: 84%;}
    .provide img{ max-width: 100%;}

}

@media only screen and (max-width: 540px) {
    .container {width: 100%;}
    .success-tabbar-item{ margin-right: 6vw;}
    .success-content-left, .success-content-right{ width: 100%;}
    .success-content.success-content-show{ display: block;}
    .success-content-title{ font-size: 5vw; font-weight: bold; line-height: 10vw;}
    .success-content-title img{ height: 10vw; vertical-align: middle;}
    .success-box{ height: auto; background-size: cover; padding: 10vw 0;}
    .success-content-right{ margin-top: 5vw;}
    .section-title{ font-size: 5vw; font-weight: bold; padding: 0 4vw; line-height: 8vw;}
    .section-slogan{ font-size: 3.6vw; padding: 0 4vw; line-height: 6vw;}
    .system-box-item-title{ font-size: 4vw;}
    .system-box{ height: auto; padding: 8vw 0; width: 94%;}
    .system{ height: auto;}
    .system-box-item-slogan{ text-align: center;}
    .provide-title{ margin: 13vw auto 5.3vw;}
    .provide-box-item-slogan{ display: none;}
    .provide-box-item{ width: 33.3%; height: 140px;}
    .provide-box-item-title{ font-size: 3.8vw; padding: 0 4vw; text-align: center; height: 40px;}
    .provide-box{ padding-top: 10vw; height: auto;}

    .system-box-item-slogan{ font-size: 3vw;}
    .system-box-item img{ height: 12vw;}
    .system-box-item{ width: 33%; height: 50vw;}
    .system-box-item-title{ margin-top: 4vw;}
    
    .provide-box-item img{ height: 12vw;}
}