body{
	font-weight: "微软雅黑";
}


.hear{
	width: 100%;
	background: #f3f3f3;
}
.header{
	width: 980px;
	margin: 0 auto;
	height: 75px;
	position: relative;
}
.header h2{
	padding-top: 8px;
	float: left;
}
.header p{
	float: right;
	margin-top: 14px;
	margin-right: 10px;
	font-weight: arial;
	font-size: 11px;
	line-height: 12px;
}
.header p a{
	color: #494949;
	margin-left: 22px;
}
.header p a:hover{
	text-decoration: underline;
}
.header input{
	height: 22px;
	width: 190px;
	border:1px solid #dcdcdc;
	position: absolute;
	top: 35px;
	right: 0;
	background: #ebebeb;
}
.search_ico{
	position: absolute;
	top: 38px;
	right: 7px;
}
.nav_bg{
	background: url(../images/nav_bg.png) center repeat-x;
}
.nav{
	height: 46px;
	width: 980px;
	margin: 0 auto;
}
.nav ul{
	font-size: 14px;
	padding-top: 6px;
}
.nav .menu>li{
	float: left;
	text-align: center;
	margin-right: 35px;
	line-height: 18px;
	position: relative;
}
.nav .menu li a{
	color: #fff;
}
.nav .menu li a span{
	font-size: 10px;
}
.nav .menu li a:hover{
	text-decoration: underline;
}
.nav .menu li:last-child{
	margin-right: 0;
}

.slide_bg{
	height: 332px;
	width: 980px;
	background: #fff;
	margin: 8px auto 0 auto;
	position: relative;
	overflow: hidden;

}
.slide{
	left: 50%;
	margin-left: -486px;
	position: absolute;
	overflow: hidden;
	width: 972px;
	height: 328px;

}
.slide ul{
	overflow: hidden;
	width: 999999px;
	position: relative;
	margin-top: 4px;
}
.slide ul li{
	float: left;
	width: 972px;
	height: 324px;
	position: relative;
}
.slide ul li a{}
.slide ul li a img{
	background-image: 100%;
	width: 972px;
	height: 324px;
}
.slide ul li div{
	z-index: 99;
	height: 324px;
	width: 373px;
	background: #000;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/slide_div_bg.png) center no-repeat;
	color: #fff;
	opacity: .9;
}
.mainbanner_list{
	display: none;
}
.slide ul li div h3{
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	margin: 33px 0 10px 22px;
}
.slide ul li div .slide_txt1{
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	margin-left: 22px;
	margin-bottom: 25px;
}

.slide ul li div .slide_txt2{
	font-size: 12px;
	padding: 0 10px;
	line-height: 24px;
}
.slide ul li div .slide_txt3{
	font-size: 12px;
	position: absolute;
	bottom: 25px;
	right: 283px;
	line-height: 12px;
}
.slide ul li div .slide_txt4{
	position: absolute;
	bottom: 22px;
	right: 20px;
	font-size: 14px;
	color: #fff;
}
.slide ul li div .slide_txt4:hover{
	text-decoration: underline;
}
.slide_bth{
	width: 72px;
	height: 32px;
	position: absolute;
	bottom: 25px;
	left: 35px;
}
.slide_bth a{
	background: url(../images/slide_bth_bg.png) center center no-repeat;
	display: block;
	width: 36px;
	height: 32px;
	float: left;
	text-align: center;
	line-height: 32px;
}
.slide_bth a:hover{
	background: url(../images/slide_bth_bg_hov.png) center center no-repeat;
}
.slide_bth a img{
	margin-top: 4px;
}

.main{
	width: 978px;
	background: #fff;
	border: 1px solid #e4e4e4;
	margin:0 auto;
	margin-top: 15px;
}

.list_img{
	padding-left: 42px;
	padding-top: 33px;
	padding-bottom: 32px;
	border-bottom: 1px solid #ececec;
}
.list_img dl{
	clear: both;
}
.list_img dt{
	height: 65px;
	width: 65px;
	display: block;
	background: #3295df;
	text-align: center;
	line-height: 65px;
	float: left;
	border-radius: 4px;
}
.list_img dt img{
	display: inline-block;
	
}
.list_img dt:hover{
	background: #ff9000;
	cursor: pointer;
}
.list_img dd{
	float: left;
	margin-top: 5px;
}
.list_img dd h2{
	margin-left: 10px;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	color: #575757;
}
.list_img dd h2 a{
	color: #575757;
}
.list_img dd h2 a:hover{
	text-decoration: underline;
}
.list_img dl .list_img_dt01 img{
	padding-top: 10px;
}
.list_img_dd01{
	width: 130px;
}
.list_img dl .list_img_dt02 img{
	padding-top: 14px;
}
.list_img_dd02{
	width: 130px;
}
.list_img dl .list_img_dt03 img{
	padding-top: 19px;
}
.list_img_dd03{
	width: 130px;
}
.list_img dl .list_img_dt04 img{
	padding-top: 14px;
}
.list_img_dd04{
	width: 115px;
}
.list_img dl .list_img_dt05 img{
	padding-top: 14px;
}
.list_img_dd05{
	width: 140px;
}

