@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;
	height: 100%;
}

.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;
	height: 100%;
}

.carousel li {
	margin-right: 10px;
}

.flexslider .slides>li a {
	display: block;
}

.flexslider ul li.flex-active-slide .imgresponsive {
	transition: transform 2000ms linear 2.5s;
	-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 .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;
	height: 100%;
}

.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% 400px;
	/*background-attachment: fixed;*/
	/*-moz-background-attachment: fixed;*/
	padding-bottom: 81.5%;
}

.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 #8B0012;
}

.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: #8B0012;
	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: #f2f1e9;
	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: 15px 20px 32px 20px;
	overflow: hidden;
}

.news-text h3 {
	height: 78px;
	line-height: 26px;
	overflow: hidden;
	margin-bottom: 47px;
	font-size: 16px;
	font-size: 1.6rem;
}

.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: #8b0012;
	width: 100%;
}

.articletitle02 .title01 {
	color: #fff;
}

.articletitle02 .title02 {
	color: #caa3a7;
}

.more02>a {
	border: 1px solid #caa3a7;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.more02>a>span {
	color: #fff
}

.more02>a:before {
	background: #fff;
	color: #8b0012;
}

.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: #8b0012;
	font-family: 'Arial';
	margin-top: 5px;
}

.bbs-tag {
	position: relative;
	float: left;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	background: #8b0012;
}

.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 #8b0012 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: #fff;
	width: 100%;
}

.notice-list {
	*overflow: hidden;
}

.notice-list li a {
	display: block;
}

.notice {
	margin-top: 50px;
	padding: 20px 20px 30px;
	border: 1px solid #efefef
}

.notice-time {
	width: 90px;
	height: 90px;
	text-align: center;
	background: #8B0012;
	border-radius: 50%;
	border: 4px solid #f0dddd;
	left: 50%;
	margin-left: -45px;
	top: -30px;
	overflow: hidden;
}

.notice-time strong,
.notice-time i {
	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/mode04_bg.jpg) no-repeat center top #400109;
	background-size: cover;
}

.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: #8B0012;
	border-radius: 50%;
	border: 4px solid #f0dddd;
	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;
}