.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.money {
    font-size: 16px;
    color: #FF4351;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}
.height20{
    width: 100%;
    height: 40px;
    background: #ffffff;
}
/*热门服务*/
.hot_box {
    display: flex;
    flex-direction: row;
    height: 188px;
    margin-bottom: 40px;
    justify-content: space-between;
    margin-top: 39px;
}
.hot_left {
    background: url(../imgs/rmfw.png) no-repeat;
    background-size: cover;
    width: 75px;
}
.hot_left p {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    writing-mode: vertical-lr;
    letter-spacing: 10px;
    width: 100%;
    height: 95%;
    line-height: 300%;
    text-align: center;
}
.hot_list {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1070px;
}

.hot_list li {
    position: relative;
    width: 345px;
    height: 100%;
    box-sizing: border-box;
    padding: 15px 25px;
}
.hot_list li:nth-child(1) {
    background: url(../imgs/hot1.jpg) no-repeat;
    background-size: cover;
}
.hot_list li:nth-child(2) {
    background: url(../imgs/hot2.jpg) no-repeat;
    background-size: cover;
}
.hot_list li:nth-child(3) {
    background: url(../imgs/hot3.jpg) no-repeat;
    background-size: cover;
}
.hot_list li strong {
    color: #FFFFFF;
    font-size: 24px;
}
.hot_list li p {
    font-size: 18px;
    font-weight: bolder;
    color: #FFE720;
    margin-bottom: 15px;
    margin-top: 15px;
}
.hot_list li a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 14px;
}

/*
必备服务文章
*/
#index_item .content .wei li.li1 .articles{
    position: absolute;
    left: 0px;
    bottom: 25px;
    width: 1000px;
    height: 20px;
}
#index_item .content .wei li.li1 .articles a,#index_item .content .wei li.li1 .articles span{
    display: inline-block;
    width: 22%;
    text-align: left;
    color: #333;
    overflow: hidden;
    height: 40px;
}
#index_item .content .wei li.li1 .articles span{
    text-align: right;
    width: 10%;
}