@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0;

	border: 0;
}

body {

	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
	width: 100%;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #828282;
}

a:hover,
a:visited {
	text-decoration: none;


}

a:hover {
	color: #a82c37;
}

p,
ul {
	margin: 0;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.col-md-3,
.col-sm-3,
.col-xs-12,
.col-md-4,
.col-md-6,
.col-md-12,
.col-sm-6,
.col-xs-12,
.col-sm-12 {
	padding: 0;
}

.row {
	margin: 0;
}

/*头部*/

.container {
	padding: 0;
}

.header-top {
	background: #801515;
	padding: 9px 0 4px;
	/* border-bottom:1px solid #121212; */
}

.header-topleft {
	float: left;
	width: 40%;
}

.header-topleft img {
	margin-right: 10px;
	float: left;
}

.header-topleft p {
	font-size: 14px;
	color: #d3bdbd;
}

.header-topleft p:hover{
      color: #fff;
}


.header-topright {
	width: 60%;
	float: left;
}

.header-topright ul li {
	float: right;
	margin-left: 3%;
	margin-right: 5px;
	background: url(../images/top-arrow.png) right center no-repeat;
	padding-right: 15px;
}

.header-topright ul li a {
	color: #d3bdbd;
	font-size: 14px;

}

.header-topright ul li a:hover{
      color: #fff;
}


.header-logo {
	padding: 23px 0 23px;
	background: #a52a2a;
	background: -moz-linear-gradient(top, #a52a2a 0%, #931c1e 100%);
	/*渐变色 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a52a2a), color-stop(100%, #931c1e));
	/*渐变色 */
	background: -webkit-linear-gradient(top, #a52a2a 0%, #931c1e 100%);
	/*渐变色 */
	background: -o-linear-gradient(top, #a52a2a 0%, #931c1e 100%);
	/* 渐变色 */
	background: -ms-linear-gradient(top, #a52a2a 0%, #931c1e 100%);
	/* 渐变色 */
	background: linear-gradient(to bottom, #a52a2a 0%, #931c1e 100%);
	/* 渐变色 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a52a2a', endColorstr='#931c1e ', GradientType=0);
	/*渐变色 */
}

:root .gradient {
	filter: none;
}


.logo {
	display: block;
	width: 40%;
	float: left;

}


.logo-right {
	width: 400px;
	margin: 12px 0 0 auto;
	position: relative;
}


.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 12px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;

}


/*头部微信,新浪*/

.iconlink {
	width: 22px;
	height: 18px;
	margin-right: 20px;
	margin-top: 8px;
	float: left;
}

.iconlink img {
	max-width: 100%;
}

.ewmbox {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	z-index: 9;
	top: -140px;
	left: -30px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.logbox {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	z-index: 9;
	top: -140px;
	left: 18px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .3s;
	transition: all .3s;

}

.ewmbox.active {
	opacity: 1;
	-webkit-transform: translateY(90%);
	transform: translateY(90%);
}

.logbox.active {
	opacity: 1;
	-webkit-transform: translateY(90%);
	transform: translateY(90%);
}

.search {
	float: left;
}

.searchbox {
	height: 35px;
	line-height: 35px;
	border: 1px solid #fff;
	vertical-align: middle;
}

.search_kang {
	width: 275px;
	height: 33px;
	line-height: 33px;
	color: #7d7d7d;
	float: left;
	outline: none;
	padding: 0 10px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {

	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-text-fill-color: #7d7d7d;

}

.search_submit {
	vertical-align: middle;
	outline: none;
	padding: 0px 8px;
	line-height: 35px;
	margin-bottom: 5px;

}


/*导航*/
.nav {
	width: 100%;
	height: 50px;
}

.nav ul li {
	float: left;
	text-align: center;
	width: 8.77%;
	margin-right: 3%;
	position: relative;
	padding-bottom: 1px;

}

.nav ul li:first-child {
	margin-right: 0;
	text-align: left;
}




.nav ul li+li+li+li+li+li+li+li+li {
	text-align: right;
	margin-right: 0;
}

.nav ul li a {
	color: #333;
	line-height: 44px;
	padding: 13px 0 10px;
	font-family: "微软雅黑";
	font-size: 16px;

}

.nav ul li:first-child a {
	padding: 13px 7px 10px;

}

.nav ul li:hover a {
	color: #a52a2a;
	border-bottom: 2px solid #860506;
}

.nav ul li.active a {
	color: #a52a2a;
}

.nav ul li .nav_item {
	display: none;
	background: url(../images/nav-items.png) 100% 100% repeat;
	position: absolute;
	top: 45px;
	left: -7%;
	width: 122%;
	z-index: 999;
	padding: 12px 0;
}

.nav ul li:hover .nav_item {
	display: block;

}

.nav ul li .nav_item li {
	width: 100%;
	height: 33px;
	line-height: 33px;
	padding-bottom: 0;
	padding: 0 0 0 23px;
	margin-right: 0;

}

.nav ul li .nav_item li a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 33px;
	border-bottom: none;
	padding: 0;
	text-align: left;

}

.nav ul li .nav_item li:hover {
	background: #fff;
}

.nav ul li .nav_item li:hover a {
	color: #a52a2a;

}


.nav ul li .nav_item li .nav_item {
	display: none;
}


/*banner相关设置*/
.banner {
	background-color: #f6f6f6;
	background-image: url(../images/banner-img.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.fullWidth {
	width: 100%;
	/*margin-top: -5px;*/
}

#full-width-slider {
	width: 100%;

}

#full-width-slider .rsGCaption {

	font-size: 16px;
	background: url(../images/rsGCaption.png) 100% 100% repeat;
	color: #f6f6f6;
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: left;
	padding: 0 25% 0 2%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 34;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* #full-width-slider .rsGCaption + .abstract+ .rsGCaption{
	 display:none;
}


#full-width-slider .textbox .abstract{
	 display:none;
} */


#full-width-slider .rsBullets {
	position: absolute;
	bottom: 12px;
	right:1.5%;
	z-index: 35;
	height:29px;
	padding:0 11px;
	text-align: center;
	overflow: hidden;
	background:url(../images/rsBullets.png) 100% 100% repeat;
	border-radius:20px;
}
#full-width-slider .rsBullet {
	height: 15px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	box-sizing:content-box;
	padding: 7px  5px;
}
#full-width-slider .rsBullet span {
	display: block;
	width:15px;
	height:15px;
	border-radius: 50%;
	background: #999;
}
#full-width-slider .rsBullet.rsNavSelected span {
	background:#a52a2a;
	
}

.banner1 img {
	width: 100%;
}


/*首页背景*/
.write-content {
	background: #fff;
	padding: 25px 0 35px;
}

.main-content {
	background: #fff;
	padding: 35px 0 0px;
}

.main-content1 {
	background-color: #f9f6f6;
	background-image: url(../images/mainbk1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 83px 0 115px;

}


/*标题样式*/
.title {
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 7px;

}


.title h3 {
	font-size: 22px;
	color: #a52a2a;
	border-bottom: 2px solid #860305;
	text-align: left;
	float: left;
	height: 45px;
	line-height: 45px;
	padding-left: 32px;
	margin: 0;

}

.title1 h3 {
	font-size: 24px;
	color: #a52a2a;
	text-align: center;
	margin: 0;
	background: url(../images/title1.png) center center no-repeat;

}


.title1 p {
	font-size: 14px;
	color: #a52a2a;
	text-align: center;
	margin: 15px 0 50px;



}

.title .more {
	float: right;
	color: #8c8c8c;
	margin-top: 12px;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	font-weight: normal;
}

.title .more:hover{
     color: #a52a2a;
}

/*新闻动态*/

.news .title h3 {
	background: url(../images/news.png) left center no-repeat;
}

.index-list {
	/* padding-right:2.7%; */
	margin-bottom: 47px;
}


.news .fullWidth {
	padding-top: 7px;

}

.topb {
	display:none;
	position: absolute;
	left: 5px;
	top: 15px;
	z-index: 90;

}

#full-width-slider1 {
	width: 100%;
	padding-right: 3%;

}

#full-width-slider1 img {
	width: 100%;
}

