@charset "gb2312";

.sy_title {
	text-align: center;
	margin: 30px 0 16px 0;
	background: url(sy_bt.png) center no-repeat;
	float: left;
	width: 100%;
}

.sy_title span {
	color: #1764ce;
	font-size: 36px;
	font-weight: 600;
	padding: 0 0 0 46px;
}

.sy_title img {
	position: absolute;
	padding: 8px 20px 0 0;
}


/*********** ?°é? ***********/
.news {
	width: 100%;
	background-color: #eef1f6;
	float: left;
	padding: 30px 10px;
	box-sizing: border-box;
}

.news .headline {
	text-align: center;
	padding-bottom: 30px;
	float: left;
	width: 100%;
}

.news .headline a {
	width: 100%;
	float: left;
	font-size: 36px;
	font-weight: 600;
	color: #1764ce;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*********** ?¦ç??°é? ***********/
.focus_news {
	position: relative;
	width: 48.33%;
	max-width: 580px;
	min-width: 400px;
	height: 320px;
	overflow: hidden;
	float: left;
	border-radius: 5px;
}

.focus_news > div {
	height: 100%;
}

.focus_news .focus {
	width: 100%;
	height: 100%;
	display: block;
}

.focus_news .focus li {
	height: 100%;
	width: 100%;
}

.focus_news .focus li a {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.focus_news .focus img {
	width: 100%;
	height: 100%;
	display: block;
}

.focus_news .txt {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	height: 48px;
	display: block;
	width: 100%;
	overflow: hidden;
	background: url(txt-bg.png);
}
.focus_news .txt ul {
	width: calc(100% - 60px);
}
.focus_news .txt li {
	height: 48px;
	position: absolute;
	bottom: -48px;
	display: block;
	width: 100%;
	overflow: hidden;
}

.focus_news .txt li a {
	display: block;
	width: 80%;
	height: 48px;
	color: #fff;
	font: 16px/48px "å¾®è½¯???";
	padding: 0px 10px;
	overflow: hidden;
	text-align: left;
	padding-left: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.focus_news .num {
	position: absolute;
	z-index: 2;
	bottom: 20px;
	right: 5px;
}

.focus_news .num li {
	float: left;
	position: relative;
	width: 8px;
	height: 8px;
	font: 12px/15px "å®??";
	overflow: hidden;
	text-align: center;
	margin-bottom: 0px;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 4px;
}

.focus_news .num li a,
.focus_news .num li span {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
	font-size: 0px;
}

.focus_news .num li span {
	z-index: 0;
	background: #fff;
	filter: alpha(opacity=90);
	opacity: 0.90;
	font-size: 0px;
}

.focus_news .num li.on {
	width: 16px;
}

.focus_news .num li.on span,
.focus_news .num li:hover span {
	background: #1764ce;
}

/************** tab??? **************/
.tab_news {
	float: right;
	width: 48.33%;
	/* width: 600px; */
	max-width: calc(100% - 410px);
	height: 320px;
}

.tab_news .hd {
	height: 48px;
	position: relative;
	overflow: hidden;
}

.tab_news .hd ul {
	width: 100%;
	height: 70px;
	z-index: 1;
	position: absolute;
	zoom: 1;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	display: inline;
	float: left;
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	/*è§£å???osæ»??ä¸?¡º???é¢?*/
	overflow-y: hidden;
}

.tab_news .hd ul li {
	display: inline-block;
	padding-right: 14px;
	text-align: center;
	height: 48px;
	font: 20px/48px "å¾®è½¯???";
	color: #333;
	cursor: pointer;
}

.tab_news .hd ul li:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 14px;
	border: 1px solid #ccc;
	position: relative;
	top: 2px;
	left: 8px;
}

.tab_news .hd ul li:last-child:after {
	display: none;
}

.tab_news .hd ul li a {
	color: #333;
	position: relative;
}

.tab_news .hd ul li.on a {
	color: #1764ce;
	border-bottom: 3px solid #1764ce;
	padding-bottom: 8px;
	font-weight: 600;
}

.tab_news .hd ul li.on a:before {
	/*?¨ä¼ªç±»å??ºå?ä¸??å½?*/
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	position: absolute;
	top: 22px;
}

.tab_news .hd ul li.on a:before {
	border-bottom: 8px solid #1764ce;
	left: -16px;
	left: 44%;
}

.tab_news .conWrap ,
.tab_news .conWrap .con {
	width: 100%!important;
}

.tab_news .bd ul {
	width: 100%;
	overflow: hidden;
	margin-top: 12px;
}

.tab_news .bd ul li {
	width: 100%;
	display: block;
	line-height: 44px;
}

.tab_news .bd ul li a {
	float: right;
	width: 490px;
	width: calc(100% - 110px);
	color: #333;
	font-size: 16px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab_news .bd ul li span {
	float: left;
	font-size: 13px;
	color: #999;
	width: 100px;
}

.tab_news .bd ul li:nth-child(5) {
	border: none;
}

.tab_news .bd ul li:hover a,
.tab_news .bd ul li:hover span {
	color: #1764ce;
}


/*********** ?¿å??¬å? ***********/
.zwgk {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.zwgk .wrap {
	box-sizing: border-box;
	padding: 0 10px;
}

/************** ?¿å???? **************/
.tab_zw {
	float: left;
	width: 800px;
	height: 320px;
	max-width: calc(100% - 400px);
}

.tab_zw .hd {
	height: 48px;
	position: relative;
	overflow: hidden;
}

.tab_zw .hd ul {
	width: 100%;
	z-index: 1;
	height: 70px;
	position: absolute;
	zoom: 1;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	display: inline;
	float: left;
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	/*è§£å???osæ»??ä¸?¡º???é¢?*/
	overflow-y: hidden;
}

.tab_zw .hd ul li {
	display: inline-block;
	padding-right: 30px;
	text-align: center;
	height: 48px;
	font: 22px/48px "å¾®è½¯???";
	color: #333;
	cursor: pointer;
}

.tab_zw .hd ul li:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 14px;
	border: 1px solid #ccc;
	position: relative;
	top: 2px;
	left: 15px;
}

.tab_zw .hd ul li:last-child:after {
	display: none;
}

.tab_zw .hd ul li a {
	color: #333;
	position: relative;
}

.tab_zw .hd ul li.on a {
	color: #1764ce;
	border-bottom: 3px solid #1764ce;
	padding-bottom: 8px;
	font-weight: 600;
}

.tab_zw .hd ul li.on a:before {
	/*?¨ä¼ªç±»å??ºå?ä¸??å½?*/
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	position: absolute;
	top: 22px;
}

.tab_zw .hd ul li.on a:before {
	border-bottom: 8px solid #1764ce;
	left: -16px;
	left: 44%;
}

.tab_zw .conWrap ,
.tab_zw .conWrap .con {
	width: 100%!important;
}

.tab_zw .bd ul {
	width: 100%;
	overflow: hidden;
	margin-top: 12px;
}

.tab_zw .bd ul li {
	width: 100%;
	display: block;
	line-height: 44px;
}

.tab_zw .bd ul li a {
	float: left;
	width: calc(100% - 110px);
	box-sizing: border-box;
	color: #333;
	font-size: 16px;
	padding-left: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab_zw .bd ul li a:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #bbb;
	position: relative;
	border-radius: 2em;
	top: -4px;
	left: -10px;
}

.tab_zw .bd ul li span {
	float: right;
	text-align: right;
	font-size: 13px;
	color: #999;
	width: 100px;
}

.tab_zw .bd ul li:nth-child(5) {
	border: none;
}

.tab_zw .bd ul li:hover a,
.tab_zw .bd ul li:hover span {
	color: #1764ce;
}

/************** ??»¶ç±»å? **************/
.zw_icon {
	width: 380px;
	float: right;
	margin-top: -20px;
}

.zw_icon ul {
	/* margin-right: -20px; */
}

.zw_icon li {
	width: 185px;
	height: 125px;
	float: left;
	background-color: #e9ecef;
	margin: 20px 10px 0 0;
	text-align: center;
	border-radius: 3px;
}
.zw_icon li:nth-child(even) {
	margin-right: 0;
}

.zw_icon li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.zw_icon li a img {
	width: 40px;
	height: 40px;
	margin-top: 24px;
	transition: all 1s;
}

.zw_icon li a span {
	width: 100%;
	;
	float: left;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	line-height: 48px;
}

.zw_icon li:hover a img {
	transform: rotateY(180deg);
	transition: all 1s;
}

/************** ?¿å?ä¿¡æ??¬å? **************/
.zw_gk {
	float: left;
	width: 100%;
	margin-top: -20px;
}

.zw_gk .zw_gk_bt {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #1764ce;
	background: url(zw_gk_bt.png) no-repeat center;
}

.zw_gk ul {
	/* margin-right: -20px; */
}

.zw_gk ul li {
	float: left;
	width: 23.75%;
	height: 105px;
	margin-right: 1.66%;
	margin-top: 20px;
}
.zw_gk ul li:last-child {
	margin-right: 0;
}

.zw_gk ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.zw_gk ul li a span {
	margin-left: 40px;
	font-size: 18px;
	font-weight: 600;
	width: 72px;
	float: left;
	line-height: 28px;
	margin-top: 30px;
}

.zw_gk ul li:nth-child(1) a span {
	color: #c18268;
}

.zw_gk ul li:nth-child(2) a span {
	color: #0f6299;
}

.zw_gk ul li:nth-child(3) a span {
	color: #97543f;
}

.zw_gk ul li:nth-child(4) a span {
	color: #35502d;
}

/*********** ?¿å???? ***********/
.zwfw {
	width: 100%;
	background-color: #eef1f6;
	float: left;
	padding: 10px 0 40px 0;
}

.fw_bt {
	background: url(fw_bt_bg.png) no-repeat center;
	text-align: center;
	height: 64px;
	line-height: 64px;
	font-size: 22px;
	color: #fff;
	padding-left: 8px;
	margin-top: 16px;
}

.fw_bt img {
	position: absolute;
	margin-left: -32px;
	margin-top: 19px;
}

.zrybs {
	width: 580px;
	max-width: 100%;
	float: left;
	overflow: hidden;
}

.frbs {
	width: 580px;
	max-width: 100%;
	float: right;
}

.fw_box {
	width: 100%;
	height: 272px;
	overflow: hidden;
	position: relative;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	padding-bottom: 0;
}
.fw_box  #swiper-one,
.fw_box  #swiper-two {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.fw_box  #swiper-one .swiper-pagination ,
.fw_box  #swiper-two .swiper-pagination {
	bottom: 0;
}
.fw_box .bd {
	position: relative;
	width: 93%;
	height: 100%;
	z-index: 0;
	margin-left: 3.5%;
	overflow: hidden;
}
.fw_box #swiper-one a ,
.fw_box #swiper-two a {
	height: 100px;
	display: block;
	float: left;
	background: #eef1f6;
	text-align: center;
}

.fw_box #swiper-one a img ,
.fw_box #swiper-two a img {
	width: 36px;
	height: 36px;
	margin-top: 20px;
	transition: all 1s;
}

