.phone_banner {
	display: none;
}

.phoneheader {
	display: none;
}

.mobile-container {
	display: none;
}
.submenus .ph_submenus_list{
		display: none;
	}


.wrap {
	width:62.5%;
	margin: 0 auto;
}
.wrap2{
	width: 62.5%;
	text-align:left;
	margin: 0 auto;
}
/*.header {
	position: fixed;
	top: 0;
	height: .9rem;
	background: #FFFFFF;
	background-size: 100% 100%;
	z-index: 99;
	width: 100%;
}
.header.active{
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
}
.header .fl{
	line-height: .9rem;
}

.header .fl img {
	max-height: .9rem;
	
}


.header .header_nav {
	height: .9rem;
	
}
.header .header_nav .fr{
	width: 78%;
	text-align: right;
}
.header .header_nav ul {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	
}

.header .header_nav li {
	display: inline-block;
	vertical-align: top;
	height: .9rem;
	line-height: .9rem;
	width: 1rem;
	text-align: center;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.header .header_nav li a {
	font-size: .16rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #444;
transition: .3s;

}
.header .header_nav li a i{
	display: block;
	font-style: normal;
	
}
.header .header_nav li a span{
	display: none;
	
}

.header .header_nav li.active a {
	color: #044FA1;
	transition: .5s;
}
.header .header_nav li.active a i{
	line-height: .3rem;
	width: .7rem;
	border-bottom: 1px dashed #044FA1;
	margin: 0 auto;
	margin-top: .15rem;
	
}
.header .header_nav li.active a span{
	display: block;
	color: #044FA1;
	width: .7rem;
	margin: 0 auto;
	line-height: .3rem;
}
.header .header_nav li a:hover i{
	line-height: .3rem;
	width: .7rem;
	border-bottom: 1px dashed #044FA1;
	color: #044FA1;
	margin: 0 auto;
		margin-top: .15rem;
		transition: .3s;
}
.header .header_nav li a:hover span{
	display: block;
	color: #044FA1;
	width: .7rem;
	line-height: .3rem;
    margin: 0 auto;
    transition: .3s;
}


.header .header_nav ul li .subs{
	position: absolute;
	width: 150%;
	top: .9rem;
	left: -25%;
	background: rgba(255, 255, 255, .7);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	transition: 1s;
	display: none;
	line-height: .4rem;
}

.header .header_nav ul li .subs>ul {
	width: 100%;
	margin: 0 auto;
	display: block;
	vertical-align: middle;
}

.header .header_nav ul li .subs ul {
	margin: 0 auto;
}

.header .header_nav ul li .subs>ul>li {
	width: 100%;
	background-size: cover;
	text-align: center;
	margin: 0;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
	line-height: .44rem;
	height: auto;
	height: .44rem;
}


.header .header_nav ul li .subs>ul>li a {
	font-size: .16rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #444;
display: block;
}

.header .header_nav ul li .subs>ul>li:hover{
   background-color: #2E7AA6;
}

.header .header_nav ul li .subs>ul>li:hover a{
	color: #FFFFFF;
}

.header .header_nav ul li:hover .subs {
	display: block;
	transition: 1s;
}*/
.header {
	position: fixed;
	top: 0;
	height: 1.5rem;
	background: #FFFFFF;
	background-size: 100% 100%;
	z-index: 99;
	width: 100%;
}
.header.active{
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
}


.header .header_top {
	width: 100%;
	/*	line-height: 70px;*/
	height: .9rem;
}

.header .header_top .fl img {
	max-width: 100%;
	max-height: .5rem;
	margin-top:.2rem;
}

.header .header_top .fr {
	display: flex;
}

.header .header_top .fr .header_tel {
	display: inline-block;
	width: 100%;
	text-align:center;
	
}
.header .header_top .fr .header_tel p em{
	display: block;
	margin-top: .2rem;
	font-size: .22rem;
	color: rgba(18, 111, 119, 1);
	font-weight: bold;
}
.header .header_top .fr .header_tel p span{
	display: block;
	color: rgba(51, 51, 51, 1);
	font-size: .16rem;
}