#full-width-slider1 .rsBullets {
	background: none;
	padding: 0;
	position: absolute;
	height: 20px;
	bottom: 9px;
	right: 3%;
	z-index: 35;
	padding: 0 11px;
	text-align: center;
	overflow: hidden;
}

#full-width-slider1 .rsBullet {
	height: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	padding: 0px 5px;
}

#full-width-slider1 .rsBullet span {
	width: 9px;
	height: 9px;
	border-radius: 0;
	background: #999;
	display: block;
        border-radius: 50%;


}

#full-width-slider1 .rsBullet.rsNavSelected span {
	background: #a52a2a;
}

#full-width-slider1 .rsGCaption {
	font-size: 14px;
	background: url(../images/xbanner-bottom.png) left bottom;
	color: #fff;
	text-align: left;
	position: absolute;
	right: 3%;
	bottom: 0;
	width: 97%;
	height: 40px;
	padding-top: 10px;
	padding-left: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news {
	margin-bottom: 70px;
}

.news ul {
	margin-left: -1%;
          /*  margin-top: -5px;*/

}

.news ul li {
	width: 98%;
	margin: 0 0 0 1.5%;
	padding:11px 0;
        -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

.news ul li:hover{
     background: url(../images/bg.png) 45px center no-repeat;
}

.news ul li:first-child{
	/*padding: 11px 0 0;*/
}


.news ul li .pull-left {
	background: #f5f0f0;
	width: 85px;
	padding:18px 0 12px;
	text-align: center;
	float: left;
	margin: 0 15px 0 0;
}

.news ul li:hover .pull-left{
        background: #a52a2a;
}



.news ul li .pull-left .month {
	width: 100%;
	display: block;
	font-size: 14px;
	font-family: "Arial";
	color: #a52a2a;
	padding-top: 2px;


}

.news ul li:hover .pull-left .month{
           color: #fff;
}


.news ul li .pull-left .date-number {
	width: 100%;
	display: block;
	font-size: 30px;
	color: #a52a2a;
	font-family: "Arial";
	line-height: 26px;
}

.news ul li:hover .pull-left .date-number{
     color: #fff;
}



.news ul li .media-body .media-heading {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 16px;
	/*font-weight: bold;*/
	font-family: "微软雅黑";
	margin-top: 8px;
           height: 22px;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news ul li:hover .media-body .media-heading {
	color: #a52a2a;
	font-weight: bold;
}

.news ul li .media-body .abstract {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #8a8a8a;
	margin: 5px 0 0px;
	height: 40px;
          line-height: 20px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.index-list ul {
	min-height: 194px;
}

.index-list ul li {
	height: 32px;
	line-height: 32px;
}



.index-list ul li a {
	font-size: 14px;
	color: #333;
	float: left;
	width: 100%;
	height: 32px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.index-list ul li:hover a {
	color: #8a0a0e;
}


/* .index-list ul li span{
	 font-size:12px;
	 color:#8c8c8c;
	 font-family:"Arial";
	 float:left;
	 width:20%;
	 text-align:right;
} */



/*学术成果*/
.achievements {
	padding-right: 1%;
	margin-bottom: 47px;

}

.achievements .title h3 {
	background: url(../images/inter.png) left center no-repeat;
}


/* #full-width-slider1 .abstract{
	display: none;
	
} */

/*国内论文*/
.domestic {
	padding-left: 0.3%;
	padding-right: 0.5%;
}

.domestic .title h3 {
	background: url(../images/dome.png) left center no-repeat;
}


/*工作论文*/
.work {
	padding-left: 0.7%;
}

.work .title h3 {
	background: url(../images/work.png) left center no-repeat;
}



.data ul li {
	width: 24.4%;
	float: left;
	margin-left: 0.8%;
	position: relative;

}

.data ul li:first-child {
	margin-left: 0;
}

.data ul li .data-img{
	 height: 174px;
	 overflow: hidden;
	 

}

.data ul li .data-img img{
	transform: scale(1);
    transition: transform 0.4s;
}

.data ul li {
	 height: 260px;
	 background: #26908c;

}

.data ul li+li{
	background: #1e345b;

}

.data ul li+li+li{
	background: #ea9d41;

}
.data ul li+li+li+li{
	background: #a52a2a;

}

.data ul li img {
	width: 100%;
}

.data ul li .data-item {
	 text-align: center;
	/* position: absolute;
	bottom: 0;
	left: 0; */
	width: 100%;
	padding: 29px 5%;


}

/* .data ul li+li .data-item {
	

}

.data ul li+li+li .data-item {
	background: #ea9d41;

}

.data ul li+li+li+li .data-item {


} */


.data ul li:hover .data-img img{
	transform: scale(1.05);
    transition: transform 0.6s; 

}

.data ul li .data-item h2 {
	font-size: 18px;
	 font-weight: bold;
	color: #fff;
	font-family: "微软雅黑";
	margin: 5px 0 ;
}

.data ul li .data-item p {
	font-size: 14px;
	color: #fff;
	line-height: 2;
}

/* .data ul li .data-item img {
	width: auto;
	float: right;
} */

.record {
	padding-right: 0.5%;
}

.record .title h3 {
	background: url(../images/record.png) left center no-repeat;
}

.record ul li{
         background: url(../images/dian.png) 2px center no-repeat;
    padding-left: 10px;
}

.record ul li a {
	width: 80%;
	font-size: 14px;
	color: #333;

}


.record ul li a:hover{
     color: #8a0a0e;
}
.record ul li span.info-time {
	color: #8c8c8c;
	 font-size: 14px;
	font-family: "Arial";
	float: left;
	width: 20%;
	text-align: right;
}

.record ul li:first-child {
	height: auto;
	margin: 17px 0;
        background: none;
    padding-left: 0;
}

.record ul li .pull-left {
	width: 32%;
	height: auto;
	padding-right: 0;
	margin-right: 25px;

}

.record ul li .pull-left .imgCon {
	 height: 124px;
	 overflow: hidden;

} 

.record ul li .pull-left .imgCon img{
	width: 100%;
	min-height: 100%;
}

.record ul li .media-body {
	padding-right: 10px;
}

.record ul li .media-body .media-heading a {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #a52a2a;

}

.record ul li .media-body .text-time{
     color: #8c8c8c;
    margin-bottom: 5px;
    font-size: 14px;
}

.record ul li .media-body .text-grey {
	font-size: 14px;
	float: left;
	color: #8a8a8a;
	line-height: 20px;
	height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;

}


/*CEES报告*/

/* .report-list{
	 height:194px;
	 position:relative;
}



.report-list img{
	 display:block;
	 height:100%;
	 max-width:100%;
	 margin:0 auto;
}

.report-list .report-title{
	 width:100%;
	 background:url(../images/report-title.png) 100% 100% repeat;
	 height:47px;
	 line-height:47px;
	 font-size:14px;
	 color:#fff;
	 text-align:center;
	 position:absolute;
	 bottom:0;
	 left:0;
	 padding:0 10px;
	  z-index:44;
	 text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
}

.report-list .see{
	 width:20%;
	 position:absolute;
	 top:30%;
	 left:40%;
}

.report-list .see img{
	 width:100%;
} */


/*通知公告*/
.notice {
	padding-left: 0.9%;
}

.notice .title h3 {
	background: url(../images/notice.png) left center no-repeat;
}



.cal-time {
	width: 53px;
	height: 17px;
	line-height: 17px;
	float: left;
	text-align: center;
	border: 1px solid #8a0a0e;
	margin: 17px 17px 0px 3px;
	font-size: 12px;
	font-family: "Arial";
	color: #8a0a0e;
}

.notice ul li {
	height: 47px;
	line-height: 47px;
	border-bottom: 1px solid #e4e4e4;
}

.notice ul li a {
	display: block;
	font-size: 14px;
	color: #333;
	height: 47px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

}

.notice ul li:hover a {
	color: #8a0a0e;
}

/* .vide {
    width: 100%;
} */



/*左侧导航*/

.navcolumnt {
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	color: #333;
	padding-left: 3px;
	border-top: 2px solid #3c3c3c;

}

.left-box {
	padding-right: 2.2%;
}

.left-box ul {
	width: 100%;
	border-top: 1px solid #e6e6e6;

}

.left-box ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	background-image: url(../images/left-nav.png);
	background-position: 93% center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
	color: #333;
}

.left-box ul li .left-dian {
	display: block;
	width: 3px;
	height: 3px;
	float: left;
	background: url(../images/left-dian.png) center center no-repeat;
	margin: 18.5px 10px;
}


.left-box ul li.active a,
.left-box ul li:hover a {
	background-color: #a52a2a;
	background-image: url(../images/left-nav1.png);
	color: #fff;

}


.left-box ul li.active .left-dian,
.left-box ul li:hover .left-dian {
	background: url(../images/left-dian1.png) center center no-repeat;
}

.left-box ul li ul {
	display: none;
	border-top: none;
}

.left-box ul li:hover ul {
	display: block;

	-webkit-animation: nav 0.4s ease;
	-moz-animation: nav 0.4s ease;
	-ms-animation: nav 0.4s ease;
	-o-animation: nav 0.4s ease;
	animation: nav 0.4s ease;

}



.left-box ul li ul li a {
	background: #f5f5f5;
	padding-left: 25%;

}

.left-box ul li.active ul li a,
.left-box ul li:hover ul li a {
	background: #f5f5f5;
	color: #333;

}

.left-box ul li ul li.active a,
.left-box ul li ul li:hover a {
	color: #a52a2a;
}


/**********导航动画**********/
@-webkit-keyframes nav {
	0% {
		-webkit-transform: translate(0, 20px);
		-moz-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
		-o-transform: translate(0, 20px);
		transform: translate(0, 20px);
	}

	100% {
		-webkit-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}
}

@-moz-keyframes nav {
	0% {
		-webkit-transform: translate(0, 20px);
		-moz-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
		-o-transform: translate(0, 20px);
		transform: translate(0, 20px);
	}

	100% {
		-webkit-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}
}

@-0-keyframes nav {
	0% {
		-webkit-transform: translate(0, 20px);
		-moz-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
		-o-transform: translate(0, 20px);
		transform: translate(0, 20px);
	}

	100% {
		-webkit-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}
}

@keyframes nav {
	0% {
		-webkit-transform: translate(0, 20px);
		-moz-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
		-o-transform: translate(0, 20px);
		transform: translate(0, 20px);
	}

	100% {
		-webkit-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}
}

.teacher_list ul {
	margin: 30px 0 0 -2%;
}

.teacher_list ul li {
	border: 2px solid #cacaca;
	padding: 17px;
	background: #f5f5f5;
	font-size: 16px;
	list-style: none;
	width: 22%;
	float: left;
	margin-left: 3%;
	margin-bottom: 20px;
}

.teacher_list ul li .teacher_message {
	padding: 0;
	height: 75px;
	overflow: hidden;
}

.teacher_list a.teacher_list_a {
	text-decoration: none;
	display: block;
	height: 160px;
	overflow: hidden;
}

.teacher_list a img {
	width: 100%;
	max-height: 160px;
}

.teacher_list a:hover {
	text-decoration: underline;
}

.teacher_name {
	color: #9c2032;
	font-size: 16px;
	line-height: 36px;
}

.teacher_list li p {
	padding: 0;
	font-size: 14px;
}

/*右侧*/

.right-box {
	position: relative;
	padding-left: 0.5%;
}

/*右侧当前位置*/
.location a {
	display:block;
       padding: 0 0 0 25px;
	min-width: 17%;
	height:38px;
	line-height:38px;
	font-size:14px;
	color:#a52a2a;
	float:left;
	text-align:center;
	background:#f5f5f5;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
    position:relative;
}

.location a:first-child {
	border-left: 1px solid #cfcfcf;
	border-radius: 5px 0 0 5px;
}

.location a.on {
	color: #3e3a39;
}

.location a span {
	position: absolute;
	top: -1px;
	right: -19px;
	z-index: 33;
	display: block;
	width: 19px;
	height: 38px;
	background: url(../images/location.png) right center no-repeat;
}

/*简介*/

.about {
	margin: 45px 0 100px;
	color: #595c5b;
	font-size: 14px;
	line-height: 1.5;
	min-height: 250px;

}

.about-title {
	font-size: 22px;
	color: #a52a2a;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 25px;
	/*font-size:18px;
	 color:#a52a2a;
	 font-weight:bold;
	 text-align:center;
	 padding-bottom:25px;
	 background:url(../images/about-title.png) center bottom no-repeat;*/

}




.about p {
	font-size: 14px;
	color: #333;
	line-height: 2.5;

}

.about p img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

#vsb_content iframe{
    width:100% !important;
    overflow: auto;
}

.about-left {
	background: #f5f5f5;
	padding: 10px;
	width: 210px;
	float: left;
}

.about-left .about-img {
	width: 100%;
	height: 230px;
	overflow: hidden;
	margin-bottom: 15px;
}

.about-left .about-img img {
	width: 100%;
	min-height: 100%;
}

.about-left ul li {
	margin: 0 0 5px;
}

.about-left ul li div {
	float: left;
	width: 15px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-right: 15px;
	text-align: center;
}

.about-left ul li div img {
	display: inline;
}

.about-left ul li a {
	display: block;
	font-family: " Seravek,sans-serif";
	color: #128abe;
	font-size: 14px;
	line-height: 1.6;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}

.about-right {
	padding-left: 250px;
}

.about-right h1 {
	font-size: 30px;
	color: #a6373f;
}

.about-right p {
	font-family: " Seravek,sans-serif";
	font-size: 14px;
	line-height: 28.8px;
}

.about-right ul li {
	border: 1px solid #9b9b9b;
	border-radius: 3px;
	font-size: 12px;
	line-height: 16px;
	margin: 5px 5px 0;
	padding: 4px 10px;
	float: left;
	color: #a6373f;
}

.about-right a {
	color: #a6373f;
}

.mian-map img {
	width: 100%;

}



/*负责人*/

.organ1 {
	border: 1px solid #bc3e43;
	padding: 2% 1% 0 3%;
	width: 93%;
	margin: 20px auto 0;
	overflow: hidden;
}

.organ1 .laos {
	width: 18%;
	margin-right: 3%;
	float: left;
	position: relative;
}

.organ1 .laos img {
	width: 100%;
}

.organ1 .laos h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 14px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	margin: 0;
	text-align: center;
	background: url(../images/nav_min.png) 100% 100% repeat;
}

.organ1 ul {
	width: 40%;
	float: left;
	margin: 5px 0 45px 2.5%;

}

.organ1 ul.ul2 {
	width: 33%;
}

.organ1 ul li {
	font-size: 14px;
	color: #333;
	margin: 7px 0;
}

.organiza-text {
	width: 100%;
	background: #bc3e43;
	padding: 16px 3.5% 25px;
	margin-top: -10px;
	position: relative;
}

.organiza-text p {
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
}

.about-top {
	position: absolute;
	right: 0;
	bottom: 100%;

}

/*新闻动态*/

.new-list ul li {
	padding: 35px 0;
	border-bottom: 1px solid #e6e6e6;
}

.new-list ul li .list-img {
	float: left;
	width: 198px;
	height: 139px;
	margin-right: 30px;
}

.new-list ul li .list-img img {
	width: 100%;
	min-height: 100%;
}


.new-list ul li .list-text .list-title {
	display: block;
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
	height: 21px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.new-list ul li .list-text .time {
	font-size: 14px;
	color: #b4b4b4;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}

.new-list ul li .list-text .xinxi {
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 84px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}




/*学术动态*/
.academic-list ul {
	min-height: 300px;
	margin-top: 20px;
}

.academic-list ul li {
	margin: 0 0 30px;
}

.academic-list ul li a {
	display: block;
	height: 20px;
	font-size: 16px;

}

.academic-list ul li a p {
	width: 85%;
	float: left;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	line-height: 20px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.academic-list ul li a p span {
	color: #860506;
	margin-right: 5px;
}

.academic-list ul li a span.time {
	width: 15%;
	float: left;
	text-align: right;
	line-height: 20px;
	color: #999;
}

.academic-list ul li:hover a p {
	color: #860506;
}


/*一般通知*/
.notice-list ul {
	min-height: 300px;
	margin-top: 40px;
	border-top: 2px solid #3c3c3c;
}

.notice-list ul li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #e4e4e4;
}

.notice-list ul li a {
	display: block;
	line-height: 45px;
	font-size: 14px;

}

.notice-list ul li a span.time {
	width: 13%;
	float: left;
	text-align: left;
	color: #a52a2a;
}

.notice-list ul li a p {
	width: 87%;
	float: left;
	color: #333;
	height: 45px;
	overflow: hidden;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.notice-list ul li a p span {
	color: #860506;
	margin-right: 5px;
}

.notice-list ul li:hover a p {
	color: #860506;
}


/*访员感悟*/
.sentiment ul li {
	background: #f5f5f5;
	overflow: hidden;
	margin-bottom: 90px;
}

.sentiment ul li .list-img {
	float: left;
	width: 296px;
	height: 194px;
	margin-right: 20px;
	position: relative;
}

.sentiment ul li .list-img img {
	width: 100%;
	min-height: 100%;
}

.sentiment ul li .list-img h2 {
	position: absolute;
	left: 20px;
	top: 5%;
	width: 90%;
	font-size: 18px;
	height: 27px;
	color: #f5f5f5;
	padding-bottom: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/bolid-heng.jpg) left bottom no-repeat;
            z-index: 10;
        overflow: hidden;

}

.sentiment ul li .list-img .list-imghei{
       background: url(../images/rsGCaption.png) 100% 100% repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 9;
}

.sentiment ul li .list-img p {
	width: 90%;
	position: absolute;
	left: 20px;
	top: 33%;
	font-size: 16px;
	height: 65px;
	color: #f5f5f5;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
 z-index: 10;
}

.sentiment ul li .list-sentiment {
	padding: 20px 10px 0 0;
}


.sentiment ul li .list-sentiment p {
	font-size: 14px;
	color: #333;
	line-height: 2;

}

.sentiment ul li .list-sentiment p span {
	font-weight: bold;
}


/*联系我们*/
.map {
	margin-top: 30px;

}

.map img {
	max-width: 100%;
}




/*内容*/

.article {
	padding-top: 20px;

	min-height: 350px;
}



.article h1.intro {
	text-align: center;
	font-size: 18px;
	color: #595c5b;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0;
}

.article h2.title {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	font-family: "微软雅黑";
	line-height: 24px;
	margin: 10px 0 13px;
	border-bottom: none;
	background: none;
}

.article h3.subtitle {
	font-size: 18px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0;
}

.article h4.information {
	margin: 0;
	text-align: left;
	line-height: 32px;
	font-size: 14px;
	color: #333;
	padding-bottom: 10px;
	margin: 14px 0;
	border-bottom: 1px solid #dadadf;
	position: relative;
}


.article h4.information .share_blog {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: url(../images/share_blog.png) center center no-repeat;
}

.article h4.information .share_wechat {
	display: block;
	position: absolute;
	top: 0;
	right: 40px;
	width: 30px;
	height: 30px;
	background: url(../images/share_wechat.png) center center no-repeat;
}


.article .content {
	color: #555555;
	font-size: 16px;
	line-height: 36px;
	min-height: 250px;
	padding: 10px 0 40px;
	border-bottom: 1px solid #dadadf;
}


.article .content p {
	margin: 0;
	color: #333;
	font-size: 14px;
	line-height: 31px;
	margin-bottom: 10px;
	font-family: "微软雅黑";
}

.article .content p img {
	max-width: 100%;
}


.paging {
	padding: 30px 0;
	position: relative;
}


.paging ul li {
	width: 80%;
	font-size: 14px;
	color: #333;
	height: 18px;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.paging ul li a {
	font-size: 14px;
	color: #333;
}

.paging .return {
	display: block;
	float: left;
	background-color: #a82c37;
	padding: 6px 15px 6px 35px;
	border-radius: 5px;
	background-image: url(../images/return.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 40px;
	right: 0;
}


/*内容搜索*/

.wen_search {
	position: absolute;
	right: 0;
	top: 0px;
	width: 30%;
	border: 1px solid #d9d9d9;
	height: 37px;


}

.wen_search .wen_input {
	height: 35px;
	width: 80%;
	vertical-align: middle;
	margin-left: 10px;
	outline: none;
}


.wen_search .wen_image {
	margin-top: 8px;
	width: 21px;
	height: 21px;
	outline: none;
	float: right;
	margin-right: 10px;
}



/*学术成果*/
.year_search {
	font-size: 14px;
	color: #666;
	margin-top: 40px;


}

.year_search a {
	font-size: 14px;
	color: #333;
	margin-left: 20px;
}

.year_search a.active {
	background: #a82c37;
	padding: 2px 10px;
	color: #fff;
}

.academic ul {
	min-height: 180px;
}

.academic ul li {
	padding: 13px 3.5%;
	background: #fff;
	-moz-box-shadow: 9px 9px 0px #d9d9d9;
	-webkit-box-shadow: 9px 9px 0px #d9d9d9;
	box-shadow: 9px 9px 0px #d9d9d9;
	margin: 50px 0 0
}

.academic ul li .pull-left {
	width: 140px;
	margin-right: 3.5%;
}

.academic ul li .pull-left img {
	width: 100%;
}


.academic ul li .media-body h2 {
	font-size: 18px;
	color: #333;
	height: 18px;
	margin: 10px 0 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.academic ul li .media-body .xinxi {
	font-size: 14px;
	color: #949494;

}

.academic ul li .media-body .xinxi span {
	margin-right: 25px;
}

.academic ul li .media-body .abstract {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-top: 13px;
	height: 75px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.academic ul li .media-body .picture-more {
	float: right;
	font-size: 14px;
	color: #a82c37;
	margin-top: 15px;
}

/*工作论文*/

.paper ul {
	margin-top: 6px;
	min-height: 250px;
}

.paper ul li {
	/* height: 45px;
	line-height: 45px; */
	 background-image:url(../images/paper-bolid.png);
	 background-position: left bottom;
	 background-repeat:repeat-x;
	padding: 30px 5px 15px;
	overflow: hidden;
	 /* height: 110px; */
}


.paper .tab-degree ul {
	min-height: auto;
	border-bottom: 1px solid #dbdbdb;
}

.paper .tab-degree ul li{
	float: left;
	 height: 40px;
	 line-height: 40px;
	 padding: 0 5%;
	 color: #a52a2a;
	 cursor: pointer;
	  background-image: none;

}

.paper .tab-degree ul li.cur{
	border-bottom: 2px solid #a52a2a;

}

.paper .cont{
	display: none;

}

.paper .cont1{
	display: block;

}


.paper ul li .left-title{
	 width: 80%;
		float: left;
		margin-bottom:20px;

}

.paper ul li h2.paper-title {
	font-size: 16px;
	 color: #a82c37;
		max-width:80%;
		float: left; 
		margin: 0 15px 0 0;
		text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	
}

.paper ul li h2.paper-title a{
	color: #a82c37;
}

.paper ul li h2.paper-title a:hover{
	 text-decoration: underline;
}

.paper ul li h2.paper-title span{
	margin-right: 15px;

}

.paper ul li span.paper-sign{
	font-size: 12px;
	color: #a82c37;
	 border: 1px solid #a82c37;
	 border-radius: 5px;
	 padding: 1px 9px;
		float: left;
		height: 20px;
		line-height: 17px;

}



.paper ul li .right-time{
	float: left;
	width: 20%;
	 text-align: right;

}

.paper ul li .right-time a.paper-see{
	font-size: 14px;
	color: #9f9f9f;
	text-decoration: none;
	 border: 1px  solid #bcbcbc;
	 border-radius: 5px ;
	 padding: 5px 10px 5px 28px;
	  background: url(../images/paper-see.png) 10px center no-repeat;

}

.paper ul li .right-time a.paper-see:hover{
	 
	 color: #fff;
	 background-color: #a82c37;
	background-image: url(../images/paper-seeb.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}

.paper ul li .bottom-xinxi{
	 float: left;
	  width: 100%;
	 padding-left: 20px;

}



.paper ul li p.paper-per{
	 width: 54%;
	  float: left;
}

.paper ul li p.paper-author{
	width: 24%;
	 float: left;
}

.paper ul li p.paper-time{
	width: 22%;
	 float: left;
	  text-align: right;

}

/* .paper ul li:first-child {
	background: #a82c37;
}

.paper ul li.odd {
	background: #f2f4f5;
}


.paper ul li div {
	font-size: 14px;
	color: #666;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.paper ul li:first-child div {
	color: #fff;
	font-size: 16px;
}

.paper ul li .paper-name {
	width: 50%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.paper ul li:first-child .paper-name {
	padding-left: 10%;
} */

/* .paper ul li .paper-author {
	width: 15%;
	float: left;
	text-align: center;
} */

/* .paper ul li .paper-time {
	width: 21%;
	float: left;
	text-align: center;
} */

.paper ul li .paper-download {
	width: 12%;
	float: left;
	text-align: center;
}

.paper ul li .paper-download img {
	margin-left: 10px;
}

/*使用协议*/
.agree {
	margin-bottom: 40px;
}

.agree .title {
	font-size: 24px;
	color: #333;
}

.agree .content p {
	font-size: 16px;
	color: #333;
	line-height: 2;
}



/*数据申请*/


.apply .apply_title {
	font-size: 24px;
	color: #333;
	text-align: center;
	font-weight: normal;
	margin: 60px 0 30px;

}

.apply .text {
	width: 92%;
	line-height: 1.5;
	margin: 0 auto 50px;
	font-size: 16px;
	color: #666;
}

.apply form .icon {
	width: 70%;
	padding: 10px 15px;
	margin: 20px auto;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	background: #fff;
}

form .icon_button {
	width: 70%;
	margin: 35px auto 95px;
	text-align: center;
}


form .icon label {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin-bottom: 0;
	float: left;
}

form .icon input {
	height: 20px;
	line-height: 20px;
	width: 80%;
	outline: none;
}

form .icon textarea {
	width: 80%;
	height: 120px;
	resize: none;
	outline: none;
}

form .submit {
	background: #a82c37;
	color: #fff;
	font-size: 14px;
	padding: 7px 35px;
	border-radius: 5px;
	margin: 0 10px;
}

form .reset {
	background: #fff;
	color: #a82c37;
	border: 1px solid #a82c37;
	font-size: 14px;
	padding: 7px 20px;
	border-radius: 5px;
	margin: 0 10px;
}


/*联系我们*/

.contact_us {
	margin: 10px 0 50px;
}

.us_left {
	float: left;
	width: 43%;

}

.us_left p {
	font-size: 14px;
	color: #666;
	height: 55px;
	margin: 22px 0;

}

.us_left p img {
	margin-right: 10px;

}

.us_left p:first-child {
	line-height: 1.8;
}

.us_left p:first-child img {
	float: left;
}


.us_right {
	width: 57%;
	float: left;

}

.us_right h2 {
	font-size: 18px;
	color: #333;
}

.us_right p.text {
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-top: 20px;
}

.contact_us .us_right table {
	width: 100%;
}

.contact_us .us_right table tr {
	display: block;
	width: 88%;
	margin: 20px auto 20px 0;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
}

.contact_us .us_right table tr+tr+tr+tr {
	border: none;
}


.contact_us .us_right table tr+tr+tr+tr td {
	text-align: right;
	width: 100%;
	padding: 0;
}

.contact_us .us_right table td {
	padding: 8px 12px;
	font-size: 13px;
	color: #666;
	font-weight: normal;
	margin-bottom: 0;
	float: left;
}

.contact_us .us_right table td+td {
	width: 80%;
}

.contact_us .us_right table tr+tr+tr td+td {
	height: 90px;
}

.contact_us .us_right table td input {
	height: 20px;
	line-height: 20px;
	width: 100%;
	outline: none;
}

.contact_us .us_right table tr+tr+tr td+td input {
	height: 90px;

}

.contact_us .us_right table td input[type="button"] {
	background: #a82c37;
	color: #fff;
	font-size: 14px;
	padding: 9px 35px;
	border-radius: 5px;
	margin: 0 0 0 10px;
	width: auto;
	height: auto;
	line-height: normal;
}


.contact_us .us_right table td input[type="reset"] {
	display: none;
}




/*尾部*/
.footer {
	background: #a52a2a;
	padding: 30px 0 32px;
}

.footer .footer-left {
	width: 75%;
	float: left;
	text-align: left;
}

.footer .footer-left h2 {
	font-size: 14px;
	color: #fff;
	float: left;
	margin: 2px 0 0;
}

.footer .footer-left ul {
	display: block;
	padding-left: 75px;
	margin-bottom: 5px;
}

.footer .footer-left ul li {
	float: left;
	margin-right: 2%;
}

.footer .footer-left ul li a {
	color: #fff;
	font-size: 14px;

}




.footer-right {
	width: 25%;
	float: left;
	text-align: right;
	margin-top: 10px;
}

.footer p {
	font-size: 14px;
	color: #fff;
	line-height: 2;

}


/*分页栏*/
.pagebar {
	margin: 31px auto 40px;
	text-align: center;
}

.p_first_d,
.p_last_d {
	display: none;
	font-size: 16px;
	color: #8a8a8a;
	background: #fff;
	border: 1px solid #e9e9e9;
	margin: 12px 2px;
	padding: 8px 13px;
}

.p_first,
.p_last {
	display: none;
	font-size: 14px;
	color: #848484;
	background: #fff;
	border-radius: 10px;
	padding: 8px 13px;
	border: 1px solid #e8e8e8;
	margin: 12px 2px;

}



.p_prev_d,
.p_prev {
	font-size: 14px;
	color: #666;
	background: #fff;
	padding: 4px 9px;
	border: 1px solid #e8e8e8;
	margin: 12px 1px;
	display: inline-table;
}

.p_no {
	padding: 4px 9px;
	background: #fff;
	border: 1px solid #e8e8e8;
	margin: 0px 1px;
	color: #666;
	font-size: 14px;

}

.p_no_d {
	background: #a82c37;
	color: #f3e3e4;
	font-size: 14px;
	padding: 4px 9px;
	border: 1px solid #e8e8e8;
	margin: 0px 1px;
	display: inline-table;
}

.p_next,
.p_next_d {
	font-size: 14px;
	background: #fff;
	color: #666;
	padding: 4px 9px;
	margin: 12px 0 12px 1px;
	border: 1px solid #e8e8e8;
	display: inline-table;
}

.p_t {
	padding: 8px 13px;
	border: 1px solid #e8e8e8;
	margin: 0px 2px;
	color: #666;
	font-size: 14px;
}


/*地图*/
.mapBox {
	margin: 10px auto;
	position: relative;

}

#map_image {
	max-width: 100%;
	height: auto !important;
}

.mapBox .mapPath {
	display: none;
}

.mapBox .mapPath .heibu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	text-align: center;
	padding-top: 50px;
	background: url(../images/invetitle.png) 100% 100% repeat;
	z-index: 99;
}

.mapBox .mapPath .heibu img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.mapBox .mapPath .heibu .nav-close {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 25px;
	right: 20px;
	background: url(../images/chacha.png) no-repeat;
	opacity: 10;
	z-index: 1000;
}

.quality {
	margin-top: 45px;
}

.quality ul li {
	background: #f4f4f4;
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	width: 90%;
	height: 73px;
	line-height: 73px;
	margin: 23px auto 0;
	text-align: center;
	/* padding:19px 0;*/
	cursor: pointer;
	/* -webkit-animation-duration: 1s;
	     animation-duration: 1s; */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;

}

.anima0 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;

}

.anima1 {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;

}


.anima2 {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;

}

.anima3 {
	-webkit-animation-duration: 4s;
	animation-duration: 4s;

}

.anima4 {
	-webkit-animation-duration: 5s;
	animation-duration: 5s;

}

.anima5 {
	-webkit-animation-duration: 6s;
	animation-duration: 6s;

}


@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(150px);
		transform: translateX(150px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(150px);
		-ms-transform: translateX(150px);
		transform: translateX(150px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

/*   
  .fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
  }
   */

.quality ul li .qual-title {
	font-size: 22px;
	color: #666;
	font-family: "微软雅黑";

}

.quality ul li .qual-content {
	display: none;
	font-size: 14px;
	color: #fff;
}

.quality ul li:hover {
	background: #ba1c2a;
	border: 1px solid #ba1c2a;
}

.quality ul li:hover .qual-title {
	display: none;
}

.quality ul li:hover .qual-content {
	display: block;
}

.ani{
	display: block;
	margin:0 auto;
}

.anis{
	display: block;
	margin:0 auto;
}

.anix{
	display: block;
	margin:0 auto;
}

.ani1{
	 display: block;
	margin-left: 21%;	
	 float: left;
}

.ani2{
	 display: block;
	margin-right: 21%;
	 float:right;
	
}

.ani3{
	display: block;
 margin-left: 28%;	
	float: left;
}

.ani4{
	display: block;
	margin-right: 28%;
	margin-bottom: 5px;	
	float:right;
}

.ani5{
	display: block;
	margin-left: 20.3%;
	margin-bottom: 3px;
	float: left;
}

.ani6{
	display: block;
	margin-right: 20.2%;
	margin-bottom: 3px;
	float:right;
}

.ani7{
	display: block;
	margin-left:-21%;
	margin-top: 30px;
	float: left;
}

.ani8{
	display: block;
	margin-right: -21%;
	margin-top: 30px;
	float:right;
}

.ani9{
	display: block;
	margin-left:-37.5%;
	margin-top: 25px;
	float: left;
}

.ani10{
	display: block;
	margin-right: -37.5%;
	margin-top: 25px;
	float:right;
}

.ani11{
	display: block;
	margin-left: 33%;
  margin-top: -70px;
  float: left;
}

.ani12{
	display: block;
	margin-left: 19%;
  margin-top: -79px;
  float: left;
}

.ani13{
	display: block;
	margin: 0 auto 0 49%;
}

.ani14{
	display: block;
	margin-left: 15%;
	margin-top: -176px;
  float: left;
}

.ani15{
	display: block;
	margin-left: 23%;
	margin-top: -200px;
  float: left;
}

.ani16{
	display: block;
	margin-left: 17%;
	margin-top: -255px;
  float: left;
}


.system-wrap {
	width: 90%;
	margin:20px auto; 
}

.system {
	border: 1px solid #cbcbcb;
	float: left;
	margin: 20px 2%;
	width: 29%;
	min-height: 230px;
	position: relative;
	background: #fff;
	 border-radius: 5px;
	 -moz-box-shadow: 2px 2px 20px #d2d2d2;
    -webkit-box-shadow: 2px 2px 20px #d2d2d2;
    box-shadow: 2px 2px 20px #d2d2d2;

}

.system:hover{
	background: #a52a2a;
}

.date {
	position: absolute;
	z-index: 9;
	 font-size:60px;
	 font-family:"Microsoft Tai Le";
	 font-weight: normal;
	 letter-spacing: -5px;
	  color: #be4651;
	 margin: 0;
	top: 15px;
	left: 10px;

	
}

.system:hover .date{
	 color: #fff;
}

.date span{
	display: block;
	width: 30px;
	height: 20px;
	 background: #fff;
	 position: absolute; 
	 bottom:14.5px;
	 left: 54%;
}

.system:hover .date span{
	background: #a52a2a;
}

.ms {
	margin-top:48px; 
	padding: 0 10% 0 20%;
	position: relative;
	z-index: 10;
	
	
}

.ms h2{
	 font-size: 18px;
	 font-weight:bold;
	 color: #be4651;
	 line-height: 1.4;
	 margin: 0 0 6px 0;

}

.system:hover .ms h2{
	color: #fff;
}


.ms p {
	font-size: 12px;
	 color: #a3a3a3;
	 line-height: 1.8;
}

.system:hover .ms p{
	color: #fff;
}

.ms p a{
  color: #a3a3a3;
}

.ms p a:hover{
   text-decoration:underline
}


.system:hover .ms p a{
   color: #fff;
}


/*地图*/
#china-map {width:100%; height:750px;;margin: -50px auto;}
/*兼容ie*/

.ie7 .container,
.ie8 .container {
	max-width: 1200px;
}

.ie7 .search_kang {
	width: 255px;
	height: 35px;
}

.ie7 .search_submit {
	margin-bottom: 0;
	padding: 9px 8px 8px;
}

.ie7 .main-content {
	margin: 35px 0;
}

.ie7 #full-width-slider .rsGCaption {
	width: 73%;
}

.ie7 .index-list {
	width: 38.3%;

}

.ie7 .achievements {
	width: 30.4%;
}

.ie7 .achievements .fullWidth {
	width: 90%;
	height: 161px;
}

.ie7 #full-width-slider1 {
	width: 40.8%;
}

.ie7 .report,
.ie8 .report {
	width: 25%;
}

/* {
	 width:25%;
} */

.ie7 .report-list .report-title {
	width: 94%;
}

.ie7 .report-list {
	height: 215px;
}

.ie7 .notice {
	width: 30.4%;

}

.ie7 .video-cees,
.ie8 .video-cees {
	width: 25%;
}


.ie7 .left-box {
	width: 22.5%;
}

.ie7 .left-box ul {
	border-top: none;
}

.ie7 .left-box ul li:first-child {
	border-top: 1px solid #e6e6e6;
}

.ie7 .left-box ul li ul li:first-child {
	border-top: none;
}

.ie7 .right-box {
	width: 74.5%;
}

.ie7 .wen_search .wen_input {
	float: left;
}

.ie7 .academic ul li,
.ie8 .academic ul li {
	border-right: 6px solid #d9d9d9;
	border-bottom: 6px solid #d9d9d9;
}

.ie7 .academic ul li .media-body h2 {
	height: 22px;
}

.ie7 .us_right {
	width: 54%;
}

.ie7 .organ1 ul {
	padding-bottom: 50px;
}

.ie7 .paper ul li:first-child .paper-name {
	width: 40%;
}

.ie7 .paper ul li .paper-download img {
	margin-top: 10px;
}

.ie7 .footer .footer-left ul {
	padding-left: 0;
}


.ie8 .index-list {
	width: 41%;

}

.ie8 .achievements {
	width: 33%;
}

.ie8 #full-width-slider1 {
	width: 105%;
}

.ie8 .notice {
	width: 33%;

}

.ie8 .left-box {
	width: 25%;
}



.ie8 .right-box {
	width: 75%;
}