.fw_box #swiper-one a span ,
.fw_box #swiper-two a span {
	width: 100%;
	float: left;
	line-height: 30px;
	color: #333;
}

.fw_box #swiper-one a:hover img ,
.fw_box #swiper-two a:hover img {
	transform: rotateY(180deg);
	transition: all 1s;
}

.fw02 {
	width: 100%;
	float: left;
	background: #fff;
	margin-top: 20px;
}

.fw02 ul {
	max-width: 1200px;
	float: left;
	overflow: hidden;
	margin: 20px 0;
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
}

.fw02 ul li {
	width: 23.75%;
	height: 70px;
	float: left;
	margin-right: 1.66%;
	border-radius: 5px;
	text-align: center;
	transition: all 1s;
}

.fw02 ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	height: 100%;
	float: left;
}

.fw02 ul li a img {
	margin-top: 15px;
	width: 38px;
	height: 38px;
	margin-left: -64px;
	float: left;
	position: absolute;
}

.fw02 ul li a span {
	line-height: 70px;
	position: absolute;
	margin-left: -16px;
}

.fw02 ul li:nth-child(1) {
	background: url(fw_bg01.png) no-repeat center;
}

.fw02 ul li:nth-child(2) {
	background: url(fw_bg02.png) no-repeat center;
}