.header .header_nav {
	height: .6rem;
	
}
.header .header_nav{
	width: 100%;
	text-align: center;
	background: rgba(18, 111, 119, 1);
}
.header .header_nav ul {
	display: flex;
	vertical-align: middle;
	text-align: center;
	
}

.header .header_nav li {
	display: inline-block;
	vertical-align: top;
	height: .6rem;
	line-height: .6rem;
	width: auto;
	padding: 0 .3rem;
	margin-right: .15rem;
	text-align: center;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.header .header_nav li:last-of-type{
	margin-right: 0;
}

.header .header_nav li a {
	font-size: .2rem;
font-family: Microsoft YaHei;
font-weight: bold;
color: #fff;
transition: .3s;

}
.header .header_nav li a i{
	display: block;
	font-style: normal;
	
}

.header .header_nav li:hover{
	background: rgba(189, 45, 49, 1);
}
.header .header_nav li.active{
	background: rgba(189, 45, 49, 1);
}
.header .header_nav li:hover a{
	color: #FFFFFF;
	transition: .5s;
}
.header .header_nav li.active a{
	color: #FFFFFF;
	transition: .5s;
}



.header .header_nav ul li .subs{
	position: absolute;
	width: 100%;
	top: .6rem;
	left: 0%;
	background: rgba(255, 255, 255, .7);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	transition: 1s;
	display: none;
	line-height: .4rem;
}

.header .header_nav ul li .subs>ul {
	width: 100%;
	margin: 0 auto;
	display: block;
	vertical-align: middle;
}

.header .header_nav ul li .subs ul {
	margin: 0 auto;
}

.header .header_nav ul li .subs>ul>li {
	width: 100%;
	background-size: cover;
	text-align: center;
	margin: 0;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
	line-height: .44rem;
	height: auto;
	height: .44rem;
}


.header .header_nav ul li .subs>ul>li a {
	font-size: .18rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666;
display: block;
}

.header .header_nav ul li .subs>ul>li:hover{
   background: rgba(189, 45, 49, 1);
}

.header .header_nav ul li .subs>ul>li:hover a{
	color: #FFFFFF;
}

.header .header_nav ul li:hover .subs {
	display: block;
	transition: 1s;
}

.banner {
	margin-top: 1.5rem;
	position: relative;
}

.banner .swiper-pagination {
	position: absolute;
	bottom: 30px;
}

.banner .swiper-pagination-bullet {
	width: 50px;
	height: 4px;
	background: #FFFFFF;
	margin: 0 10px;
	border-radius: 0;
	opacity: .3;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #A10C10;
}

.banner .swiper-button-prev {
	width:.56rem;
	height: .9rem;
	left: 2%;
	background: url(../images/icont_09.png) no-repeat center center;
}

.banner .swiper-button-next {
	width:.56rem;
	height: .9rem;
	right: 2%;
	transform: rotate(180deg);
	background: url(../images/icont_09.png) no-repeat center center;
}
.banner .swiper-button-prev:hover {
	width:.56rem;
	height: .9rem;
	left: 2%;
	transform: rotate(180deg);
	background: url(../images/icont_06.png) no-repeat center center;
}

.banner .swiper-button-next:hover {
	width:.56rem;
	height: .9rem;
	right: 2%;
	transform: rotate(0deg);
	background: url(../images/icont_06.png) no-repeat center center;
}

.banner img {
	width: 100%;
}


/*搜索*/
.hotsearch {
	position: relative;
	width:62.5%;
	margin: 0 auto;
	height: 1rem;
	line-height: 1rem;
	text-align: right;
	margin-top: -.5rem;
	z-index: 2;
}

.hotsearch .search {
	width: 100%;
    display: block;
    height: 1rem;
    background: #fff;
    border-radius: .1rem;
    /* background: url(../images/search_bg_03.png) no-repeat center; */
    background-size: 100% 100%;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
}



.hotsearch .search form {
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	margin-left: 0;
	display: inline-flex;
	justify-content: space-between;
}

.hotsearch .search form input {
	padding-left: .3rem;
	background: none;
	
}

.hotsearch .search form button {
	width: 1.2rem;
height:.4rem;
background: #044FA1;
border-radius: .2rem;
	font-size: .16rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
margin-right: .3rem;
margin-top: .3rem;
}


/*minnav*/
.minnav{
	margin: .5rem auto;
	
}
.minnav ul{
	display: flex;
	justify-content: space-between;
	width: 84%;
	margin: 0 auto;
}
.minnav ul li{
	text-align: center;
	width: 2.3rem;
	margin-right: .12rem;
	height: 1.6rem;
	background: #69A5E2;
	position: relative;
	
}
.minnav ul li:last-of-type{
	margin-right: 0;
}
.minnav ul li img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	margin-top: .33rem;
	transition: .5s;
	transform: scale(0.95);
	
}
.minnav ul li:hover img{
	transform: scale(1.02);
}
.minnav ul li span{
	font-size: .18rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #fff;
line-height: .36rem;
margin-top: .16rem;
}

