
a:hover, a:focus{
	text-decoration: none;
}
/*header*/
.L-header{
	width:100%;
	height:90px;
	background-color: #f4f4f4;
}

/*nav*/
.nav{
	width: 100%;
	height:39px;
	background-color: #014489;
}
/*banner*/
.L-banner{
	width: 100%;
	height:300px;
	overflow:hidden;
}
.L-banner img{
	width:100%;
	height:auto;
}
/*内容*/
.content{
	width: 100%;
	height: auto;
	background-color: #fff;
}
.L-content{
	width: 1000px;
	margin: 0 auto;
	height:auto;
}
.l-menu-left{
	float:left;
	width: 236px;
	height: auto;
	min-height: 200px;
	margin-top: 20px;
	
}
.l-m-submenu{
	margin: 0 auto;
	width: 212px;
	background-color: #d6d6d6;
	height: auto;
	padding-bottom: 60px;
	z-index: 90;
}
.l-m-submenu>li{
	width: 212px;
	height: 37px;
	border-bottom: solid 1px white;
	text-align:left;
	line-height:36px;
	font-size:14px;
	font-weight:bold;
	color: #0c0505;
	font-family: "微软雅黑";
	background-color: #eaeaea;
}
.l-m-submenu>li>a{
	display:inline-block;
	color:#0c0505;
	width: 212px;
	*width: 176px;
	height: 36px;
	padding-left: 36px;
}
.l-m-submenu>li>a:hover{
	color: white;
	background-color: #193885;
	text-decoration: none;
}
.active-l{
	color:white !important;
	background-color:#193885;
}
.l-content-right{
	float:right;
	width: 750px;
	height: auto;
	min-height:600px;
}
.location{
	width: 740px;
	font-size:14px;
	color:#49494b;
	text-align: right;
	border-bottom: solid 3px #DADFF8;
	padding-top: 28px;
	padding-bottom: 6px;
}
.location>a{
	display: inline-block;
	color:#49494b;
	font-family: "微软雅黑";
}

.location>a:hover{	
	color: #F88D2F;
	text-decoration: none;
}
.l-right-text{
	width: 740px;
	height: auto;
	margin-top: 40px;
}
.l-right-text p{
	width: auto ;
	line-height: 28px;
	color: #040407;
	font-family: "微软雅黑";
	font-size: 14px;
	text-indent: 28px;
	margin-bottom: 40px;
}
/*new样式*/
.l-right-photo-ul>li{
	width: 250px;
	height: auto;
	float: left;
}
.l-right-photo-ul>li:nth-child(2){
	margin: 0 20px;
}
.photoshow{
	width: 250px;
	height:168px;
	overflow: hidden;
	margin-bottom: 10px;
}
.l-right-photo-ul>li>h5{
	color: #333333;
	font-size: 13px;
	line-height:20px;
}
.l-right-photo-ul>li>h5>a{
	display: inline-block;
	color: #333333;
}
.l-right-photo-ul>li>h5>a:hover{
	color: #F88D2F;
	text-decoration: none;
}
.l-right-photo-ul>li>span{
	display: block;
	color: #333333;
	font-size: 12px;
	line-height: inherit;
}
.photoshow>img{
	width: 250px;
	height: 168px;
	display: table-cell;
	vertical-align:middle;
}
.l-right-text-ul{
	width: 740px;
	margin: 0 auto;
	margin-top:20px;
	height: auto;
}
.l-right-text-ul>li{
	width: 740px !important;
	border-bottom: dashed 1px #dedede;
	height: auto;
	padding-top: 16px;
	padding-bottom:4px;	
}
.l-right-text-ul>li>img{
	display: inline-block;
	float: left;
	margin: 9px 7px;
}
.l-right-text-ul>li>a{
	display: inline-block;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #333;
	width:490px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	
}
.l-right-text-ul>li>a:hover{
	color: #f88d2f;
	text-decoration: none;
}
.l-right-text-ul li>span{
	float: right;
	display:block;
	font-family: "微软雅黑";
	font-size: 14px;
	color:#ADADAD;
}
.pagerbox{
	width: 740px;
	height: 32px;
	/*background-color: #eaf9ff;*/
	color: #333333;
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	margin-top:32px;
	margin-bottom: 40px;
}
.pagerbox a{
	color: #333333;
	font-family: "微软雅黑";
	font-size: 14px;
}.pagerbox a:hover{
	color: #F88D2F;
	text-decoration: none;
}
.rightborder{
	border-right: solid 1px #333;
	padding-right:6px;
}
.pagerbox input{
	display:inline-block;
	padding-left: 5px;
	width: 50px;
	*width: 45px;
	height: 20px;
	border:solid 1px #333;
	line-height: 20px;
}
/*新闻详情页面*/