.fw02 ul li:nth-child(3) {
	background: url(fw_bg03.png) no-repeat center;
}

.fw02 ul li:last-child {
	margin-right: 0;
	background: url(fw_bg04.png) no-repeat center;
}

.fw02 ul li:hover {
	opacity: 0.72;
	transition: all 1s;
}


/*********** äº??äº¤æ? ***********/
.hdjl {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	padding: 0 10px;
	box-sizing: border-box;
}

/*********** ?¬å?ä¿¡ç®± ***********/
.gkxx {
	width: 49.16%;
	float: left;
}

.gkxx .gk_bt {
	width: 100%;
	height: 80px;
	background: url(gkxx-bg.png) no-repeat left center;
	border: 1px solid #eee;
}

.gkxx .gk_bt .gk_bt_l {
	width: 88px;
	float: left;
	margin-left: 90px;
	margin-top: 16px;
	font-size: 22px;
	font-weight: 600;
	color: #1764ce;
}

.gkxx .gk_bt .gk_bt_l a {
	font-size: 14px;
	font-weight: normal;
	margin-top: 4px;
	position: relative;
	float: left;
	color: #1764ce;
}

.gkxx .gk_bt .gk_bt_r {
	float: right;
	margin-top: 16px;
}

.gkxx .gk_bt .gk_bt_r a {
	width: 56px;
	margin-right: 40px;
	text-align: center;
	float: left;
	font-size: 14px;
	color: #333;
}

