@charset "utf-8";

/*banner*/
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	-webkit-backface-visibility: hidden;
	position: relative
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides>li.clone {
	position: relative
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides>a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 62.81%;
	overflow: hidden;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides>li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 10px;
}

.flexslider .slides>li a {
	display: block;
}

.flexslider ul li.flex-active-slide .imgresponsive {
	transition: transform 6000ms linear 0s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 84px;
	height: 84px;
	position: absolute;
	top: 50%;
	z-index: 7;
	overflow: hidden;
	cursor: pointer;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	border: 3px solid #424243;
	border: 3px solid rgba(255, 255, 255, 0.2);
	margin-top: 0px;
	font-size: 36px;
	font-size: 3.6rem;
	background: #090e00;
	background-color: rgba(0, 0, 0, 0.3);
	line-height: 84px;
	border-radius: 50%;
	margin-top: -42px;
}

.flex-direction-nav .flex-prev {
	left: 55px;
}

.flex-direction-nav .flex-next {
	right: 55px;
}

.flex-direction-nav .flex-disabled {
	cursor: default;
}

.flex-direction-nav a:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
}

/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
	background: #ddd
}

/*.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
*/
.flex-pauseplay a:hover {
	opacity: 1;
}

/*.flex-pauseplay a.flex-play:before { content: '\f003'; }
*/
/* Control Nav */
.flex-control-nav {
	width: auto;
	padding: 10px 15px;
	background: rgba(0, 131, 185, .6);
	height: 9px;
	border-radius: 20px;
	position: absolute;
	bottom: 29px;
	right: 50%;
	margin: 0 -600px 0 0;
	text-align: center;
	z-index: 98;
}

.flex-control-nav li {
	margin: 0 7px 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 8px;
	background: #ffffff;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background: #e3bb1d;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner .flexslider .slides li a {
	position: relative;
}

.banner .flexslider .slides li a .imgresponsive {
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	display: block;
	background-size: 100% auto;
	background-attachment: fixed;
	-moz-background-attachment: fixed;
	padding-bottom: 30%;
}

.till-slides {
	position: absolute;
	z-index: 8;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
	bottom: 0;
}

.till-slides h3 {
	font-size: 36px;
	font-size: 3.6rem;
	height: 72px;
	line-height: 67px;
	overflow: hidden;
	text-shadow: 3px 5px 16px rgba(0, 0, 0, 0.8);
	width: 68%;
	margin-bottom: 0;
}

.till-slides p {
	max-height: 90px;
	line-height: 30px;
	overflow: hidden;
	font-size: 18px;
	font-size: 1.8rem;
	width: 62%;
	margin-bottom: 30px;
}

.banner .flexslider .slides li a:after {
	z-index: 7;
	content: '';
	clear: both;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 240px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	display: block;
	position: absolute;
}

/*content*/
.mode {
	padding: 40px 0;
}

.articletitle {
	margin-bottom: 40px;
	text-align: center;
}

.title01 {
	margin-bottom: 10px;
}

.title02 {
	color: #999;
	line-height: 24px;
}

/*more*/
.more {
	text-align: center;
	margin-top: 40px;
}

.more>a {
	display: inline-block;
	margin: 0 10px;
	position: relative;
	overflow: hidden;
	border: 1px solid #10c52a;
}

.more>a>span {
	display: inline-block;
	padding: 10px 40px;
	background: none;
	color: #666;
	transition: all 0.4s;
}

.more>a:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 10px 20px;
	width: 100%;
	height: 100%;
	background: #10c52a;
	color: #fff;
	content: attr(data-hover);
	transform: translateX(-100%);
	transition: all 0.4s;
	box-sizing: border-box;
	opacity: 0;
	text-align: center;
}

.more>a:hover>span {
	transform: translateX(100%);
	color: #666;
}

.more>a:hover:before {
	transform: translateX(0);
	opacity: 1;
	z-index: 0;
}

.boxshadow {
	box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.1);
	top: 0;
	background-color: #fff;
	position: relative;
}

