.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  background-color: #a3cc5d;
  background-color: rgba(163, 204, 93, 0.95);
}
.doctor {
  width: 1000px;
  margin: 80px auto;
  position: relative;
  min-height: 314px;
}
.doctor .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 284px;
  height: 300px;
}
.doctor .img img {
  width: 100%;
  height: 100%;
}
.doctor .descript {
  position: relative;
  margin-left: 365px;
  overflow: hidden;
}
.doctor .descript p {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 40px;
}
.box {
  padding: 65px 0 50px 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 70px;
}
.box .text h2 {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
}
.box .text p {
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.box-1 {
  background: url(/Views/Web/Image/hyperthy/bg-1.jpg) no-repeat center right;
}
.box-1 .text {
  width: 48%;
}
.box-2 {
  margin: 20px 0 80px 0;
  background: url(/Views/Web/Image/hyperthy/bg-2.jpg) no-repeat center right;
}
.box-2 .text {
  width: 54%;
}
.virtue {
  width: 1000px;
  margin: 20px auto 50px;
  overflow: hidden;
}
.virtue .tit {
  text-align: center;
}
.virtue .tit h2 {
  font-size: 22px;
  margin-bottom: 30px;
}
.virtue .tit p {
  font-size: 14px;
}
.virtue ul li {
  position: relative;
  height: 80px;
  margin-top: 50px;
}
.virtue ul li .img {
  position: absolute;
  top: 0;
  left: 0;
}
.virtue ul li .img img {
  width: 100%;
  height: 100%;
}
.virtue ul li .con {
  position: relative;
  margin-left: 112px;
  overflow: hidden;
}
.virtue ul li .con h4 {
  font-size: 18px;
  color: #333;
  margin: 10px 0 10px 0;
}
.virtue ul li .con p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.tech {
  background-color: #a3cc5d;
  color: #fff;
  padding: 60px 0;
}
.tech h2 {
  font-size: 26px;
  text-align: center;
}
.tech h2 span {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
.tech h2 span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  left: 50%;
  margin-left: -20px;
  background-color: #fff;
}
.tech ul li {
  font-size: 16px;
  padding-left: 30px;
  margin-top: 35px;
  line-height: 1.8;
  position: relative;
}
.tech ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.process {
  padding: 70px 0;
}
.process h2 {
  color: #333;
  font-size: 26px;
  text-align: center;
}
.process h2 span {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
.process h2 span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  left: 50%;
  margin-left: -20px;
  background-color: #333;
}
.process ul:after {
  display: block;
  height: 0px;
  line-height: 0;
  content: "";
  clear: both;
  visibility: hidden;
}
.process ul li.left {
  float: left;
}
.process ul li.right {
  float: right;
}
.process ul li {
  width: 48%;
  margin-top: 50px;
}
.process ul li > div {
  border: 1px solid #a3cc5d;
}
.process ul li .img {
  width: 100%;
}
.process ul li .img img {
  width: 100%;
  height: 100%;
}
.process ul li p {
  height: 70px;
  line-height: 70px;
  padding-left: 20px;
}