.gkxx .gk_bt .gk_bt_r a img {
	width: 24px;
	height: 24px;
	transition: all 1s;
}

.gkxx .gk_bt .gk_bt_r a span {
	float: left;
	line-height: 24px;
}

.gkxx .gk_bt .gk_bt_r a:hover img {
	transform: rotateY(180deg);
	transition: all 1s;
}

.gkxx ul {
	width: 100%;
	overflow: hidden;
	margin-top: 12px;
}

.gkxx ul li {
	width: 100%;
	display: block;
	line-height: 44px;
}

.gkxx ul li a {
	float: left;
	width: calc(100% - 110px);
	color: #333;
	font-size: 16px;
	padding-left: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gkxx ul li a:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #bbb;
	position: relative;
	border-radius: 2em;
	top: -4px;
	left: -10px;
}

.gkxx ul li span {
	float: right;
	text-align: right;
	font-size: 13px;
	color: #999;
	width: 100px;
}

.gkxx ul li:hover a,
.gkxx ul li:hover span {
	color: #1764ce;
}

/*********** ?¬å?ä¿¡ç®± ***********/
.hdjl_r {
	width: 47.5%;
	float: right;
}

.tab_hd {
	float: left;
	width: 100%;
	height: 254px;
}

.tab_hd .hd {
	height: 48px;
	position: relative;
}

.tab_hd .hd ul {
	width: 100%;
	z-index: 1;
	position: absolute;
	zoom: 1;
	border-bottom: 1px solid #ddd;
}

.tab_hd .hd ul li {
	display: block;
	padding-right: 30px;
	text-align: center;
	float: left;
	height: 48px;
	font: 22px/48px "å¾®è½¯???";
	color: #333;
	cursor: pointer;
}

.tab_hd .hd ul li:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 14px;
	border: 1px solid #ccc;
	position: relative;
	top: 2px;
	left: 15px;
}

.tab_hd .hd ul li:last-child:after {
	display: none;
}

.tab_hd .hd ul li a {
	color: #333;
	position: relative;
}

.tab_hd .hd ul li.on a {
	color: #1764ce;
	border-bottom: 3px solid #1764ce;
	padding-bottom: 8px;
	font-weight: 600;
}

.tab_hd .hd ul li.on a:before {
	/*?¨ä¼ªç±»å??ºå?ä¸??å½?*/
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	position: absolute;
	top: 22px;
}

.tab_hd .hd ul li.on a:before {
	border-bottom: 8px solid #1764ce;
	left: -16px;
	left: 44%;
}

.tab_hd .bd .conWrap ,
.tab_hd .bd .conWrap .con {
	width: 100%!important;
}

.tab_hd .bd ul {
	overflow: hidden;
	margin-top: 12px;
	/* margin-right: -20px; */
}

/*********** ?°é????ä¼?-?¨çº¿è®¿è? ***********/
.tab_hd .bd .fbh li {
	width: 49.12%;
	display: block;
	line-height: 44px;
	float: left;
	margin-right: 1.75%;
	text-align: center;
}
.tab_hd .bd .fbh li:last-child {
	margin-right: 0;
}

.tab_hd .bd .fbh li a {
	float: left;
	width: 100%;
	height: 187px;
	color: #333;
	font-size: 16px;
	background-color: #f7f7f7;
	display: block;
	overflow: hidden;
}

.tab_hd .bd .fbh li a img {
	width: 100%;
	height: 140px;
	float: left;
}

