@charset "utf-8";

/* CSS Document */
.modeList {
	margin-top: 24px;
	margin-left: -16px;
	margin-right: -16px;
}

.img .gp-img-responsive {
	height: 0px;
	padding-bottom: 66%;
}

.modeTitle::before {
	top: 48px;
}

.gp-img-responsive {
	padding-bottom: 70.37%;
}

.modeList .slick-prev {
	position: absolute;
	width: 40px;
	height: 40px;
	text-indent: 9999px;
	top: calc(50% - 40px);
	border: 0px;
	z-index: 99;
	left: 16px;
	background: url(../images/arrows.png) no-repeat left top rgba(0, 0, 0, 0.6);
	cursor: pointer;
}

.modeList .slick-prev:hover {
	background: url(../images/arrows.png) no-repeat left top rgba(0, 0, 0, 0.8);
}

.slick-dots {
	width: 100%;
	position: absolute;
	bottom: 17px;
	left: 0px;
	text-align: center;
	font-size: 0px;
	z-index: 1;
}

.slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	margin: 0 11.5px;
}

.slick-dots li.slick-active {
	background: #c7782e;
}

.slick-dots button {
	display: none;
}


.modeList .slick-next {
	position: absolute;
	width: 40px;
	height: 40px;
	text-indent: 9999px;
	top: calc(50% - 40px);
	border: 0px;
	background: url(../images/arrows.png) no-repeat -40px top rgba(0, 0, 0, 0.6);
	right: 16px;
	left: auto;
	cursor: pointer;
}

.modeList .slick-next:hover {
	background: url(../images/arrows.png) no-repeat -40px top rgba(0, 0, 0, 0.8);
}

.modeList li {
	margin-bottom: 57px;
}

.modeList a {
	display: block;
	margin: 0 16px;
	transition: all 0.35s ease;
}

/* .mode03 .modeList li:hover a{ transform: translateY(-8px);} */


.zh {
	font-size: 20px;
	line-height: 60px;
	height: 60px;
	letter-spacing: 2.4px;
	color: #fff;
	background: #707070;
	text-align: center;
}

.en {
	font-size: 16px;
	line-height: 21px;
	margin-top: 3px;
	letter-spacing: 0.16px;
	color: #707070;
}

.modeList .slick-dots li {
	margin-bottom: 0;
}

.mode03 .modeList .slick-dots {}

/* 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 {
	display: none;
	-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;
}

.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 {
	background: #fff;
	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: 5px;
}

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-indent: -999em
}

.flex-direction-nav .flex-prev {
	left: -60px;
	background: url(../images/arrows.png) no-repeat left top;
}

.flex-direction-nav .flex-next {
	right: 60px;
	background: url(../images/arrows.png) no-repeat -40px top;
}

.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}

/* 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 {
	display: none;
}

/*.flex-control-nav {width: 100%; position: absolute; bottom: 20px; left:0; text-align: center; z-index:9999; }
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 8px; height: 8px; display: block; border:2px solid #8c0000; cursor: pointer; text-indent: -9999px;border-radius:8px; }
.flex-control-paging li a:hover { background: #8c0000;  }
.flex-control-paging li a.flex-active { background: #8c0000;}
*/
.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;
}

.bannerTitle {
	position: absolute;
	left: 0;
	width: 1200px;
	height: 100px;
	font-size: 36px;
	bottom: 150px;
	color: #fff;
	left: 50%;
	margin-left: -600px;
}

.banner-img {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.svg-container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	padding-bottom: 12.5%;
	fill: #fff;
	stroke: none;
	z-index: 9999;
	display: block;
	box-sizing: border-box;
}

svg:not(:root) {
	overflow: hidden;
}

.svg {
	position: absolute;
	top: 0;
	left: 0;
}

.content {
	width: 100%;
	margin: 0px auto;
	/*overflow: hidden;*/
	position: relative;
}

/*.banner:before{content: '';left:0;bottom:0;background-repeat:no-repeat;background-size: 100% 100%;display: block;height:0;padding-bottom:12.5%;position: absolute;width: 100%;z-index: 9991;max-width:1920px;background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23fff;' /%3E%3C/svg%3E")}
*/
.bbg {
	width: 100%;
	max-width: 1920px;
	height: 240px;
	background: url(../images/banner_bg02.png) no-repeat center center;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	z-index: 9991;
}

.imgTitle {
	width: 400px;
	height: 103px;
	position: absolute;
	bottom: 80px;
	left: 0
}

