﻿#banner{
    display:block;
    margin:0 auto;
    width: 100%;
    height:360px;
    background:url("../images/service.jpg") #1E2225 center no-repeat ;
}

#content{
    width:1201px;
    margin:0px auto;
    padding:30px 0px;
}

.fee{
    min-height:auto!important;
}

#content h3{
    border-left:4px solid #26ad60;
    font-size:20px;
    text-indent: 30px;
    letter-spacing: 15px;
    margin:20px 0px;
    font-weight:bolder;
}

#content p{
    font-size:16px;
    color:#818588;
}

#content .title{
    color:#333;
    font-size:23px;
    margin-bottom:40px;
    border-bottom:1px dashed #d1d1d1;
}
#content ul li{
    width:239px;
    min-height:225px;
    float:left;
    cursor:pointer;
    border-right:1px solid #e1e1e1;
}
#content ul li:hover{
    box-shadow:6px 5px 30px -2px #f35d35;
    cursor:default;
    border:1px solid #F35D35;
}

#content ul li .more{
    color:#eee;
    margin-bottom:15px;
}
#content ul li .more p{
    font-size:12px;
    line-height: 20px;
    text-align:center;
}
#content ul li:last-child{
    margin-right:0px;
    background:#f35d35;
    color:#fff!important;
}
#content ul li:last-child .title{
    color:#fff!important;
}
#content ul li:last-child p{
    color:#fff!important;
}
#content ul li:last-child .rage{
    color:#fff!important;
}
#content ul li:last-child .pay{
    background:#fff!important;
    color:#f35d35!important;
    box-shadow:1px 2px 5px #fff;
}
#content ul li .title{
    font-size:16px;
    font-weight:bolder;
    width:200px;
    margin:0 auto;
    text-align:center;
    height:57px;
    line-height:57px;
    border-bottom:1px dashed #e0e0e0;
}
#content ul li .rage{
    font-size:39px;
    font-weight:bold;
    text-align:center;
    height:110px;
    line-height:110px;
}
#content ul li .pay{
    width:145px;
    height:42px;
    margin:0 auto;
    background:#f35d35;
    color:#fff;
    display:block;
    text-align:center;
    border-radius:5px;
    line-height:42px;
    font-size:16px;
    margin-bottom:15px;
    box-shadow:1px 2px 5px #f35d35;
}
#content .tc{
    width:1201px;
    margin:0 auto;
    height:340px;
    box-shadow: 0px 0px 30px 0px #e5e5e5;
}