@charset "UTF-8";

body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: url("../images/body-bg.jpg") no-repeat center;
    background-size: cover;
}

.section {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.enter {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.enter ul {
    display: flex;
    justify-content: center;
}

.enter ul li {
    margin: 0 18px;
}

.enter ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 233px;
    height: 254px;
    background: url("../images/border.png") no-repeat;
    background-size: 100% 100%;
}

.enter ul li p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 77px;
    height: 77px;
    background: linear-gradient(175deg, #AD1214 0%, #BE1D19 100%);
    border-radius: 16px;
    border: 1px solid #fff;
}

.enter ul li h2 {
    color: #000;
    font-size: 22px;
    margin: 1em 0;
}

.enter ul li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 37px;
    font-size: 15px;
    background: linear-gradient(180deg, #FEE9E9 0%, #FFE9D4 100%);
    border-radius: 27px;
    border: 1px solid #fff;
}

.enter ul li span img {
    margin-left: 10px;
}

.enter ul li a:hover {
    transform: translateY(-20px);
}

.enter ul li a:hover h2 {
    color: var(--varColor);
}

.enter ul li a:hover p img {
    transform: rotateY(180deg);
}

/*搜索*/
.search form {
    position: relative;
    display: flex;
}

.search input[type="text"] {
    width: 250px;
    height: 32px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
}

.search input[type="submit"] {
    width: 90px;
    height: 32px;
    /*margin-left: 20px;*/
    color: #fff;
    padding-left: 30px;
    background: var(--varColor) url("../images/search.png") no-repeat left 20px center;
    background-size: 16px;
    cursor: pointer;
}

.search input[type="text"]::placeholder {
    color: #999;
}

/*主体*/
.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 10px 0;
    overflow: hidden;
}

.title h2 a {
    color: #000;
    font-size: 18px;
}

/*受理统计*/
.statistics {
    width: 28.33%;
}

.statistics .box {
    color: #fff;
    height: 164px;
    background: var(--varColor);
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
}

.statistics .box .flex h3 {
    font-size: 18px;
}

.statistics .box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.statistics .box ul li {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 48.5%;
    /*height: 40px;*/
    margin: 5px 0;
    padding: 50px 15px 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.12) url("../images/01.png") no-repeat left 5px top 10px;
    background-size: 40px;
}

.statistics .box ul li:nth-of-type(2) {
    background-image: url("../images/02.png");
}

/*.statistics .box ul li:nth-of-type(3) {*/
/*    background-image: url("../images/03.png");*/
/*}*/

/*.statistics .box ul li:nth-of-type(4) {*/
/*    background-image: url("../images/04.png");*/
/*}*/

.statistics .box ul li span {
    font-size: 24px;
    font-family: 'D-DIN-PRO-Bold';
}

.statistics .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    height: 74px;
    background: url("../images/tel-bg.png") no-repeat center;
    background-size: cover;
    border-radius: 8px;
}

/*留言反馈*/
.consult {
    width: 70%;
    height: 250px;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.86);
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.context .head {
    display: flex;
    padding-bottom: 5px;
    box-shadow: 0 1px 0 0 #AE0915;
}

.context .head span {
    font-weight: bold;
}

.context .head span, .infoList li span {
    display: block;
    text-align: center;
    padding: 0 15px;
    overflow: hidden;
}

.flex1 {
    flex: 1;
    overflow: hidden;
}

.context .bd {
    margin-top: 10px;
    height: 154px;
    overflow: hidden;
}

.infoList li {
    display: flex;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #E8E8E8;
}

.infoList li span.flex1 {
    text-align: left;
}