.imgTitle .bg {
	background-color: #000;
	opacity: 0.33;
	filter: alpha(opacity=33);
	-moz-opacity: 0.33;
	-o-opacity: 0.33;
	-ms-opacity: 0.33;
	-webkit-opacity: 0.33;
}

#thuImgTitle {
	font-size: 36px;
	font-size: 3.6rem;
	color: #fff;
}

.thuimg_more {
	color: #fff;
	border-radius: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
	width: 117px;
	height: 33px;
	background: url(../images/thum_more.png) no-repeat 15px center #c7782e;
	padding-left: 50px;
	line-height: 30px;
	margin-top: 38px;
	transition: all 0.3s ease-in-out;
}

.thuimg_more:hover {
	color: #fff;
	opacity: 0.8
}

.thuimg {
	text-align: center;
	position: relative
}

.thuimg .thuimgWrap {
	overflow: hidden;
	background: url(../images/loading.gif) no-repeat center center;
	*height: 400px;
}

.thuimg .thuimga {
	position: relative;
	display: block;
	width: 100%;
	margin: auto;
	/*height:400px;*/
	z-index: 0;
}

.thuimg .thuimga #swfid {
	margin: 0;
	padding: 0;
}

.thuimg .thuimga .mainImg {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.thuimg .imgTitle {
	position: absolute;
	top: -58px;
	left: 0;
	z-index: 1;
	width: 1000px;
	text-align: left;
	overflow: hidden;
}

.thuimg .imgTitle .bg {
	position: absolute;
	z-index: -1;
	height: 58px;
	background: #252525;
	filter: alpha(opacity=50);
	opacity: .5;
	width: 100%;
	top: 0;
}

.thuimg .imgTitle .txt {
	color: #fff;
	font-size: 18px;
	line-height: 58px;
	padding-left: 30px;
	white-space: nowrap;
}

.thuimg .imgTitle .day {
	position: absolute;
	right: 0;
	width: 114px;
	height: 50px;
	background: #5c307d;
	top: 8px;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	color: #ffc600;
}

.thuimg .imgTitle .day.today {
	font-size: 24px;
}

.thuimg .month {
	background: #5c307d;
	position: relative;
	overflow: hidden;
}

.thuimg .month .arrow {
	position: absolute;
	color: #fff;
	font-size: 20px;
	line-height: 38px;
	padding: 0 3px;
	*width: 28px;
	cursor: pointer;
}

.thuimg .month .arrowleft {
	left: 0;
}

.thuimg .month .arrowright {
	right: 0;
}

.thuimg .month .arrowright:hover, .content .thuimg .month .arrowleft:hover {
	background: #703d97;
}

.thuimg .month .monthTxt {
	float: left;
	_display: inline;
	margin: 0 15px 0 40px;
	color: #9884ab;
	position: relative;
}

.idx_dcen li .date_act {
	position: absolute;
	left: -38px;
	bottom: 40px;
	width: 343px;
	background: url(../images/arrow-down.png) no-repeat 50px bottom;
	padding-bottom: 8px;
	display: none;
	z-index: 9999999;
}

.idx_dcen li .date_act dd {
	background: #fff url(../images/iatbg1.jpg) repeat-x left bottom;
	width: 323px;
	float: left;
	overflow: hidden;
	height: 76px;
	padding: 5px;
}

.idx_dcen li .date_act dd .img {
	float: left;
	width: 43px;
	height: 64px;
}

.idx_dcen li .date_act dd .img a, .idx_dcen li .date_act dd .img a img {
	width: 43px;
	height: 74px;
	overflow: hidden;
}

.idx_dcen li .date_act dd .info {
	margin-left: 58px;
}

.idx_dcen li .date_act dd .info h3 a {
	color: #000000;
	font-size: 14px;
	width: auto;
	height: auto;
	line-height: 17px;
	height: px;
	margin-bottom: 0px;
	overflow: hidden;
	display: block;
	text-align: left;
}

.date_act b {
	font-weight: normal;
	font-size: 12px;
}

.idx_dcen li .date_act dd .img a:hover {
	background: none;
}

.idx_dcen li .date_act dd .info h3 a:hover {
	background: none;
	color: #c7782e;
	background: none;
}

.idx_dcen li .date_act dd .info p {
	color: #383838;
	margin-top: 3px;
	line-height: 19px;
	font-size: 13px;
}

#calendarYear {
	display: none;
}

