@font-face {font-family: "iconfont";
  src: url('../font/iconfont.eot'); /* IE9*/
  src: url('../font/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/iconfont.woff') format('woff'), /* chrome, firefox */
  url('../font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:12px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color:#aaa;
}
.header{
	width:100%;
	height:30px;
	overflow: hidden;
	background: #a20703;
}
.header_main{
	width: 1200px;
	margin:0 auto;
}
.header_main p{
	width:50%;
	float: left;
	line-height: 30px;
	color:#fff;
}
.header_main .h_m_two{
	text-align: right;
}
.headerbtm{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
}
.headerbtm>div{
	float: left;
	height:95px;
}

/*menu*/
#navMenu ul { width:780px; height:55px; margin:0 auto; margin-top:20px;}
#navMenu li { float:left; height:50px; line-height:50px; width:97px; position:relative; }
#navMenu li.li_PET{width:130px;}
#navMenu li a {display: block; line-height:50px; height: 50px; text-align: center; transition:all 0.2s linear; font-size:16px; position:absolute; width:100%;}
#navMenu li:hover{border-bottom: 3px solid #a20703;}
#navMenu li:hover a { color: #a20703;transition:all 0.2s linear;}
#navMenu li:hover ul li a {transition:all 0.2s linear;}
#navMenu li ul { width:97px; height:auto; max-height:0; overflow:hidden; position:absolute; top:40px; transition:all 0.3s ease-out; z-index:9999;}
#navMenu li.li_PET ul{width:130px;}
#navMenu li ul li { float:none; height:50px; width:100%; }
#navMenu li ul li a { width: 100%; display: block; text-align:center; color: #eeeeee; font-size:14px; line-height:50px; height:50px; transition:all 0.2s linear; }
#navMenu li ul li a:hover {transition:all 0.2s linear; }
#navMenu li:hover ul { max-height:355px; transition:all 0.3s linear; }
/*banner*/
.banner{
	width:100%;
	height:380px;
	background: url('../images/banner.jpg?v=1') 50% center no-repeat;
}
/*主题内容*/
/*content*/
.content{
	width:1200px;
	margin:0 auto;
	margin-top:35px;
	overflow: hidden;
}
.content_left{
	width:895px;
	float: left;
}
.content_right{
	width:275px;
	float: left;
	margin-left: 27px;
}
.listone{
	width:100%;
	height:285px;
}
.listone>div{
	float: left;
}
.listone_left{
	width:155px;
	height:100%;
	position: relative;
}
.listone_left>a{
	position: absolute;
	top:0;
	left:0;
	width:145px;
	height:285px;
}
.listone_left>span{
	position: absolute;
	top:30px;
	right:-10px;
	display: block;
	border:none;
	border-top: 10px solid transparent;
	border-left: 10px solid #a20703;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.listone_right{
	width:700px;
	margin-top:20px;
	margin-left: 20px;
}
.divposition{
	width:660px;
	padding-right: 40px;
	position: relative;
}
.position_pic{
	position: absolute;
	top:0;
	right:0;
	width:30px;
	height:30px;
}
.position_pic>img{
	width:100%;
	height:100%;
}
.listone_right>h2{
	height:70px;
	font-size: 24px;
	line-height: 70px;
	font-weight: normal;
	margin-top:10px;
}
.text_content p{
	color:#aaa;
	line-height: 30px;
	margin-bottom: 20px;
}
.listtwo {
	margin:30px 0;
	height:341px;
	overflow: hidden;
}
.listtwo .listone_left{
	width:145px;
}
.listtwo_top{
	margin:10px 0;
	width:100%;
	height:35px;
	color:#c9c9c9;
	line-height: 35px;
	font-size: 12px;
	border-bottom: 1px solid #aaa;
}
.listtwo_top span{
	display: block;
	float: left;
	width:80px;
	height:33px;
	line-height: 33px;
	font-size: 18px;
	color:#000;
	border-bottom: 3px solid #aaa
}
.listtwo_top>a{
	display: block;
	width:55px;
	height:20px;
	float:right;
	border:1px solid #aaa;
	border-radius:10px; 
	line-height: 18px;
	text-align: center;
	margin-top:4px;
	font-size: 12px;
	transition:all 0.3s;
}
.listtwo_top>a:hover{
	color:#a20703;
	border:1px solid #a20703;
	transition:all 0.3s;
}
.listtwo .listone_right{
	margin-top:0;
	width:728px;
	overflow: hidden;
}
.listone_right>a>div{
	float: left;
}
.discuss{
	display: block;
	width:684px;
	height:88px;
	padding: 20px;
	border:2px solid #a20703;
}
.discuss:hover .discuss_right_p1{
	color:#a20703;
	transition:all 0.3s;
}
.discuss_left{
	width:80px;
	padding-left: 10px;
	overflow: hidden;
	border-right:1px solid #aaa;
}
.discuss_left>span{
	width:60px;
	display: block;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
}
.discuss_left>span.discuss_span{
	font-size: 46px;
    height: 50px;
    line-height: 50px;
}
.discuss_right{
	width:570px;
	margin-left: 20px;
}
.discuss_right>p.discuss_right_p1{
	height:30px;
	line-height: 30px;
	font-size: 16px;
	color:#000;
	white-space: nowrap;
	text-overflow: ellipsis; 
	overflow: hidden;
	transition:all 0.3s;
}
.discuss_right>p.discuss_right_p2{
	height:40px;
	font-size: 14px;
	color:#aaa;
	line-height: 21px;
	margin-top:10px;
	word-wrap:break-word ;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.listtwo .listone_right ul{
	overflow: hidden;
	margin-top:20px;
}
.listtwo .listone_right ul li{
	float: left;
	width:50%;
	padding: 5px 0;
}
.listtwo .listone_right li i{
	float: left;
	height:20px; 
	line-height: 20px;
	width:15px;
}
.listtwo .listone_right li>a{
	width:300px;
	height:20px;
	line-height: 20px;
	float: left;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis; 
	overflow: hidden;
	transition:all 0.3s;
}
.listtwo .listone_right li>a:hover{
	color:#a20703;
	transition:all 0.3s;
}
.listthr {
	margin:30px 0;
	height:255px;
	overflow: hidden;

}
.listthr .listone_left{
	width:145px;
}
.listthr .listone_right{

	width: 730px;
}
.listthr ul{
	overflow: hidden;
	margin-top:9px;
}
.listthr ul li{
	float: left;
	width:228px;
	height:205px;
	border-bottom: 2px solid #d1d1d1;
	margin-right: 15px;
	overflow: hidden;
}
.listthr ul li.li_picone{
	margin-right: 0px;
}
.listthr ul li a{
	display: block;
}
.listthr ul li a img{
	width:233px;
	height:150px;
}
.listthr ul li a span{
	display: block;
	height:50px;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition:all 0.3s;
}
.listthr ul li a span:hover{
	color:#a20703;
	transition:all 0.3s;
}
/*content_left结束*/
/*content_right开始*/
.consult{
	padding: 0px 30px;
	width:215px;
	height:285px;
	background: #f3f3f3;
}
.consult ul li{
	border-bottom: 1px solid #ccc;
}
.consult ul li:hover i,.consult ul li:hover span{
	color:#a20703;
	transition:all 0.5s;
}
.consult ul li.knowledge{
	border-bottom: none;
}
.consult ul li i{
	font-size: 30px;
	float: left;
	line-height: 30px;
	width:30px;
	transition:all 0.5s;
}
.consult ul li i.zixun{
	font-size: 20px;
}
.consult ul li i.icon1{
	font-size: 20px;
}
.consult ul li a{
	display: block;
	height:30px;
	padding: 20px 0;
}
.consult ul li a span{
	display: block;
	float: left;
	width:145px;
	line-height: 30px;
	padding-left: 10px;
	transition:all 0.5s;
}
/*专家团队*/
.team{
	width:275px;
	overflow: hidden;
	margin:30px 0;
}
.redblock{
	width:140px;
	height:50px;
	padding: 10px 20px;
	background: #a20703;
	float: left;
}
.redblock>span{
	display: block;
	color:#fff;
	font-size: 20px;
}
.redblock>span.team_spantwo{
	font-size: 12px;
	padding-top: 5px;
	color:#d8bab8;
}
.redrigth{
	width:95px;
	height:40px;
	background: #f3f3f3;
	float: left;
	margin-top:28px;
	border-bottom: 2px solid #d1d1d1;
}
.team .bigdemo{
	overflow: hidden;
	border:2px solid #d1d1d1;
	border-top:none;
}
.team #demo{
	height: 495px;
	overflow: hidden;
}
.team .demoall{
	overflow: hidden;
	width: 211px;
	padding:0 30px;
	border-top:none;
	padding-top: 10px;
}
.team #demo .demoall li{
	padding:12px 0;
	height:72px;
	width:210px;
	list-style:none;
	border-bottom: 1px solid #aaa;
}
.team #demo .demoall li i{
	transition:all 0.3s;
}
.team #demo .demoall li:hover i{
	color:red;
	transition:all 0.3s;
}
.team #demo .demoall li a{
	display: block;
	overflow: hidden;
	padding: 3px 0;
}
.team #demo .demoall li a .team_pic{
	width:65px;
	height:65px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}