.content {
	overflow: hidden;
}

/* 新闻动�? */
.wrap-mode01 {
	background-color: #FFFFFF;
	width: 100%;
}

.news-box {}

.news-list {
	margin-left: -15px;
	margin-right: -15px;
}

.news-list>li {
	margin-bottom: 30px;
}

.news-list>li>a {
	display: block;
}

.news-con {}

.news-text {
	padding: 10px 20px 10px 20px;
	overflow: hidden;
}

.news-text h3 {
	height: 78px;
	line-height: 26px;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.8rem;
}

.news-text .news-time {
	color: #999;
	font-family: "arial";
	font-size: 15px;
	font-size: 1.5rem;
}

.news-text .news-time i {
	margin-right: 10px;
	*width: 18px;
	*height: 18px;
	*line-height: 18px;
	*background: url(../images/time.png) no-repeat center center;
}

.news-list>li.first {
	width: 50%;
}

.news-list>li.first .news-text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px;
}

.news-list>li.first .news-con {
	position: relative;
}

.news-list>li.first .news-con:after {
	z-index: 1;
	content: '';
	clear: both;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100px;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
	display: block;
}

.news-list>li.first .news-text h3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0;
	height: 52px;
	color: #fff;
	z-index: 9;
	position: relative;
}

.news-list>li.first .news-text .news-time {
	display: none;
}

/* 论坛讲座 */
.wrap-mode02 {
	background-color: #10c52a;
	width: 100%;
}

.articletitle02 .title01 {
	color: #fff;
}

.articletitle02 .title02 {
	color: #dde2f0;
}

.more02>a {
	border: 1px solid #dde2f0;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.more02>a>span {
	color: #fff
}

.more02>a:before {
	background: #fff;
	color: #10c52a;
}

.more02>a:hover>span {
	color: #fff;
}

.bbs-list {
	*overflow: hidden;
}

.bbs-list li a {
	display: block;
}

.bbs-text {
	padding: 22px 22px 10px 22px;
}

.bbs-time-box {
	overflow: hidden;
	padding-bottom: 15px;
}

.bbs-time {
	color: #10c52a;
	font-family: 'Arial';
	margin-top: 5px;
}

.bbs-tag {
	position: relative;
	float: left;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	background: #10c52a;
}

.bbs-tag i {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-style: normal;
	width: 56px;
}

.bbs-tag:after {
	position: absolute;
	left: -7px;
	bottom: -7px;
	width: 0;
	height: 0;
	border-width: 7px;
	border-style: solid;
	border-color: transparent #10c52a transparent transparent;
	transform: rotate(0deg);
	/*顺时针旋�?90°*/
	content: '';
	clear: both;
}

.bbs-title {
	height: 52px;
	line-height: 26px;
	overflow: hidden;
	margin-bottom: 15px;
}

.bbs-info-box {
	overflow: hidden;
}

.bbs-info {
	margin-bottom: 15px;
	overflow: hidden;
}

.bbs-info strong {
	float: left;
	width: 60px;
	height: 24px;
	line-height: 24px;
	background: #f2f2f2;
	color: #999999;
	padding-left: 10px;
}

.bbs-info .info-t {
	display: block;
	margin-left: 80px;
	color: #999;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
}

/* 通知公告 */
.wrap-mode03 {
	background: #f2f1e9;
	width: 100%;
}

.notice-list {
	*overflow: hidden;
}

.notice-list li a {
	display: block;
}

.notice {
	/* margin-top: 65px; */
	/* margin-bottom: 30px; */
	padding: 5px 10px;
	border-left: 1px solid #CCC;
	/* border: 1px solid #efefef */
}

.notice-time {
	width: 80px;
	height: 80px;
	text-align: center;
	background: #377650;
	margin-right: 10px;
	display: block;
	/* border: 4px solid #dde2f0; */
	/* left: 50%; */
	/* margin-left: -45px; */
	/* top: -30px; */
	/* overflow: hidden; */
}

.notice-time strong,
.notice-time i {
	width: 80px;
	font-family: 'Arial';
	font-style: normal;
}

