.main .product {
  height: 600px;
  padding-top: 100px;
  background-color: #fff;
  margin: auto;
}
.main .product h1 {
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #31353d;
}
.main .product span {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  color: #a0a0a0;
  padding-top: 10px;
}
.main .product .line {
  width: 60px;
  border: 3px solid #1e82e8;
  margin: 20px auto 0;
}
.main .product .items {
  width: 1230px;
  height: 250px;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
}
.main .product .items .item {
  position: relative;
  width: 390px;
  height: 100%;
  background-color: #1e82e8;
}
.main .product .items .item .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 180px;
}
.main .product .items .item .box img {
  display: block;
  margin: 0 auto;
}
.main .product .items .item .box h3 {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.main .product .items .item .box p {
  text-align: center;
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
}
.main .product .items .item .box:hover {
  transform: translate(0, -15px);
  transition: all .5s ease;
}

.main .medical {
  width: 100%!important;
  height: 600px;
  background-color: #eaeaea;
}
.main .medical .care {
  width: 1230px;
  height: 350px;
  margin: 80px auto 0;
}
.main .medical .care .me {
  background-color: #eaeaea;
}
.main .medical .care .meitem {
  background-color: #eaeaea;
  height: 94%!important;
}
.main .medical .care .meitem img{
  display: block;
  margin: auto;
  width: 360px;
  height: 240px;
}
.main .medical .care .meitem h3 {
  font-size: 18px;
  color: #696969;
  text-align: center;
  margin-top: 10px;
}
.main .medical .care .meitem p {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
}
.main .characteristic {
  background:rgba(0, 0, 0, 1) url('../imgs/bgc.png') fixed;
  background-size: 1440px 900px;
  width: 100%;
  height: 900px;
  padding-top: 100px;
}
.main .characteristic h3 {
  font-size: 36px;
  color: black;
  text-align: center;
}
.main .characteristic .cline {
  width: 250px;
  margin: 30px auto;
}
.main .characteristic .content {
  width: 1008px;
  height: 690px;
  background-color: #fff;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.main .characteristic .content .item {
  width: 336px;
  height: 230px;
  transition: .5s ease;
  overflow: hidden;
}
.main .characteristic .content .item img {
  width: 336px;
  height: 230px;
  transition: transform .5s ease;
}
.main .characteristic .content .item:nth-child(2n) img:hover {
  transform: scale(1.2);
}
.main .about .content {
  position: relative;
}
.main .about {
  height: 900px;
}
.main .about img {
  display: block;
  margin: 50px auto;
  position: relative;
}
.main .about .blue {
  position: absolute;
  top: 30px;
  left: 119px;
  width: 490px;
  height: 200px;
  background-color: rgba(13,136,229,0.9);
  color: white;
  padding: 100px 30px;
}
.main .about .blue h1 {
  color: white;
  padding: 0;
  text-align: inherit;
  margin-bottom: 30px;
}
.main .about .blue p {
  font-size: 14px;
}
.main .about .nums {
  display: flex;
  width: 1108px;
  height: 198px;
  margin: auto;
}
.main .about .nums div {
  width: 277px;
  height: 198px;
  position: relative;
  border-right: 1px solid #eaeaea;
}
.main .about .nums div:last-child {
  border-right: 0;
}
.main .about .nums div .po {
  width: 150px;
  height: 98px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: transform .1s ease;
  border-right: none;
}
.main .about .nums div .po:hover {
  transform: translate(0, -10px);
}
.main .about .nums div span:nth-child(1) {
  font-size: 42px;
  color: #494949;
  display: inline;
  position: relative;
  top: 10px;
  left: 40px;
}
.main .about .nums div span:nth-child(2) {
  display: inline;
  position: relative;
  left: 40px;
}
.main .about .nums div p {
  font-size: 16px;
  color: #0072e5;
  margin-top: 10px;
  text-align: center;
}
.main .news {
  background-color: #eff3f7;
}
.main .news .industry {
  width: 1108px;
  height: 280px;
  margin: 45px auto;
  display: flex;
  justify-content: space-between;
}
.main .news .industry .left {
  width: 600px;
  height: 280px;
  transition: background-color .5s ease;
  background-color: #fff;
}
.main .news .industry .left:hover {
  background-color: #1e82e8;
}
.main .news .industry .left:hover p {
  color: #fff;
}
.main .news .industry .left p {
  text-align: center;
  font-size: 16px;
  color: #696969;
}
.main .news .industry .left img {
  width: 560px;
  margin: 20px;
}
.main .news .industry .right {
  width: 500px;
  height: 280px;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.main .news .industry .right div {
  width: 500px;
  height: 83px;
  background-color: #fff;
  text-align: center;
  line-height: 83px;
  font-size: 16px;
  color: #696969;
  transition: background-color .5s ease;
}
.main .news .industry .right div:hover {
  background-color: #1e82e8;
  color: white;
}