.team_pic>img{
	width:100%;
}
.team #demo .demoall li a p{
	float: left;
	height: 65px;
	overflow: hidden;
}
.team #demo .demoall li a p span{
	display: block;
	font-size: 16px;
	width: 60px;
	margin-top: 10px;
	padding: 5px 0;
	padding-left: 20px;
	white-space: nowrap;
	padding-right: 10px;
	overflow: hidden;
}
.team #demo .demoall li a p span.work{
	font-size: 12px;
	color:#666;
	padding: 0;
	margin:0;
	padding-left: 20px;
}
.team #demo .demoall li a i{
	width: 55px;
	height:65px;
	line-height: 65px;
	text-align: center;
	float: left;
	color:#333;
}
.moreteam{
	height:60px;
	padding-left: 30px;
}
.moreteam a{
	display: block;
	height:60px;
	line-height: 60px;
	color:#a20703;
}
.footer{
	width:100%;
	height:120px;
	margin-top:10px;
	background: #f3f3f3;
}
.footermain{
	width:1200px;
	margin:0 auto;
	padding-top: 26px;
	overflow: hidden;
}
.footer p{
	height:30px;
	line-height: 30px;
	text-align: center;
}

/*typical_case.html*/
/*banner*/
.banner_case{
	width:100%;
	height:220px;
	background: url('../images/banner1.jpg') 50% center no-repeat;
}
.feilei{
	height: 75px;
    width: 1200px;
    margin: 0 auto;
    margin-top: 5px;
    border-bottom: 1px solid #DDDDDD;
}
.typical_case{
	float: left;
	overflow: hidden;
}
.typical_case h3{
    line-height: 73px;
    font-size: 22px;
    overflow: hidden;
    font-weight: normal;
    color: #cf2b1f;
}
.shouye_case{
	height:75px;
	overflow: hidden;
	float: right;
}
.shouye_case span{
	display: block;
	height:75px;
	line-height: 73px;
	width:45px;
	float: left;
}
.shouye_case a{
	display: block;
	height:75px;
	line-height: 73px;
	color:#cf2b1f;
	float: left;
}
.case_main{
	width:1200px;
	margin:0 auto;
}
.case_main ul{
	height:1070px;
	overflow: hidden;
}
.case_main ul li{
	width:280px;
	height:303px;
	overflow: hidden;
	border:1px solid #f3f3f3;
	margin-top:40px;
	float: left;
	margin-right: 24px;
	
}
.case_main ul li:nth-of-type(4n){margin-right: 0;}
.case_main ul li a{
	display: block;
	height:100%;
	height:100%;
}
.case_main_pic{
	height:185px;
	width:278px;
	border:1px solid #f3f3f3;
}
.case_main_pic>img{
	height:184px;width:278px;
	transition: all 0.3s;
}
.case_name{
	width:280px;
	overflow: hidden;
	text-align: center;
	height:70px;
	line-height: 70px;
	font-size: 16px;
	color:#696969;
}
.case_more{
	text-align: center;
	font-size: 16px;
	height:50px;
	line-height: 50px;
	color:#c2c2c2;
	background: #f3f3f3;
	transition:all 0.5s ;
}
.case_main ul li:hover .case_more{
	background: #cf2b1f;
	color:#fff;
}
.case_main ul li:hover .case_main_pic>img{
	transform: scale(1.1);
}
/*分页*/
.black2 { padding: 10px;  margin: 40px auto;  text-align: center; overflow:hidden; margin-bottom:50px;}
.black2 a { border: #757575 1px solid; padding:5px 10px; color: #000000;  text-decoration: none;margin: 2px; }
.black2 a:hover { border: #cf2b1f 1px solid; background:#cf2b1f; padding:5px 10px; color: #fff;  text-decoration: none; margin: 2px; }
.black2 span.current { border: #cf2b1f 1px solid; background:#cf2b1f; padding:5px 10px; color: #fff;  text-decoration: none; margin: 2px; }
.black2 span.disabled { border: #ccc 1px solid; padding:5px 10px; color: #ccc;  text-decoration: none; margin: 2px; }
#content {margin:20px auto; overflow:hidden;}
.width1200 { width:1200px; position:relative; margin:0 auto; height:auto; overflow:hidden; }
.newslist { height: 800px;overflow:hidden;margin-top: 20px;margin-bottom: 60px;}
.newslist ul { overflow:hidden; margin:0px auto; width:1280px; }
.newslist li { 
	width:50%; 
	padding:0; 
	overflow:hidden;  
	height:180px; 
	float:left; 
	padding-right: 80px;
	box-sizing: border-box;
}
.newslist li:hover a h3 i{
	width: 100%;
}
.newslist li a { display:block; height:150px; width:100%; overflow:hidden;}
.newslist li a h3 { line-height:50px; font-size:16px; box-sizing:border-box; overflow:hidden; height:50px; position:relative; width:100%; color:#000; border-bottom:1px solid #F0F0F0;}
.newslist li a h3 i { 
	display:block; 
	width:15px; 
	height:1px; 
	position:absolute; 
	z-index:999; 
	bottom:0; 
	left:0; 
	background-color:#000;
	transition: all 0.3s;
}
.newslist li a p { line-height:25px; font-size:14px; overflow:hidden; height:50px; width:100%; margin:10px 0; color:#999;}
.newslist li a span { line-height:20px; font-size:12px; display:block; width:100%; color:#999; }
.newslist li a:hover h3 { color:#cf2b1f;}

/*hospital_adt.html*/
/*医院介绍*/
.content { color:#949494;;margin:0 auto; margin-bottom:20px;line-height:26px; overflow: hidden;}
.content p { overflow: hidden;color:#949494;margin-bottom:10px; line-height:26px;}
.content>div>img{float: left;margin-right: 35px;margin-bottom: 20px;}
.content>div>img.pic_right{float: right;margin-left: 10px;}
.content>div{color:#949494;line-height:26px;}
/*专家列表*/
.expert_list{
	overflow: hidden;
	margin-bottom: 60px;
}
.expert_list ul{width: 100%;overflow: hidden;height: 905px;margin-bottom: 20px;}
.expert_list ul li{
	width:590px;
	float: left;
	border:1px solid #ddd;
	height:200px;
	margin-top:20px;
}
.expert_list ul li:hover .expert_pic>img{
	transform: scale(1.1);
}
.expert_list ul li:hover .expert_inf{
	transform: translateX(10px);
}
.expert_list ul li:nth-of-type(2n){
	margin-left: 15px;
}
.expert_list ul li a{
	display: block;
}
.expert_pic{
	float: left;
	height:200px;
	width:150px;
	overflow: hidden;
}
.expert_pic>img{
	height:200px;
	width:150px;
	transition: all 0.3s;
}
.expert_inf{
	margin-left: 20px;
	float: left;
	height:200px;
	width:390px;
	transition: all 0.3s;
}
.expert_inf p.expert{
	padding: 30px 0;
	overflow: hidden;
}
.expert_inf p.expert span{
	display: block;
	float: left;
	height:22px;
	padding-top: 10px;
	margin-right: 5px;
	color:#656668;
}
.expert_inf .expert .expert_name{
	font-size: 24px;
	color:#000;
	height:32px;
	padding-top: 0px;
}
.expert_inf h3{
	color:#f57b25;
}
.expert_good{
	height:50px;
	overflow: hidden;
	line-height: 26px;
	margin-top:10px;
	color:#656668;
}
.expert_good span{color:#000;}

/*留言板*/
.boardlist{
	overflow: hidden;
	margin-bottom: 40px;
}
.boardlist ul{overflow: hidden;margin-bottom: 50px;}
.boardlist ul li{
	width:100%;
	padding: 25px 0;
	border-bottom:1px dotted #ddd;
	/*transition: all 0.3s;*/
}
.question{
	overflow: hidden;
	margin-top:10px;
}
.question h3{
	height:29px;
	width:29px;
	border-radius: 5px;
	background: #a20703;
	font-size: 18px;
	float: left;
	line-height: 29px;
	text-align: center;
	color:#fff;
}
.question p{
	margin-left:10px;
	width:1070px;
	color:#a20703;
	font-size: 16px;
	height:30px;
	float: left;
	line-height: 30px;
	overflow: hidden;
}
.question span{
	display: block;
	float: left;
	width:85px;
	height:30px;
	line-height: 30px;
	text-align: right;
	color:#000;
}
.question_m{

	color:#333;
	font-size: 14px;
	min-height:28px;
	padding-left:40px;
	box-sizing:border-box;
margin-top:2px;
	line-height: 28px;
	overflow: hidden;
	width:100%; 
}
.answer {
	overflow: hidden;
	margin-top:10px;
}
.answer h3{
	height:29px;
	width:29px;
	border-radius: 5px;
	font-size: 18px;
	float: left;
	line-height: 29px;
	text-align: center;
	color:#fff;
	background: #c3c3c3;
}
.answer p{
	width:1150px;
	float: left;
	line-height: 28px;
	overflow: hidden;
	color:#949494;
	font-size: 14px;
	margin-left: 10px;
}

/*分页*/
.black2 { PADDING: 10px;  MARGIN: 20px auto;  TEXT-ALIGN: center; overflow:hidden; margin-bottom:40px;}
.black2 a { BORDER: #757575 1px solid; PADDING:5px 10px; COLOR: #000000;  TEXT-DECORATION: none;MARGIN: 2px; }
.black2 a:hover { BORDER: #a20703 1px solid; background:#a20703; PADDING:5px 10px; COLOR: #fff;  TEXT-DECORATION: none; MARGIN: 2px; }
.black2 span.current { BORDER: #a20703 1px solid; background:#a20703; PADDING:5px 10px; COLOR: #fff;  TEXT-DECORATION: none; MARGIN: 2px; }
.black2 span.disabled { BORDER: #ccc 1px solid; PADDING:5px 10px; COLOR: #ccc;  TEXT-DECORATION: none; MARGIN: 2px; }

.board_title{
	width:1200px;
	margin:0 auto;
	margin-top: 60px;
}
.board_title input,.board_title textarea{
	border:none;
	background: #f1f1f1;
	width:100%;
	padding-left: 20px;
	color:#949494;
	text-align: left;
}
.board_title input{
	height:50px;
	overflow: hidden;
}
.board_title textarea{
	min-height: 150px;
	margin-top:25px;
	padding-top: 10px;
	margin-bottom:40px;
}
.boardlist>button{
	font-size: 16px;
	display: block;
	border:1px solid #a20703;
	color:#a20703;
	width:225px;
	height:50px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	margin:0 auto;
	margin-bottom: 60px;
}
.boardlist .message_submit{
	font-size: 16px;
	display: block;
	border:1px solid #a20703;
	color:#a20703;
	width:225px;
	height:50px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	margin:0 auto;
	margin-bottom: 60px;
	cursor:pointer;
}
/*远程会诊*/
.consultation{
	margin:60px auto;
}
.con_left{
	float: left;
	width:330px;
	height: 660px;
	overflow: hidden;
}
.con_right{
	margin-left: 28px;
	overflow: hidden;
	float: left;
}
.con_right>div{
	margin-bottom: 22px;
}
.con_right_content{
	width:840px;
	
	overflow: hidden;
}
.con_right_content>div{
	width:410px;
	float: left;
	overflow: hidden;
	margin-bottom: 22px;	
}
.con_right_content>div:nth-of-type(2n){
	margin-left: 20px;
}
.con_right_content>div>input{
	width:390px;
	height:50px;
	border:none;
	background: #f1f1f1;
	color:#949494;
	padding-left: 20px;
}
.con_right_content>div label{
	width:195px;
	height:20px;
	float: left;
	padding:15px 0;
	color:#949494;
}
.con_right>div label input{
	width:20px;
	height:20px;
}
.con_right>div textarea{
	width:825px;
	min-height: 110px;
	background: #f1f1f1;
	color:#949494;
	border:none;
	padding-left: 15px;
	padding-top: 15px;
}
.con_right button{
	display: block;
	width:225px;
	height:50px;
	margin:0 auto;
	background: #fff;
	line-height: 50px;
	text-align: center;
	border:1px solid #a20703;
	color:#a20703;
	font-size: 16px;
}

/*网上预约*/
.online{
	margin:25px auto;
	margin-bottom: 60px;
}
.online_banner{
	width:1200px;
	height:250px;
	overflow: hidden;
}
.messagelist {
	overflow: hidden;
	position: relative;
}
.messagelist>div{
	overflow: hidden;
	float: left;
	margin-top: 30px;
}
.messagelist>div>input{
	border: none;
	width:200px;
	height:50px;
	padding-left: 20px;
	background: #f1f1f1;
	color:#949494;
	margin-right: 20px;

}
.messagelist>div label{
	width:120px;
	height:20px;
	float: left;
	padding:15px 0;
}
.messagelist>div label input{
	height:20px;
	width:20px;
}
.messagelist>div textarea{
	width:1185px;
	min-height: 135px;
	background: #f1f1f1;
	color:#949494;
	border:none;
	padding-left: 15px;
	padding-top: 15px;
	margin-bottom: 70px;
}
.messagelist button{
	display: block;
	width:225px;
	height:50px;
	margin:0 auto;
	background: #fff;
	line-height: 50px;
	text-align: center;
	border:1px solid #a20703;
	color:#a20703;
	font-size: 16px;
	margin-top:70px;
	position: 
}


/*新闻内页*/
.content { margin:0 auto; margin-bottom:20px; overflow: hidden;}
.content p { margin-bottom:10px; line-height:26px;}
.c_t { height:80px; margin:0 auto; width:100%; padding-top:20px;}
.c_t h3 { font-size:24px; text-align:center; line-height:40px; color:#000;}
.c_t p { font-size:14px; text-align:center; line-height:30px; color:#9c9c9c;}
.border_bot { border-bottom:1px solid #CCC; height:100px;margin-bottom:30px;}
.margin_top { margin-top:30px;}
.content img { max-width:1200px;}




