.banner-wrapper {
	width: 1200px;
	background: url("../img/bg_01.png") no-repeat center center;
	height: 467px;
	overflow: hidden;
	box-shadow: 0 0 10px #666;
}
.banner {
	padding: 20px;
}
.slideBox1 {
	width: 1156px;
	height: 423px;
	overflow: hidden;
	position: relative;
	border: 2px solid #fff;
}
.slideBox1 .hd {
	width: 100%;
	height: 13px;
	position: absolute;
	bottom: 20px;
	z-index: 1;
}
.slideBox1 .hd ul {
	zoom: 1;
	text-align: center;
}
.slideBox1 .hd ul li {
	display: inline-block;
 *zoom: 1;
 *display: inline;
	margin-right: 10px;
	width: 13px;
	height: 13px;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}
.slideBox1 .hd ul li.on {
	background: #ad2829;
	color: #fff;
}
.slideBox1 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox1 .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox1 .bd img {
	width: 1156px;
	height: 423px;
	display: block;
}
.slideBox1 .prev {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 50px;
	height: 50px;
	background: url("../img/banner-l-arrow.png") no-repeat center center;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox1 .next {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 50px;
	height: 50px;
	background: url("../img/banner-r-arrow.png") no-repeat center center;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox1 .prev:hover, .slideBox1 .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox1 .prevStop {
	display: none;
}
.slideBox1 .nextStop {
	display: none;
}
.about .about-pic {
	float: left;
	position: relative;
}
.about-wrapper {
	width: 1200px;
	height: 625px;
	background: url("../img/bg_02.jpg") no-repeat center center;
	box-shadow: 0 0 10px #666;
}
.about {
	padding: 35px 20px;
}
.about-top {
	height: 410px;
}
.about-pic {
	width: 668px;
	height: 410px;
}
.about .about-text {
	float: right;
	margin-left: 50px;
	width: 442px;
	height: 410px;
	position: relative;
}
.about-pic > img {
	float: left;
}
.about .about-text h3 {
	color: #8f6f3a;
	font-size: 16px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #a5763e;
	font-weight: normal;
}
.about .about-text p {
	text-indent: 2em;
	line-height: 2;
	color: #333;
}
.about-pic .about-top-show {
	position: absolute;
	bottom: 0;
	left: 7px;
}
.about .about-text .more-btn {
	position: absolute;
	bottom: 0;
	left: 0;
}
.ad {
	margin-top: 45px;
}
.ad .edu {
	float: none;
}
.ad .edu a, .ad .report a {
	display: block;
}
.ad .report {
	float: none;
	text-align: center;
}

.ad .report img{
    display: inline-block;
}

.news {
	padding-top: 40px;
	width: 1160px;
	margin: 0 auto;
}
.news-wrapper {
	width: 1200px;
	height: 606px;
	background: url("../img/bg_03.jpg") no-repeat center center;
	box-shadow: 0 0 10px #666;
}
.column-name h3 {
	font-size: 30px;
	color: #333;
	padding-bottom: 23px;
	margin-bottom: 30px;
	text-align: center;
	background: url("../img/title-bg.png") no-repeat bottom center;
}
.column-name ul {
	font-size: 0;
	text-align: center;
	padding-bottom: 30px;
}
.column-name ul li {
	display: inline-block;
 *zoom: 1;
 *display: inline;
	background-color: #e7d7bd;
}
.column-name ul li a {
	display: block;
	width: 110px;
	height: 30px;
	text-align: center;
	color: #8f6f3a;
	background: url("../img/nav-border.png") no-repeat left center;
	line-height: 30px;
}
.column-name ul li:first-child a {
	background: none;
}
.column-name ul .on {
	background-color: #ad2829;
}
.column-name ul .on a {
	color: #fff;
}
.news .news-pic {
	float: left;
	width: 570px;
}
.slideBox2 {
	width: 570px;
	height: 327px;
	overflow: hidden;
	position: relative;
}
.slideBox2 .hd {
	height: 13px;
	position: absolute;
	right: 0;
	bottom: 11px;
	z-index: 1;
}
.slideBox2 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox2 .hd ul li {
	float: left;
	margin-right: 10px;
	width: 13px;
	height: 13px;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}
.slideBox2 .hd ul li.on {
	background: #ad2829;
	color: #fff;
}
.slideBox2 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox2 .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}
.slideBox2 .bd img {
	width: 570px;
	height: 327px;
	display: block;
}
.slideBox2 .bd li p {
	position: absolute;
	bottom: 0;
	height: 36px;
	width: 100%;
	background-color: #040000;
	filter: alpha(opacity=80);
	opacity: 0.8;
	line-height: 36px;
}
.slideBox2 .bd li p a {
	display: block;
	padding-left: 18px;
	color: #fff;
	width: 400px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox2 .prev {
	position: absolute;
	left: 18px;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/banner-l-arrow.png) no-repeat center center;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox2 .next {
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/banner-r-arrow.png) no-repeat center center;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox2 .prev:hover, .slideBox2 .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox2 .prevStop {
	display: none;
}
.slideBox2 .nextStop {
	display: none;
}
.news .news-list {
	width: 567px;
	float: right;
}
.news .news-list ul {
	border-top: 1px dashed #ccc
}
.news .news-list li {
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ccc
}
.news .news-list li a {
	float: left;
	max-width: 380px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
	padding-left: 30px;
	background: url("../img/dot.png") no-repeat 14px center;
}
.news .news-list li a:hover {
	color: #ad2829;
}
.news .news-list li img {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.news .news-list li span {
	float: right;
	color: #333;
}
.display-wrapper {
	width: 1200px;
	height: 529px;
	background: url("../img/bg_04.jpg") no-repeat center center;
	box-shadow: 0 0 10px #666;
}
.display {
	width: 1160px;
	margin: 0 auto;
}
.display .column-name {
	padding-top: 40px;
}
.slideGroup {
	width: 1160px;
	height: 250px;
	overflow: hidden;
}
.slideGroup .slideBox {
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.tempWrap {
	margin: 0 auto;
}
.slideGroup .sPrev {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -30px;
	display: block;
	width: 30px;
	height: 60px;
	background: url("../img/square-l.png") no-repeat center center;
	z-index: 10;
}
.slideGroup .sNext {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -30px;
	display: block;
	width: 30px;
	height: 60px;
	background: url("../img/square-r.png") no-repeat center center;
	z-index: 10;
}
.slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}
.slideGroup .parBd ul li {
	width: 250px;
	margin: 0 10px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.slideGroup .parBd ul li .pic {
	text-align: center;
}
.slideGroup .parBd ul li img {
	width: 250px;
	height: 210px;
	display: block;
}
.slideGroup .parBd ul li .title {
	line-height: 40px;
	background-color: #fff;
}
.edus-wrapper {
	width: 1200px;
	height: 609px;
	background: url("../img/bg_05.jpg") no-repeat center center;
	box-shadow: 0 0 10px #666;
}
.edus {
	width: 1160px;
	margin: 0 auto;
}
.edus .column-name {
	padding-top: 40px;
}
.column-list .title {
	width: 100%;
	height: 37px;
	background-color: #ad2829;
	line-height: 37px;
}
.column-list .title p {
	float: left;
	color: #fff;
	font-size: 16px;
	margin-left: 20px;
}
.column-list .title a {
	float: right;
	color: #fff;
	font-size: 16px;
	margin-right: 20px;
}
.column-list .list-left {
	width: 767px;
	height: 290px;
	float: left;
	background-color: #fff;
	box-shadow: 0 0 10px #666;
}

.column-list .list-left.Xs-dus{
	width: 373px;
	margin-right: 20px;
}

.column-list .list-left.Xs-dus li a{
	max-width: 200px;
}

.column-list .list-right {
	width: 373px;
	height: 290px;
	float: right;
	background-color: #fff;
	box-shadow: 0 0 10px #666;
}
.column-list .list-left ul {
	margin: 0 20px;
}
.column-list .list-left li {
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	border-top: 1px dashed #ccc;
}
.column-list .list-left li:first-child {
	margin-top: 4px;
	border-top: none;
}
.column-list .list-left li a {
	float: left;
	max-width: 380px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
	padding-left: 30px;
	background: url(../img/dot.png) no-repeat 14px center;
}
.column-list .list-left li a:hover{
	color: #ad2829
}
.column-list .list-left li img {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.column-list .list-left li span {
	float: right;
	color: #333;
}
.column-list .list-right ul {
	margin: 0 20px;
}
.column-list .list-right li {
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	border-top: 1px dashed #ccc;
}
.column-list .list-right li:first-child {
	margin-top: 4px;
	border-top: none;
}
.column-list .list-right li a {
	float: left;
	max-width: 200px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
	padding-left: 30px;
	background: url(../img/dot.png) no-repeat 14px center;
}
.column-list .list-right li a:hover{
	color:#ad2829
}
.column-list .list-right li img {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.column-list .list-right li span {
	float: right;
	color: #333;
}
.study-wrapper {
	width: 1200px;
	height: 459px;
	background: url("../img/bg_06.jpg") no-repeat center center;
	box-shadow: 0 0 10px #666;
}
.study {
	width: 1160px;
	margin: 0 auto;
}
.study .column-name {
	padding-top: 40px;
}
.study-list-right{
    width: 373px;
    height: 290px;
    float: right;
    background-color: #fff;
    box-shadow: 0 0 10px #666;
}
.study-list-right ul{
	padding: 20px
}
.study-list-right ul li {
    float: left;
    margin-left: 32px;
    width: 150px;
}
.study-list-right ul li:first-child{
	margin-left: 0
}
.study-list-right ul li img {
    width: 144px;
    height: 180px;
}
.star-wrapper {
	width: 1200px;
	height: 679px;
	background: url("../img/bg_07.jpg") no-repeat center center;
	box-shadow: 0 0 10px #666;
}
.study-list-right ul li p {
    width: 144px;
    height: 43px;
    margin: 10px 5px;
    text-align: center;
    line-height: 1.6;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.study-list-right ul li img{
	transition: all 0.5s;
}
.study-list-right ul li img:hover{
	transform: scale(1.2)
}
.study-list-right ul li div{
	width: 144px;
    height: 180px;
	overflow: hidden;
	border: 3px solid #d9d9d9;
}
.star {
	width: 1160px;
	margin: 0 auto;
}
.star .column-name {
	padding-top: 40px;
}
.star-list ul li {
	float: left;
	width: 290px;
	height: 200px;
	overflow: hidden;
}
.star-list ul li .img {
	width: 290px;
	height: 200px;
	overflow: hidden;
}
.star-list ul li img {
	width: 100%;
}
.star-list ul li a {
	display: block;
	position: relative;
}
.star-list .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/star-mask.png") no-repeat center center;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(2);
	transition: all 0.3s;
	cursor: pointer;
}
.star-list ul li a:hover .mask {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
}
.spirit-wrapper {
	width: 1200px;
	height: 449px;
	background: url("../img/bg_06.jpg") no-repeat center center;
	box-shadow: 0 0 10px #666;
}
.spirit {
	width: 1160px;
	margin: 0 auto;
}
.spirit .column-name {
	padding-top: 40px;
}
.spirit-list > div {
	float: left;
	width: 373px;
	height: 290px;
	margin-left: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px #666;
}
.spirit-list > div:first-child {
	margin-left: 0;
}
.spirit-list-hero .list {
	padding: 20px;
}
.spirit-list-hero .list ul{
	padding-top: 10px;
}
.spirit-list-hero .list > img {
	float: left;
}
.spirit-list-hero .list .desc {
	float: left;
	width: 230px;
	margin-left: 18px;
}
.spirit-list-hero .list .desc h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}
.spirit-list-hero .list .desc p {
	color: #666;
	line-height: 2;
}
.spirit-list-hero .list .desc p a {
	color: #ad2829;
}
.spirit-list-hero .list ul li {
	float: left;
	width: 68px;
	background: url("../img/dot.png") no-repeat left center;
	padding-left: 15px;
	margin-top: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.spirit-list .spirit-list-story {
	/*height: 250px;*/
	overflow: hidden;
}
.classic-wrapper {
	width: 1200px;
	height: 449px;
	background: url("../img/bg_08.jpg") no-repeat center center;
	box-shadow: 0 0 10px #666;
}
.classic .column-name {
	padding-top: 40px;
}
.classic {
	width: 1160px;
	margin: 0 auto;
}
.classic-list .classic-list-book {
	width: 275px;
	height: 290px;
	background-color: #fff;
	box-shadow: 0 0 10px #666;
	float: left;
	margin-left: 20px;
}
.classic-list .classic-list-book:first-child {
	margin-left: 0;
}
.classic-list .classic-list-book ul {
	padding: 20px;
}
.classic-list .classic-list-book li {
	float: left;
	margin-left: 15px;
	width: 110px;
}
.classic-list .classic-list-book li img {
	width: 104px;
	height: 144px;
/*	border: 3px solid #d9d9d9;*/
}
.classic-list .classic-list-book li:first-child {
	margin-left: 0;
}



.classic-list .classic-list-book li img{
	transition: all 0.5s;
}
.classic-list .classic-list-book li img:hover{
	transform: scale(1.2)
}
.classic-list .classic-list-book li div{
	width: 104px;
	height: 144px;
	overflow: hidden;
	border: 3px solid #d9d9d9;
}


.classic-list .classic-list-book li p {
	width: 100px;
	height: 43px;
	overflow: hidden;
	margin: 20px 5px;
	text-align: center;
	line-height: 1.6;
}
.memory-wrapper {
	width: 1200px;
	height: 470px;
	background: url("../img/bg_09.jpg") no-repeat center center;
	box-shadow: 0 0 10px #666;
}
.memory {
	width: 1160px;
	margin: 0 auto;
}
.memory .column-name {
	padding-top: 40px;
}
.picScroll-left1 {
	width: 1160px;
	overflow: hidden;
	position: relative;
}
.picScroll-left1 .prev {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -30px;
	width: 30px;
	height: 60px;
	float: right;
	margin-right: 5px;
	overflow: hidden;
	cursor: pointer;
	background: url("../img/square-l.png") no-repeat center center;
}
.picScroll-left1 .next {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -30px;
	width: 30px;
	height: 60px;
	float: right;
	margin-right: 5px;
	overflow: hidden;
	cursor: pointer;
	background: url("../img/square-r.png") no-repeat center center;
}
.picScroll-left1 .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left1 .bd ul li {
	margin: 0 10px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picScroll-left1 .bd ul li .pic {
	text-align: center;
}
.picScroll-left1 .bd ul li .pic img {
	width: 250px;
	height: 210px;
	display: block;
}
.picScroll-left1 .bd ul li .pic a {
	display: block;
	width: 250px;
	height: 210px;
	position: relative;
}
.picScroll-left1 .bd ul li .title {
	line-height: 40px;
	background-color: #fff;
}
.picScroll-left1 .bd ul li .mask {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.picScroll-left1 .bd ul li .mask img {
	width: 49px;
	height: 49px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}
.picScroll-left1 .bd ul li .pic a:hover .mask {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.remind-wrapper {
	width: 1200px;
	height: 312px;
	background: url("../img/bg_10.jpg") no-repeat center center;
	box-shadow: 0 0 10px #666;
}
.remind {
	width: 1160px;
	margin: 0 auto;
	padding-top: 40px;
}
.remind .remind-list {
	float: left;
	width: 373px;
	height: 323px;
	margin-left: 20px;
}
.remind .remind-list:first-child {
	margin-left: 0;
}
.remind .remind-list .remind-list-content {
	height: 195px;
	line-height: 1.9;
}
.remind .remind-list2 .remind-list-content {
	background: url("../img/remind_02-bg.jpg") no-repeat center center;
	height: 155px;
	padding: 20px;
}
.remind .remind-list3 .remind-list-content {
	height: 155px;
	padding: 20px;
	background: url("../img/remind_03-bg.jpg") no-repeat center center;
}
.remind .remind-list .remind-list-content p {
	color: #666;
}
.links-wrapper {
	width: 1200px;
	height: 350px;
	background-color: #f4efe7;
	box-shadow: 0 0 10px #666;
}
.links {
	width: 1160px;
	margin: 0 auto;
}
.links .column-name {
	padding-top: 40px;
}
.links .column-name h3 {
	padding-bottom: 23px;
	margin-bottom: 10px;
}
.links ul li {
	float: left;
	width: 174px;
	height: 69px;
/*	overflow: hidden;*/
	margin-right: 20px;
	margin-top: 20px;
}
.links ul li img {
	width: 176px;
	height: 69px;
	box-shadow: 0 0 10px #666;
}

/*********************************************************/
.float-news{
	position: absolute;
	content: '';
	top: 6%;
	left: 2%; 
	box-shadow: 3px 1px 5px rgba(0,0,0,0.5)
}
.float-news a{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 300px;
	height: 150px;
	display: block;
}
.float-news #szzg{
	background-image: url(../img/image_100.jpg);
}
.float-news #xfxcz{
	background-image: url(../img/image_101.jpg);
	margin-top: 10px;
}