.mainWrap .month {
	background-color: #281c19;
}

.arrowleft, .arrowright {
	width: 14px;
	height: 26px;
	display: block;
	position: absolute;
	bottom: 33px;
	cursor: pointer
}

.arrowleft {
	background: url(../images/arrow_left.png) no-repeat top center;
	left: 8px;
}

.arrowright {
	background: url(../images/arrow_right.png) no-repeat top center;
	right: 10px;
}

.mainWrap .month .monthTxt span, .mainWrap .month .monthTxt strong {
	font-size: 37px;
	line-height: 48px;
	color: #fff;
	text-align: center;
}

#calendarMonth_en {
	display: block;
	padding-top: 5px;
	font-size: 36px;
	padding-bottom: 10px;
}

.mainWrap .month .monthTxt span {
	text-align: center
}

#calendarMonth {
	padding-left: 22px;
	width: 95px;
	display: block;
}

.mainWrap .month:before {
	content: '';
	right: 140px;
	top: -83px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	height: 83px;
	/*padding-bottom:12.5%;*/
	position: absolute;
	width: 665px;
	z-index: 88;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='665' height='82' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23281c19;' /%3E%3C/svg%3E");
}

.monthTxt:before {
	content: '';
	left: 0;
	top: -18px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	height: 18px;
	/*padding-bottom:12.5%;*/
	position: absolute;
	width: 100%;
	z-index: 89;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='139' height='17' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23c7782e;' /%3E%3C/svg%3E");
}

.mainWrap .month .day {
	float: left;
	_display: inline;
	width: auto;
	background-color: #281c19;
	margin-top: 0;
	height: auto;
	padding: 8px 3px;
	border: none;
}

.mainWrap .month .day li {
	float: left;
	_display: inline;
	font-size: 21px;
	position: relative;
}

.mainWrap .month .day li>a {
	padding: 4px 4.7px;
	display: block;
	border-radius: 15px;
}

.mainWrap .month .day li.no>a {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.mainWrap .month .day a {
	color: #fff;
	display: block;
	text-align: center;
	cursor: pointer;
	zoom: 1;
}

.mainWrap .month .day a:hover {
	background: #c7782e;
}

.mainWrap .month .day li.no a:hover {
	background: none;
	cursor: text;
}

.mainWrap .month .day a.none {
	color: #866c9c;
}

.mainWrap .month .day a.none:hover {
	background: none;
	cursor: text;
}

.mainWrap .month .day a.current {
	color: #ffc600;
}

.img.mainWrap arrow {
	position: absolute;
	color: #fff;
	font-size: 50px;
	top: -220px;
	cursor: pointer;
	padding: 2px 0px 2px 6px;
	opacity: .8;
	filter: alpha(opacity=80);
	overflow: hidden;
	border-radius: 40px;
	border: 2px solid #fff;
	*width: 46px;
	*padding: 2px 0px 2px 10px;
}

.mainWrap .imgarrow:before {
	margin: 0;
}

.imgarrow.imgarrowleft {
	left: 60px;
	background: url(../images/arrows.png) no-repeat left top;
	width: 40px;
	height: 40px;
	display: block;
	top: 50%;
	position: absolute;
	margin-top: -20px;
	cursor: pointer
}

.imgarrowright {
	right: 60px;
	background: url(../images/arrows.png) no-repeat -40px top;
	width: 40px;
	height: 40px;
	display: block;
	top: 50%;
	position: absolute;
	margin-top: -20px;
	cursor: pointer
}

.mainWrap .imgarrow.imgarrowleft:hover, .content .thuimg .imgarrow.imgarrowright:hover {
	background: #333;
}

.ydate {
	width: 58px;
	border: 1px solid #d8d8d8;
	color: #7d7d7d;
	text-align: center;
	font-size: 12px;
	float: left;
	_display: inline;
	padding-bottom: 5px;
}

.ydate span {
	display: block;
	font-size: 24px;
	line-height: 24px;
	padding: 8px 0 2px 0;
	zoom: 1;
}

.ydate_1 {
	border: 1px solid #b4b1b6;
	color: #5c307d;
}

.ydate_2 {
	border: 1px solid #edeaf1;
	color: #5b317d;
	background: #edeaf1;
}

.mainWrap {
	width: 1200px;
	position: absolute;
	z-index: 9992;
	left: 50%;
	margin-left: -600px;
	bottom: 9px;
	min-width: 320px;
	background: #281c19;
}

#calendarToday {
	display: none;
}