.tab_hd .bd .fbh li a span {
	text-align: center;
	font-size: 14px;
	color: #333;
	width: 90%;
	height: 48px;
	float: left;
	margin-left: 5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab_hd .bd .fbh li:nth-child(5) {
	border: none;
}

.tab_hd .bd .fbh li:hover a,
.tab_hd .bd ul li:hover span {
	color: #1764ce;
}

.tab_hd .bd .ft_list li {
	width: 100%;
	display: block;
	line-height: 44px;
	float: left;
}

.tab_hd .bd .ft_list li a {
	float: left;
	width: 440px;
	width: calc(100% - 120px);
	color: #333;
	font-size: 16px;
	padding-left: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab_hd .bd .ft_list li a:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #bbb;
	position: relative;
	border-radius: 2em;
	top: -4px;
	left: -10px;
}

.tab_hd .bd .ft_list li span {
	float: right;
	text-align: right;
	font-size: 13px;
	color: #999;
	width: 100px;
}

.tab_hd .bd .ft_list li:nth-child(5) {
	border: none;
}

.tab_hd .bd .ft_list li:hover a,
.tab_hd .bd ul li:hover span {
	color: #1764ce;
}

/*********** ???å¾?? ***********/
.yjzj {
	width: 100%;
	float: left;
	position: relative;
}

.yjzj .hd {
	height: 48px;
	position: relative;
}

.yjzj .hd ul {
	width: 100%;
	z-index: 1;
	position: absolute;
	zoom: 1;
	border-bottom: 1px solid #ddd;
}

.yjzj .hd ul li {
	display: block;
	padding-right: 30px;
	text-align: center;
	float: left;
	height: 48px;
	font: 22px/48px "å¾®è½¯???";
	color: #333;
	cursor: pointer;
}

.yjzj .hd ul li:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 14px;
	border: 1px solid #ccc;
	position: relative;
	top: 2px;
	left: 15px;
}

.yjzj .hd ul li:last-child:after {
	display: none;
}

.yjzj .hd ul li a {
	color: #333;
	position: relative;
}

.yjzj .hd ul li.on a {
	color: #1764ce;
	border-bottom: 3px solid #1764ce;
	padding-bottom: 8px;
	font-weight: 600;
}

.yjzj .hd ul li.on a:before {
	/*?¨ä¼ªç±»å??ºå?ä¸??å½?*/
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	position: absolute;
	top: 22px;
}

.yjzj .hd ul li.on a:before {
	border-bottom: 8px solid #1764ce;
	left: -16px;
	left: 44%;
}

.yjzj .bd ul {
	width: 100%;
	overflow: hidden;
	margin-top: 12px;
}

.yjzj .bd ul li {
	width: 100%;
	display: block;
	line-height: 44px;
	float: left;
}

.yjzj .bd ul li a {
	float: left;
	width: 440px;
	width: calc(100% - 120px);
	color: #333;
	font-size: 16px;
	padding-left: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yjzj .bd ul li a:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #bbb;
	position: relative;
	border-radius: 2em;
	top: -4px;
	left: -10px;
}

.yjzj .bd ul li span {
	float: right;
	text-align: right;
	font-size: 13px;
	color: #999;
	width: 100px;
}

.yjzj .bd ul li:nth-child(5) {
	border: none;
}

.yjzj .bd ul li:hover a,
.yjzj .bd ul li:hover span {
	color: #1764ce;
}


/*********** ä¸??ä¸?? ***********/
.ztzl {
	width: 100%;
	background-color: #eef1f6;
	float: left;
	padding: 10px 0 40px 0;
}

.zt_Scroll {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.zt_Scroll .zt_list {
	overflow: hidden;
	zoom: 1;
}

.zt_Scroll .zt_box {
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 1200px;
}

.zt_Scroll .zt_box .tempWrap {
	width: 100%!important;
}

.zt_Scroll {
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.zt_Scroll .zt_list dl {
	float: left;
	margin-right: 20px;
	width: 285px;
	text-align: center;
	position: relative;
	padding-top: 20px;
	overflow: hidden;
}

.zt_Scroll .zt_list dt {
	margin: 0 auto;
	width: 300px;
	overflow: hidden;
}

.zt_Scroll .zt_list img {
	display: block;
	width: 285px;
	height: 176px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.zt_Scroll .zt_list dd {
	width: 285px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
}

.zt_Scroll .zt_list dd a {
	color: #fff;
}

.zt_Scroll .zt_list dd a:hover {
	text-decoration: none;
}

.zt_Scroll .zt_list dl:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.zt_Scroll .zt_pageBtn {
	height: 240px;
}

.zt_Scroll .zt_pageBtn span {
	background: url(left-right.png) no-repeat;
	display: block;
	width: 32px;
	height: 60px;
	position: absolute;
	top: 88px;
	cursor: pointer;
	text-indent: -999em;
	overflow: hidden;
}

.zt_Scroll .zt_pageBtn .prev {
	left: 0px;
	background-position: 0px 0px;
	float: left;
}

.zt_Scroll .zt_pageBtn .next {
	right: 0px;
	background-position: -32px 0px;
	float: right;
}