.advantage{
    position: relative;
    width:788px;
    background:rgba(255,255,255,1);
    box-shadow:0 0 15px 0 rgba(0,0,0,0.1);
    margin-top: 30px;
}
.advantage ul:before{
    display: block;
    content: '';
    clear: both;
}
.advantage ul:after{
    display: block;
    content: '';
    clear: both;
}
.advantage .nav{
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);
}
.nav li{
    position: relative;
    float: left;
    margin: 0 20px;
}
.nav li.active:after{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #0B367A;
}
.nav li a{
    font-size: 16px;
    color: #666;
}
.nav li.active a{
    color: #0B367A;
}
.advantage .wrap{
    box-sizing: border-box;
    padding: 28px 22px 22px;
}
.advantage .wrap .label{
    position: relative;
    margin: 0 0 30px 0;
    height: 24px;
    padding: 0 0 0 16px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.advantage .wrap .label:before{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 6px;
    height: 100%;
    background-color: #0B367A;
    border-radius: 3px;
}
#steps{
    margin: 0;
}
#steps li{
    position: relative;
    float: left;
    width: 100px;
    height: 92px;
    padding: 0 110px 0 0;
}
#steps li:after{
    position: absolute;
    top: 18px;
    right: 35px;
    content: '';
    display: block;
    width: 44px;
    height: 24px;
    background-image: url(/img/arrow-right.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#steps li:last-child{
    padding: 0;
}
#steps li:last-child:after{
    display: none;
}
#steps li img{
    margin: 0 auto;
    width: 60px;
}
#steps li span{
    margin: 11px 0 0;
    text-align: center;
    color: #333;
    font-size: 16px;
    display: block;
}
#rules{
    margin: 49px 0 0;
}
#rules li{
    position: relative;
    color: #fff;
    font-size: 14px;
}
#rules li:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
}
#rules li>span{
    color: #666;
    font-size: 16px;
}
#system{
    margin: 49px 0 0;
}
#home_servicesystem {
    height: 200px;
    width: 100%;
    margin: 0 auto 20px;
}

#home_servicesystem .system {
    width: 100%;
    height: 50px;
}

#home_servicesystem .system .title {
    width: 1190px;
    color: #333;
    font-size: 22px;
    margin: 0 auto;
    font-weight: bold;
}

#home_servicesystem .systemContent {
    width: 100%;
    background: #FFF;
}

#home_servicesystem .content {
    max-width: 1188px;
    margin: 0 auto;
    margin: 0 auto;
    padding-top: 30px;
    height: 100px;
    color: #6d6d6d;
    border: solid 1px #e5e5e5;
}

#home_servicesystem .content a {
    color: #333;
    float: left;
    font-size: 17px;
    width: 33%;
    display: inline-block;
}

#home_servicesystem .content>a span {
    clear: both;
    display: block;
    font-size: 14px;
    color: #666;
    margin-left: 99px;
}

#home_servicesystem .content>a span:nth-child(2){
    margin-top: 18px;
}

#home_servicesystem .content .trade {
    background: url(/img/home_servicesystem_01.jpg) no-repeat 40px 0;
}

#home_servicesystem .content .rule {
    background: url(/img/home_servicesystem_02.jpg) no-repeat 40px 0;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

#home_servicesystem .content .safe {
    background: url(/img/home_servicesystem_03.jpg) no-repeat 40px 0;
}

#home_servicesystem .content .trade:hover {
    background: url(/img/home_servicesystem_01_h.jpg) no-repeat 40px 0;
    color: #ffbe22;
}
#home_servicesystem .content>a:hover span {
    color: #ffbe22;
}
#home_servicesystem .content .rule:hover {
    background: url(/img/home_servicesystem_02_h.jpg) no-repeat 40px 0;
    color: #ffbe22;
}

#home_servicesystem .content .safe:hover {
    background: url(/img/home_servicesystem_03_h.jpg) no-repeat 40px 0;
    color: #ffbe22;
}

#home_servicesystem .content .tit {
    font-weight: normal;
    font-size: 22px;
}