.notice-time strong {
	margin-top: 12px;
	margin-bottom: 3px;
}

.notice-time i {
	font-size: 15px;
	font-size: 1.5rem
}

.notice h3 {
	/* margin-top: 65px; */
	height: 78px;
	line-height: 26px;
	overflow: hidden;
	/* text-align: center; */
}

/* 专题报告 */
.wrap-mode04 {
	background: url(../images/mod.jpg) no-repeat center top #400109;
	background-size: cover;
	border-bottom: 2px solid #147b00;
}

.mode04 {
	padding: 60px 0;
}

.topic-box {
	margin: 0 -15px;
}

.topic-img {
	margin-bottom: 20px;
}

.topic-img a {
	display: block;
	padding: 6px 6px 1px 6px;
	;
	background: #fff;
	text-align: center;
	position: relative;
	top: 0;
}

.topic-img .gp-img-responsive {
	padding-bottom: 55.92%;
}

.topic-img h3 {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin: 5px 0;
}

.topic-text-list {}

.topic-text-list li {
	margin-top: 15px;
	text-align: center;
}

.topic-text-list li a {
	display: block;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	background: url(../images/topic_bg1.png) no-repeat center top;
	background-size: cover;
	color: #fff;
	position: relative;
	top: 0;
}

.topic-text-list li a.topic_2 {
	background-image: url(../images/topic_bg2.png);
}

/* 学术观点 */
.wrap-mode05 {
	background-color: #f2f1e9;
	width: 100%;
}

.academic-img {
	width: 90px;
	height: 90px;
	text-align: center;
	background: #e5e5e5;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	left: 50%;
	margin-left: -45px;
	top: -30px;
	overflow: hidden;
}

.academic-img .gp-img-responsive {
	padding-bottom: 100%;
}

.academic-img .gp-img-responsive img {
	margin-top: -9px;
}

.academic-list {
	*overflow: hidden;
}

.academic-list li a {
	display: block;
}

.academic {
	margin-top: 50px;
	padding: 20px 20px 30px;
}

.academic-time {
	width: 90px;
	height: 90px;
	text-align: center;
	background: #10c52a;
	border-radius: 50%;
	border: 4px solid #dde2f0;
	left: 50%;
	margin-left: -45px;
	top: -30px;
	overflow: hidden;
}

.academic-text {
	margin-top: 50px;
	text-align: center;
}

.academic-text h3 {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	color: #666;
	margin-bottom: 12px;
}

.academic-text h4 {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 13px;
}

.academic-text p {
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	color: #999;
	text-align: left;
}

/* 学科专业 */
.subject-list {
	margin: 0 -10px;
	*overflow: hidden;
}

.subject-list li {
	width: 23.5%;
}

.subject-list li.first {
	width: 28.66%;
}

.subject {
	margin: 0 10px 15px 10px;
}

.subject a {
	display: block;
}

.subject-text {
	padding: 15px 20px 33px 20px;
}

