
li {
  list-style: none;
}

  .box1 .middle .Three .education .content {
    display: none;
	width:1200px;
  }
  .box1 .middle .Three .education .content.active {
    display: flex;
  }
  .box1 .middle .Three .education .content.one {
    margin-top: 12px;
    margin-bottom: 46px;
  }
  .box1 .middle .Three .education .content.one .map {
    width: 624px;
    height: 422px;
    
    position: relative;
  }
  .box1 .middle .Three .education .content.one .map img {
    width: 100%;
    height: 100%;
  }
  .box1 .middle .Three .education .content.one .map a {
    cursor: pointer;
  }
  .box1 .middle .Three .education .content.one .map a .img {
    width: 14px;
    height: 14px;
    background: url(../images/hong.png) center;
    background-size: contain;
    margin-right: 2px;
  }
   .box1 .middle .Three .education .content.one .map a .img:hover {
    width: 14px;
    height: 14px;
    background: url(../images/huang.png) center;
    background-size: contain;
  
  }
  .box1 .middle .Three .education .content.one .map a p {
    height: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    color: #000000;
  }
  .box1 .middle .Three .education .content.one .map a.active .img {
    background: url(../images/huang.png);
  }
  .box1 .middle .Three .education .content.one .map a.active p {
    color: #ffd200;
  }
  .box1 .middle .Three .education .content.one .map a:nth-child(2) {
    position: absolute;
    top: 16px;
    left: 330px;
    display: flex;
  }
  .box1 .middle .Three .education .content.one .map a:nth-child(3) {
    position: absolute;
    top: 61px;
    left: 275px;
    display: flex;
  }
  .box1 .middle .Three .education .content.one .map a:nth-child(4) {
    position: absolute;
    top: 71px;
    left: 320px;
    display: flex;
  }
  .box1 .middle .Three .education .content.one .map a:nth-child(5) {
    position: absolute;
    top: 121px;
    left: 41px;
    display: flex;
  }
  .box1 .middle .Three .education .content.one .map a:nth-child(6) {
    position: absolute;
    top: 119px;
    left: 347px;
    display: flex;
  }
  .box1 .middle .Three .education .content.one .map a:nth-child(7) {
    position: absolute;
    top: 170px;
    left: 567px;
    display: flex;
 
  }
  .box1 .middle .Three .education .content.one .map a:nth-child(7) .img {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .box1 .middle .Three .education .content.one .map a:nth-child(8) {
    position: absolute;
    top: 166px;
    left: 50px;
    display: flex;
  }
  .box1 .middle .Three .education .content.one .map a:nth-child(9) {
    position: absolute;
    top: 160px;
    left: 185px;
    display: flex;
  }
  .box1 .middle .Three .education .content.one .map a:nth-child(10) {
    position: absolute;
    top: 198px;
    left: 215px;
    display: flex;
  }
  .box1 .middle .Three .education .content.one .map a:nth-child(11) {
    position: absolute;
    top: 289px;
    left: 267px;
    display: flex;
  }
  .box1 .middle .Three .education .content.one .map a:nth-child(12) {
    position: absolute;
    top: 320px;
    left: 282px;
    display: flex;
  }
  .box1 .middle .Three .education .content.one .map a:nth-child(13) {
    position: absolute;
    top: 354px;
    left: 296px;
    display: flex;
  }
  .box1 .middle .Three .education .content.one .map a:nth-child(14) {
    position: absolute;
    top: 351px;
    left: 220px;
    display: flex;
  }
  .box1 .middle .Three .education .content.one .map a:nth-child(15) {
    position: absolute;
    top: 321px;
    left: 141px;
    display: flex;
  }
  .box1 .middle .Three .education .content.one .map a:nth-child(16) {
    position: absolute;
    top: 266px;
    left: 164px;
    display: flex;
  }
  .box1 .middle .Three .education .content.one .map a:nth-child(17) {
    position: absolute;
    top: 306px;
    left: 216px;
    display: flex;
  }
  .box1 .middle .Three .education .content.one .text {
    flex: 1;
    background: url(../images/background.png) center;
    background-size: 100% 100%;
    padding: 35px 28px 21px;
    text-align: center;
	background-color:#f0f4f7;
  }
  .box1 .middle .Three .education .content.one .text h5 {
    width: 100%;
    height: 20px;
    font-size: 21px;
    line-height: 20px;
    color: #0c2035;
    text-align: center;
    font-weight: 550;
  }
  .box1 .middle .Three .education .content.one .text p {
    min-height: 242px;
    margin-top: 30px;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #0c2035;
    text-align: left;
    text-indent: 2em;
  }
  .box1 .middle .Three .education .content.one .text button {
    margin-top: 25px;
    width: 97px;
    height: 30px;
    background-color: #b2220b;
    border-radius: 15px;
    font-size: 16px;
    line-height: 29px;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
  }
  