.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;
}
/*工商服务*/
.gsfw_box {
    height: 400px;
    border: 1px solid #ededed;
    display: flex;
    flex-direction: row;
    border-right: 0;
    border-bottom: 0;
    /*margin-bottom: 20px;*/
}
.gsfw_left {
    background-size: cover;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    width: 250px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*background: url(../imgs/1F.jpg) no-repeat;*/
    background-size:100% 100%;
}

.gsfw_left h3 {
    color: #fff;
    font-size: 30px;
    margin-top: 55px;
    margin-bottom: 10px;
    font-weight: normal;
}
.gsfw_left p {
    color: #fff;
    background: rgba(255, 255, 255, .3);
    border-radius: 20px;
    padding: 6px 40px;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 25px;
}
.gsfw_left a {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: rgba(255, 255, 255, .5);
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    color: #03a1c4;
}
.gsfw_right {
    width: 950px;
    display: flex;
    flex-direction: row;
}
.gsfw_right .first {
    width: 300px;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 25px;
    cursor: pointer;
}
.gsfw_right .first strong {
    font-size: 24px;
    color: #555555;
    display: block;
    margin-top: 20px;
}
.gsfw_right .first p.ms {
    font-size: 14px;
    color: #888888;
    margin-top: 10px;
    margin-bottom: 10px;
}
.chanpin1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.gsfw_right .first p.money {
    font-size: 16px;
    color: #FF4351;
    font-weight: 600;
}
.gsfw_right .first img {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 250px;
    height: 182px;
}
.gsfw_list {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 650px;
}
.gsfw_list li {
    width: 33.3%;
    height: 50%;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
}
.gsfw_list li img {
    /*width: 68px;*/
    height: 68px;
    margin-top: 20px;
}
.gsfw_list li p.name {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.gsfw_list li p.ms {
    font-size: 14px;
    /*line-height: 30px;*/
    /*height: 30px;*/
    color: #888;
    text-align: center;
    width: 90%;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}