.minnav ul li:nth-of-type(2){	
background: #A079E7;
}
.minnav ul li:nth-of-type(3){	
background: #DC64DB;
}
.minnav ul li:nth-of-type(4){	
background: #E59B3C;
}
.minnav ul li:nth-of-type(5){	
background: #49BDB1;
}

.titles {
	text-align: left;
	margin-bottom: .3rem;
}

.titles h2 {
	font-size: .3rem;
	font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
}
.titles h2 span{
	padding-bottom: .17rem;
	display: inline-block;
}
.titles h2 span i{
	display: inline-block;
	padding-bottom: .17rem;
	font-style: normal;
	border-bottom: 3px solid rgba(4, 79, 161, 1);
}

.titles h2 a{
	display: block;
	float: right;
	font-size: .16rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
line-height: .36rem;
}
.titles h2 a em{
	display: inline-block;
	vertical-align: middle;
	padding-right: .14rem;
}
.titles h2 a img{
	max-width: .3rem;
}



.footer {
	background: url(../images/index_bg3.png) no-repeat center;
	height: auto;
	padding-top: .54rem;
	background-size: 100% 100%;
}

.footer .footer_list {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.footer .footer_list ul{
	width: auto;
	display: inline-block;
	vertical-align: top;
}

.footer .footer_list ul li {
	display: block;
	font-size: .14rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
line-height: .36rem;
}

.footer .codes {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}


.footer .codes .codebtn img {
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	margin: 0 auto;
	margin-top: .23rem;
}

.footer .codes .codebtn span {
	display: block;
	font-size: .12rem;
	font-family: AlibabaPuHuiTiR;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: .06rem;
	text-align: center;
}



.footer .copy {
	border-top: 1px solid rgba(153, 153, 153, .8);
	line-height: .5rem;
	height: .5rem;
	text-align: center;
	text-align: left;
	margin-top: .53rem;
}
.footer .copy .link{
	display: inline-block;
	vertical-align: middle;
}
.footer .copy a {
	font-size: .14rem;
	font-family: SourceHanSansCN-Light;
	font-weight: 300;
	color: #FFFFFF;
}
.footer .copy .link a{
	height: .16rem;
	line-height: .16rem;
	display: inline-block;
	vertical-align: middle;
	padding:0 .1rem;
	border-right: 1px solid #FFFFFF;
}

/*.footer .copy .link a:hover{
	color: #044FA1;
}*/

.footer .copy .link a:first-of-type{
	padding-left: 0;
}
.footer .copy .link a:last-of-type{
	padding-right: 0;
	border-right: none;
}
.footer .copy  a {
	color: #FFFFFF;
}

.footer .copy  a:hover{
	color: #044FA1;
}

/*首页news*/
.kw_dynamic {
	position: relative;
	height:3.6rem;
}

/*.kw_dynamic .kw_dynamic_lt {
	width: 6rem;
	height:3.6rem;
}*/

.kw_dynamic .kw_dynamic_rt {
	width: 5.4rem;
}


/*.kw_dynamic .kw_dynamic_lt .swiper-slide {
	position: relative;
}

.kw_dynamic .kw_dynamic_lt  img {
	width: 100%;
	height: 3.6rem;
}*/

/*.kw_dynamic .kw_dynamic_lt .swiper-slide .layer {
	position: absolute;
	bottom: 3px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	color: #fffefe;
	padding-left: 15px;
	box-sizing: border-box;
}

.kw_dynamic .kw_dynamic_lt .swiper-slide .layer p {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	color: #fffefe;
	width: 300px;
}

.kw_dynamic .kw_dynamic_lt .swiper-pagination {
	width: 150px;
	left: auto;
	right: 0;
	bottom: 0;
	height: 45px;
	line-height: 45px;
}

.swiper-pagination-bullet {
	width: 14px;
	height: 6px;
	display: inline-block;
	background: rgba(255, 255, 255, 1);
	border: none;
	border-radius: 0%;
}

.kw_dynamic .kw_dynamic_lt .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px
}

.kw_dynamic .kw_dynamic_lt .swiper-pagination-bullet-active {
	opacity: 1;
	background: #0f3e86;
}*/



.kw_item_box:first-of-type {
	display: block;
}

.kw_item_box .kw_item_first {
	cursor: pointer;
	
	transition: .5s;
	padding-left: .28rem;
}

.kw_item_box .kw_item_first .kw_item_pp {
	width:100%;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: .2rem;
}


.kw_item_box .kw_item_first .kw_item_pp .kw_dynamic_txt h4 {
	font-size: .2rem;
font-family: AlibabaPuHuiTiM;
font-weight: 600;
line-height: .4rem;
height: .4rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #044FA1;
}


.kw_item_box .kw_item_first  .kw_item_pp .kw_dynamic_txt span.kw_time{
	font-size: .14rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #999999;
line-height: .36rem;
}
.kw_item_box .kw_item_first  .kw_item_pp .kw_dynamic_txt p {
	font-size: .16rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
line-height:.24rem;
height: .72rem;
overflow: hidden;
}

/*.kw_item_box .kw_item_first:hover .kw_item_pp h4 {
}*/

.kw_item_box .kw_item_first .kw_dynamic_txt{
	display: none;
}
.kw_item_box .kw_item_first .kw_dynamic_txt_show{
	display: block;
	margin-top: .2rem;
}

.kw_item_box .kw_item_first .kw_item_pp  img.kw_dynamic_rt_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 6rem;
	height:3.6rem;
	transition: .5s;
	display: none;
}