.active-box {
	width: auto;
	margin: 0px 20px;
	_margin: 0px 20px;
	height: auto;
	min-height:70px;
	
	border-bottom: 1px dashed #e3e3e3;
}
#xiangqing-box{
	border-bottom: none;
	min-height: auto;
	height:auto;
	border-bottom: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-top:44px;
	

}
.active-box h4 {
	padding: 20px 0 0 0;
	_padding: 10px 0 0 0;
	line-height:32px;
	font-size: 26px;
	text-align: center;
}

.active-box p {
	margin:0;
	padding:0;
	height: 30px;
	line-height: 25px;
	font-size: 12px;
	color:#5C5C5C;
	text-align: center;
}

.neirong {
	width: auto;
	padding: 20px 45px 0;
	_padding: 10px 20px 0;
}

.neirong p {
	line-height: 27px;
	font-size: 15px;
	margin:0 0 10px 0;
	_margin:0 0 5px 0;
}

.close-box{
	width: auto;
	padding: 0 45px;
	_padding: 0 45px;
	text-align: right;
	font-size: 14px;
	height: 68px;
	line-height: 68px;
}
.close-box a{
	color: #030303;
}
.xiangxi-box {
	margin: 0 auto;
	padding:5px 0 0 0;
	_padding:2px 0 0 0;
	width:1000px;
	height:auto;
}
.clearfix{
	clear: both;
}

/*footer*/
.L-footer{
	width: 100%;
	height: 60px;
	background-color: #000;
	filler:alpha(opacity:90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.clearfix{
	clear: both;
}
/*人员介绍*/
.l-content-right-1{
	width: 100%;
}
.l-right-people-ul{
	width: 100%;
	margin-top: 20px;
}
.l-right-people-ul li{
	width: 25%;
	height: 195px;
	padding: 0 20px;
	float: left;
	margin-bottom: 20px;
}
.people-ul-pic{
	width: 100%;
	height: 160px;
	overflow: hidden;
	border:solid 1px #D9D9D9;
}
.people-ul-pic{
	width: 100%;
	vertical-align: middle;
}
.people-ul-pic a{
	display:block;
	width: 100%;
	overflow:hidden;
}
.people-ul-pic a img{
	display:block;
	width:100%;
	min-height:160px;
}
.people-ul-info{
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-family: "微软雅黑";
	font-size: 15px;
	text-align: center;
	color:#020202;
}
/*人员简介*/
.jianjie{
	width: 900px;
	margin: 0 auto;
	height: auto;
}
.jianjie-fir{
	width: 100%;
	height: auto;
}
.jianjie-fir-title{
	font-size:26px;
	font-weight: 500;
	font-family: "微软雅黑";
	margin: 10px 0;
}
.jianjie-fir-left{
	width: 180px;
	height: 200px;
	overflow: hidden;
	float: left;
}
.jianjie-fir-left img{
	height: 100%;
	width: auto;}
.jianjie-fir-right{
	float: left;
	margin-left: 28px;	
}
.jianjie-fir-right dd{
	font-size: 16px;
	line-height: 40px;
	
}
.jianjie-sec{
	margin-top:30px;
}
.resume-box p{
	line-height: 24px;
	font-size: 14px;
}
/*发表文章*/
.arti-ul{
	width: 100%;
	height: auto;
	margin: 20px 0;
}
.arti-ul li{
	width:100%;
	padding: 20px 0;
	border-bottom:solid 1px #dedede;
}
.arti-pic{
	float: left;
	width:270px;
	height:148px;
	overflow:hidden;
}
.arti-pic img{
	display: block;
}
.arti-pic img:hover{
	filler:alpha(opacity:80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.arti-info{
	float: left;
	margin-left: 20px;
	width: 460px;
}
.arti-info h3{
	font-family: "微软雅黑","microsoft yahei";
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.arti-info-fenlei{
	color: #C0C0C0 ;
}
.arti-info-date{
	float: right;
	color: #C0C0C0;
}
/*仪器设备*/
.ambulpic li{
	float: left;
	width: 25%;
	height: auto;
	padding:0 8px;
	margin-bottom: 16px;
	 
}
.ambulpic-pic{
	width: 100%;
	height: 230px;
	overflow:hidden;
}
.ambulpic-pic a{
	cursor: pointer;
}
.ambulpic-pic img{
	width: 100%;
	height: auto;
}
.ambulpic-pic img:hover{
	filler:alpha(opacity:80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.ambulpic-info h4{
	font-family: "微软雅黑", "microsoft yahei";
	font-size: 18px;
	line-height:32px;
	padding-left: 4px;
}
.ambulpic-info p{
	font-family: "微软雅黑", "microsoft yahei";
	font-size: 14px;
	line-height: 20px;
	color:#888888;
	padding-left: 4px;
}
.ambulpic-Item{
/*	border:solid 1px #dedede;*/
	padding-bottom: 4px;
}
/*页面分享*/
.sharebox{
	width: 100%;
	height:40px;
	
}
.sharebox-right{
	width: 300px;
	float: right;
	height: 40px;
	position: relative;
}
/*插件修改样式*/
.layui-tab-title .layui-this {color:red !important;}
.clearfix{
	clear: both;
}
