
#userService{
    width:750px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

#userService .menu_list{
    width:100%;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 24px;
    color:#fff;
    position: relative;
    border-bottom: 30px solid #f1f0f4;
}
#userService .menu_list a{
    display: inline-block;
    height: 86px;padding:0 10px;
    margin:0 20px;
    border-bottom: 4px solid transparent;
    -webkit-transition:all 200ms ease-out;
    -moz-transition:all 200ms ease-out;
    -ms-transition:all 200ms ease-out;
    -o-transition:all 200ms ease-out;
    transition:all 200ms ease-out;
}
#userService .menu_list .on{
    border-bottom: 4px solid #0d9aeb;
}
.guide_list{
    width:582px;height: 228px;
    border:1px solid #ccc;
    margin:18px auto;
    border-radius: 12px;
}
.top{
    margin:60px auto 18px;
}
.guide_list img{
    float: left;
    margin: 48px 0 0 68px;
}
.guide_list .text{
    float: left;
    margin: 70px 0 0 18px;
}
.guide_list .text h3{
    font-size: 30px;
    font-weight: bold;
    color:#3e3e3e;
}
.guide_list .text p{
    font-size: 22px;
    color:#3e3e3e;
    margin:8px 0;
}
.text_box{
    padding:50px 40px;
    width:670px;
}
.text_box p{
    font-size: 24px;
    color:#3e3e3e;
    margin-bottom:60px;
    line-height: 50px;
}
.control{
    padding:40px 40px;
    width:670px;
}
.control h3{
    font-size: 34px;
    height: 57px;
    color:#3e3e3e;
    border-bottom: 2px solid #939393;
    margin: 18px 0;
}
.control p{
    font-size: 24px;
    color:#3e3e3e;
    margin-bottom:20px;
    line-height: 50px;
}
.control .yellow{
    color:#0d9aeb;
}
.control .box{
    width:100%;
    overflow: hidden;
    margin:25px 0 42px;
}
.control .box .list1{
    width:112px;
    height: 56px;
    border:2px solid #0d9aeb;
    border-radius: 6px;color:#0d9aeb;
    float: left;font-size: 22px;
    text-align: center;
    line-height: 56px;
    padding:25px 17px;
}
.control .box .list2{
    width:90px;
    height: 112px;
    color:#0d9aeb;
    float: left;font-size: 16px;
    text-align: center;
    line-height: 58px;
    background: url('../images/common/arrow2.png') center no-repeat;
    margin:0 10px;
}
.control .box .line_h0{
    line-height: 26px;
}
.control p span{
    color:#3e3e3e;
}