.bx-title {
    width: 100%;
    background: url("../images/title_bj.png")no-repeat right center;
    /* background-size: 100%; */
    color: #fff;
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
}

.bx-title h2 {
    font-size: 24px;
    /* font-weight: 100; */
}

.bx-title p {
    font-size: 16px;
    margin-top: .1rem;
}

.jishu-cont {
    width: 100%;
    overflow: hidden;
    background-color: #387d7f;
}

.jishu-cont:nth-child(odd) dl {
    float: left;
}

.jishu-cont:nth-child(even) dl {
    float: right;
}

.jishu-cont dl {
    width: 50%;
    height: 2.68rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    text-align: center;
}

.jishu-cont dl a {
    color: #fff;
}

.jishu-cont dl dt {
    font-size: 16px;
    margin-bottom: 10px;
    width: 90%;
	color:#fff;
}

@media screen and (max-width:375px) {
    .jishu-cont dl dt {
        font-size: 16px;
    }
}

.jishu-cont dl dd {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    width: 90%;
    color: #fff;
}

.jishu-cont dl dd span {
    color: red;
}

.jishu-cont img {
    width: 50%;
}

.bx-guahao {
    margin-top: .3rem;
}

.guahao-form {
    background-color: #efefef;
    width: 100%;
    overflow: hidden;
}

.guahao-form form {
    width: 4.9rem;
    min-width: 3rem;
    margin: .3rem auto;
    font-size: 14px;
}

.guahao-form form input[type=text],
.guahao-form form input[type=date] {
    width: 3.4rem;
    height: 20px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
}

.guahao-form form div:nth-child(1),
.guahao-form form div:nth-child(3),
.guahao-form form div:nth-child(4) {
    height: 30px;
}

.guahao-form form div {
    margin-top: 10px;
}

.guahao-form form input[type=date] {
    width: 3.3rem;
}

.guahao-form form select {
    width: 3.4rem;
    height: 24px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
}

.guahao-form form div:nth-child(8) span {
    color: red;
}

.guahao-form form textarea {
    width: 100%;
    resize: none;
    outline: none;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    margin-top: 10px;
}

.guahao-form form>input {
    width: 1.97rem;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    text-align: left;
    text-indent: .3rem;
    margin: 20px auto;
}

.guahao-form form>input:nth-child(9) {
    background: url("../images/cz.png")no-repeat 1.3rem center;
    background-size: .3rem;
    background-color: #ac947e;
    margin-left: .3rem;
}

.guahao-form form>input:nth-child(10) {
    background: url("../images/tj.png")no-repeat 1.3rem center;
    background-size: .3rem;
    background-color: #387d7f;
    margin-left: .4rem;
}

footer {
    margin-top: 0;
}