* {
	margin: 0;
	padding: 0;
}

img:hover {
	opacity: 0.9;
}

body {
	font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus,
input:focus {
	outline: none;
}

ul li,
ol,
dl dd {
	list-style: none;
}


/*头部*/

header .top {
	min-height: 36px;
	line-height: 36px;
	font-size: 12px;
	color: #76817b;
}

header .top a {
	margin-right: 8px;
	margin-left: 8px;
	color: #76817b;
}

header .top a:hover {
	color: #ca2b2b;
}

header .tq{
	height: 36px;
	overflow: hidden;
}
header .top-right{
	text-align: right;
	padding-left: 0;
	padding-right: 0;
}
.banner {
	width: 100%;
	height: 218px;
}
.bg1{
	background: url(../images/banner.jpg) no-repeat center;
}
.bg2{
	background: url(../images/banner02.jpg) no-repeat center;
}
.bg3{
	background: url(../images/banner03.jpg) no-repeat center;
}
.logo {
	line-height: 204px;
}


/*导航*/
nav {
    height: 48px;
	background: #105b9e;
}

nav a {
	color: #fff;
}

nav li {
    height: 48px;
	position: relative;
	background: #105b9e;
	z-index: 10000;
}
nav li .top-link{
 	display: block;
 	height: 48px;
 	line-height: 48px;
 	padding: 0
}
	
nav .drop {
	display: none;
	width: 100%;
	position: absolute;
	top: 48px;
	left: 0;
	text-align: center;
	background: #fff;
	border: 2px solid  #105b9e;
	border-top: none;
	z-index: 99;
}
nav .drop .bg{
    display: block;
    width: 14px;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -7px;
    background: url(../images/nav-drop-bg.png) no-repeat  center;
}
nav .drop a {
	display: block;
	line-height: 32px;
	color: #105b9e;
	background: url(../images/list-bg.png) no-repeat 12px center;
}

nav .drop a:hover {
	text-decoration: underline;
}

nav li:hover .drop {
	display: block;
}

.nav-btn {
	margin-top: 12px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.nav-btn span {
	cursor: pointer;
}


/*公告*/

.notice {
	font-size: 12px;
	color: #404040;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.notice a {
	color: #949494;
}

.notice a:hover {
	color: #ca2b2b;
}


/*搜索*/

.search-wrap {
	line-height: 42px;
	background: #f3f3f3;
	border-bottom: 1px solid #d3d3d3;
}

.glyphicon-volume-up {
	float: left;
	color: #d63636;
	font-size: 20px;
	line-height: 42px;
	margin-right: 5px;
}

.search {
	position: relative;
}

.search span {
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -6px;
	z-index: 9;
}

.search input[type=text] {
	height: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 32px;
	border-radius: 0;
}

.search .glyphicon-search {
	color: #b2b2b2;
}

.search .btn {
	height: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #fff;
	border-radius: 0;
	line-height: 16px;
	position: absolute;
	right: 0;
	z-index: 9;
	background-color: #105b9e;
}

.search .form-group {
	width: 100%;
}

.search .input-group {
	width: 100%;
}


/*幻灯*/

.slide {
	margin-top: 32px;
	margin-bottom: 48px;
	position: relative;
}

.slide li {
	display: none;
	position: relative;
}

.slide li .words {
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-indent: 1em;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/words-bg.png) repeat 0 -4px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.slide li .words:hover {
	color: #ca2b2b;
}
.slide .btn{
	display: none;
	width: 36px;
	height: 64px;
	margin-top: -32px;
	position: absolute;
	top: 50%;
	font-size: 24px;
    color: #fff;
   	background-color: #000;
	opacity: 0.6;
	border-radius: 0;
	z-index: 999;
}
.slide .btn span{
	right: 4px;
	top: 10px;
}
.slide .btn-l{
	left: 15px;
}
.slide .btn-r{
	right: 15px;
}
.slide-btn {
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: -24px;
	right: 0;
}

.slide-btn span {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 6px;
	background: #d2d2d2;
	cursor: pointer;
}

.slide-btn .cur {
	background: #3c81d5;
}


/*新闻*/

.news {
	margin-top: 32px;
	margin-bottom: 28px;
}

.news .summary {
	max-height: 64px;
	overflow: hidden;
}
.news .summary a{
	color: #535353;
	line-height: 32px;
}
.news .summary a:hover{
	color: #ca2b2b;
}
.news a {
	margin-right: 6px;
	font-size: 16px;
}

.news h4 {
	font-size: 20px;
	font-weight: bold;
	
}
.news h4 a{
	font-size: 20px;
	color: #3c81d5;
}
.news h4 a:hover{
	color: #ca2b2b;
}
.news li:first-child {
	margin-top: -10px;
}

.notice2 {
	margin-top: 32px;
	margin-top: 32px;
}

.notice2 .time {
	height: 17px;
	margin-bottom: 16px;
	text-align: right;
	font-size: 12px;
	color: #575757;
}

.quick-link a {
	display: inline-block;
	margin-bottom: 16px;
}

.home-title {
	height: 32px;
	margin-bottom: 12px;
	border-top: 2px solid #cfcfcf;
}

.home-title span {
	display: inline-block;
	min-width: 86px;
	height: 32px;
	margin-top: -2px;
	font-size: 16px;
	color: #3c3c3c;
	line-height: 32px;
	border-top: 2px solid #dd3535;
}

.home-title .more {
	float: right;
	line-height: 32px;
	font-size: 12px;
	color: #7d7d7d;
}
.home-title .more:hover {
	color: #ca2b2b;
}
.institute {
	margin-bottom: 30px;
}

.institute a {
	float: left;
	width: 20%;
	text-align: center;
}

.institute img {
	margin-right: 5px;
}


/*首页图文列表*/

.image-text-list {
	min-height: 372px;
	margin-bottom: 40px;
}

.image-text-list .words a {
	display: block;
	font-size: 18px;
	color: #a21607;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.image-text-list .words p {
    font-size: 16px;
    color: #767676;
	line-height: 29px;
	color: #767676;
}
.image-text-list ul{
	margin-bottom: 12px;
}
.image-text-list li {
	margin-bottom: 20px;
}
.image-text-list .pic{
	display: block;
	position: relative;
}
.image-text-list .bg{
	display: none;
	width: 36px;
	height: 36px;
	position: absolute;
	bottom: 0;
	left: 15px;
	background: url(../images/jt-bg.png) no-repeat center #464646;
	opacity: 0.6;
	z-index: 10;
}
.image-text-list .pic:hover .bg{
	display: block;
}
.home-special .words h4 a{
	display: block;
	font-size: 18px;
	color: #a21607;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.home-special .words a{
	font-size: 16px;
    color: #767676;
	line-height: 29px;
	color: #767676;
}
.home-special .words a:hover{
	color:#a21607;
}

.home-special li {
  margin-bottom: 8px;
}

/*首页文字列表*/
.text-list {
	margin-bottom: 36px;
}

.text-list li {
	height: 50px;
	padding-left: 12px;
	margin-bottom: 15px;
	line-height: 29px;
	background: url(../images/list-bg.png) no-repeat 2px 10px;
	position: relative;
}
.text-list li a{
  /*  letter-spacing: 2px; */
    font-size: 16px;
    word-break: break-all; 
}
.text-list li span {
	float: right;
	font-size: 12px;
	color: #949494;
	position: absolute;
	right: 0;
	bottom: -10px;
}

.text-over {
	margin-bottom: 0;
}

.text-over li {
	height: 25px;
	line-height: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 0;
}

.text-over li a{
	font-size: 14px;
}

.science li {
	margin-bottom: 30px;
	position: relative;
}

.science li .words {
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
}

.science li .words span {
	display: block;
	margin: 0 15px;
	text-indent: 1em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/words-bg.png) repeat 15px -8px;
}

.science li .words:hover {
	text-decoration: underline;
}

.scene ul {
	display: none;
}

.scene .words {
	display: block;
	text-align: center;
	line-height: 32px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.scene-tab {
	height: 32px;
	margin-top: -44px;
	line-height: 32px;
}

.scene-tab span {
	padding: 0 8px;
	cursor: pointer;
}

.scene-tab .cur {
	color: #1576cc;
}

.links {
	margin-top: 16px;
	border-top: 1px solid #dadada;
	padding-top: 12px;
}

.links .btn-group {
	width: 100%;
}

.links .btn {
	display: block;
	width: 100%;
	margin-bottom: 12px;
	text-align: left;
}

.links .caret {
	position: absolute;
	right: 20px;
	top: 15px;
}

.links .dropdown-menu {
	width: 100%;
}

footer {
	padding: 16px 0;
	background: #f3f3f3;
}

.foot-logo {
	padding: 0 0 5px;
	text-align: center;
	border-right: 1px solid #ccc;
}


/*面包屑*/

.position {
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.position h1 {
	display: inline-block;
	margin-right: 12px;
}
.position a{}

/*科研进展列表*/

.science-list {
	margin-top: 10px;
	border-top: 1px solid #e0e0e0;
	position: relative;
}

.science-list .bg-top {
	width: 78px;
	height: 3px;
	background-color: #3797d4;
	position: absolute;
	top: -2px;
	left: 0;
}

.science-list .bg-bottom {
	width: 0;
	height: 1px;
	background-color: #3797d4;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: width 1s;
}

.science-list li {
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 16px;
	padding-left: 16px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}

.science-list li:hover .bg-bottom {
	width: 100%;
}

.science-list li b {
	color: #9b9b9b;
}

.science-list li h4 {
	font-size: 18px;
	color: #4a4a4a;
}

.science-list li .content {
	color: #b0b0b0;
	line-height: 24px;
}

.science-list li .more {
	display: block;
	margin-top: 8px;
	color: #bd2727;
}

.science-list li .more:hover {
	text-decoration: underline;
}


/*左侧栏目*/

.menu {
	border-top: 1px solid #e0e0e0;
	margin-top: 16px;
	position: relative;
}

.menu li {
	/* height: 54px; */
	line-height: 54px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #e0e0e0;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
}

.menu a {
	color: #606060;
	display: block;
	line-height: 24px;
	margin: 15px 0;
}

.menu a:hover {
	color: #d63636;
}

.menu .bg-top {
	width: 78px;
	height: 3px;
	background-color: #d63636;
	position: absolute;
	top: -2px;
	left: 0;
}

.menu .bg-bot {
	width: 0;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #d63636;
	transition: width 1s;
}

.menu li:hover .bg-bot {
	width: 100%;
}

.menu-btn {
	width: 32px;
	height: 32px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	right: -32px;
	margin-top: -16px;
	background-color: #105b9e;
	opacity: 0.8;
	z-index: 99;
	cursor: pointer;
}


/*单页*/

.single {
	margin-top: 16px;
}

.single h2 {
	display: block;
	margin-top: 0;
	margin-bottom: 32px;
	text-align: center;
}

.single .content {
	margin-bottom: 48px;
}

/*文章列表*/
.article-list{
	margin-top: 16px;
	border-top: 1px solid #cfcfcf;
}
.article-list li{
	padding: 32px 0;
	border-bottom: 1px solid #cfcfcf;
}
.article-list .row{
	margin-left: 0;
	margin-right: 0;
}
.article-list .more{
	display: block;
	margin-top: 10px;
}
.article-list .words b{
	color: #9b9b9b;
}
.article-list .content{
	color: #ababab;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*文章详情*/
a.back{
	color: #439fe0;
}
.article h1{
	font-size: 28px;
	color: #2c88d9;
}
.note{
	margin-top: 24px;
	padding-bottom: 5px;
	color: #aeaeae;
	border-bottom: 1px solid #d1d1d1;
}
.note .writer{
	margin-right: 16px;
}
.note .time{
	margin-right: 32px;
}
.note a{
	color: #aeaeae;
}
.note a:hover{
	color: #2c88d9;
}
.note .cur{
	color: #2c88d9;
}
.article .content{
	padding: 16px 0;
	line-height: 2em;
}

.article .content a{
        color:#d63636;
}

/*专题*/
.special img:hover{
	opacity: 1;
}
.special .words{
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-indent: 2em;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	background: url(../images/words-bg.png) repeat-x 0 -16px;
}
.special .words a{
	display: block;
	width: 50%;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.special .content h4{
	color: #1b88db;
}
.special .note{
	margin-top: 0;
	border: none;
}
.special-list strong{
	display: block;
	font-size: 42px;
	margin-bottom: 6px;
}
.special-list li{
	margin-bottom: 12px;
}
.special-list ul{
	height: 248px;
	overflow: hidden;
}
.special-list .list-show{
	height: auto;
}
.special-list a.drop-btn{
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	position: relative;
	background-color: #eaeaea;
}
.special-list a.drop-btn span{
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #eaeaea;
	z-index: 10;
}
/*上一篇下一篇*/
.next-page{
	margin: 16px 0;
	padding: 16px 0;
	border-top: 1px solid #d1d1d1;
	line-height: 24px;
}
.next-page .title{
	margin-bottom: 12px;
}
.next-page a{
	color: #666;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.next-page a:hover{
	color: #2c88d9;
}
/*附件下载*/
.download{
	border-top: 1px solid #d1d1d1;
	margin: 16px 0;
	padding: 0 16px;
}
.download .title{
	
	padding: 16px 0;
	
}
.download a{
	display: inline-block;
	margin-right: 12px;
}
.download a:hover{
	color: #2c88d9;
}
/*一级栏目页*/
.column-list .title{height: 32px;margin-bottom: 10px;line-height: 32px;border-bottom: 1px solid #077fd3;}
.column-list .title strong{float: left;font-size: 18px;color: #077fd3;font-weight: normal;}
.column-list .title .more{float: right;font-size: 12px;color: #666;}
.column-list li{line-height: 24px;padding: 5px 0;border-bottom: 1px dashed #eee;}
.column-list li span{margin-right: 5px;}
.column-list li a{color: #666;}
.column-list li a:hover{color: #d63636;}
.column-list li i{float: right;color: #ddd;font-style: normal;}

/*分页*/
.pages {
	margin-top: 32px;
	margin-bottom: 32px;
	text-align: center;
}

.pages a {
	display: inline-block;
	height: 36px;
	padding: 0 12px;
	margin: 0 5px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #b0b0b0;
}
.pages span{
	display: inline-block;
	padding: 0 12px;
	margin: 0 5px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #077fd3;
	background-color: #077fd3;
}
.pages a:hover {
	color: #fff;
	background-color: #077fd3;
	border: 1px solid #077fd3;
}

.pages .cur {
	color: #fff;
	background-color: #077fd3;
	border: 1px solid #077fd3;
}
@media (min-width: 1200px){
   .menu{
   		width: 200px;
   		margin-right: 74px;
   }
   .slide{
        width: 416px;
        padding: 0;
   }
   .slide .btn-l{
        left: 0;
   }
   .slide .btn-r{
        right: 0;
   }
   .news{
        width: 420px;
        padding: 0;
        margin-left: 30px;
   }
   .news li{
   		margin-bottom: 12px;
   }
   .notice2{
        width: 225px;
        padding: 0;
        float: right;
   }
   .w-img{
   		width: 410px;
   		padding: 0;
   		float: left;
   		margin-left: 15px;
   }
   .w-img .pic{
        width: 206px;
   }
   .w-img .words{
   		width: 216px;
   		padding: 0		
   }
   .w-txt{
   		width: 320px;
   		padding: 0;
   		margin-left: 24px;
   		float: left;
   }
}
@media only screen and (max-width: 1199px) {
.scene-tab {
		margin-top: 0;
		margin-bottom: 12px;
		height: auto;
	}
	.scene-tab span {
		display: inline-block;
	}
}
@media only screen and (max-width: 992px) {
	.menu {
		position: fixed;
		left: -50%;
		top: 20%;
		background-color: #fff;
		z-index: 9;
		transition: left 1s;
		
	}
	nav .drop a{
	    background: none;
	}
	.menu-cur {
		left: 0;
	}
	.notice2{
		margin-top: 0;
	}
}
@media only screen and (max-width: 768px) {
	header .top-right{
		text-align: center;
	}
	nav .container{
	    padding-left: 0;
	    padding-right: 0;
	    width: 100%;
	}
	.institute span{
		display: block;
	}
	.institute a{
		width: 33.33%;
		margin-bottom: 12px;
	}
	nav li:hover .drop {
		display: none;
	}
}
@media only screen and (max-width: 640px) {
	.nav-justified > li{
		float: left;
	}
	.nav li{
		width: 33.33%;
	}
}
@media only screen and (max-width: 480px) {
    .text-list li{
        height: auto;
        
    }
	.text-list li span{
		display: none;
	}
}
@media only screen and (max-width: 320px) {
	
}

.bdsharebuttonbox{
	display: block;
	float:right;
	width: 64px;
}
