#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;
}