.td_links {
	position: absolute;
	right: 150px;
	top: -38px;
	z-index: 90;
}

.td_links a {
	width: 102px;
	height: 33px;
	color: #c7782e;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 33px;
	text-align: center;
	background-color: #fff;
	border-radius: 15px;
	margin-left: 13px;
	float: left;
	transition: all 0.3s ease-in-out
}

.td_links a:hover {
	background-color: #c7782e;
	color: #fff;
}

.monthTxt {
	width: 140px;
	height: 133px;
	background-color: #c7782e;
	position: absolute;
	right: 0;
	bottom: 0
}

.mode01 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 90;
	padding-bottom: 20px;
	clear: both;
}

.listTitle01 {
	height: 48px;
	line-height: 20px;
}

.listTitle01 a {
	font-size: 21px;
	font-size: 2.1rem;
	margin-right: 15px;
	font-weight: bold;
}

.listTitle01 strong {
	color: #c7782e;
	font-size: 30px;
	font-size: 2.6rem;
}

.listCon01 {
	width: 100%;
	display: block;
}

.list_lf01 {
	width: 532px;
	float: left;
	border-bottom: 1px solid #c7782e;
}

.item-img01 {
	display: block;
	width: 100%;
	padding-bottom: 56.391%;
	height: 0;
	overflow: hidden;
	position: relative;
}

.item-img01 span {
	width: 85px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #c7782e;
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}

.item-txt01 {
	line-height: 24px;
	margin: 10px 0;
	height: 48px;
	overflow: hidden;
	font-size: 16px;
	font-size: 1.6rem;
}

.item-time01 {
	height: 23px;
	line-height: 23px;
	background: url(../images/icon-time.png) no-repeat left center;
	padding-left: 32px;
	color: #c7782e;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 15px;
}

.list_rt01 {
	margin-left: 532px;
	overflow: hidden;
}

.list_rt01 li {
	width: 50%;
	float: left;
	margin-bottom: 25px;
}

.list_rt01 li span {
	display: block;
	margin-left: 35px;
	border-bottom: 1px solid #e0e0e0;
}

.list_rt01 li a {
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	display: block;
}

.list_rt01 li strong {
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	font-size: 12px;
	font-size: 1.2rem;
	color: #828282;
	margin: 10px 0 12px;
	display: block;
	background: url(../images/icon-time02.png) no-repeat left center;
	padding-left: 24px;
}

.list_rt01 li:last-child {
	margin-left: 50%;
}

.mode01 .flexslider {
	width: 100%;
	display: block;
}

.mode01 .flex-control-nav {
	display: block;
}

.mode01 .flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	left: 0;
	text-align: center;
	z-index: 9999;
}

.mode01 .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.mode01 .flex-control-paging li a {
	width: 8px;
	height: 8px;
	display: block;
	border: 2px solid #c7782e;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 8px;
}

.mode01 .flex-control-paging li a:hover {
	background: #c7782e;
}

.mode01 .flex-control-paging li a.flex-active {
	background: #c7782e;
}

.mode01 .flex-direction-nav a {
	top: 35%;
}

/*瀛︽湳鍔ㄦ€?/
.modeWrap02 {
	width: 100%;
	/*overflow: hidden;*/
	background-color: #f5eee7;
	padding-bottom: 30px;
	position: relative;
}

.modeWrap01 {
	position: relative;
}

.modeWrap01:before {
	content: '';
	left: 0;
	bottom: -95px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	height: 243px;
	/*padding-bottom:12.5%;*/
	position: absolute;
	width: 100%;
	z-index: 89;
	transform: scaleY(-1);
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='14' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23fff;' /%3E%3C/svg%3E");
}

.modeWrap02:before {
	content: '';
	left: 0;
	top: -64px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	height: 0;
	padding-bottom: 12.5%;
	position: absolute;
	width: 100%;
	z-index: 89;
	transform: scaleX(-1);
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='14' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23f5eee7;' /%3E%3C/svg%3E");
	display: none;
}

.modeWrap02 {
	position: relative;
	padding-top: 85px;
	margin-top: -148px;
}

.mode02 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 93;
	margin-top: 20px;
}

.list02 {
	width: 100%;
	overflow: hidden;
}

.list02 li {
	width: 270px;
	float: left;
	margin-right: 40px;
}

.list02 li:hover img {
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2)
}

