#content{
	width:1080px;
	margin:0 auto;
	background:#fff;
}

.top{
  width: 1080px;
  height: 158px;
  background-color: #60C8D3;
  position: relative;
}
.top_content{
  width: 994px;
  height: 101px;
  border-radius: 52px;
  background-color: #fff;
  position: absolute;
  left: 43px;
  top: 29px;
}
.top_left{
  width: 821px;
  height: 101px;
  position: absolute;
}
.top_left_icon{
  width: 101px;
  height: 101px;
  border-top-left-radius: 52px;
  border-bottom-left-radius: 52px;
}
.top_left_icon img{
  width: 55px;
  height: 52px;
  margin-left: 34px;
  margin-top: 26px;
}
.top_left_input{
  position: absolute;
  left: 101px;
  top: 0px;
  height: 101px;
  width: 720px;

}
.top_left_input input{
  height: 101px;
  width: 605px;
  font-family: MicrosoftYaHei;
  font-size: 37px;
  color: #333;
  margin-left: 29px;
  border:0;
}
.placeholder{
  font-family: MicrosoftYaHei;
  font-size: 34px;
  color: #C0C0C0;
  margin-left: 29px;
}
.top_right{
  /* border: 1px solid #387ADA; */
  height: 72px;
  width: 216px;
  position: absolute;
  right: 14px;
  top: 14px;
  border-radius:34px; 
  background-color: #60C8D3;
}
.top_right .top_right_btn{
    font-family: PingFangSC-Regular;
  font-size: 40px;
  font-weight: 300;
  color: white;
  text-align: center;
  line-height: 72px;
}

.center{
  height: 504px;
  width: 1080px;
  
}
.center_title{
  font-family: PingFangSC-Regular;
  font-size: 40px;
  color: #5D5D5D;
  letter-spacing: 0;
  margin-left: 43px;
  margin-top: 43px;
}
.center_list{
  display: flex;
  flex-wrap: wrap;
  width: 1014px;
  justify-content: start;
  margin-left: 23px;
  margin-top: 23px;
}
.center_info{
  width: 230px;
  height: 86px;
  margin-top: 17px;
  background-color: #60C8D3;
  border-radius: 17px;
  font-family: MicrosoftYaHei;
  font-size: 32px;
  color: #eee;
  text-align: center;
  margin-left: 23px;
  line-height: 92px;
}
.fengexian{
  background-color: #eee;
  height: 17px;
}

.bottom{
  
}
.bottom_top{
  height: 86px;
  width: 965px;
  font-family: MicrosoftYaHei;
  font-size: 34px;
  color: #C0C0C0;
  line-height: 86px;
  border-bottom: 3px solid #eee;
  margin-left: 43px;
}
.bottom_bottom{
  height: 130px;
  width: 965px;
  font-family: PingFangSC-Regular;
  font-size: 40px;
  color: #5D5D5D;
  letter-spacing: 0;
  line-height: 130px;
  border-bottom: 3px solid #eee;
  margin-left: 43px;
}
/*
.right_out{
  width: 0px;
  height: 0px;
  position: fixed;
  top: 260px;
  left: 0px;
  right: 0px;
  margin-left:auto;
  margin-right:auto;
  z-index:10;
}

.right{
  position: absolute;
  top: 0px;
  left: 172px;
  
}
*/
.right_out{
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-left:auto;
  margin-right:auto;
  z-index:10;
}

.right{
  position: absolute;
  top: 745px;
  right: -518px;
  
}
.right_detail{
  height: 60.5px;
  width: 43px;
  font-family: MicrosoftYaHei;
  font-size: 29px;
  color: #C0C0C0;
  text-align: center;
  line-height: 60.5px;
  
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 