.page{
    background-color: #fff;
}
.bannerImg{
    margin-top: 1rem;
    width: 100%;
}


.bt{
    line-height: 1.5rem;
    margin-bottom: .4rem;
    border-bottom: 1px solid #eee;
    color: #282828;
}
.bt img{
    width: 25px;
    vertical-align: top;
}

.ct p{
    font-size: .7rem;
    color:#595959;
    text-indent: 1.4rem;
    line-height: 1.6;
}
.ct>img{
    width: 100%;
    margin-top: .5rem;
    border-radius: 5px;
}


.lx{
    padding: 0 .5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lx>div{
    margin-bottom: .5rem;
    width: 50%;
}
.lx>div span{
    display: inline-block;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .6rem;
    text-align: center;
    color: #fff;
    background-color: #2C8FC8;
    border-radius: 50%;
}
.lx>div p{
    display: inline-block;
    padding-left: .2rem;
    width: calc(100% -  1.5rem);
    font-size: .5rem;
    vertical-align: middle;
    color: #666;
}


.ewm{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.ewm div{
    margin: 0 1rem;
    width: 30%;
}
.ewm div img{
    width: 100%;
}
.ewm div p{
    font-size: .6rem;
    text-align: center;
}



.gywm08{
    height: 2.1rem;
    background: url("../images2/gywm08.jpg") no-repeat;
    background-size: 100% 100%;
}
.gywm08 p{
    line-height: 2.1rem;
    height: 2.1rem;
    font-size: .92rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow: .2rem .2rem .2rem #000;
}





.fgs{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fgs li{
    padding: 1rem .6rem;
    width: 50%;
    border-bottom: 1px solid #eee;
}
.fgs li img{
    width: 2rem;
}
.fgs li .wz{
    display: inline-block;
    width: calc(100% - 3rem);
    vertical-align: middle;
}
.fgs li .wz h5{
    margin: 0;
}
.fgs li .wz p{
    font-size: .6rem;
    line-height: 1rem;
}