.list02 li a {
	display: block;
	background-color: #fff;
	padding-bottom: 27px;
	border-bottom: 3px solid #969696;
}

.item-img02 {
	width: 100%;
	overflow: hidden;
	height: 0;
	padding-bottom: 96.667%;
	display: block;
}

.item-txt02 {
	padding: 0 20px;
	height: 324px;
	overflow: hidden;
}

.item-txt02 h3 {
	font-size: 16px;
	line-height: 24px;
	padding: 14px 0;
}

.item-txt02 p {
	line-height: 25px;
	color: #4f4f4f;
}

.list02 li.item-li02 {
	margin-top: 50px;
}

.list02 li.item-li03 {
	margin-top: 100px;
}

.list02 li.item-li04 {
	margin: 150px 0 0;
}

.list02 li.item-li02 .item-txt02 {
	height: 274px;
}

.list02 li.item-li03 .item-txt02 {
	height: 224px;
}

.list02 li.item-li04 .item-txt02 {
	height: 174px;
}

.mode03 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 30px;
}

/*閫氱煡鍏憡*/
.mode03 .lf {
	width: 50%;
	float: left;
}

.articleList03 {
	margin-right: 55px;
}

.listTitle03 {
	height: 98px;
	line-height: 98px;
}

.list03 {
	width: auto;
	margin-left: 8px;
}

.list03 li {
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	margin-bottom: 15px;
}

.list03 li a {
	display: block;
	margin-left: 85px;
	height: 45px;
	line-height: 40px;
	overflow: hidden;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	padding-left: 10px;
}

.li-date {
	width: 85px;
	height: 43px;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	position: absolute;
	left: -8px;
	bottom: -1px;
	text-align: center;
}

.day {
	font-size: 30px;
	font-size: 3rem;
	color: #c7782e;
	line-height: 26px;
	height: 26px;
	margin-top: 8px;
	float: left;
	width: 45px;
	border-right: 1px solid #e0e0e0;
}

.li-date i {
	height: 21px;
	line-height: 18px;
	color: #c7782e;
	display: block;
	font-style: normal;
	margin-left: 45px;
	font-size: 12px;
	font-size: 1.2rem;
}

.li-date .year {
	line-height: 25px;
}

.mode03 .rt {
	width: 50%;
	float: left;
}

.articleList04 {
	margin-left: 55px;
}

.list04 {
	margin-left: 8px;
}

.list04 li {
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	margin-bottom: 15px;
}

.list04 li span {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #e0e0e0;
	font-size: 30px;
	font-size: 3rem;
	color: #fff;
	background-color: #bc2929;
	display: block;
	position: absolute;
	left: -8px;
	bottom: -1px;
	border-radius: 10px;
}

.list04 li a {
	display: block;
	height: 45px;
	line-height: 40px;
	margin-left: 60px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	overflow: hidden;
}

.list04 li.number02 span {
	background-color: #e8a735
}

.list04 li.number03 span {
	background-color: #9bd353
}

.mode04 {
	padding-bottom: 38px;
}

.mode04_img {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	height: 610px;
	/*padding-bottom:12.5%;*/
	width: 100%;
}

.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	overflow: hidden;
	position: absolute;
	right: 25px;
	top: 20%;
	z-index: 1;
	height: 60%;
}

.slideBox .hd ul {
	width: 10px;
	overflow: hidden;
	zoom: 1;
	height: 100%;
	text-align: center;
}

.slideBox .hd ul li:first-child {
	top: 0;
}

.slideBox .hd ul li:nth-child(2) {
	top: 5%;
}

.slideBox .hd ul li:nth-child(3) {
	bottom: 5%;
}

.slideBox .hd ul li:nth-child(4) {
	bottom: 0;
}

.slideBox .hd ul li {
	display: inline-block;
	margin: 8px 0;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}

.slideBox .hd ul li.on {
	background: #c7782e;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: bottom;
}

.slideBox .bd li img {
	display: block;
	/*height: 100%;*/
}

/*.slideBox .bd img{ width:450px; height:230px; display:block;  }*/
/* 涓嬮潰鏄墠/鍚庢寜閽唬鐮侊紝濡傛灉涓嶉渶瑕佸垹闄ゅ嵆鍙 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	/*background:url(../images/slider-arrow.png) -110px 5px no-repeat;*/
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.slideBox .bd li {
	position: relative
}