.main_content{
	width: 940px;
	margin-left: 20px;
	border-bottom: 1px solid #e3e3e3;
}

.main_content_left{
	width: 634px;
	border-right: 1px solid #ececec;
	padding-top: 30px;
	float: left;
	padding-left: 10px;
}
.highlight{
	width: 644px;
}
.title{
	font-size: 14px;
	color: #0080c9;
	line-height: 14px;
	margin-bottom:30px;
	position: relative;
}
.title span{
	margin-left: 7px;
	font-size: 12px;
}
.title a{
	position: absolute;
	right: 30px;
	top: 4px;
	color: #3295df;
	font-weight: normal;
}
.title a:hover{
	text-decoration: underline;
}
.highlight_list{
	width: 292px;
	padding-left: 5px;
	padding-bottom: 26px;
	float: left;
	margin-right: 25px;
	margin-bottom: 16px;
}
.highlight_list:last-child{
	border:none;	
}
.highlight_list:nth-last-child(2){
	border:none;
}
.highlight_list a{
	font-size: 13px;
	color: #575757;
	float: left;
	width: 185px;
	line-height: 16px;
	margin-top: 2px;
	margin-bottom: 6px;
}
.highlight_list a img {
 width:97px;
 height:97px;
}
.highlight_list a:hover{
	text-decoration: underline;
}
.highlight_list p{
	font-size: 11px;
	color: #000000;
	margin-left: 10px;
	line-height: 16px;
}
.border_b{
	border-bottom: 1px dashed #b4b4b4;
}
.highlight_img{
	width: 97px;
	height: 97px;
	float: left;
	margin-right: 10px;
}

.notice{
	width: 644px;
	margin-top: 20;
}
.title1{
	margin-bottom: 19px;
}
.notice_img{
	width: 251px;
	height: 206px;
	float: left;
	margin-right: 33px;
}
.notice_img img{
	width:100%;
	height: 240px;
}
.notice ul{
	float: left;
	width: 330px;
	margin-top: 4px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #b4b4b4;
}
.notice ul:last-child{
	border-bottom:none;
}
.notice ul li{
	font-size: 11px;
	color: #000;
	line-height: 16px;
	margin-bottom: 10px;
}
.notice ul li a{
	font-size: 12px;
	color: #000;
}
.notice ul li a:hover{
	text-decoration: underline;
}






.main_content_right{
	width: 290px;
	float: left;
	padding-top: 30px;
}
.sideleft_b{
	width: 275px;
	height: 315px;
	position: relative;
	padding-left: 20px;
	padding-right: 15px;
}
#new_roll_box,#notice_roll_box{
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	width: 275px;
	height: 315px;
}
#new_roll,#notice_roll{
	font-size: 11px;
	color: #000;
	padding: 0;
	display: inline-block;	
	margin: 0;
	list-style: none;
	width: 275px;
}

#new_roll li,#notice_roll li{
	line-height: 17px;
	display: block;
	border-bottom: 1px dashed #b4b4b4;
	margin-bottom: 14px;
	clear: both;
	padding-bottom: 18px;
}

#new_roll li p,#notice_roll li p{
	line-height: 16px;
	color: #000;
	width: 275px;
	display: inline-block;
	font-size: 11px;
}
#new_roll li a,#notice_roll li a{
	color: #000;
	line-height: 17px;
	font-size: 13px;
	margin-bottom: 8px;
	display: inline-block;
}

#new_roll li a:hover,#notice_roll li a:hover{
	text-decoration: underline;
}
.title2{
	margin-bottom: 0px;
}


.recruitment{
	padding-left: 20px;
	margin-top: 5px;
}
 
