@charset "utf-8";

/* banner */
.bannerBox,
.slide,
.bannerLists {
  width: 100%;
  height: 460px;
  overflow: hidden;
}

.bannerBox {
  position: relative;
}

.bannerLists>li {
  float: left;
  width: 100%;
  overflow: hidden;
}

.bannerLists>li img {
  width: 1920px;
  height: 100%;
}

.bannerBtnBox {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.bannerFocus {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 2;
  height: 20px;
}

.bannerBtnBox>span {
  width: 84px;
  height: 84px;
  background-color: rgba(0, 0, 0, .1);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  cursor: pointer;
}

.bannerBtnBox .lbtn {
  float: left;
  background-image: url(../images/left2.png);
  background-size: 36px 65px;
}

.bannerBtnBox .rbtn {
  float: right;
  background-image: url(../images/right2.png);
  background-size: 36px 65px;
}

.bannerBtnBox span:hover {
  background-color: rgba(0, 0, 0, .3);
}

.bannerFocus>ul {
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.bannerFocus li {
  float: left;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 5px;
  cursor: pointer;
}

.bannerFocus li.on {
  background-color: #CCB7A4;
}

/* banner end*/
/* 首页热门项目 */
.index_hot_item_box {
  float: left;
  height: auto;
  overflow: hidden;
}

.index_hot_item_left {
  float: left;
  height: auto;
  overflow: hidden;
  width: 222px;
}

.com_ad {
  width: 222px;
  height: 132px;
  margin-top: 8px;
}

.com_ad a {
  height: 100%;
}

.com_ad img {
  width: 100%;
  height: 100%;
}

.index_hot_item_list {
  height: auto;
  overflow: hidden;
  padding: 10px 5px 0 5px;
}

.index_hot_item_list>li {
  height: 20px;
  width: 45%;
  margin-bottom: 15px;
  font-size: 0;
  overflow: hidden;
}

.index_hot_item_list>li>a {
  height: 100%;
  font-size: 0;
}

.index_hot_item_list>li i,
.index_hot_item_list>li span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  font-family: Microsoft YaHei;
  color: rgba(51, 51, 51, 1);
}

.index_hot_item_list>li span {
  margin-left: 5px;
}

.index_hot_item_list>li:first-child span::after {
  content: "";
  display: block;
  position: absolute;
}

.index_hot_item_list>li:first-child b {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 16px;
  background: url(../images/hot.png) no-repeat 0 center;
  background-size: 10px 12px;
  margin-left: 8px;
}

.index_hot_item_right {
  float: left;
  width: 568px;
  height: auto;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 38px;
}

.index_hot_item_right_list {
  height: auto;
  overflow: hidden;
}

.index_hot_item_right_list>li {
  float: left;
  width: 132px;
  height: 94px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}

.pic_default_box {
  width: 132px;
  height: 94px;
}

.pic_default_box img {
  height: 100%;
  width: 100%;
}

.index_hot_item_name {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
  background-color: rgba(0, 0, 0, .4);
  text-align: center;
  padding: 7px 0 0 0;
}

.index_hot_item_name>span,
.index_hot_item_name>i {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

.index_hot_item_name>i {
  margin-left: 5px;
}

/* 首页热门项目end */
/* 首页推荐专家 */
.index_doctor_box {
  float: right;
  height: auto;
  overflow: hidden;
  width: 354px;
}

/* 推荐医院 */
.com_box2 {
  border: 0;
}

.index_recommend_hospital_left {
  float: left;
  width: 474px;
  height: 322px;
  margin-top: 20px;
  overflow: hidden;
}

.index_red_hospital_list {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.index_red_hospital_list>.index_red_hospital_list {
  width: 474px;
  height: 322px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.red_hospital_pic_box {
  width: 100%;
  height: 322px;
  overflow: hidden;
  position: relative;
}

.red_hospital_pic_box>li {
  width: 474px;
  height: 322px;
}

.red_hospital_pic_box>li:first-child {
  display: block;
}

.red_hospital_pic_box img {
  width: 474px;
  height: 322px;
}

.hospital_li {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  text-align: center;
  z-index: 5;
  display:block !important;
}

.hospital_li>li {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 2s linear 0;
  cursor: pointer;
}

.hospital_li_on {
  width: 15px !important;
  border-radius: 3px !important;
}

.recommend_hospital_name_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, .5);
  padding: 0 5px;
}

.recommend_hospital_name_box>span {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-top: 25px;
}

.index_recommend_hospital_right {
  float: right;
  width: 726px;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}

.recommend_hospital_right_list {
  height: auto;
  overflow: hidden;
  margin-right: -6px;
}

.recommend_hospital_right_list>li {
  float: left;
  width: 214px;
  height: 145px;
  margin: 0 5px 30px 25px;
  position: relative;
}

.recommend_hospital_right_pic {
  width: 214px;
  height: 145px;
}

.recommend_hospital_right_pic img {
  width: 100%;
  height: 100%;
}

.recommend_hospital_right_name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  padding: 0 5px;
  line-height: 45px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

/* 推荐医院 end*/
/* 项目报价 */
.com_box3 {
  padding: 0;
  border: 0;
}

.project_price_box {
  float: left;
  width: 246px;
  height: auto;
  overflow: hidden;
}

.project_price_list {
  margin-top: 20px;
}

/* 项目报价 end*/
/* 最新资讯 */
.new_news_box {
  float: left;
  margin: 0 40px;
  width: 498px;
  height: auto;
  overflow: hidden;
}

.first_new_news,
.first_new_news>a {
  height: auto;
  overflow: hidden;
}

.first_new_news h2 {
  margin-top: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  height: 20px;
  line-height: 20px;
}

.first_new_news_des {
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}

.first_new_news_des>p {
  float: left;
  line-height: 24px;
  height: 48px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  position: relative;
  text-align: justify;
}

.first_new_news_des>p::after {
  content: "...[详细]";
  display: block;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 3;
  color: #FF6699;
  /* width: 42px; */
}

/* 最新资讯 end*/
.index_hot_ask_box {
  float: right;
  width: 375px;
  height: auto;
  overflow: hidden;
}

/* 最新问答 */
.index_new_ask_box {
  float: left;
  width: 786px;
  height: auto;
  overflow: hidden;
}

.com_new_list_ul {
  height: auto;
  overflow: hidden;
}

/* 最新问答 end*/


.pro_others{padding:30px 0;float: left;width:100%;}
.pro_others h3{font-size:18px;font-weight: 600;color: #ff7dc2;}
.others_list{width:100%;}
.others_list a{float: left;color: #666;width:14%;margin-top:20px;font-size: 14px;height:36px;text-align: left;}
.others_list a:hover{color: #ff7dc2;}
.spread,.sq{text-align: center;font-size: 16px;color: #ff7dc2;float: left;width:100%;padding: 30px 0;cursor: pointer;}
#sq_list{display: none;}