*{margin: 0;padding: 0;}
body {
  background: url('about:blank') fixed
}
a {
  color: #b1b1b1;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
/*img{width: 100%;height: 100%;}*/
ul,li{ padding:0;margin:0}
.titleBox{
  width: 1200px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.titleLeft{
  width: 40%;
  margin-top: 20px;
  padding-right: 10px;
  border-right:1px dotted #eeeeee ;
}
.titleRight,.addSelect{
  width: 50%;
  display: flex;
  align-items: flex-end;
}
.addSelect > span{
  font-size: 18px;
  font-weight: bold;
  color: #0d45a5;
}
.addSelect > select{
  width: 35%;
  background: #f2f2f2;
  height: 2rem;
  line-height: 2rem;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
}
.searchBox > div:first-of-type{
  text-align: right;
}
.searchBox > div:first-of-type > span{
  width: 2.5rem;
    height: .5rem;
    display: inline-block;
    padding-bottom: 7px;
    text-align: center;
    font-size: 12px;
}
.searchBox > div:first-of-type > span:first-of-type{
  border-right: 1px solid #eeeeee;
}
.searchBox > div:last-of-type{
  display: flex;
  align-items: center;
}
.searchInput{
  border: 1px solid #eeeeee;
  height: 2rem;
  line-height: 2rem;
}
.searchInput > input{
  border: none;
  background-color: transparent;
}
.searchBtn{
  width: 70px;
    height: 2rem;
    line-height: 2rem;
    color: #ffffff;
    background-color: #2439c9;
    text-align: center;
    font-size: 14px;
}
.searchBtn img{
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin: 5px;
}
.mainContent{
  width: 100%;
}
.menuList{
  width: 1200px;
  height: 3rem;
  line-height: 3rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.menuList > div{
  width: 16.6%;
  text-align: center;
}
.choice{
  background-color: #0d45a5;
  color: #ffffff;
}
.bannerBox{
  width: 100%;
}
.contentBox{
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.rmfwBox > p:first-of-type{
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  padding: 15px 0;
}
.rmfwTitle{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rmfwTitle > div{
  /* margin: 0 10px; */
}
.hjbl{
  background-color: #e8ecff;
}
.sfz{
  background-color: #e6f6ff;
}
.zmcj{
  background-color: #f3e8ff;
}
.crjzj{
  background-color: #f0ffeb;
}
.jzz{
  background-color: #e0f7f5;
}
.rmfwInfo{
  display: flex;
  align-items: center;
  background-color: #f5f7ff;
  border: 1px solid #cdd6ff;
  padding: 20px;
  margin-top: 40px;
}
.rmfwInfo > div:first-of-type{
  width: 40%;
  text-align: right;
}
.rmfwInfo > div:first-of-type>img{
  width: 65%;
}
.rmfwInfoList{
  width: 60%;
}
.rmfwInfoItem{
  margin-bottom: 30px;
  padding: 20px 50px;
  font-size: 20px;
  font-weight: bold;
}
.rmfwInfoItem > ul > li{
  margin: 8px 0;
}










.footer{
  margin-top: 20px;
}
.footer > div:last-of-type{
  background-color: #004899;
  text-align: center;
  color: #ffffff;
  padding: 50px 0 50px 0;
}
.footer > div:last-of-type > p{
  margin-top: 10px;
}
.footer > div:last-of-type > p > span{
  cursor: pointer;
}

@media screen and (min-width: 1280px) and (max-width: 1600px){
  
}

@media screen and (min-width: 1600px) and (max-width: 1900px){
 
}

@media screen and (min-width: 300px) and (max-width: 800px){
  
}

/* 新增地图 */
ul>li {
  list-style: none;
}

.map {
  width: 100%;
  height: 580px;
}

.mapMain {
  width: 500px;
  height: 580px;
  float: left;
}

.mapList {
  width: 680px;
  ;
  height: 500px;
  float: right;


}

.areaList {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.areaList .mapItem {
  width: 150px;
  height: 60px;
  text-align: center;
  color: #000;
  line-height: 60px;
  font-size: 20px;
  font-weight: 900;
  background-color: #f5f7ff;
  border: 1px #dbe1ff solid;
}

.placeItem {
  width: 150px;
  height: 60px;
}

.areaList .mapActive {
  background-color: #344ed6;
  color: #fff;
}