@charset "utf-8";
html.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
 filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	_filter: none;
}
body {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #333;
}
* {
	padding: 0;
	margin: 0;
}
a {
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
li {
	list-style: none;
}
.clear {
	clear: both;
}
/*自动隐藏文字*/
.aui-ellipsis-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.aui-ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.aui-ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.aui-ellipsis-6 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.header-top {
	background-color: #01456e;
}
.header-down {
	background-color: #f2f4f5;
}
.logo {
	float: left;
}
.search {
	float: right;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	padding: 5px 0 5px 12px;
	margin-top: 25px;
}
.search input {
	border: 0;
	background-color: transparent;
	outline: none;
}
.search input[type=submit] {
	width: 25px;
	height: 20px;
	float: right;
	background: url(style_res/search-bg.png) no-repeat left center;
}
.nav-pc {
}
.nav-pc li {
	float: left;
	padding: 12px 0;
}
.nav-pc li a {
	padding: 0 39px;
	border-right: 1px solid #ccc;
	color: #333;
	font-size: 16px;
}
.nav-pc li.slt a {
	color: #337ab7;
}
.nav-pc li:last-child a {
	border-right: 0;
}
.banner {
	margin-top: 15px;
}
.banner img {
	width: 100%;
}
.index-h3 {
	font-size: 24px;
	color: #222;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
}
/*新闻资讯*/
.news-dl {
}
.news-dl dt {
	height: 165px;
	overflow: hidden;
	margin-bottom: 10px;
}
.news-dl dt img {
	width: 100%;
}
.news-dl dd {
	line-height: 22px;
}
.news-dl dd p {
	color: #333;
	font-size: 16px;
}
.news-dl dd span {
	font-size: 12px;
	color: #888;
}
.news-dl dd span i {
	margin-right: 5px;
}
.news-right {
}
.news-right ul {
}
.news-right ul li {
	line-height: 22px;
	margin-bottom: 10px;
	background: url(style_res/dain.jpg) no-repeat left 10px;
	padding-left: 10px;
}
.news-right ul li a {
	font-size: 15px;
	color: #333;
}
.view-more, .view-more:hover {
	color: #1a8ed3;
}
.view-more i {
	margin-right: 5px;
}
/*最新公告*/
.index-h3 .view-more {
	float: right;
	font-size: 12px;
	margin-top: 8px;
}
.announcement {
}
.announcement li {
	background: url(style_res/dain.jpg) no-repeat left center;
	padding-left: 10px;
	line-height: 26px;
}
.announcement li a, .science li a {
	font-size: 15px;
	color: #333;
	display: inline-block;
	width: 80%;
}
.announcement li span {
	float: right;
	font-size: 12px;
	color: #888;
}
.science li {
	line-height: 32px;
}
.science li span {
	padding: 2px 8px;
	border-radius: 20px;
	background-color: #a1abb5;
	color: #fff;
	margin-right: 5px;
	font-size: 12px;
}
.science li:hover span {
	background-color: #198ed3;
}
/*实验室简介*/
.laboratory-dl {
}
.laboratory-dl dt {
	height: 104px;
}
.laboratory-dl dd {
}
.laboratory-dl dd p {
	font-size: 15px;
}
.laboratory-dl dd p a.view-more {
	font-size: 14px;
	color: #1a8ed3;
	display: inline-block;
}
/*常用链接*/
.link-h3 {
	font-size: 24px;
	color: #222;
	margin-bottom: 20px;
}
.common-links {
	background-color: #f2f4f5;
}
.common-links li {
	float: left;
}
.common-links .img-link {
}
.common-links .img-link li a {
	display: block;
	width: 130px;
	height: 40px;
	overflow: hidden;
	margin-right: 20px;
	border: 1px solid #ccc;
}
.common-links .img-link li a img {
	width: 100%;
}
.common-links .txt-link {
	margin: 20px 0 30px;
}
.common-links .txt-link li {
}
.common-links .txt-link li span {
	padding-right: 15px;
}
.common-links .txt-link li a {
	padding: 0 15px;
	border-left: 1px solid #d4d4d5;
	display: inline-block;
	line-height: 14px;
	color: #333;
}
/*版权*/
.copy {
	background-color: #363636;
	padding: 40px 0 50px;
	color: #fff;
}
.copy .copy-left {
	width: 200px;
}
.copy .copy-left p {
	overflow: hidden;
	font-size: 13px;
	margin-bottom: 5px;
}
.copy .copy-left p span {
	display: inline-block;
	float: left;
}
.copy .copy-left p span.dizhi {
	width: 80%;
}
.copy .copy-left p.copy-menu {
	font-size: 14px;
	margin-bottom: 15px;
}
.copy-right {
}
.copy-right li {
	width: 14.2%;
	float: left;
	padding-left: 30px;
}
.copy-right li h5 {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 3px solid #fff;
	margin-top: 0;
}
.copy-right li a {
	display: block;
	font-size: 13px;
	color: #888;
	line-height: 24px;
}
/*内页*/
.inner-main {
	/*background:url(style_res/inner-bg.jpg) repeat-y center top; */
	background-color: #f3f4f6;
	overflow: hidden;
	min-height: 300px;
}
.inner-title {
	background-color: #fff;
}
.inner-title > .container {
	height: 155px;
	background: url(style_res/inner-title-bg.png) no-repeat 15px bottom;
}
.inner-title p {
	font-size: 36px;
	color: #222;
	margin-top: 80px;
}
.ywlm {
	font-size: 22px;
	color: #ccc;
	padding-left: 5px;
}
/*新闻资讯*/
.inner-news {
	margin: 90px 0 30px;
	padding: 60px;
	background-color: #fff;
	position: relative;
}
.inner-news-dl {
	padding: 20px 0 0;
	border-top: 1px solid #e5e5e5;
}
.inner-news-dl:last-child {
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.inner-news-dl dt {
	width: 260px;
	height: 150px;
	float: left;
	overflow: hidden;
	margin-right: 30px;
}
.inner-news-dl dt img {
	width: 100%;
}
.inner-news-dl dd {
}
.inner-news-dl dd p {
	line-height: 24px;
}
.inner-news-dl dd h5 {
	font-weight: bold;
	margin-top: 0;
	font-size: 16px;
}
.inner-news-dl dd .date {
	color: #aaa;
	font-family: 'Arial';
	margin-bottom: 5px;
}
.inner-news-dl dd .view-more {
	margin-top: 10px;
	display: inline-block;
}
.date-change {
	position: absolute;
	width: 260px;
	height: 65px;
	background-color: #01446e;
	top: -32px;
	right: 33px;
	padding: 0 30px;
}
.date-change p {
	line-height: 65px;
	color: #fff;
	cursor: pointer;
}
.date-change p img {
	float: right;
	margin-top: 32px;
	-webkit-transition: transform .25s ease;
	-moz-transition: transform .25s ease;
	-ms-transition: transform .25s ease;
	-o-transition: transform .25s ease;
	transition: transform .25s ease;
}
.date-change p.search_active img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.date-change ul {
	position: absolute;
	width: 100%;
	background-color: #01446e;
	top: 65px;
	left: 0;
	padding-bottom: 15px;
	display: none;
}
.date-change ul li a {
	display: block;
	padding-left: 30px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 2px;
}
/*科学研究*/
.inner-h2 {
	font-size: 28px;
	font-weight: bold;
	color: #222;
	position: absolute;
	left: 0;
	top: -77px;
}
.ky-list {
}
.ky-list li {
	line-height: 65px;
	border-top: 1px solid #eaeaea;
}
.ky-list li:last-child {
	border-bottom: 1px solid #eaeaea;
}
.ky-list li span {
	font-family: 'Arial';
	color: #aaa;
	padding-right: 36px;
}
.ky-list li a {
	font-size: 16px;
	color: #444;
}
.ky-list li a:hover {
	color: #1a8ed3;
}
.ky-list li a:hover+img {
	display: inline-block;
}
.ky-list li img {
	margin-left: 35px;
	display: none;
}
/*内页左侧导航*/
.inner-left-nav {
	margin-top: 25px;
}
.inner-left-nav li {
	overflow: hidden;
}
.inner-left-nav li a {
	line-height: 40px;
	font-size: 16px;
	display: block;
	background: url(style_res/jt-right02.png) no-repeat left center;
	padding-left: 20px;
	margin-left: -20px;
	color: #333;
	-webkit-transition: margin-left .25s ease;
	-moz-transition: margin-left .25s ease;
	-ms-transition: margin-left .25s ease;
	-o-transition: margin-left .25s ease;
	transition: margin-left .25s ease;
}
.inner-left-nav li a:hover {
	margin-left: 0;
}
.inner-left-nav li a.sub_cate_on {
	margin-left: 0;
	background-image: url(jt-right.png);
	color: #1a8ed3;
}
/*科研队伍*/
.inner-main-top {
	background-color: #fff;
}
.inner-top-img {
	height: 330px;
	overflow: hidden;
	margin-bottom: -65px;
}
.inner-top-img img {
	width: 100%;
}
.inner-team {
	margin-top: 105px;
}
.inner-team .inner-h2 {
	position: relative;
	top: 0;
	margin-bottom: 150px;
}
.inner-team .inner-h2 p {
	width: 65px;
	height: 3px;
	background-color: #aaa;
	margin-top: 35px;
}
.gugan-list {
	background-color: #fff;
}
.gugan-list ul {
	margin: -100px -50px 0;
}
.gugan-list ul li {
	width: 33.33%;
	padding: 0 50px;
	float: left;
	text-align: center;
	margin-bottom: 65px;
}
.gugan-list ul li .list-box {
	position: relative;
}
.gugan-list ul li .gugan-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gugan-img {
	display: block;
	width: 256px;
	height: 256px;
	border-radius: 50%;
	overflow: hidden;
}
.gugan-list ul li a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 256px;
	height: 256px;
	text-align: center;
	line-height: 256px;
	opacity: 0;
	background: url(style_res/hover-img.png) no-repeat center top;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-ms-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}
.gugan-list ul li a img {
	-webkit-transition: transform .25s ease;
	-moz-transition: transform .25s ease;
	-ms-transition: transform .25s ease;
	-o-transition: transform .25s ease;
	transition: transform .25s ease;
}
.gugan-list ul li a:hover {
	opacity: 1;
}
.gugan-list ul li a:hover img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.gugan-list ul li .name {
	font-size: 16px;
	color: #333;
	display: block;
	margin-top: 10px
}
.gugan-list ul li .job {
	color: #888;
}
/*实验室概况*/
.jianjie {
	margin: -120px 0 -65px;
	line-height: 32px;
	color: #444;
}
.jianjie p {
	margin-bottom: 25px;
}
.jianjie-link {
	position: relative;
	overflow: hidden;
}
.jianjie-link > img {
	width: 100%;
}
.jianjie-link a {
	display: block;
	width: 114%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 111px;
	left: -65px;
	-webkit-transition: left .25s ease;
	-moz-transition: left .25s ease;
	-ms-transition: left .25s ease;
	-o-transition: left .25s ease;
	transition: left .25s ease;
}
.jianjie-link a div {
	display: inline-block;
	height: 60px;
	font-weight: bold;
	color: #fff;
}
.jianjie-link a div p {
	font-size: 28px;
	margin-bottom: 10px;
}
.jianjie-link a div span {
	font-family: 'Arial';
	font-size: 20px;
}
.jianjie-link a:hover {
	left: 0;
	background-color: rgba(26,142,211,.4);
}
.jianjie-box {
	background-color: #fff;
	margin-bottom: 165px;
}
/*新闻详情*/
.inner-news-h2 {
	font-size: 30px;
	margin-top: 40px;
}
.inner-news-h2 p {
	font-size: 16px;
	color: #aaa;
	margin-top: 15px;
}
.inner-news-details {
	margin-top: 35px;
	line-height: 24px;
	font-size: 16px;
	color: #444;
	padding-top: 90px;
}
.inner-news-details img {
	margin: 10px 0;
	max-width: 100%;
}
.btn-return {
	padding: 0;
}
.btn-return a {
	display: block;
	padding: 23px 30px;
	color: #fff;
	background-color: #a1abb6;
	-webkit-transition: background-color .25s ease;
	-moz-transition: background-color .25s ease;
	-ms-transition: background-color .25s ease;
	-o-transition: background-color .25s ease;
	transition: background-color .25s ease;
}
.btn-return a:hover {
	background-color: #01446e;
}
.btn-return a img {
	padding-right: 20px;
}
/*人物详情*/
.inner-character-details {
	color: #444;
}
.inner-character-details .btn-return {
	left: 33px;
}
.character-details-h2 {
	font-size: 30px;
	color: #333;
	margin: 40px 0 25px;
}
.character-details-h2 p {
	font-size: 14px;
	color: #888;
	margin: 15px 0 25px;
}
.character-details-h2 span {
	display: inline-block;
	width: 65px;
	height: 3px;
	background-color: #aaa;
	float: left;
}
.character-details-img {
	width: 380px;
	height: 380px;
	margin: 0 65px;
	background-color: #aaa;
	position: relative;
}
.character-img {
	overflow: hidden;
}
.btn-view-details {
	bottom: 33px;
	right: -33px;
	top: auto;
	padding: 0;
}
.btn-view-details a {
	display: block;
	padding: 20px 30px;
	color: #fff;
}
.btn-view-details a img {
	float: right;
	margin-top: 5px;
}
#character-details-menu {
	margin-top: 30px;
}
/*banner*/
.banner .item {
	position: relative;
}
.banner .item .title {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	width: 100%;
	background-color: rgba(0,0,0,.6);
	padding: 7px 15px;
}
.index-down {
	margin-bottom: 30px;
}
/*sousuoye*/
.search_info {
	margin-top: 30px;
}
.search_info .search_result {
	margin-bottom: 10px;
	color: #999;
}
.search_ul li {
	line-height: 22px;
	margin-bottom: 10px;
	background: url(style_res/dain.jpg) no-repeat left 10px;
	padding-left: 10px;
}
.search_ul li a {
	color: #333;
}
/*分页*/
.page_two {
	padding-bottom: 50px;
}
.page_two .near_news {
	width: 50%;
}
.page_two .next_news {
	float: left;
	background: url(style_res/jt-right03.png) no-repeat left 12px;
	padding-left: 25px;
}
.page_two .prev_news {
	float: right;
	text-align: right;
	background: url(style_res/jt-right02.png) no-repeat right 12px;
	padding-right: 25px;
}
.page_two .prev_news a {
	float: right;
}
.page_two .near_news span {
	display: block;
}
.page_two .near_news a {
	display: block;
	text-align: left;
	color: #424345;
}
 @media (min-width: 1200px) {
.container {
	width: 1200px;
}
}
#content {
	margin-bottom: 25px;
}
.date-change span.nf {
	padding-left: 30px;
}
#dituContent {
	margin-bottom: 50px;
	margin-left: 40px;
}




.syy .nav-pc li:nth-child(1) a {color: #337ab7;}
.selected1,.parent1 {color: #337ab7 !important;}
.selected2,.parent2 {
    margin-left: 0 !important;
    background-image: url(jt-right.png) !important;
    color: #1a8ed3 !important;
}

.wp_entry {
    width: 100%;
    line-height: inherit;
    font-size: inherit;
    color: inherit;
    overflow: hidden;
}