.kw_item_box .kw_item_first .kw_dynamic_txt_show h4 {
	display: inline-block;
	vertical-align: middle;
	width: 4rem;
	font-size:.16rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #555;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.kw_item_box .kw_item_first .kw_dynamic_txt_show span {
	display: inline-block;
	vertical-align: middle;
	float: right;
	font-size: .14rem;
	color: #777;
	margin-top:0;
}
.kw_item_box .kw_item_first:hover .kw_dynamic_txt{
	display: block;
	transition: .5s;
}
.kw_item_box .kw_item_first:hover .kw_dynamic_txt_show{
	display: none;
	transition: .5s;
}



.kw_item_box .kw_item_first:hover .kw_item_pp  img.kw_dynamic_rt_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 6rem;
	height:3.6rem;
	display: inline-block;
	transition: .5s;
}
.kw_item_box .kw_item_first:hover {
	background: url(../images/kw-new_hover.png) no-repeat left;
	
}
.kw_item_box .kw_item_first.active .kw_dynamic_txt{
	display: block;
	transition: .5s;
}
.kw_item_box .kw_item_first.active .kw_dynamic_txt_show{
	display: none;
	transition: .5s;
}

.kw_item_box .kw_item_first.active .kw_item_pp  img.kw_dynamic_rt_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 6rem;
	height:3.6rem;
	display: inline-block;
	transition: .5s;
}
.kw_item_box .kw_item_first.active {
	background: url(../images/kw-new_hover.png) no-repeat left;
	
}

/* <!--科室导航-->*/
.kw_ks{
	margin-top: .8rem;
	padding: .5rem 0;
	min-height: 4.6rem;
		background: rgba(73, 189, 177, 1);
	background-size:100% 100%;
}

.kw_ks .titles h2 {
color: #FFFFFF;
}