.recruitment ul{
	font-size: 12px;
}
.recruitment ul li{
	line-height: 16px;
	width: 240px;
	margin-bottom: 16px;
	color: #000;
}
.recruitment ul li a{
	color: #000;
}
.recruitment ul li a:hover{
	text-decoration: underline;
}
.links{
	margin-left: 35px;
	margin-top: 26px;
}
.links ul{
	font-size: 12px;
	padding-bottom: 20px;
	margin-top: 7px;
}
.links ul li{
	float: left;
	width: 212px;
	line-height: 24px;
}
.links ul li a{
	color: #000;
}
.links ul li a:hover{
	text-decoration: underline;
}


.footer{
	width: 980px;
	margin: 0 auto;
	background: #3295df;
	text-align: center;
	padding: 30px 0 34px 0;
}
.footer p{
	font-size: 12px;
	color: #fff;
	line-height: 16px;
}
.footer p span{
	padding: 0 5px;
}


.main_gm{
	width: 980px;
	background: #fff;
	margin: 0 auto;
	margin-top: 10px;
}
.list_gm_img{
	padding: 9px 9px 0 9px;
	width: 962px;
	height: 213px;
}
.list_gm_img img{
	width: 962px;
	height: 213px;
	background-image: 100%;
}

.main_gm_l{
	float: left;
	width: 242px;
	margin-left: 9px;
}
.laboratory{
	padding-left: 7px;
	padding-top: 25px;
}
.laboratory h2{
	font-weight: normal;
	color: #005cbb;
	font-size: 18px;
	line-height: 18px;
	padding-left: 2px;
}
.laboratory h3{
	font-weight: normal;
	font-size: 14px;
	color: #969696;
	line-height: 14px;
	padding-left: 2px;
	margin-top: 8px;
	font-family: arial;
}

.main_gm_l ul{
	border-top: 2px solid #005dbc;
	width: 222px;
	margin-top: 10px;
	padding-top: 25px;
	font-size: 14px;
}
.main_gm_l ul li{
	 position: relative;
	 border-bottom: 1px solid #e0e0e0;
	 cursor: pointer;
	 padding: 5px;
	 border-radius: 6px;
	 padding-left: 10px;
	 line-height: 24px;
 }
.main_gm_l ul li p{
	word-break: break-all;
}
.main_gm_l ul li a{
	color: #353535;
	display: block;
	overflow: hidden;

	margin: 0;
}

.main_gm_l ul li:hover{
	background-color: #005dbc;
	color: #fefefe;
}
.main_gm_l ul li:hover a,.main_gm_l ul li:hover p{

	color: #fefefe;
}
.main_gm_l ul li.main_gm_l_on{
	background-color: #005dbc;
	border: none;
	color: #fefefe;
}
.main_gm_l ul li.main_gm_l_on a,.main_gm_l ul li.main_gm_l_on p{

	color: #fefefe;
}

.main_gm_r{
	border-left: 1px solid #ebebeb;
	float: left;
	padding-left: 18px;
}

.main_gm_r_title{
	width: 696px;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 16px;
	padding-bottom: 11px;
}
.main_gm_r_title h2{
	font-weight: normal;
	height: 19px;
	border-left: 7px solid #005dbc;
	line-height: 19px;
	font-size: 14px;
	color: #494949;
	padding-left: 6px;
	position: relative;
}
.main_gm_r_title h2 p{
	position: absolute;
	float: right;
	color: #696969;
	font-size: 12px;
	font-family: "宋体";
	right: 15px;
	top: 0;
}
.main_gm_r_title h2 p a{
	color: #696969;
}
.main_gm_r_title h2 p a:hover{
	text-decoration: underline;
}
.main_gm_r_title h2 p span{
	padding:0 8px;
	background: url(../images/left_ico_dayu.png) center no-repeat;
}

.list_r_first{
	width: 655px;
	padding: 10px;
	border: 1px solid #eeeeee;
	margin-top: 16px;
}
.list_r_first img{
	height: 93px;
	width: 116px;
	float: left;
	margin-right: 22px;
}
.list_r_right{
	float: left;
}
.list_r_right h2{
	font-size: 14px;
	line-height: 14px;
	margin-top: 5px;
	font-weight: normal;
	font-family: "宋体";
}
.list_r_right h2 a{
	color: #494949;
}
.list_r_right h2 a:hover{
	text-decoration: underline;
}
.list_r_right p{
	font-size: 12px;
	color: #b6b6b6;
	line-height: 18px;
	width: 490px;
	font-family: "宋体";
}
.list_r_right .list_r_first_date{
	margin-top: 7px;
	margin-bottom: 8px;
}

