* {
    font-family: Microsoft YaHei;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* a{
      color: black;
  } */
input {
    border: none;
}

section {
    width: 100%;
    height: 534px;
    background-image: url("../../images/csfanglue.com/header05.png");
    background-repeat: no-repeat;
    background-size: 1920px 534px;
    background-position: center center;
}

section p {
    display: block;
    width: 1100px;
    margin: 0 auto;
    text-align: left;
}

section .title {
    font-size: 48px;
    font-family: Source Han Sans CN;
    color: #FFFFFF;
    padding: 170px 0 30px 0;
}

section .min-title {
    font-size: 24px;
    font-family: Source Han Sans CN;
    color: #FFFFFF;
    opacity: 0.8;
}

.tab_li {
    width: 1200px;
    height: 91px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.tab_li>li {
    height: 32px;
    line-height: 32px;
    padding-left: 11px;
    padding-right: 11px;
    background: #DDEBFF;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #1E5AAB;
}

.detail {
    margin: 40px auto;
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.detail>.name {
    width: 218px;
    height: 280px;
    margin: 20px;
    padding: 20px;
    text-align: center;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
}

.name>img {
    width: 190px;
    height: 100px;
}

.name>p:nth-child(2) {
    height: 47px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 47px;
}

.name>p:nth-child(3) {
    width: 221px;
    margin: 0 auto;
    text-align: left;
    height: 37px;
    font-size: 12px;
    font-weight: 400;
    color: #777777;
    line-height: 24px;
}

.name>p:last-child {
    position: absolute;
    bottom: 0;
    left: 30.5px;
    height: 47px;
    font-size: 12px;
    font-weight: 400;
    color: #1E5AAB;
    line-height: 47px;
}

.parking_city {
    background-color: palegoldenrod;
}

.web {
    background-color: palevioletred;
}

.slove_business {
    background-color: pink;
}

.number {
    background-color: springgreen;
}

.CRM {
    background-color: sienna;

}

.side {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 90px;
}

.side>ul {
    width: 244px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side>ul>li {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #E9E9E9;
    margin-right: 4px;
}

.side>ul>li:last-child {
    width: 84px;
    height: 32px;
    text-align: center;
    border: 1px solid #E9E9E9;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1E1F21;
}

.active {
    width: 32px;
    height: 32px;
    background: #1D4780;
    color: white;
}