.subject-text h3 {
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.subject-text p {
	color: #999;
	height: 52px;
	line-height: 26px;
	overflow: hidden;
}

.subject-text02 {
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	padding: 0;
}

.subject-text02 h3 {
	margin-bottom: 0;
	z-index: 9;
	position: relative;
	height: 50px;
	line-height: 50px;
}

.subject-text02:after {
	width: 100%;
	height: 50px;
	content: '';
	clear: both;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: #333;
	background: rgba(0, 0, 0, 0.4);
}

/* 视频 */
.wrap-mode07 {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	overflow: hidden;
	width: 100%;
}

.vedio-box {
	text-align: center;
}

.vedio-box i {
	font-size: 70px;
	font-size: 7rem;
	color: #cdcdcd;
	*width: 68px;
	*height: 68px;
	*display: block;
	*margin: 0 auto;
	*background: url(../images/play.png) no-repeat center center;
}

.vedio-box a {
	display: block;
}

.vedio-box h2 {
	margin: 20px 0 30px;
}

/* 延迟动画 */
.mode {
	transform: translateY(50px);
	opacity: 0;
	transition: all 0.8s ease-in-out;
}

.mode01 {
	transform: none;
	opacity: 1;
}

/* 论坛 */
.bbs-list li:nth-child(1) {
	transform: translateX(-50px);
	opacity: 0;
	transition: all 0.8s ease-in-out;
}

.bbs-list li:nth-child(2) {
	transform: translateY(50px);
	opacity: 0;
	transition: all 0.8s ease-in-out;
	transition-delay: 0.3s;
}

.bbs-list li:nth-child(3) {
	transform: translateX(50px);
	opacity: 0;
	transition: all 0.8s ease-in-out;
	transition-delay: 0.6s;
}

/* 公告 */
.notice-list {
	transform: translateX(-50px);
	opacity: 0;
	transition: all 0.8s ease-in-out;
	transition-delay: 0.3s;
}

/* 专题 */
.topic-list {
	transform: translateY(50px);
	opacity: 0;
	transition: all 0.8s ease-in-out;
	transition-delay: 0.3s;
}

/* 学术 */
.academic-list {
	transform: translateX(50px);
	opacity: 0;
	transition: all 0.8s ease-in-out;
	transition-delay: 0.3s
}

/* 学科 */
.subject-list {
	transform: translateX(-50px);
	opacity: 0;
	transition: all 0.8s ease-in-out;
	transition-delay: 0.3s
}

/*  */
.effect.isView,
.mode.isView,
.news-list li.isView,
.bbs-list li.isView,
.notice-list.isView,
.topic-list.isView,
.academic-list.isView,
.subject-list.isView {
	transform: none;
	opacity: 1;
}


@media screen and (min-width:1024px) {

	/* a:hover .boxshadow,
	a.boxshadow:hover {
		box-shadow: 3px 10px 25px rgba(0, 0, 0, 0.3);
		top: -10px;
	} */

	.topic-img a:hover,
	.topic-text-list li a:hover {
		top: -10px;
		box-shadow: 3px 10px 25px rgba(0, 0, 0, 0.3);
	}

	.vedio-box a:hover i {
		color: #fff;
		font-size: 7.5rem;
	}

}

@media screen and (max-width:1240px) {
	.till-slides {
		width: 1000px;
		margin-left: -500px;
	}

	.news-text h3 {
		margin-bottom: 16px;
	}

	.banner .flexslider .slides li a .imgresponsive {
		background-size: auto 100%;
		padding-bottom: 68%;
	}

	.flex-direction-nav a {
		text-decoration: none;
		display: block;
		width: 40px;
		height: 40px;
		border: 2px solid rgba(255, 255, 255, 0.2);
		font-size: 2.6rem;
		background-color: rgba(0, 0, 0, 0.3);
		line-height: 40px;
		margin-top: -20px;
	}

	.flex-direction-nav .flex-prev {
		left: 10px;
	}

	.flex-direction-nav .flex-next {
		right: 10px;
	}

	.till-slides {
		width: 96%;
		margin-left: 0;
		left: 20px;
	}

	.till-slides h3 {
		font-size: 3rem;
	}

	.till-slides p {
		font-size: 1.6rem;
		max-height: 66px;
		line-height: 22px;
		width: 90%;
	}

	.banner .flexslider .slides li a:after {
		height: 200px;
	}

	.gp-f34 {
		font-size: 3rem;
	}

	.topic-img h3,
	.flexslider .slides>li a {
		font-size: 1.6rem;
	}

	.subject-text h3 {
		font-size: 2rem;
	}

	.subject-text p {
		height: 44px;
		line-height: 22px;
		font-size: 1.5rem;
	}

	.subject-text02 h3 {
		font-size: 1.6rem;
		height: 40px;
		line-height: 40px;
	}

	.subject-text02:after {
		height: 40px;
		line-height: 40px;
	}

	.subject-text {
		padding-bottom: 20px;
	}

	.subject-text02 {
		padding-bottom: 0px;
	}

	.gp-f18 {
		font-size: 1.6rem;
	}

	.wrap-mode07 {
		background-size: auto 100%;
	}

}



@media screen and (max-width:996px) {
	.till-slides p {
		display: none;
	}

	.till-slides h3 {
		font-size: 2.4rem;
		height: 66px;
		width: 90%;
	}

	.banner .flexslider .slides li a:after {
		height: 80px;
	}

	.more {
		font-size: 1.4rem;
	}

	.news-list>li.first .news-text {
		position: static;
		padding: 15px 20px 32px 20px;
	}

	.news-list>li.first .news-con:after {
		display: none;
	}

	.news-list>li .news-text h3 {
		font-size: 1.5rem;
		line-height: 20px;
		height: 60px;
		margin-bottom: 20px;
	}

	.news-list>li.first .news-text h3 {
		color: #333;
		font-size: 1.5rem;
		line-height: 20px;
		height: 60px;
		margin-bottom: 20px;
	}

	.news-list>li.first .news-text .news-time {
		display: block;
	}

	.more {
		margin-top: 20px;
	}

	.articletitle {
		margin-bottom: 20px;
	}

	.mode {
		padding: 25px 0;
	}

	.news-list>li.first {
		width: 33.3%;
	}

	.gp-f34 {
		font-size: 2.8rem;
		margin-bottom: 5px;
	}

	.bbs-time {
		float: none;
		display: block;
	}

	.bbs-tag {
		margin-bottom: 10px;
		display: inline-block;
		float: none;
	}

	.notice-list li {
		margin-bottom: 10px;
	}

	.topic-text-list li {
		margin-bottom: 30px;
	}

	.academic-text h4 {
		height: 48px;
	}

	.academic-text p {
		height: 144px;
		margin-bottom: 15px;
	}

	.subject-list li {
		width: 50%;
	}

	.subject-list li.first {
		width: 58.5%;
	}

	.subject-list li:nth-child(2) {
		width: 41.5%;
	}

	.subject-text p {
		height: 66px;
	}
}



@media screen and (max-width:767px) {
	.gp-f34 {
		font-size: 2.4rem;
	}

	.gp-f18 {
		font-size: 1.6rem;
	}

	.news-list>li {
		margin-bottom: 20px;
	}

	.news-box .flex-direction-nav .flex-prev {
		left: -9px;
	}

	.news-box .flex-direction-nav .flex-next {
		right: 5px;
	}

	.news-list {
		margin-left: 0;
		margin-right: 0;
	}

	/* .news-list > li > a{margin-right: 15px;} */
	.bbs-info .info-t {
		max-height: 60px;
		line-height: 20px;
		height: auto;
	}

	.bbs-list li {
		margin-bottom: 20px;
	}

	.bbs-title {
		height: auto;
	}

	.bbs-time {
		float: right;
	}

	.notice h3 {
		height: 40px;
		line-height: 20px;
		margin-top: 40px;
	}

	.notice03 .notice h3 {
		height: 40px;
		line-height: 20px;
		margin-top: 0px;
	}

	.notice-time {
		width: 66px;
		height: 66px;
		margin-left: -33px;
	}

	.notice-time strong {
		font-size: 2.4rem;
		margin-top: 8px;
		width: 66px;
	}

	.notice-time i {
		width: 66px;
		font-size: 1.2rem;
	}

	.mode01,
	.mode04,
	.mode06 {
		margin-right: 0;
		overflow: hidden;
	}

	.academic-list li {
		margin-bottom: 20px;
	}

	.academic-text h3 {
		margin-bottom: 5px;
	}

	.academic-text h4 {
		height: 24px;
		margin-bottom: 5px;
	}

	.academic-text p {
		height: 48px;
		margin-bottom: 0px;
	}

	.academic {
		margin-top: 38px;
	}

	/* .subject-list li.first{display: none!important;} */
	.subject-text p {
		height: 120px;
	}
}


@media screen and (max-width:479px) {
	.till-slides h3 {
		font-size: 1.8rem;
	}

	.notice h3 {
		height: 100px;
	}
}