.kw_ks .titles h2 a{
color: #FFFFFF;
}
.kw_ks .kw_ks_list{
	height: auto;
	padding: .45rem 0;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.kw_ks .kw_ks_list li{
	display: inline-block;
	vertical-align: top;
	width: 2.3rem;
	text-align: center;
	margin-bottom: .6rem;
	transition: .5s;
}
.kw_ks .kw_ks_list li img{
	display: block;
	margin: 0 auto;
	transform: scale(.96);
}
.kw_ks .kw_ks_list li:hover img{
transform: scale(1.02);	
transition: .5s;
}
.kw_ks .kw_ks_list li span{
	display: block;
	font-size: .18rem;
color: #fff;
line-height: .36rem;
color: #FFFFFF;
}

/*专家介绍*/
.kw_expert{
	margin-top: .6rem;
}

.kw_expert ul{
	display: block;
	padding: .1rem;
}
.kw_expert ul li{
	width: 1.7rem;
	min-height: 3rem;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	display: inline-block;
	vertical-align: top;
	margin-right: .2rem;
	text-align: center;
	padding: .25rem .15rem;
}
.kw_expert ul li:last-of-type{
	margin-right: 0;
}
.kw_expert ul li img{
	max-width: 100%;
}
.kw_expert ul li h4{
	font-size: .18rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #044FA1;
line-height:.28rem;
}
.kw_expert ul li p{
	font-size: .14rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #999999;
line-height: .28rem;
}
.kw_expert .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 .05rem;
}
.kw_expert  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	width: 10%;
	text-align: center;
	left: 45%;
}
.kw_expert .swiper-container{
	padding-bottom: 1rem;
}

.kw_expert .swiper-pagination {
	position: absolute;
	bottom: 0;
}

.kw_expert .swiper-pagination-bullet {
	width:.14rem;
height: .14rem;
background: #CCCCCC;
border-radius: 50%;
}

.kw_expert .swiper-pagination-bullet-active {
	width: .48rem;
height: .14rem;
background: #044FA1;
border-radius: .07rem;
}

.kw_expert .swiper-button-prev {
	width:.29rem;
	height: .14rem;
	left: 40%;
	bottom: 0;
	top: auto;
	z-index: 2;
	bottom: .05rem;
	background: url(../images/left_03.png) no-repeat center center;
	background-size:100% 100%;
}

.kw_expert .swiper-button-next {
	width:.29rem;
	height: .14rem;
	right: 40%;
	bottom: .05rem;
	top: auto;
	z-index: 2;
	transform: rotate(180deg);
	background: url(../images/left_03.png) no-repeat center center;
	background-size:100% 100%;
}
.kw_expert .swiper-button-prev:hover {
	width:.29rem;
	height: .14rem;
	transform: rotate(180deg);
	background: url(../images/left_05.png) no-repeat center center;
	background-size:100% 100%;
}

.kw_expert .swiper-button-next:hover {
	width:.29rem;
	height: .14rem;
	transform: rotate(0deg);
	background: url(../images/left_05.png) no-repeat center center;
	background-size:100% 100%;
}

/*<!--学科动态-->*/
.kw_subject{
	margin-top: .6rem;
	min-height: 6.4rem;
	padding: .5rem 0;
	min-height: 6.4rem;
	padding-top: .6rem;
	background: url(../images/index_bg2.png) no-repeat center;
	background-size:100% 100%;
}
.kw_subject li{
	width: 2.8rem;
	margin-right: .2rem;
	float: left;
	min-height: 2rem;
	padding:.2rem;
	background: #FFFFFF;
	margin-bottom: .32rem;
	transition: .4s;
}
.kw_subject li img{
	max-width: 100%;
}
.kw_subject li:nth-of-type(4n){
	margin-right: 0;
}
.kw_subject li span{
	font-size: .14rem;
color: #044FA1;
line-height: .14rem;
display: block;
margin-bottom: .18rem;
margin-top: .2rem;
}

.kw_subject li h4{
	font-size: .24rem;
font-weight: 400;
color: #333333;
line-height: .24rem;
height: .24rem;
overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: .18rem;
}
.kw_subject li p{
	font-size: .12rem;
color: #666666;
line-height: .18rem;
height: .52rem;
overflow: hidden;
}
.kw_subject li:hover{
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
transition: .4s;	
}

