@charset "UTF-8";
.color {
  color: #F6AD49;
}

/* 公用样式 */
.title_box {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 75px;
}
.title_box h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  color: #7B4906;
}
.title_box p {
  color: #999;
  font-size: 16px;
  margin: 15px auto 0 auto;
}

/* banner样式 */
.banner {
  width: 100%;
  min-width: 1200px;
  /* background-color: #d80c18; */
  margin-top: 78px;
  background-image: url("./../../images/home/bg_banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .section {
  width: 1200px;
  height: 431px;
  margin: auto;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 509px;
}
.banner .section .banner_pic {
  position: absolute;
  left: 194px;
  bottom: 0;
  width: 256px;
  height: 406px;
  background-image: url("./../../images/home/banner_pic.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.banner .section .banner_desc_box {
  width: 460px;
  float: left;
  margin-top: 150px;
}
.banner .section .banner_desc_box h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 50px;
  text-align: justify;
  color: #fff;
  margin-bottom: 34px;
}
.banner .section .banner_desc_box h2 span {
  color: #7B4906;
}
.banner .section .banner_desc_box p.desc_text {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 25px;
}
.banner .section .qrcode_box {
  position: absolute;
  right: 0;
  bottom: 25px;
  overflow: hidden;
}
.banner .section .qrcode_box .img_box {
  width: 86px;
  height: 86px;
}
.banner .section .qrcode_box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .section .qrcode_box .qrcode_text_box {
  margin-top: 15px;
}
.banner .section .qrcode_box .qrcode_text_box p {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}

/***** 我们的服务 ******/
.services_container {
  background-color: #fff;
  overflow: hidden;
}
.services_container .section .title_box {
  margin-bottom: 0;
}
.services_container .section .services_list {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
.services_container .section .services_list ul {
  width: 100%;
  overflow: hidden;
  padding: 36px 70px 80px;
  text-align: center;
}
.services_container .section .services_list ul li {
  width: 300px;
  display: inline-block;
  margin-right: 150px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services_container .section .services_list ul li:nth-child(3n) {
  margin-right: 0;
}
.services_container .section .services_list ul li:hover {
  transform: scale(1.05);
  box-shadow: 0 0 35px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services_container .section .services_list ul li > a {
  display: block;
}
.services_container .section .services_list ul li .img_box {
  width: 100%;
  height: 300px;
  background-color: #ccc;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0px;
}
.services_container .section .services_list ul li .img_box.peiban_img_box {
  background-image: url("./../../images/home/pic_server_1.png");
}
.services_container .section .services_list ul li .img_box.consult_img_box {
  background-image: url("./../../images/home/pic_server_2.png");
}
.services_container .section .services_list ul li .img_box.foretaste_img_box {
  background-image: url("./../../images/home/pic_server_3.png");
}
.services_container .section .services_list ul li .item_content {
  width: 100%;
  height: 99px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px;
  background-color: #EDEFF3;
}
.services_container .section .services_list ul li .item_content h3 {
  font-size: 16px;
  line-height: 19px;
  color: #F6AD49;
  margin-bottom: 10px;
}
.services_container .section .services_list ul li .item_content p {
  font-size: 14px;
  line-height: 18px;
  color: #595F6F;
}

/***** 抗癌资讯 ******/
.news_container {
  background-color: #F6F7FA;
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
}
.news_container .section {
  position: relative;
  z-index: 1;
}
.news_container .section .title_box {
  margin-bottom: 45px;
}
.news_container .section .news_list {
  width: 1200px;
  height: auto;
  margin: auto;
}
.news_container .section .news_list > ul {
  width: 100%;
}
.news_container .section .news_list > ul > li {
  width: 280px;
  display: inline-block;
  margin-right: 22px;
}
.news_container .section .news_list > ul > li:last-child {
  margin-right: 0;
}
.news_container .section .news_list > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news_container .section .news_list > ul > li > a .img_box {
  width: 100%;
  height: 180px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news_container .section .news_list > ul > li > a .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_container .section .news_list > ul > li > a .item_content {
  text-align: center;
  margin-top: 19px;
}
.news_container .section .news_list > ul > li > a .item_content h3 {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  text-align: center;
  color: #F6AD49;
  margin: 20px 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_container .section .news_list > ul > li > a .item_content p {
  font-size: 14px;
  line-height: 21px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_container .section .more_btn {
  text-align: center;
  width: 184px;
  height: 56px;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin: 48px auto 0;
}
.news_container .section .more_btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 56px;
  color: #999;
  cursor: pointer;
}
.news_container .doctor_bg {
  width: 100%;
  min-width: 1200px;
  height: 442px;
  background-color: #E2E6ED;
  position: absolute;
  left: 0;
  bottom: 0;
}

/***** 入驻医生 ******/
.doctor_container {
  background-color: #F6F7FA;
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
}
.doctor_container .section {
  position: relative;
  z-index: 1;
}
.doctor_container .section .search_box {
  position: absolute;
  right: 69px;
  top: 5px;
}
.doctor_container .section .doctor_list {
  width: 1200px;
  height: auto;
  margin: auto;
}
.doctor_container .section .doctor_list > ul {
  width: 100%;
}
.doctor_container .section .doctor_list > ul > li {
  width: 280px;
  height: 420px;
  display: inline-block;
  background-color: #fff;
  margin-right: 22px;
  vertical-align: top;
}
.doctor_container .section .doctor_list > ul > li:last-child {
  margin-right: 0;
}
.doctor_container .section .doctor_list > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.doctor_container .section .doctor_list > ul > li > a .img_box {
  width: 109px;
  height: 109px;
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  margin: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.doctor_container .section .doctor_list > ul > li > a .img_box img {
  width: 103px;
  height: 103px;
  margin: 3px 0 0 3px;
  object-fit: cover;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.doctor_container .section .doctor_list > ul > li > a .item_content {
  text-align: center;
  margin-top: 19px;
}
.doctor_container .section .doctor_list > ul > li > a .item_content h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  color: #7B4906;
  margin-bottom: 8px;
}
.doctor_container .section .doctor_list > ul > li > a .item_content p {
  font-size: 14px;
  line-height: 18px;
  color: #595F6F;
}
.doctor_container .section .doctor_list > ul > li > a .item_content p span {
  color: #666;
}
.doctor_container .section .doctor_list > ul > li > a .item_content p span.hospital {
  margin-right: 6px;
}
.doctor_container .section .doctor_list > ul > li > a .item_content p.education {
  color: #7B4906;
  margin-bottom: 12px;
}
.doctor_container .section .doctor_list > ul > li > a .item_content p.title {
  color: #7B4906;
}
.doctor_container .section .doctor_list > ul > li > a .item_content p.tags_title {
  color: #7B4906;
  margin: 13px 0;
}
.doctor_container .section .doctor_list > ul > li > a .item_content > ul.tags_list {
  width: 100%;
  height: 85px;
  overflow: hidden;
}
.doctor_container .section .doctor_list > ul > li > a .item_content > ul.tags_list > li {
  display: inline-block;
  padding: 6px 15px;
  border: 1px solid #F6AD49;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 0 10px 10px 0;
  font-size: 14px;
  color: #F6AD49;
}
.doctor_container .section .more_btn {
  text-align: center;
  width: 184px;
  height: 56px;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin: 48px auto 0;
}
.doctor_container .section .more_btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 56px;
  color: #999;
  cursor: pointer;
}
.doctor_container .doctor_bg {
  width: 100%;
  min-width: 1200px;
  height: 442px;
  background-color: #E2E6ED;
  position: absolute;
  left: 0;
  bottom: 0;
}

.hospital_container {
  background-color: #fff;
}
.hospital_container .section {
  width: 1060px;
  padding-bottom: 100px;
  overflow: hidden;
}
.hospital_container .section .hospital_list {
  width: 100%;
  overflow: hidden;
}
.hospital_container .section .hospital_list ul {
  width: 100%;
  overflow: hidden;
}
.hospital_container .section .hospital_list ul li {
  width: 243px;
  height: 94px;
  display: inline-block;
  margin: 0 25px 30px 0;
}
.hospital_container .section .hospital_list ul li:nth-child(4n) {
  margin-right: 0;
}
.hospital_container .section .hospital_list ul li a {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=index.css.map */
