.banner img { width: 100%; min-width: 1200px; }
.lxlx-from{
    width:1200px;
    margin:20px auto;
    background-color: white;
    display: flex;
}
.lxlx-input{
    display: flex;
    flex: 1;
    padding-right: 1.3rem;
}
.lxlx-input input{
    text-indent: 0.5rem;
    height: 40px;
    margin-left: 0.8rem;
    background: none;
    border-radius: 0rem;
    flex: 1;
    margin-top: 0.85rem;
    font-size: 0.5rem;
    border: 0.025rem solid rgba(229, 229, 229, 1);
}
.lxlx-input input::-webkit-input-placeholder{
    font-size: 0.5rem;
}
.lxlx-btn{
    width: 9rem;
    height: 40px;
    background-color: rgba(226, 51, 51, 1);
    display: flex;
    margin-top: 0.85rem;
}
.lxlx-btn div{
    width: 0.75rem;
    margin-left: 1.925rem;
    line-height: 40px;
    text-align: center;
}
.lxlx-btn div img{
    width: 100%;
}
.lxlx-btn span{
    flex: 1;
    color: white;
    font-size: 0.5rem;
    line-height: 40px;
    margin-left: 0.5rem;
}
.school-info{
    margin: 0rem 5rem;
    background-color: white;
    display: flex;
    padding-bottom: 1.25rem;
    overflow: hidden;
}
.school-info a{
    flex: 1;
    text-align: center;
}
.school-info a .scholl-icon{
    width: 3rem;
    margin: 0 auto;
    height: 3rem;
    border: 0.025rem solid rgba(229, 229, 229, 1);
    border-radius: 50%;
    margin-top: 1.25rem;
    line-height: 3rem;
    transition-duration:0.5s;
   /* Firefox 4 */
    -moz-transition-duration:0.5s;
   /* Safari and Chrome */
    -webkit-transition-duration:0.5s;
   /* Opera */
    -o-transition-duration:0.5s;
}
.school-info a .scholl-icon img{
    width: 0.75rem;
}
.school-info a .scholl-icon:hover{
    background-color: rgba(226, 51, 51, 1);
}
.school-info a .scholl-icon .item-hover{
    display: none;
}
.school-info a .scholl-icon:hover .item-hover{
    display: block;
}
.school-info a .scholl-icon:hover .item-else{
    display: none;
}
.school-info a h4{
    font-size: 0.6rem;
    margin-top: 0.3rem;
}
.school-info a span{
    font-size: 0.55rem;
    margin-top: 0.5rem;
    color: rgba(102, 102, 102, 1);
}
.lxlx-info{
    width: 1200px;
    margin: 50px auto;
    background-color: white;
    overflow: hidden;
}
.lxlx-info h2{
    font-size: 1.25rem;
    text-align: center;
    margin-top: 1.5rem;
    color: rgba(226, 51, 51, 1);
    margin-bottom: 1.25rem;
}
.lxlx-test-item{
    width: 100%;
    margin-bottom: 0.75rem;
    border: 0.025rem solid rgba(229, 229, 229, 1);
    display: flex;
}
.lxlx-item-dz{
    flex: 1;
}
.lxlx-item-dz h3{
    font-size: 0.6rem;
    margin: 0.5rem 0.75rem 0rem 0.75rem;
}
.lxlx-item-dz p{
    color: rgba(102, 102, 102, 1);
    font-size: 0.5rem;
    margin: 0.25rem 0.75rem 0.75rem 0.75rem;
}
.lxlx-item-btn{
    width: 4.45rem;
    margin-right: 0.75rem;
    height: 1.3rem;
    border-radius: 0.75rem;
    background-color: rgba(226, 51, 51, 1);
    display: flex;
    margin-top: 0.75rem;
    cursor: pointer;
}
.lxlx-item-btn div{
    width: 0.75rem;
    line-height: 1.3rem;
    margin-left: 0.75rem;
}
.lxlx-item-btn div img{
    width: 100%;
}
.lxlx-item-btn span{
    font-size: 0.45rem;
    line-height: 1.3rem;
    color: white;
    margin-left: 0.25rem;
}
.ditu{
    background-color: white;
    overflow: hidden;
}
#allmap {
    height: 15rem;
    overflow: hidden;
    width: 1200px;
    margin: 50px auto;
}
.iw_poi_title {
    color: #CC5522;
    font-size: 0.55rem;
    font-weight: bold;
    overflow: hidden;
    padding-right: 0.325rem;
    white-space: nowrap 
}
.iw_poi_content {
    font: 0.5rem arial, sans-serif;
    overflow: visible;
    padding-top: 0.1rem;
    white-space: -moz-pre-wrap;
    word-wrap: break-word 
}