/*友情链接*/
.link_box{
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
}
.link_box span{
	font-size: .24rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .3rem;
}
.link_box  a{
	display: inline-block;
	vertical-align: middle;
	font-size: .14rem;	
	margin-right: .4rem;
}
.link_box  a img{
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: .1rem;
}
.link_box  a i{
	display: inline-block;
	font-style: normal;
	font-size: .14rem;
	font-weight: bold;
}

/*内页*/

.bg_color {
	background: #fbfbfb;
}

.submenus {
	width: 100%;
	text-align: left;
	height: .48rem;
	line-height: .48rem;
background: rgba(92, 155, 212, .7);
margin-top: -.47rem;
z-index: 2;
position: relative;
}
.submenus a{
	display: inline-block;
	padding: 0 .3rem;
	color: #FFFFFF;
	font-size: .16rem;
}
.submenus  a.active {
	background: rgba(65, 134, 197, 1);
}
.submenus  a:hover{
	background: rgba(65, 134, 197, 1);
}


/*内页*/
.con{
	padding-bottom: 1.36rem;
}
h2.con_title{
	font-size:.3rem;
font-weight: 400;
color: #333333;
line-height: .3rem;
	margin: 0 auto;
	margin-top: .6rem;
	margin-bottom: .5rem;
	text-align: center;
}
.mz_box {
}
.mz_box table{
	width: 100%;
	text-align: center;
}
.mz_box table tr{
	border: none;
	text-align: center;
}
.mz_box table tr th{
	text-align: center;
	height: .68rem;
background: #5C9BD4;
color: #FFFFFF;
}
.mz_box table tr td{
	text-align: center;
	line-height: .5rem;	
font-size:.16rem;
}
.mz_box table tr td span{
	cursor: pointer;
}
.mz_box table tr td span:hover{
	color: #044FA1;
}
.mz_box table tr:hover{
	background: rgba(92, 155, 212, .5);
}

/*专家风采*/
.fc_box ul{
	display: block;
	padding: .1rem;
}
.fc_box ul li{
	width: 2.7rem;
	/*box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);*/
	display: inline-block;
	vertical-align: top;
	margin-right: 1rem;
	text-align: center;
	margin-bottom: .8rem;
}
.fc_box ul li:last-of-type{
	margin-right: 0;
}
.fc_box ul li img{
	max-width: 100%;
}
.fc_box ul li h4{
	font-size: .2rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #044FA1;
line-height:.28rem;
margin-top: .16rem;
}
.fc_box ul li p{
	font-size: .14rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #999999;
line-height: .2rem;
}
.fc_box .fc_box_left{
	display: inline-block;
	vertical-align: middle;
	width: 3rem;
	margin-right: .3rem;
}
.fc_box .fc_box_left img{
	max-width: 100%;
}
.fc_box .fc_box_right{
	display: inline-block;
	vertical-align: middle;
	width: 8.3rem;
}
.fc_box .fc_box_right .fc_box_tt{
	padding-bottom: .3rem;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.fc_box .fc_box_right .fc_box_tt h4{
	font-size: .24rem;
	line-height: .36rem;
	color: rgba(4, 79, 161, 1);
}
.fc_box .fc_box_right .fc_box_tt p{
	font-size: .16rem;
	color: rgba(51, 51, 51, 1);
}
.fc_box .fc_box_right .fc_box_tt a.fc_more{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding:0 0.15rem;
	height: .4rem;
background: #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: .2rem;
line-height: .4rem;
}

.fc_box .fc_box_right  .fc_box_text{
	margin-top: .3rem;
	position: relative;
}
.fc_box .fc_box_right  .fc_box_text p{
	font-size:.16rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
line-height: .36rem;
}
.fc_box .fc_box_right  .fc_box_text p.fc_box_text_tc{
margin-top: .36rem;
}

/*医院位置*/
.map_list{
	margin-bottom: .3rem;
}
.map_list h3{
	font-size: .16rem;
font-family: AlibabaPuHuiTiM;
font-weight: bold;
color: #333333;
line-height:.3rem;
}
.map_list p{
	font-size: .16rem;
font-family: AlibabaPuHuiTiM;
color: #333333;
line-height:.3rem;
}

/*通用内容简介页面*/
.cont_text p{
	font-size: .16rem;
font-family: AlibabaPuHuiTiR;
font-weight: 400;
color: #333333;
line-height: .3rem;
text-indent: 2em;
margin-bottom: .3rem;
}

.cont_text img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
}