.list_r_ul{
	width: 677px;
	margin-top: 18px;
}
.list_r_ul li{
	border: 1px solid #eeeeee;
	font-size: 12px;
	padding:17px 0 17px 24px;
	font-family: "宋体";
	margin-bottom: 13px;
	position: relative;
}
.list_r_ul li a{
	color: #494949;
	padding-left: 11px;
	background: url(../images/left_ico_sanjiaoxing.png) center left no-repeat;
}
.list_r_ul li a:hover{
	text-decoration: underline;
}
.list_r_ul li p{
	color: #989898;
	font-size: 12px;
	position: absolute;
	top: 18px;
	right: 25px;
	line-height: 12px;
}

.page{
	width: 277px;
	margin: 46px auto 50px auto;
	background: #fcfefd;
	color: #929292;
	font-size: 12px;
	text-align: center;
	padding: 7px 0;
}

.page a{
	display: inline-block;
	color: #929292;
	line-height: 27px;
	text-align: center;
	margin-right: 4px;
	padding:0 10px;
}
.page a:first-child{
	margin-left: 5px;
}
.page>a:hover{
	background: #005dbc;
	color: #fff;
}
.page .current{
	background: #005dbc;
	color: #fff;
	display: inline-block;
	height: 27px;
	width: 27px;
	line-height: 27px;
	text-align: center;
	margin-right: 4px;
}

.news_content{
	width: 696px;
}
.news_content .news_content_h2{
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #494949;
	margin-top: 30px;
	margin-bottom: 28px;
}
.news_synopsis{
	width: 630px;
	padding:23px 20px 33px 25px;
	border: 1px solid #eeeeee;
	margin-bottom: 32px;
}
.news_synopsis p{
	font-size: 12px;
	color: #b6b6b6;
}
.news_synopsis .news_txt_p1{
	line-height: 12px;
	margin-bottom: 13px;
}
.news_synopsis .news_txt_p2{
	line-height: 18px;
}

.txt img{
	/*max-height: 267px;
	max-width: 677px;*/
}

.txt{
	width: 677px;
	color: #838383;
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 28px;
	/*padding: 0px 33px 0 15px;*/
}

.return{
	width: 108px;
	height: 37px;
	background: #005dbc;
	margin: 48px auto 36px auto;
	display: block;
	line-height: 37px;
	text-align: center;
	color: #fff;
}
.return a{
	display: block;
	width: 108px;
}

.share{
	height: 44px;
	width: 692px;
	border-top: 1px dotted #dddddd;
	border-bottom: 1px dotted #dddddd;
	padding-top: 15px;
	padding-left: 15px;
}

.main_gm_bottom{
	width: 692px;
	padding: 14px 0 62px 15px;
}
.main_gm_bottom ul{
	color: #333333;
}
.main_gm_bottom ul li{
	height: 26px;
	line-height: 26px;
	font-size: 12px;
}
.main_gm_bottom ul li span{
	font-weight: bold;
}
.main_gm_bottom ul li a{
	color: #333333;
	display: inline-block;
	height: 20px;
}
.main_gm_bottom ul li a:hover{
	text-decoration: underline;
}


.tecon .teclist {
	margin-bottom: 10px;
	border: 1px solid #CCC;
	margin: 10px;
	background: #FFF;
}
.tecon h3.tit {
	font-size: 16px;
	background: #005dbc;
	font-weight: normal;
	color: #FFF;
	border-bottom: solid #005dbc 1px;
	line-height: 36px;
	height: 36px;
	padding: 0px 20px;
}
.tecon .teclist h4.tit2 {
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	background: #EDEDED;
	border-bottom: 1px solid #CCC;
	color: #3366AE;
	font-size: 14px;
}
.tecon .teclist>ul>li {
	line-height: 18px;
	background: url(../images/lbright_li.jpg) left 6px no-repeat;
	padding-left: 10px;
	margin: 6px 0;
}

.left_t {
	border: 1px solid #E1E1E1;
	background: #f1f9f6;
}
.left_t h3 {
	color: #333;
	background: url(../images/gtitBg.gif) repeat-x;
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	border-bottom: 1px solid #E1E1E1;
	padding-left: 25px;
}
.left_t dl {
	margin: 10px;
	background: #73a4e0;
	border: 1px dashed #CCC;
}
.left_t dl dd {
	line-height: 18px;
	padding: 3px 8px;
}