@charset "utf-8";

/* ===公共部分=== */

/* 头部 */
.top{
	/* padding-top: 14px; */
	padding-bottom: 6px;
	border-bottom: 1px solid #979797;
}
.top-img{
	width: 548px;
	height: 26px;
	margin-left: 18px;
}
.top-img img{
	display: block;
	width: 100%;
}
.top-link{
	line-height: 26px;
	padding-top: 5px;
}
.top-link ul{}
.top-link ul li{
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	height: 16px;
	border-right: 1px solid #979797;
}
.top-link ul li:last-child,.top-link ul li:nth-last-child(1){
	border: none;
}
.top-link ul li a{
	/* width: 74px;
	height: 19px; */
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}

.header{
	height: 85px;
}
.logo{
	width: 268px;
	height: 54px;
	margin-top: 17px;
}
.logo img{
	display: block;
	width: 100%;
	height: 100%;
}
.header-txt{
	width: 420px;
	margin-top: 22px;
}
.header-txt ul{}
.header-txt ul li{
	float: left;
	width: 140px;
	height: 38px;
	font-size: 14px;
	color: #000000;
	/* font-weight: 600; */
	line-height: 19px;
	text-align: center;
}
.header-msg{
	margin-top: 6px;
	width: 300px;
}
.header-msg h5{
	font-size: 22px;
	font-weight: bold;
	color: #E96501;
	line-height: 33px;
	letter-spacing: 1px;
}
.header-msg form{}
.form-box{
	width: 270px;
	height: 31px;
	border: 1px solid #D9D9D9;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}
.form-box input{
	
}
.form-box input[type="text"]{
	border: none;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 19px;
	color: #BBBBBB;
}
.form-box input[type="text"]:focus{
	color: #000;
}
.form-box input[type="submit"]{
	float: right;
	width: 70px;
	height: 29px;
	padding-left: 15px;
	background: #717171;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 29px;
	cursor: pointer;
}
.form-box em{
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 6px;
	right: 45px;
	z-index: 0;
}
/* 导航菜单 */
.nav{
	position: relative;
	height: 58px;
	background: #1756AB;
	z-index: 10;
}
.nav ul.navul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.nav ul.navul > li{
	position: relative;
	z-index: 0;
	
}
/* .nav ul.navul > li:first-child,.nav ul.navul > li:nth-last-child(9){
	padding-left: 0;
}
.nav ul.navul > li:last-child,.nav ul.navul > li:nth-last-child(1){
	padding-right: 0;
} */
.nav ul.navul > li h3{
	display: block;
	line-height: 58px;
}
.nav ul.navul > li h3 a{
/* 	width: 32px;
	height: 21px; */
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 56px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 2px solid #1756AB;
}
.nav ul.navul > li h3 a:hover{
	border-bottom: 2px solid #fff;
}
.nav ul.navul > li >ul.subnav{
	width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 58px;
    z-index: 40;
    background: #fff;
    display: none;
}
.nav ul.navul > li >ul.subnav > li{
	width: 100%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    overflow: hidden;
}
.nav ul.navul > li >ul.subnav > li a{
	color: #535353;
    font-size: 12px;
}
.nav ul.navul > li >ul.subnav > li:hover{
	background-color: #2d8bef;
	
}
.nav ul.navul > li >ul.subnav > li:hover a{
	color: #fff;
}
/* banner */
.banner{
	height: 450px;
	overflow: hidden;
	min-width:1000px;
	position:relative;
	z-index: 0;
}
.banner-bd{
	margin:0 auto; 
	position:relative; 
	z-index:0; 
	overflow:hidden;
}
.banner-bd ul{
	width: 100%!important;
}
.banner-bd ul li{
	width: 100%!important;
	min-width:1000px;
	height:450px;
}
.banner-bd ul li a{
	overflow:hidden;
	display:block;
	width:100%;
	height:450px;
}
.banner-hd{
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	height:30px;
	_bottom:6px;
}
.banner-hd ul{
	margin:0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.banner-hd ul li{
	width:13px;
	height:13px;
	text-indent:-9999px;
	display:inline-block;
	margin-left: 6px;
	margin-right:6px;
	border: 1px solid #999;
	border-radius: 50%;
	background: transparent;
}
.banner-hd ul li.on,.banner-hd ul li:hover{
	border: 1px solid #fff;
	background: #fff;
}
.banner a.banner-prev,.banner a.banner-next{
	position: absolute;
	display: block;
    top: 45%;
    z-index: 999;
    width: 44px;
    height: 69px;
    z-index: 10;
	transition: all 0.05s linear;
	-moz-transition: all 0.05s linear;
	-webkit-transition: all 0.05s linear;
}
.banner a.banner-prev{
	left: 3%;
	background: url(../images/arrow.png) no-repeat -88px top;
}
.banner a.banner-next{
	right: 3%;
	background: url(../images/arrow.png) no-repeat -132px top;
}
.banner a.banner-prev:hover{
	background: url(../images/arrow.png) no-repeat left top;
}
.banner a.banner-next:hover{
	right: 3%;
	background: url(../images/arrow.png) no-repeat -44px top;
}

/* 底部 */
.footer{
	background: #1756AB;
	padding-top: 44px;
	padding-bottom: 33px;
}
.foot-nav{
	
}
.foot-nav ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.foot-nav ul li{
	float: left;
	margin-right: 50px;
}
.foot-nav ul li:last-child,.foot-nav ul li:nth-last-child(1){
	margin-right: 0;
}
.foot-nav ul li a{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 21px;
}
.foot-box{
	margin-top: 44px;
}
.foot-logo{
	width: 237px;
	height: 48px;
	margin-right: 33px;
	margin-top: 41px;
}
.foot-logo img{
	display: block;
	width: 100%;
}
.foot-msg{
	max-width: 600px;
}
.foot-msg p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 19px;
	margin-bottom: 12px;
}
.foot-msg dl{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
}
.foot-msg dl dt{
	width: 60px;
	height: 50px;
	float: left;
	margin-right: 6px;
	overflow: hidden;
}
.foot-msg dl dt p{
	margin-bottom: 8px;
	line-height: 1.3;
}
.foot-msg dl dt p span{
	color: #EFE755;
}
.foot-msg dl dd{
	font-size: 45px;
	line-height: 1.0;
	color: #EFE755;
	font-weight: 600;
	font-style: italic;
	font-family: Verdana;
	letter-spacing: 6px;
}
.foot-msg p em{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 6px;
}
.foot-msg p img{
	display: block;
	width: 100%;
}
.foot-msg p a{
	color: #FFFFFF;
}
.foot-wechat{
	width: 101px;
	height: auto;
	margin-top: 33px;
}
.foot-wechat dl{}
.foot-wechat dl dt{
	width: 101px;
	height: 101px;
	display: block;
	margin-bottom: 8px;
}
.foot-wechat dl dt img{
	display: block;
	width: 100%;
}
.foot-wechat dl dd{
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 19px;
}

/* ===公共部分=== */

/* ===科室页=== */
.department{
	padding-bottom: 45px;
}
.depart-tab{
	margin-bottom: 20px;
}
.depart-tab-hd{
	height: 54px;
	padding-left: 20px;
	border-bottom: 1px solid #007BC7;
}
.depart-tab-hd ul{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
}
.depart-tab-hd ul li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.depart-tab-hd ul li.on{
	background-color: #007AFF;
	border-radius: 8px 8px 0 0;
	
}
.depart-tab-hd ul li a{
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	color: #000000;
	line-height: 54px;
}
.depart-tab-hd ul li.on a{
	color: #fff;
}
.depart-tab-bd{
	height: 54px;
	overflow: hidden;
}
.dtb-item{}
.dtb-item ul{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
}
.dtb-item ul li{
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
.dtb-item ul li a{
	display: block;
	font-size: 14px;
	color: #000000;
	line-height: 54px;
} 
.dtb-item ul li a:hover{
	color: #007BC7;
}

/* 科室资讯 */
.depart-row{
	
}
.w480{
	width: 480px;
}
.depart-col{
	padding-bottom: 15px;
}
.depart-news{
	
}
.depart-title{
	height: 30px;
	/* overflow: hidden; */
	position: relative;
	margin-bottom: 15px;
}
.depart-title h3{
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	color: #000000;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: left;
}
.depart-title a{
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin-right: 5px;
	width: 30px;
	height: 30px;
}
.depart-title a em{
	display: block;
	margin-top: 5px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #444;
	border-right: 2px solid #444;
	transform: rotate(45deg);
}
.depart-title a:hover em{
	border-top: 2px solid #007BC7;
	border-right: 2px solid #007BC7;
}
.depart-news-top{
	height: 102px;
}
.depart-news-top dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	clear: both;
}
.depart-news-top dl dt{
	float: left;
	display: block;
	width: 100px;
	height: 100px;
	text-align: left;
}
.depart-news-top dl dt h5{
	font-size: 28px;
	color: #007BC7;
	line-height: 37px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	font-weight: 500;
}
.depart-news-top dl dt h6{
	font-size: 22px;
	color: #007BC7;
	line-height: 29px;
	letter-spacing: 1px;
	font-weight: 500;
}
.depart-news-top dl dd{
	flex:  0 0 auto;
	-moz-flex:  0 0 auto;
	-webkit-flex:  0 0 auto;
	width: 350px;
	height: 100px;
}
.depart-news-top dl dd h4{
	font-size: 20px;
	color: #CB0300;
	line-height: 26px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.depart-news-top dl dd h4 a{
	color: #CB0300;
}
.depart-news-top dl dd p{
	font-size: 14px;
	color: #888888;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.depart-news-top dl dd p a{
	color: #888888;
}
.depart-news-top dl dd p a:hover{
	color: #CB0300;
}
.depart-news-list{
	
}
.depart-news-list ul{}
.depart-news-list ul li{
	font-size: 14px;
	color: #333333;
	line-height: 19px;
	margin-bottom: 16px;
}
.depart-news-list ul li:last-child,.depart-news-list ul li:nth-last-child(1){
	margin-bottom: 0;
}
.depart-news-list ul li span{
	display: inline-block;
	vertical-align: middle;
	color: #888888;
}
.depart-news-list ul li a{
	color: #333333;
	float: right;
	display: inline-block;
	vertical-align: middle;
	width: 340px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-line-clamp: 1;
}
.depart-news-list ul li a:hover{
	color: #CB0300;
}
.depart-doc{
	
}
.depart-doc-slide{
	width: 100%;
	position: relative;
	z-index: 0;
}
.dds-bd{}
.dds-item{
	width: 100%;
}
.dds-item-box{
	position: relative;
	z-index: 1;
}
.dds-item-pic{
	width: 210px;
	height: 268px;
}
.dds-item-pic img{}
.dds-item-info{
	width: 230px;
	height: 270px;
}
.dds-item-info h4{
	display: block;
	font-size: 28px;
	color: #007BC7;
	line-height: 37px;
	letter-spacing: 1px;
	clear: both;
	font-weight: 500;
	margin-bottom: 15px;
}
.dds-item-info h4 span{
	display: inline-block;
	vertical-align: middle;
}
.dds-item-info h4 a{
	display: inline-block;
	vertical-align: middle;
	float: right;
	width: 56px;
	height: 30px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #007BC7;
	font-size: 14px;
	
	color: #007BC7;
	line-height: 30px;
	margin-top: 8px;
}
.dds-item-info h6{
	font-size: 16px;
	color: #888888;
	line-height: 21px;
	font-weight: 500;
	margin-bottom: 5px;
}
.dds-item-info p{
	font-size: 14px;
	color: #333333;
	line-height: 19px;
	height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.dds-ii-rand{}
.dds-ii-sc{
	margin-bottom: 30px;
}
.dds-ii-time{}
.dds-hd{
	position: absolute;
	bottom: 0;
	right: 100px;
	width: 50px;
	z-index: 5;
}
.dds-hd ul{
	text-align: center;
}
.dds-hd ul li{
	display: inline-block;
	vertical-align: middle;
	line-height: 8px;
	width: 8px;
	height: 8px;
	font-size: 0;
	border-radius: 50%;
	background: #ddd;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
}
.dds-hd ul li.on,.dds-hd ul li:hover{
	background: #007BC7;
}

/* 科室展示 */
.depart-show{
	overflow: hidden;
	margin-top: 25px;
}
.depart-show-slide{
	width: 100%;
	position: relative;
	z-index: 0;
}
.dss-bd{
	width: 100%;
}
.dss-bd ul{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
}
.dss-bd ul li{
	width: 238px;
	float: left;
	margin-right: 16px;
}
.dss-bd ul li dl{}
.dss-bd ul li dl dt{
	display: block;
	position: relative;
	width: 238px;
	height: 141px;
	margin-left: auto;
	margin-right: auto;
}
.dss-bd ul li dl dt img{
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.dss-bd ul li dl dd{
	width: 100%;
	height: 32px;
	text-align: left;
}
.dss-bd ul li dl dd a{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #333333;
	line-height: 32px;
	width: 220px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dss-bd ul li dl dd em{
	display: inline-block;
	vertical-align: middle;
	float: right;
	width: 8px;
	height: 8px;
	margin-top: 10px;
	margin-right: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.dss-hd{
	position: absolute;
	top: -30px;
	right: 10px;
	height: 30px;
	font-size: 0;
	background: transparent;
}
.depart-show-slide .dss-hd a.dss-prev,.depart-show-slide .dss-hd a.dss-next{
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	cursor: pointer;
	font-size: 0;
	background: transparent;
	border-top: 2px solid #d9d9d9;
}
.depart-show-slide .dss-hd a.dss-prev{
	border-left: 2px solid #d9d9d9;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-right: 10px;
}
.depart-show-slide .dss-hd a.dss-next{
	border-right: 2px solid #d9d9d9;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.depart-show-slide .dss-hd a.dss-prev:hover,.depart-show-slide .dss-hd a.dss-next:hover{
	border-color: #007BC7;
}
/* 常见症状 */
.depart-cases{
	margin-top: 45px;
	overflow: hidden;
}
.depart-cases-slide{
	width: 100%;
	position: relative;
	z-index: 0;
}
.dcs-bd{
	width: 100%;
}
.dcs-bd ul{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
}
.dcs-bd ul li{
	width: 238px;
	height: 141px;
	float: left;
	margin-right: 16px;
	
}
.dcs-bdi{
	width: 238px;
	height: 141px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	position: relative;
	z-index: 1;
}
.dcs-bd ul li img{
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: -1;
}
.dcs-bd ul li em{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	opacity: 0.48;
	filter: opacity(48%);
	/* background: #0091FF; */
	background: #007BC7;
	border-radius: 0px 0px 6px 6px;
	z-index: 2;
}
.dcs-bd ul li p{
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0;
	left: 0;
	z-index: 3;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}
.dcs-hd{
	position: absolute;
	top: -30px;
	right: 10px;
	height: 30px;
	font-size: 0;
	background: transparent;
}
.depart-cases-slide a.dcs-prev,.depart-cases-slide a.dcs-next{
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	cursor: pointer;
	font-size: 0;
	background: transparent;
	border-top: 2px solid #d9d9d9;
}
.depart-cases-slide a.dcs-prev{
	border-left: 2px solid #d9d9d9;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-right: 10px;
}
.depart-cases-slide a.dcs-next{
	border-right: 2px solid #d9d9d9;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.depart-cases-slide a.dcs-prev:hover,.depart-cases-slide a.dcs-next:hover{
	border-color: #007BC7;
}
.depart-webm{
	margin-top: 65px;
	position: relative;
	z-index: 0;
	width: 100%;
	height: 186px;
}
.depart-webm img{
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: -1;
}
/* ===科室页=== */