/*荣誉*/
.kw_ry{
	
}
.kw_ry ul{
	display: block;
}

.kw_ry ul li{
	width: 3.8rem;
	height: auto;
	margin-right: .2rem;
	display: inline-block;
	vertical-align: top;
	margin-bottom: .5rem;
	text-align: center;
}
.kw_ry ul li:nth-of-type(3n){
	margin-right: 0;
}
.kw_ry ul li h3{
	width: 92%;
	margin: 0 auto;
	font-size:.16rem;
font-family: AlibabaPuHuiTiR;
font-weight: bold;
color: #333333;
line-height: .28rem;
margin-top: .1rem;
}
.kw_ry ul li img{
	max-width: 100%;
}

.kw_ry a.sy_more{
	display: block;
	margin: 0 auto;
	margin-top: .3rem;
	width: 1.8rem;
height: .48rem;
background: #044FA1 url(../images/sy_img_21.png) no-repeat 78% center ;
border-radius: .24rem;
line-height: .48rem;
font-size: .16rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #F5F5F5;
text-align: center;
padding-right: .1rem;

}


/*新闻、通知、科学动态*/
.new ul.news_list li {
	display: block;
	position: relative;
}

.new ul.news_list>li {
	width: 100%;
	margin-bottom: .3rem;
	transition: transform .5s ease-in 0s;
	-webkit-transition: transform .5s ease-in 0s;
	-moz-transition: transform .5s ease-in 0s;
	-o-transition: transform .5s ease-in 0s;
}

.new ul.news_list>li:last-of-type {}

.new ul.news_list>li .new_time {
	display: inline-block;
	vertical-align: middle;
	width: 1.2rem;
	height: 1.2rem;
border: 1px solid #CCCCCC;
	text-align:center;
	
}

.new ul.news_list>li .new_time h2 {
	font-size: .36rem;
font-family: Arial;
font-weight: bold;
color: #999999;
margin-top: .2rem;
}

.new ul.news_list>li .new_time p {
	font-size: .16rem;
font-family: Arial;
font-weight: 400;
color: #999999;
opacity: 0.8;
}

.new ul.news_list>li .new_pp {
	display: inline-block;
	vertical-align: middle;
	height: 100px;
	width: 86%;
	margin-left: 2%;
}

