@keyframes bigger {
  0% {
    transform: scale(0.81, 0.67);
    margin-left: 17px;
  }
  100% {
    transform: scale(1, 1);
  }
}
.index {
  min-width: 1200px;
  /*no*/
  font-family: "微软雅黑", Microsoft YaHei;
  overflow-x: hidden;
}
.index .prod_button {
  width: 130px;
  /*no*/
  height: 36px;
  /*no*/
  background-color: #ffc62b;
  border-radius: 18px;
  /*no*/
  font-size: 18px;
  /*no*/
  font-weight: normal;
  color: #000000;
  text-align: center;
  line-height: 36px;
  /*no*/
  margin: auto;
  margin-top: 32px;
  /*no*/
  cursor: pointer;
}
.index .prod_button:hover {
  background-color: #fed911;
  box-shadow: 0px 5px 8px 0px rgba(254, 217, 17, 0.5);
  /*no*/
}
.index .banner {
  width: 100%;
  height: auto;
}
.index .module {
  padding: 125px 0 75px 0;
  /*no*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .module .module_title {
  font-size: 40px;
  /*no*/
  color: #000000;
}
.index .module .module_title .module_line {
  margin: auto;
  margin-top: 20px;
  /*no*/
  width: 105px;
  /*no*/
  height: 4px;
  /*no*/
  background-color: #fed911;
}
.index .ours_service {
  display: flex;
  width: 100%;
}
.index .ours_service .service_item {
  flex: 1;
  height: 250px;
  /*no*/
}
.index .ours_service .item_part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .ours_service .item_part .service_title {
  margin: 15px 0 12px 0;
  /*no*/
  font-size: 24px;
  /*no*/
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.index .ours_service .item_part .service_text {
  font-size: 20px;
  /*no*/
  color: #333333;
  text-align: center;
}
.index .ours_service .item_part .circle_box {
  background-color: #fff;
  width: 115px;
  /*no*/
  height: 115px;
  /*no*/
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .ours_service .left {
  padding-right: 180px;
  /*no*/
  background-color: #ffe13e;
}
.index .ours_service .left .item_part {
  float: right;
  height: 250px;
  /*no*/
}
.index .ours_service .right {
  padding-left: 180px;
  /*no*/
  background-color: #addafd;
}
.index .ours_service .right .item_part {
  float: left;
  height: 250px;
  /*no*/
}
.index .derived_class_devlop .banner_prod {
  width: 100%;
  height: 100%;
}
.index .derived_class_devlop .prod_item {
  display: flex;
  position: relative;
}
.index .derived_class_devlop .prod_item .prods_box {
  width: 1200px;
  /*no*/
  display: flex;
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  justify-content: space-between;
}
.index .derived_class_devlop .prod_item .prods_box .prods_item {
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.index .derived_class_devlop .prod_item .prods_box .prods_item .banner_prods {
  margin: auto;
  width: 374px;
  /*no*/
  height: 250px;
  /*no*/
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .derived_class_devlop .prod_item .prods_box .prods_item .banner_prods > img {
  width: auto;
}
.index .derived_class_devlop .prod_item .prods_box .prods_item .prod_spu {
  margin-top: 15px;
  /*no*/
  font-size: 24px;
  /*no*/
  color: #ffffff;
}
.index .design_service {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  /*no*/
  margin: auto;
}
.index .design_service .design_item {
  padding: 54px 0 40px 0;
  /*no*/
  width: 370px;
  /*no*/
  height: 450px;
  /*no*/
  background-color: #ffffff;
  border-radius: 10px;
  /*no*/
  box-shadow: 0px 0px 15px 0px #eee;
}
.index .design_service .design_item .design_title {
  font-size: 24px;
  /*no*/
  color: #000000;
  text-align: center;
}
.index .design_service .design_item .design_icon {
  margin: 20px auto 35px;
  /*no*/
  height: 60px;
  /*no*/
  text-align: center;
}
.index .design_service .design_item .design_icon > img {
  width: auto;
  height: 100%;
}
.index .design_service .design_item .design_desc {
  margin: auto;
  width: 273px;
  /*no*/
  font-size: 18px;
  /*no*/
  line-height: 36px;
  /*no*/
  color: #666666;
  text-align: justify;
}
.index .design_service .design_item .prod_button {
  width: 130px;
  /*no*/
  height: 42px;
  /*no*/
  line-height: 42px;
  /*no*/
  font-size: 16px;
  /*no*/
  font-weight: normal;
  display: block;
}
.index .parners {
  width: 1200px;
  /*no*/
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.index .parners .parners_logo {
  width: 240px;
  /*no*/
  padding: 1px;
  /*no*/
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.index .parners .parners_logo:nth-child(5n) {
  border-right: 1px solid #eee;
}
.index .parners .parners_logo:nth-child(1),
.index .parners .parners_logo:nth-child(2),
.index .parners .parners_logo:nth-child(3),
.index .parners .parners_logo:nth-child(4),
.index .parners .parners_logo:nth-child(5) {
  border-top: 1px solid #eee;
}
.index .observation_ward {
  width: 1200px;
  /*no*/
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.index .observation_ward .ward_item {
  display: flex;
  margin-bottom: 20px;
  /*no*/
  margin-right: 40px;
  /*no*/
  width: 560px;
  /*no*/
  box-sizing: border-box;
  cursor: pointer;
}
.index .observation_ward .ward_item .item_date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  /*no*/
  height: 100px;
  /*no*/
  background-color: #cccccc;
  color: #ffffff;
  text-align: center;
}
.index .observation_ward .ward_item .item_date .item_day {
  font-size: 36px;
  /*no*/
  color: #ffffff;
}
.index .observation_ward .ward_item .item_date .item_local {
  font-size: 18px;
  /*no*/
  color: #ffffff;
}
.index .observation_ward .ward_item .item_content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1;
  padding-left: 15px;
  /*no*/
}
.index .observation_ward .ward_item .item_content .item_title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.index .observation_ward .ward_item .item_content .item_desc {
  font-size: 16px;
  /*no*/
  line-height: 24px;
  /*no*/
  color: #666666;
}
.index .observation_ward .ward_item:hover .item_date {
  background-color: #fead11;
}
.index .observation_ward .ward_item:hover .item_content .item_title {
  color: #fead11;
}
.index .observation_ward .ward_item:nth-child(2n) {
  margin-left: 20px;
  /*no*/
  margin-right: 0;
}
.index .button_box {
  width: 1200px;
  /*no*/
  margin: auto;
}
.index .button_box .prod_button {
  margin-bottom: 115px;
  /*no*/
  width: 200px;
  /*no*/
  height: 60px;
  /*no*/
  border-radius: 30px;
  /*no*/
  line-height: 60px;
  /*no*/
  font-weight: normal;
}
.index .derived_class_devlop .yys .prods_box .prods_item .prod_spu {
  margin-top: -15px;
  /*no*/
}
.index .derived_class_devlop .yys .prods_box .prods_item .banner_prods {
  height: 300px;
  width: auto;
}
@media screen and (max-width: 1600px) {
  .index .derived_class_devlop .prod_item .prods_box .prods_item .banner_prods > img {
    width: 240px;
  }
  .index .prod_button {
    margin-top: 10px;
  }
  .index .derived_class_devlop .prod_item .prods_box .prods_item .prod_spu {
    margin-top: 0;
  }
  .index .derived_class_devlop .prod_item .prods_box .prods_item .banner_prods {
    height: 200px;
  }
  .index .derived_class_devlop .qqfc .prods_box .prods_item .banner_prods > img,
  .index .derived_class_devlop .fx .prods_box .prods_item .banner_prods > img {
    height: 190px;
    width: auto;
  }
}
