
.phone_banner_box {
  margin-top: 20px;
}
.Park_Data_Phone{
  margin-top: 15px;
  height: 177px;
}
.Park_Data_Phone > img{
  width: 100%;
  height: 100%;
}
/* 园区功能 */
/* .Common_function_ctn > li:nth-child(1) > a > div {
  background-image: url(../img/Home/park1.png);
}
.Common_function_ctn > li:nth-child(2) > a > div {
  background-image: url(../img/Home/park2.png);
}
.Common_function_ctn > li:nth-child(3) > a > div {
  background-image: url(../img/Home/park3.png);
}
.Common_function_ctn > li:nth-child(4) > a > div {
  background-image: url(../img/Home/park4.png);
}
.Common_function_ctn > li:nth-child(5) > a > div {
  background-image: url(../img/Home/park5.png);
}
.Common_function_ctn > li:nth-child(6) > a > div {
  background-image: url(../img/Home/park6.png);
} */
.Park_Data_pc{
  width: 100%;
  padding: 40px;
}
.Park_Data_pc > img{
  width: 100%;
}
.Common_function_ctn > li{
  width: 16.66%;
}
@media only screen and (max-width: 768px) { 
  .phone_banner_box{
    margin-top: 218px;
  }
  .Common_function_ctn > li{
    width: 25%;
    padding: 5px 5px 10px 5px;
    color: #f0594b;
  }
  
}