.new ul.news_list>li .new_pp h4 {
	font-size: .20rem;
font-family: Source Han Sans CN;
font-weight: 500;
color: #666666;
line-height: .34rem;
overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.new ul.news_list>li .new_pp p {
font-size: .14rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
	line-height: .24rem;
	height: .48rem;
	overflow: hidden;
}

.new ul.news_list>li:hover {
	transition: .5s;
	box-shadow: 0px 0px 2px 0px rgba(65, 134, 197, .2);
	background: #FFFFFF;
}

.new ul.news_list>li:hover .new_pp h4,.new ul.news_list>li:hover .new_pp p{
	color:rgba(65, 134, 197, 1);
}

.new ul.news_list>li:hover  .new_time {
background: rgba(65, 134, 197, 1);
border: 1px solid rgba(65, 134, 197, 1);
	text-align:center;
	transition: .5s;
}
.new ul.news_list>li:hover  .new_time h2,.new ul.news_list>li:hover  .new_time p{
	color: #FFFFFF;
	transition: .5s;
}

/*分页*/

.page {
	margin-top: .6rem;
	text-align: center;
	height: auto;
}

.page a {
	width: .4rem;
height: .4rem;
border: 1px solid #5C9BD4;
border-radius: 50%;
line-height: .4rem;
display: inline-block;
vertical-align: middle;
cursor: pointer;
margin-right: .1rem;
font-size: .14rem;
color: #5C9BD4;
}
.page a.prev,.page a.next{
	width: .72rem;
	border-radius: .2rem;
}
.page input {
	height: 32px;
	line-height: 32px;
	border: 1px solid #CCCCCC;
	width: 50px;
	border-radius: 2px;
	text-align: center;
	box-sizing: border-box;
}

.page a:hover,
.page a.active {	
background: #044FA1;
	color: #FFFFFF;
}

.page span{
	color:#044FA1 ;
}
.page span i{
	font-style: normal;
}


/*详情*/
.details{
	margin-top: .6rem;
}
.details p.font1 {
	font-size: .24rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: .3rem;
	text-align: center;
	margin-bottom: .2rem;
}

.details p.font2 {
	text-align: center;
	font-size: .14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: .3rem;
	margin-bottom: .2rem;
	padding-left: .2rem;
}

.details p.font2 i {
	display: inline-block;
	vertical-align: middle;
	width: .17rem;
	height: .17rem;
	margin-right: .03rem;
	background: url(../images/newdel_03.png) no-repeat center;
}

.details p.font2 span {
	display: inline-block;
	vertical-align: middle;
}

.details .content {
	padding: .3rem 0 .5rem;
}

.details .content p {
	font-size: .14rem;
	font-family: AlibabaPuHuiTiR;
font-weight: 400;
color: #333333;
	line-height: .3rem;
	text-indent: 2em;
}

.details .content img {
	display: block;
	margin: .2rem auto;
	max-width: 100%;
}

.chapter {
	border-top: 2px solid #666;
	line-height:.95rem;
	display: flex;
	justify-content: space-between;
	line-height:.45rem;
}

.chapter a {
	font-size: .16rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}
.chapter a:hover{
	color: rgba(4, 79, 161, 1);
}


.pc_rencai{
	display: block;
}
.phone_rencai{
	display:none;
}



#top {
	position: fixed;
	bottom: .1rem;
	right: .1rem;
	width: .4rem;
	height: .4rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
	cursor: pointer;
}

/*遮罩层*/

.layerr {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	left: 0;
	top: 0;
	display: none;
}

.login_box{
	position: fixed;
	width: 6.60rem;
	height: auto;
	left: 32%;
	top: 3rem;
	z-index: 99999;
	background: #fff;
	box-sizing: border-box;
	display: none;
	text-align: center;
	border-radius: .1rem;
	padding-bottom: .2rem;
}



.delete {
	position: absolute;
	right: .25rem;
	top: .25rem;
	cursor: pointer;
}

.login_box h1{
	width: 100%;
	color: #333;
	font-size: .3rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	height: .72rem;
	line-height: .72rem;
	background: #EEEEEE;
	border-radius:.1rem .1rem 0px 0px;
}

.login_box ul{
	width: 84%;
	margin: 0 auto;
	margin-top:.2rem;
}

.login_box li{
	height: .4rem;
	line-height:.4rem;
	box-sizing: border-box;
	margin-top: .2rem;
	text-align: left;
}

.login_box li span{
	display: inline-block;
	width: .8rem;
	height:.4rem;
	line-height: .4rem;
	text-align: center;
	font-size: .18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	text-align: right;
}

.login_box li input{
	outline: none;
	background: none;
	display: inline-block;
	vertical-align: middle;
	padding-left: 12px;
	height: .4rem;
	line-height: .4rem;
	border: 1px solid #dddddd;
	width: 80%;
}


.login_box li.beizhu{
	height: auto;
	margin-bottom: .3rem;
}

.login_box li.beizhu span{
	vertical-align: top;
}


.login_box li.beizhu textarea{
	outline: none;
	padding: .1rem;
	width: 79%;
	border: 1px solid #dddddd;
	display: inline-block;
	vertical-align: top;
	margin-left: -3px;
}

.login_box li.btn_dl{
	border: none;
	width: 2rem;
	text-align: center;
	cursor: pointer;
	margin-top: 0px;
	margin: 0 auto;
}

.login_box li.btn_dl input{
	width: 2rem;
	height: .4rem;
	background: linear-gradient(0deg, #5C9BD4 0%, #5C9BD4 100%);
	border-radius: .03rem;
	cursor: pointer;
	font-size: .16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}


.login_box li.zhuce{
	border: none;
	text-align: center;
	font-size: .16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
