html {
    background-color: #fafafa;
}

.banner {
    width: 100%;
    height: 2rem;
}

.contentBox {

}

.contentBox .content {
    width: 85%;
    margin: 0 auto;
    /* background-color: yellowgreen; */
}

.contentBox .content .box{
    width: 6.3158rem;
    /* height: 4.3684rem; */
    margin: 0 auto;
    background-color: #fff;
    padding-top: .3158rem;
}

.contentBox .content .box .boxTop {
    background-color: #FAFAFA;
    width: 5.8368rem;
    height: 1.1579rem;
    padding-left: .3158rem;
    transition: .5s;
    margin: 0 auto;
    overflow: hidden;
}

.contentBox .content .box .boxTop:hover {
    background-color: #00458d;
    color: #fff;
}

.box .boxTop:hover p:nth-of-type(1) {
    color: #fff;
}


.contentBox .content .box .boxTop p {
    font-size: .0947rem;
    line-height: .1579rem;
    font-weight: 300;
}

.box .boxTop p:nth-of-type(1) {
    font-size: .1053rem !important;
    display: flex;
    justify-content: center;
    color: #00458d;
    margin-top: .2105rem;
    margin-bottom: .1053rem;
    font-weight: bold;
    transition: .5s;
    font-weight: 800 !important;
}

.box .boxBottom {
    width: 5.5368rem;
    /* height: 3.1579rem; */
    margin: .3684rem auto 0;
    padding-bottom: 0.1rem;
}

.box .boxBottom p {
    font-size: .1474rem;
    margin-bottom: .1579rem;
    font-weight: 800;
    font-style: italic;
}

.box .boxBottom .input {
    display: flex;
    justify-content: space-between;
    margin-bottom: .1579rem;
}

.box .boxBottom .input input {
    display: block;
    width: 2.6053rem;
    height: .1842rem;
    background-color: transparent;
    border: 1px solid #666;
    text-indent: .0684rem;
}

.box .boxBottom .input input:focus {
    outline: none
}

.boxBottom .input:nth-of-type(3) textarea {
    width: 100%;
    height: .6316rem;
    background-color: transparent;
    font-size: 14px;
    text-indent: .0684rem;
    padding-top: .0526rem;
    resize: none;
}

.boxBottom .input:nth-of-type(3) textarea:focus {
    outline: none;
}

.boxBottom .input:nth-of-type(4) span {
    display: block;
    width: .6316rem;
    height: .1947rem;
    margin-right: 1.9474rem;
    cursor: pointer;
}

.boxBottom .btn {
    display: flex;
}

.boxBottom .btn input {
    border: none;
    width: 138px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 15px;
    cursor: pointer;
    background-color: #00458d;
}

.boxBottom p:last-child{
    font-size: 23px;
    color: #00458d;
    margin-top: .1579rem;
    font-style: normal;
    font-weight: normal;
}

.content .map {
    width: 6.3158rem;
    height: 2.8421rem;
    margin: .1579rem auto 0;
    padding: .0789rem;
    background-color: #fff;
    margin-bottom: .2632rem;
}

.content .map div {
    width: 100%;
    height: 100%;
}

.contentBox .content .box .boxTop p {
    display: flex;
    height: 25px;
    margin-bottom: 20px;
}

.contentBox .content .box .boxTop p>img{
    display: inline;
    width: 25px;
}

.contentBox .content .box .boxTop p>span {
    height: 25px;
    margin-left: 15px;
}