@charset "utf-8";
/*导航栏*/
.nav_menu3,
.nav_menu3 ul,
.nav_menu3 ul li,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_menu3 ul li{
  width:133px;
}

.nav_menu3 #menu-button { 
    margin-top: 100px;
    background: #F00;
    position: absolute;
    z-index: 99999;
}
/*.nav_menu3:after,*/
/*.nav_menu3 > ul:after {*/
/*  content: ".";*/
/*  display: block;*/
/*  clear: both;*/
/*  visibility: hidden;*/
/*  line-height: 0;*/
/*  height: 0;*/
/*}*/
.nav_menu3 #menu-button {
  display: none;
}
.nav_menu3 {
  width: auto;
  line-height: 1;
  background: #ffffff;
  background: #00cccc;
  z-index: 999999;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #00cccc;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.nav_menu3 > ul > li {
  float: left;
}
.nav_menu3.align-center > ul {
  font-size: 0;
  text-align: center;
}
.nav_menu3.align-center > ul > li {
  display: inline-block;
  float: none;
}
.nav_menu3.align-center ul ul {
  text-align: left;
}
.nav_menu3.align-right > ul > li {
  float: right;
}
.nav_menu3.align-right ul ul {
  text-align: right;
}
.nav_menu3 > ul > li > a {
  font-size: 20px;
  /*font-weight: bold;*/
  padding: 21px 0 21px 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #eee;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border-right:1px solid #00cccc;
}
.nav_menu3 > ul > li:hover > a {
  color: #fff;
  background: #f39800;
}
.color {color: #fff;background: #f39800;}
/*.nav_menu3 > ul > li.nav-has-sub > a {*/
/*  padding-right: 25px;*/
/*}
.nav_menu3 > ul > li.nav-has-sub > a::after {
  position: absolute;
  top: 35px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #00cccc;
  border-right: 1px solid #00cccc;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.nav_menu3 > ul > li.nav-has-sub:hover > a::after {
  border-color: #fff;
}*/
.nav_menu3 ul ul {
  position: absolute;
  left: -9999px;
}
.nav_menu3 > ul > li > ul {    
  border-top: 1px solid #FFF;
}
.nav_menu3 li:hover > ul {
  left: auto;
}
.nav_menu3.align-right li:hover > ul {
  right: 0;
}
.nav_menu3 ul ul ul {
  margin-left: 100%;
  top: 0;
}
.nav_menu3.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.nav_menu3 ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
.nav_menu3 ul li:hover > ul > li {
  height: 52px;
}
.nav_menu3 ul ul li a {
  padding: 20px 0;
  width: 133px;
  background: #f39800;
  text-decoration: none;
  color: #eeeeee;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border-top: 1px solid #f39800;
}
.nav_menu3 ul ul li:hover > a,
.nav_menu3 ul ul li a:hover {
  color: #f39800;
  background: #FFF;
  border-top: 1px solid #FFF;
}
.nav_menu3 ul ul li.nav-has-sub > a::after {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.nav_menu3.align-right ul ul li.nav-has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.nav_menu3 ul ul li.nav-has-sub:hover > a::after {
  border-color: #00cccc;
}

.ej_lanmu{font-size: 18px;}

*{
	padding:0px;
	margin:0px;
}
html{
	background:#eee;
}
body{
	font:14px Verdana,'微软雅黑',Tahoma;
}
img{
	border:none;
}
a{
	/* color:#256EB1; */
	text-decoration:none;
	font-family: "微软雅黑";
	text-decoration:none;
}
ul{
	list-style:none;
}
input,select,button{
	font:14px Verdana,'微软雅黑',Tahoma;
	vertical-align:middle;
}
.content img{width:100%;}
/*---------- stock ---------*/
.cl{clear: both;}
.fl{float:left;}
.fr{float: right;}
.center{
	margin:0px auto;
}

/*header*/
.logo{background: #fff;}
.search{width:320px;height: 40px;border:1px solid #00cccc;border-radius: 10px;}
.search-keyword{width:240px;border: 1px solid #fff;height:38px;line-height: 38px;margin-left:5px; float:left;}
.search-submit{width: 73px;height:40px;background: #00cccc;float: right;border: 0;border-top-right-radius: 8px;border-bottom-right-radius:8px; } 
/*导航*/
#navMenu{background: #00cccc;height: 60px;line-height: 60px;}
#navMenu dl{width:1200px;}
#navMenu dt{width: 133px;}
#navMenu dt a{color: #fff;font-size: 18px;}
#navMenu dd{width:133px;display: none;}

/*医院简介*/
.index_jj{
	width:100%;
	background: #eee;
}
.index_jj table{
	background: #fff;
	height: 250px;
}
.index_brjj{width: 360px;height:220px;background: #eee;}
.index_brjj .p{font-size: 18px;height: 35px;border-bottom: 3px solid #00cccc;width:95px;line-height: 35px;text-align: center;}
.index_brjj .index_brjj_j{text-indent:28px;line-height: 24px; font-size: 14px;width:325px;margin: 0 auto;}
.index_brjj_j a{color: #00cccc;}

/*检测流程*/
.index_jclc{background: #00cccc;width:1200px;margin: 0 auto;height: 255px;}
.index_jclc .p{font-size: 24px;color: #fff;text-align: center;height: 80px;line-height: 80px;}
.index_jclc p{
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.index_jclc ul{width:1035px;}

.index_jclc ul li{float: left;width:115px;height: 115px;}
.index_jclc .jt{line-height: 115px;}
/*首页主要业务*/
.i_lanmu_ej{width:90px;}
.i_lanmu_ej a{font-size:16px; color:#333;}
.i_lanmu_ej a:hover{color:#00cccc;}
.i_lanmu_sj{width:705px;}
.i_lanmu_sj a{font-size:14px;color:#333;}
.i_lanmu_sj a:hover{color:#00cccc;}


/*主要业务*/
#outer {
	/*position: absolute;*/
	/*top:500px;*/
	width:1200px;margin:0 auto;}
#tab {overflow:hidden;zoom:1;background:#fff;border:2px solid #00cccc;width:340px;height: 345px;}
#tab li {color:#333333;height:70px;	cursor:pointer;	line-height:70px;padding:0 20px;}
#tab li.current {color:#fff;background:#00cccc;height:70px;}
#content {border:1px solid #00cccc;border-left-width:0;width:855px;height: 347px;}
#content ul {line-height:25px;display:none;	margin:0 30px;padding:10px 0;}
.lanmu_ej{color: #333333;font-size: 18px;}
.lanmu_sj{color: #333333;font-size: 12px;}
#tab li.current a:hover{color:#fff;}
/*br环境*/
.index_hj{background: url(../images/bj.jpg) center;background-size:100%; height: 400px;}
.index_hj ul{width:1200px;}
.index_hj li{float: left;width:220px;height: 150px;margin-left: 10px;margin-bottom:10px; position: relative; }
#zzsc .title{position: absolute;top:130px;height: 20px;background: #00cccc;color: #fff;width: 220px;}

img{border:0;}
#zzsc{ height:auto; width:1200px; overflow:hidden;}
#zzsc ul li{ width:220px; height:150px; overflow:hidden; float:left; margin:0px 20px 20px 0px; position:relative;}
#zzsc ul li img{width: 100%; height: 100%;}
#zzsc ul li .text{ width:100%; height:0; overflow:hidden; position:absolute; left:0; bottom:0; background:rgba(0,0,0,0.4); font-size:12px; color:#fff;height: 20px;}
#zzsc ul li .text p{text-align:left; color:#fff; line-height:180%; padding:5px 10px; clear:both}
#zzsc ul li .text b{ display:block; font-size: 14px;color: #fff;text-align: center;}
#zzsc ul li .text:hover{line-height: 150px;}
/*专家团队*/
/* marqueeleft */
.index_zjtd{background: #fff;width: 1200px; margin: 0 auto;}

.zjtd{height:320px;width:1160px;overflow:hidden;background: #fff;}
.zjtd .bd ul li{float:left;margin-left:20px;display:inline;width:215px;height:320px;overflow:hidden;}
.zjtd .bd ul li .pic{display:block;width:215px;height:320px;overflow:hidden;}
.zjtd .bd ul li  p{width: 215px;height: 40px;text-align: center;color: #fff;background: #00cccc;font-size:18px; line-height: 40px;}


.marqueeleft{height:320px;width:1160px;overflow:hidden;background: #fff;}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin-left:20px;display:inline;width:215px;height:320px;overflow:hidden;}
.marqueeleft li .pic{display:block;width:215px;height:320px;overflow:hidden;}
.marqueeleft p{width: 215px;height: 40px;text-align: center;color: #fff;background: #00cccc;font-size:18px; line-height: 40px;}
/*新闻*/
.index_news{width:100%;background: url(../images/bj2.jpg)top center no-repeat;background-size: 100%;height: 395px;}
#zzsc1 .title1{position: absolute;top:130px;height: 20px;background: #00cccc;color: #fff;width: 230px;}

img{border:0;}
#zzsc1{ height:auto; width:765px; overflow:hidden;}
#zzsc1 ul li{ width:230px; height:150px; overflow:hidden; float:left; margin:0px 20px 20px 0px; position:relative;}
#zzsc1 ul li .text1{ width:100%; height:0; overflow:hidden; position:absolute; left:0; bottom:0; background:rgba(0,0,0,0.4); font-size:12px; color:#fff;height: 20px;}
#zzsc1 ul li .text1 p{text-align:left; color:#fff; line-height:180%; padding:5px 10px; clear:both}
#zzsc1 ul li .text1 b{ display:block;font-size: 14px;color: #fff;text-align: center;}
#zzsc1 ul li .text1:hover{line-height: 150px;}

.index_kycg{width:405px;}
.index_kycg li{width: 400px;height: 80px; border-bottom: 1px solid #ccc;line-height: 80px;overflow:hidden;}
.index_kycg li a{font-size: 22px;color: #333;}

/*底部*/
.footer_lxwm{background:#00cccc;width:100%;height:200px;}
.footer_lxwm p{font-size: 22px; color: #fff;}
.footer_lm .lanmu{width:275px;float: left;}
.footer_lm .lanmu .yj_lanmu{font-size: 24px; color: #333;display: block;margin-bottom:10px; }
.footer_lm .lanmu1{height: 35px; line-height: 35px;}
.footer_lm .lanmu1 a{color: #666;font-size: 18px;}
.footer_lm .lanmu1 a:hover{color: #00cccc;}
.footer_di{width:100%; height: 80px; background:#00cccc;color: #fff;line-height: 80px;}
.footer_dz{background:url(../images/t.png) no-repeat center left; width:200px;height: 35px; line-height: 35px; }

/*单页*/
.place {height: 40px;line-height: 40px;border-bottom:3px solid #00cccc;background:url(../images/sy.png)left center no-repeat;  font-size: 24px;font-weight: bold; color: #00cccc;padding-left: 30px;}
.place a{color: #00cccc;}
/*推荐阅读*/
.commend{width:400px;background:#fff;}
.commend p{width:400px;height: 40px;line-height: 40px;font-size: 24px;color: #00cccc;border-bottom: 3px solid #00cccc;}
.commend li{height: 90px;padding: 20px 20px; border-bottom: 1px solid #ccc; }
.commend li img{float: left;width: 120px;height: 90px;}
.commend_t{width: 210px;float: right;}
.commend_t span{display: block;font-size: 14px;color: #666666;}

/*相关推荐*/
.article_xgtj p{width:770px;height: 40px;line-height: 40px;font-size: 24px;color: #00cccc;border-bottom: 3px solid #00cccc;}

.article_xgtj ul{width: 770px; background:#fff;height: 220px;}
.article_xgtj li{width: 350px;float: left;margin-left: 20px; font-size: 16px;height:55px;line-height: 55px; border-bottom: 1px  dashed #0066CC;; }
.article_xgtj li a{color:#333;}
.article_xgtj li a:hover{color:#00cccc;}

/*专家列表*/
.listbox li{width:770px;background:#fff;height: 260px;margin-bottom:30px; }
.listbox img{width:250px;height: 220px;float: left;margin-top:20px;margin-left:20px;  }
.listbox_right{float: right;width:480px;margin-top:20px; }
.listbox_right .title{font-size: 22px;font-weight: bold;color: #333;}
.listbox_right .intro{font-size: 14px;text-indent:28px;width:460px;line-height: 24px;letter-spacing:2px;}
.listbox_xx {display: block;width: 90px;height: 30px;border-radius: 8px;background: #f39800;color: #fff;text-align: center; line-height: 30px;float: left;margin-left:30px; }

.listzjbox li{width:770px;background:#fff;height: 320px;margin-bottom:30px; }
.listzjbox img{width:215px;height: 280px;float: left;margin-top:20px;margin-left:20px;  }
.listbox_zj{float: right;width:540px;margin-top:20px; }
.listbox_zj .title{font-size: 22px;font-weight: bold;color: #333;}
.listbox_zj .intro{font-size: 14px;text-indent:28px;width:520px;line-height: 24px;letter-spacing:2px;}
.listbox_xx {display: block;width: 90px;height: 30px;border-radius: 8px;background: #f39800;color: #fff;text-align: center; line-height: 30px;float: left;margin-left:30px; }

/*分页*/
.dede_pages .pagelist .thisclass{color:#00cccc;width: 40px;height: 40px;float: left;background: #fff; margin-left: 10px; line-height: 40px;text-align: center;font-size: 20px;}
.pagelist a{width: 40px;height: 40px;float: left;display: block;background: #fff; margin-left: 10px; line-height: 40px;text-align: center;font-size: 20px;color: #333;}

.fx{margin-top:20px;margin-bottom:20px;margin-left:20px; }

.context a{color:#444;}
.context a:hover{color:#00cccc;}
/*多级列表*/
.nav-has-sub-ul{width: 770px;position: absolute;}
.nav-has-sub{width:160px; float: left;height: 50px;line-height:50px;}
.nav-has-sub:hover .list_lanmu_sj{display: block;}
.list_lanmu_sj{width: 770px;position: relative;top:-30px;left: -10px;}

.list_lanmu_sj{display: none;}
.list_lanmu_sj_li{width: 100px;text-align: center;}
/*主要业务*/
#outer_list{
	width:770px;}
.tab_list{overflow:hidden;zoom:1;border-bottom:1px solid #f39900;height: 50px;width: 770px;}

#tab_list li {float:left;color:#fff;height:50px;	cursor:pointer;	line-height:50px;width:100px;text-align: center;}
#tab_list li a{color: #333;}
#tab_list li.current_list {color:#fff;background:#f39800;text-align: center;}
#tab_list li.current_list a{color:#fff;font-size: 16px;}
#content_list {border-top-width:0;}
#content_list ul {line-height:25px;display:none;	margin:0 30px;padding:10px 0;}

#content_list ul a{padding: 0 10px;color:#333;}
.index_article p{text-indent:2em; line-height:36px; margin-bottom:20px; font-size:18px;}
.index_article h2{font-size:28px;}
/*------------------二级栏目--------------------*/
.er_lanmu li{
	float: left;
	border:1px solid #00cccc;
	padding:2px 6px;
	margin-top:10px;
	margin-left:10px;
	text-align: center;
}
.er_lanmu li a{
	color: #333;
	text-align: center;
}
.er_lanmu li  .thisclass{
	color:#00cccc;
}




#sidebar{float:left; position:absolute; width:120px;top:40%; z-index:999;}
.div1 {width:120px;top:40%; z-index:999;}
.div2 {position:fixed; _position:absolute; top:40%; z-index:999;}



.pagination-wrapper{ width: 920px; margin: 20px auto;  color: #999; font-size: 16px; height: 20px; }
.pagination{text-align: center;}
.pagination li {display: inline-block;margin-right: 5px; padding: 8px 12px;}
.pagination li a{display: inline-block;padding: 8px 12px;font-size: 16px;border: 1px solid #dddddd;color: #555555;text-decoration: none;}
.pagination li a:hover{background:#f5f5f5;color:#f08501;}
.pagination li.thisclass {background: #f08501;color: #fff;}
.pagination li.thisclass a,.pagination li.thisclass a:hover{background: transparent;border-color: #f08501;color: #fff;cursor: default;}



.carousel-content{
	position: relative;
	display: inline-block;
	/*margin: 10% 0 0 40%;*/
	width:100%;
	top:0px;
	z-index: 1;
}
.carousel{
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
}
.carousel li{
	float: left;
	position: absolute;
	display: none;
}
.carousel li,.carousel li img{
	width: 100%;
	height: 100%;
}
.img-index{
	position: absolute;
    bottom: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.img-index li{
	float: left;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.2);
    font-size: 12px;
    cursor: pointer;
    margin: 0 3px;
    color: #fff;
}
.img-index li.index{
	background-color: rgba(0,0,0,0.6);
}
.img-index li:hover{
	background-color: rgba(0,0,0,0.6);
}
.carousel-prev,.carousel-next{
	position: absolute;
	display: inline-block;
	top: 45%;
	cursor: pointer;
}
.carousel-prev{
	left: 10%;
}
.carousel-next{
	right: 10%;
}

﻿html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, pre, form, fieldset, table, th, td, span{padding:0;margin:0;}
#full-screen-slider { width:325px; height:165px; float:left; position:relative;margin-left:20px; }
#slides { display:block; width:325px; height:165px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:325px; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:325px; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:50%; top:142px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#f39800;}


