/* banner start */

.banner {
  background-image: url("../imgs/medical_banner.png");
  background-size: 100% 100%;
}

.banner .layout form .layui-form-item {
  margin: 21px 0;
}
.page-tips {
  background-color: #5793be;
}
.banner .layout .advisory {
  bottom: 50px;
  left: -200px;
  /* color: #fff;
  background-color: #ff801b; */
}

/* .banner .layout .advisory:hover {
  color: #fff;
  background-color: #ff801b;
} */

/* banner end */

/* mod-1 start */

.mod-1 {
  background-color: #fff;
  height: 665px;
  padding-top: 40px;
  box-sizing: border-box;
}

.mod-1 .item {
  width: 23%;
  height: 394px;
  margin-top: 35px;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75), -1px -1px 5px 0px rgba(0,0,0,0.75); 

}

.mod-1 .item img {
  width: 100%;
  height: 232px;
 
}

.mod-1 .item h3 {
  line-height: 40px;
  margin-top: 10px;
  font-size: 22px;
  color: #333;
  font-weight: 700;
}

.mod-1 .item p {
  color: #999;
  font-size: 16px;
  line-height: 40px;
}

.mod-1 .item a {
  margin-top: 10px;
  width: 152px;
  height: 40px;
  line-height: 40px;
  background-color: #ff801b;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
}
/* mod-1 end */
.mod-base{
  padding-bottom: 146px;

} 
.mod-base .base-content{
  margin-top: 36px;
  background-color: #d2d8e5;
  min-height: 752px;
  width: 100%;
  max-width: 1200px;
  margin:0 auto;
  padding: 41px 70px 0px;
  box-sizing: border-box;
  
}
.content-top{
  display: flex;

}
.content-top li{
  width: 25%;
  height: 99px;
  line-height: 99px;
  text-align: center;
  background-color: #fff;
  border:1px solid #000;
  border-right: 0;
  font-weight: bold;
  font-size: 20px;
  letter-spacing:4px;
}
.content-top li:last-child{
  border-right:1px solid #000;
  
}
.content-top li.actived{
  background-color: #ff9948;
}
.content-view{
  background-image: url("../imgs/base_bg.png") ;

  background-size: 100%;
  background-position: top;
  min-height: 506px;
  padding-left: 0px;
  background-repeat: no-repeat;
  position: relative;
}
.content-view ul {
background-color: #fff;
padding-left: 46px;
padding-bottom: 60px;
}
.content-view ul li span{
  font-size: 25px;
  font-family: SimHei Regular, SimHei Regular-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 51px;
  display: inline-block;
  margin-left: 11px;
  max-width:678px;
}
.content-view ul li .dot{
  background-color: #ff801b;
  border-radius: 100%;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align:top;
  margin-top: 20px;
}
.content-view .base-people{
  position: absolute;
  right: 0;
  bottom: 0;
  height: 60%;
}
.content-view--title{

font-size: 34px;
font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
font-weight: bold;
text-align: left;
color: #000000;
line-height: 95px;
letter-spacing: 2px;
padding-top: 90px;
padding-left: 46px;
}
/* mod-2 start */

.mod-2 {
  background-image: url("../imgs/index_mod_2_bg.png");
  height: 838px;
  background-size: cover;
}

.mod-2 .layout {
  position: relative;
}

.mod-2 .layout .tel {
  position: absolute;
  bottom: 104px;
  right: 336px;
  font-size: 20px;
  color: #fff;
}

.mod-2 img {
  margin-top: 64px;
}

/* mod-2 end */

/* mod-3 start */

.mod-3 {
  background-image: url("../imgs/account_mod_bg.png");
  height: 680px;
  padding-top: 40px;
  box-sizing: border-box;
}

.mod-3 .layout {
  border: 1px dashed #ff801b;
  margin-top: 30px;
  position: relative;
}

.mod-3 .layout .man {
  position: absolute;
  bottom: 0;
  right: 100px;
}

.mod-3 .item {
  height: 60px;
  line-height: 60px;
  color: #333;
}

.mod-3 .item:nth-child(odd) {
  background-color: #fff;
}

.mod-3 .item:nth-child(even) {
  background-color: #f5f5f5;
}

.mod-3 .item span {
  width: 22px;
  height: 22px;
  background-color: #ff801b;
  border-radius: 50%;
  line-height: 22px;
  display: inline-block;
  margin: 0 20px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.mod-3 .item p {
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
}

/* mod-3 end */

/* mod-4 start */

.mod-4 {
  background-color: #f9fafe;
  height: 392px;
  padding-top: 40px;
  box-sizing: border-box;
}

.mod-4 .item {
  margin-top: 40px;
  width: 224px;
  height: 164px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  color: #999;
  font-size: 16px;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
}

.mod-4 .item img {
  width: 54px;
  height: 54px;
  margin: 40px 0 18px;
}

/* mod-4 end */

/* mod-5 start */

.mod-5 {
  background-image: url("../imgs/medical_mod_5_bg.png");
  height: 566px;
  padding-top: 40px;
  box-sizing: border-box;
  background-size: cover;
}

.mod-5 .swiper-container {
  width: 100%;
  height: 280px;
  margin-top: 50px;
}

.mod-5 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  transform: scale(0.8);
}

.mod-5 .swiper-slide img {
  width: 100%;
}

.mod-5 .swiper-slide-active,
.mod-5 .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 10;
}

/* mod-5 end */
.qa {
  background-color: #CEDAE8;
  padding-bottom: 30px;
}

.qa .pic {
  position: relative;
  height: 763px;
}

.qa .pic img {
  position: absolute;
  top: -10px;
}

#tplView,
.t-promise {
  background-image: none;
}

.t-promise {
  padding-top: 40px;
  padding-bottom: 60px;
}

#tplView::before,
.t-promise::after,
.t-promise::before {
  width: 0;
  height: 0;
}

.t-promise .promise-list {
  margin-top: 50px;
}