.a01, .a02 {
	height: 60px;
	width: 60px;
	position: absolute;
	display: block;
	z-index: 99995;
	border-radius: 50%;
	line-height: 60px;
	transition: all 0.3s ease-in-out;
	text-align: center;
	color: #fff;
	font-size: 15px;
}

.a01 {
	background: url(../images/bg03.png) no-repeat center center;
	top: 25%;
	left: 50%;
	margin-left: -30px;
}

.a02 {
	background: url(../images/play.png) no-repeat center center;
	bottom: 25%;
	left: 50%;
	margin-left: -30px;
}

.a01:hover {
	background: none;
	background-color: #c7782e;
	color: #fff;
}

.a02:hover {
	background: url(../images/play_hover.png) no-repeat center center;
}

/*涓撻缃戠珯*/
.mode05 {
	width: 1200px;
	margin: 0 auto;
}

.topicList {
	width: 105%;
	overflow: hidden;
	padding-bottom: 40px;
}

.topicList li {
	width: 216px;
	height: 90px;
	overflow: hidden;
	margin-right: 29px;
	float: left;
}

.topicList li:hover img {
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2)
}

.modeWrap06 {
	background-color: #f5eee7;
}

/*鎷涚敓瀛︿範*/
.mode06, .mode07 {
	width: 1200px;
	margin: 0 auto;
}

.study_list {
	width: 105%;
	overflow: hidden;
}

.study_list li {
	width: 180px;
	float: left;
	margin-right: 25px;
}

.study_list li:hover img {
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2)
}

.study_list li:hover h3.item-txt03 {
	background: url(../images/navli_bg.png) repeat;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
}

.study_list li a {
	display: block;
	position: relative;
}

.item-img03 {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 63.889%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.item-txt03 {
	background: url(../images/bg02.png) repeat;
	color: #fff;
	text-align: center;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
	width: 100%;
}

.link_list {
	width: 105%;
	overflow: hidden;
	padding-bottom: 35px;
}

.link_list li {
	margin: 0 31px 15px 0;
	float: left;
}

.link_list li a {
	padding-left: 16px;
	background: url(../images/arrow01.png) no-repeat left center;
}

/*鏁欏闄㈢郴*/
.modeWrap07 {
	width: 100%;
	overflow: hidden;
	background-color: #e1d4d0;
}

.mode07 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.jxList01 {
	width: 105%;
	overflow: hidden;
	padding-bottom: 26px;
}

.jxList01 li {
	width: 180px;
	overflow: hidden;
	margin: 0 24px 24px 0;
	float: left;
}

.jxList01 li a {
	position: relative;
	display: block;
}

.jxList01 li span {
	width: 100%;
	height: 0;
	padding-bottom: 63.889%;
	overflow: hidden;
	display: block;
}

.jxList01 li i {
	width: 100%;
	height: 30px;
	background-color: #161411;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 190
}

.jxList01 li h3 {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 200;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}

.mainWrap {
	bottom: 45px;
}

@media screen and (max-width:1920px) {}

/*@media screen  and (max-width:1680px) {
	.mainWrap{bottom: 30px;}
}
@media screen  and (max-width:1600px) {
	.mainWrap{bottom: 24px;}
}
@media screen  and (max-width:1440px) {
	.mainWrap{bottom: 15px;}
}
@media screen  and (max-width:1366px) {
	.mainWrap{bottom: 10px;}
}
@media screen  and (max-width:1280px) {
	.mainWrap{bottom: 5px;}
}*/
@media screen and (max-width:1200px) {
	.imgarrow.imgarrowleft, .imgTitle {
		left: 20px;
	}

	.imgarrow.imgarrowright {
		right: 20px;
	}

	.mainWrap {
		width: 100%;
		left: 0;
		margin-left: 0;
		bottom: 0
	}

	.bbg {
		display: none;
	}

	.monthTxt:before {
		display: none;
	}

	.mainWrap .month .day {
		width: auto;
		margin-right: 140px;
	}

	.thuimg_more {
		display: none;
	}

	.banner:before {
		display: none;
	}

	.imgTitle {
		height: 60px;
		bottom: 120px;
		font-size: 2rem;
	}

	.mainWrap .month:before {
		display: none;
	}

	.td_links {
		top: -46px;
	}

	.mode01, .mode02, .mode03, .mode05, .mode06, .mode07 {
		width: auto;
		padding: 0 20px;
	}

	.mode04 {
		padding: 0
	}

	.modeWrap01:before {
		display: none
	}

	.modeWrap02 {
		margin-top: 40px;
		padding-top: 0px;
	}

	.list_rt01 li:last-child {
		display: none;
	}

	.list02 li, .list02 li.item-li02, .list02 li.item-li03, .list02 li.item-li04 {
		margin: 0;
		width: 25%;
	}

	.list02 li a, .list02 li.item-li02 a, .list02 li.item-li03 a, .list02 li.item-li04 a {
		margin: 0 15px;
	}

	.listTitle01 {
		line-height: 70px;
		height: 70px;
	}

	.list02 li.item-li01 .item-txt02, .list02 li.item-li02 .item-txt02, .list02 li.item-li03 .item-txt02 {
		height: 174px;
	}

	.listTitle03 {
		height: 70px;
		line-height: 70px;
	}

	.topicList, .study_list {
		width: 100%;
		overflow: hidden;
	}

	.topicList li {
		margin: 0;
		width: 20%;
		height: auto;
	}

	.topicList a {
		display: block;
		margin: 0 10px;
	}

	.topicList a span {
		width: 100%;
		display: block;
		height: 0;
		padding-bottom: 41.667%;
	}

	.study_list li {
		margin: 0;
		width: 16.667%;
	}

	.study_list li a {
		margin: 0 10px;
	}

	.slideBox .hd ul li:nth-child(2) {
		top: 10%;
	}

	.slideBox .hd ul li:nth-child(3) {
		bottom: 10%;
	}

	.link_list {
		width: 100%;
	}

	.flex-direction-nav a {
		opacity: 1
	}

	.flex-direction-nav .flex-prev {
		left: 10px;
	}

	.flex-direction-nav .flex-next {
		right: 10px;
	}

	.mode01 .flex-control-nav {
		bottom: auto;
		top: 15px;
		text-align: right;
		z-index: 9998;
	}

	.mode01 .flex-control-nav a {
		text-align: left
	}

	.jxList01 {
		width: auto;
	}

	.jxList01 li {
		width: 16.667%;
		margin: 0 0 20px 0;
	}

	.jxList01 li a {
		margin: 0 10px;
	}

}

@media screen and (max-width:992px) {
	.list_rt01 {
		margin-left: 0;
		width: 100%;
		clear: both;
		padding-top: 30px;
	}

	.list_rt01 li span {
		margin: 0 20px 0 0;
	}

	.list_lf01 {
		float: none;
	}

	.item-img01 {
		width: 400px;
		height: 226px;
		padding: 0;
		float: left;
	}

	.item-txt01, .item-time01 {
		margin: 0 0 0 425px;
	}

	.list_lf01 {
		width: 100%;
	}

	.study_list li {
		width: 33.3333%;
		margin-bottom: 20px;
	}

	.jxList01 li {
		width: 33.333%;
	}


}

@media screen and (max-width:800px) {
	/* .thuimg .thuimgWrap{min-width:760px;}*/

	/*.thuimg .imgarrow{top:-150px;font-size:40px;}*/

	#thuImgTitle {
		font-size: 2rem;
	}



	/*
	.mainImg{width:760px;}
	.thuimg .thuimga{width:760px;height:253px;}
	
	.thuimg .imgTitle{width:760px;top:-48px;}
	.thuimg .month .arrow{padding: 0;}
	
	.thuimg .month .monthTxt{margin: 0 5px 0 35px;}
	
	.thuimg .month .day li{padding: 4px 1px;}
	
	.thuimg .month .day a{width:15px;padding:0 2px;}
	.thuimg .imgTitle .day{height:40px;line-height:40px;font-size:14px;	width:auto;	padding:0 15px;	}
	.thuimg .imgTitle .day.today{font-size:20px;}*/
}

@media screen and (max-width: 768px) {
	.item-img01 {
		width: 100%;
		height: 0;
		padding-bottom: 56.391%;
		float: none;
	}

	.item-txt01 {
		margin: 10px 0 0 0;
		width: 100%;
	}

	.item-time01 {
		margin: 10px 0 10px 0;
		width: 100%;
	}

	.list_rt01 {
		padding-top: 15px;
	}

	.list02 li, .list02 li.item-li02, .list02 li.item-li03, .list02 li.item-li04 {
		width: 50%;
		margin-bottom: 25px;
	}

	.mode03 .lf, .mode03 .rt {
		width: 100%;
	}

	.articleList04, .articleList03 {
		margin: 0;
	}

	.list03 li {
		margin-bottom: 20px;
	}

	.topicList li {
		width: 33.333%;
		margin-bottom: 10px;
	}

	.listTitle01 strong {
		font-size: 2rem;
	}

	.listTitle01 a {
		font-size: 1.8rem;
	}

	.topicList a {
		margin: 0 5px;
	}

	.mainWrap .month .day li {
		font-size: 14px;
	}

	.mainWrap .month .monthTxt span, .mainWrap .month .monthTxt strong {
		font-size: 2.5rem;
	}

	#calendarMonth_en {
		font-size: 2.5rem;
		padding-top: 15px;
	}

	.arrowleft, .arrowright {
		bottom: 25px;
	}

	#calendarMonth {
		width: 70px
	}

	.monthTxt {
		width: 115px;
	}

	.mainWrap .month .day {
		margin-right: 115px;
	}

	.mainWrap {
		position: static
	}

	.imgTitle {
		height: 40px;
		line-height: 40px;
		bottom: 90px;
		overflow: hidden
	}

	#thuImgTitle {
		display: none;
	}

	.td_links {
		display: none;
	}

	.imgarrow.imgarrowleft, .imgTitle, .imgarrow.imgarrowright {
		top: 25%;
		margin-top: 0;
	}

	.a01, .a02 {
		background-size: 45px;
		font-size: 12px;
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	.a02:hover {
		background-size: 45px;
	}

	.a01 {
		top: 20%;
	}

	.a02 {
		bottom: 20%;
	}

	.jxList01 li {
		width: 33.33%;
	}

}

@media screen and (max-width:640px) {
	.imgTitle {
		display: none;
	}

	.thuimg .thuimga {
		width: auto;
		height: 213px;
	}

	.thuimg .imgarrow {
		top: -110px;
		font-size: 30px;
	}

	.thuimg .imgTitle .txt {
		font-size: 14px;
		line-height: 40px;
		padding-left: 20px;
	}

	.thuimg .mainImg {
		width: 100%;
	}


	.thuimg .thuimgWrap {
		min-width: 100%;
	}


	.thuimg .imgTitle .day {
		height: 32px;
		line-height: 40px;
		font-size: 11px;
	}

	.thuimg .imgTitle .day.today {
		font-size: 16px;
	}

	.thuimg .month .monthTxt {
		margin-right: 0;
	}

	.thuimg .month .day {
		margin: 0 30px 0 80px;
		float: none;
	}

	.thuimg .month .day li a {
		font-size: 14px;
		width: 20px;
	}

	.list_rt01 li {
		width: 100%;
		margin-bottom: 20px;
	}

	.list_rt01 li a {
		height: auto;
	}

	.slideBox .hd ul li:nth-child(2) {
		top: 15%;
	}

	.slideBox .hd ul li:nth-child(3) {
		bottom: 15%;
	}

	.list04 li a, .list03 li a, .item-txt02 h3, .list_rt01 li a, .item-txt01 {
		font-size: 1.5rem;
	}

}


@media screen and (max-width:480px) {
	.thuimg .thuimga {
		height: 160px;
	}

	.list02 li, .list02 li.item-li02, .list02 li.item-li03, .list02 li.item-li04 {
		width: 100%;
		margin-bottom: 25px;
	}

	.list02 li a, .list02 li.item-li02 a, .list02 li.item-li03 a, .list02 li.item-li04 a {
		margin: 0
	}

	.jxList01 li {
		width: 50%;
	}
}

@media screen and (max-width:400px) {}

@media screen and (max-width:360px) {
	.study_list li, .topicList li {
		width: 50%;
	}

	.thuimg .imgarrow {
		top: -96px;
	}

	.thuimg .thuimga {
		height: 120px;
	}


	.thuimg .imgTitle .day {
		display: none;
	}

	.thuimg .month {
		display: none;
	}

	.a01 {
		top: 12%;
	}

	.a02 {
		bottom: 12%;
	}

}

@media screen and (max-width:320px) {

	.thuimg .thuimga {
		height: 107px;
	}


	.thuimg .imgarrow {
		top: -70px;
		font-size: 22px;
	}

	.thuimg .imgarrow.imgarrowleft {
		padding: 1px 2px 0px 0;
	}

	.thuimg .imgarrow.imgarrowright {
		padding: 1px 0px 0px 2px;
	}

	.thuimg .imgTitle {
		top: -34px;
	}

	.thuimg .imgTitle .txt {
		line-height: 34px;
	}




}