.carousel-direction a {
	transition:0.3s ease-out; top: 50%; width: 30px; height: 60px; text-align: center; color: rgb(255, 255, 255); line-height: 60px; overflow: hidden; font-family: simsun; font-size: 30px; text-decoration: none; margin-top: -30px; display: block; position: absolute; z-index: 100; cursor: pointer; background-color: rgb(173, 118, 105); -webkit-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s;
}
.carousel-direction a:hover {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(90, 52, 43);
}
.carousel-direction a.disabled {
	color: rgb(204, 204, 204); cursor: default; background-color: rgb(229, 229, 229);
}
.carousel-direction a.disabled:hover {
	color: rgb(204, 204, 204); cursor: default; background-color: rgb(229, 229, 229);
}
.carousel-prev {
	left: 0px;
}
.carousel-next {
	right: 0px;
}
.carousel-btn {
	margin: 10px 0px; text-align: left; line-height: normal;
}
.carousel-btn a {
	background: url("../images/dian.png") no-repeat; margin: 0px 6px; border-radius: 50%; transition:0.3s; width: 12px; height: 12px; display: inline-block;
}
.carousel-btn .selected {
	background: rgb(255, 255, 255); cursor: default;
}
.carousel-btn a span {
	display: none;
}
.carousel-btn-fixed {
	margin: 0px; left: 50%; width: 96%; bottom: 25px; position: absolute; z-index: 8; max-width: 1460px; transform: translate(-50%, 0%);
}
.carousel-num {
	right: 10px; bottom: 7px; position: absolute; z-index: 100;
}
.carousel-num a {
	background: rgb(255, 255, 255); margin: 0px 0px 0px 5px; width: 22px; height: 22px; text-align: center; color: rgb(45, 45, 45); line-height: 22px; font-size: 12px; display: inline-block;
}
.carousel-num a:hover {
	text-decoration: none;
}
.carousel-num a.selected {
	background: rgb(90, 52, 43); color: rgb(255, 255, 255); cursor: default;
}
.carousel-thumbs {
	text-align: center;
}
.carousel-thumbs a {
	margin: 0px 3px; border: 2px solid rgb(204, 204, 204); border-image: none; display: inline-block;
}
.carousel-thumbs a img {
	display: block;
}
.carousel-thumbs a:hover {
	border-color: rgb(255, 102, 0);
}
.carousel-thumbs a.selected {
	border-color: rgb(255, 102, 0);
}
.carousel {
	position: relative;
}
.carousel-item {
	float: left; display: block; position: relative;
}
.carousel-item .carousel-img {
	display: block;
}
.carousel-item .carousel-img a[href='javascript:;'] {
	cursor: default;
}
.carousel-item .carousel-img img {
	display: block;
}
.carousel-info {
	background: url("../images/opa70.png"); left: 0px; width: 100%; bottom: 0px; position: absolute;
}
.carousel-info-inner {
	padding: 8px 10px; color: rgb(255, 255, 255); font-size: 13px;
}
.carousel-info-inner a {
	color: rgb(255, 255, 255);
}
.carousel-info-inner a:hover {
	color: rgb(255, 255, 255);
}
.carousel-info-inner h3 {
	color: rgb(255, 255, 255); line-height: 20px; font-size: 15px;
}
.carousel-info-inner p {
	margin-top: 5px;
}
.responsive-carousel {
	overflow: hidden;
}
.responsive-carousel .carousel-item img {
	width: 100%; height: auto !important;
}
.responsive-carousel .carousel-direction {
	display: none;
}
.responsive-carousel:hover .carousel-direction {
	display: block;
}
.responsive-carousel-set .carousel-info-inner h3 {
	font-weight: normal;
}
.slideshow {
	overflow: hidden;
}
.slideshow .carousel-direction a {
	width: 55px; height: 55px; line-height: 55px;
}
.slideshow .carousel-direction a:hover {
	
}
.slideshow .carousel-page {
	display: none;
}
.slideshow .carousel-prev {
	background: url("../images/i_left.png") no-repeat; left: 10%; top: 48%; width: 18px; height: 44px; position: absolute; cursor: pointer;
}
.slideshow .carousel-prev:hover {
	background: url("../images/i_left_on.png") no-repeat;
}
.slideshow .carousel-next {
	background: url("../images/i_right.png") no-repeat; top: 48%; width: 18px; height: 44px; right: 10%; position: absolute; cursor: pointer;
}
.slideshow .carousel-next:hover {
	background: url("../images/i_right_on.png") no-repeat;
}
.slideshow-gallery {
	margin-bottom: 20px;
}
.slideshow-gallery .carousel-img a {
	width: 100%; text-align: center; display: block;
}
.slideshow-gallery .carousel-img img {
	display: inline;
}
.slideshow-gallery .carousel-info-inner h3 {
	line-height: 18px; font-size: 14px;
}
.slideshow-gallery .carousel-direction a {
	display: none !important;
}
.slideshow-gallery:hover .carousel-direction a {
	display: block !important;
}
.slideshow-gallery:hover .carousel-direction a {
	display: block;
}
.slideshow-gallery-thumbs {
	padding: 0px 30px; position: relative;
}
.slideshow-gallery-thumbs img {
	margin: 0px 2px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 104px; float: left; display: block; cursor: pointer;
}
.slideshow-gallery-thumbs img:hover {
	border: 1px solid rgb(255, 0, 0); border-image: none;
}
.slideshow-gallery-thumbs img.selected {
	border: 1px solid rgb(255, 0, 0); border-image: none;
}
.slideshow-gallery-thumbs-direction {
	padding: 0px 50px;
}
.slideshow-gallery-thumbs-direction a {
	top: 50%; width: 20px; height: 76px; text-align: center; color: rgb(255, 255, 255); line-height: 76px; overflow: hidden; font-family: simsun; font-size: 25px; text-decoration: none; margin-top: -38px; display: block; position: absolute; z-index: 100; cursor: pointer; background-color: rgb(204, 204, 204);
}
.slideshow-gallery-thumbs-direction a:hover {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(153, 153, 153);
}
.slideshow-gallery-thumbs-direction .thumbs-carousel-prev {
	left: 0px;
}
.slideshow-gallery-thumbs-direction .thumbs-carousel-next {
	right: 0px;
}
.slideshow-gallery-thumbs-direction .disabled {
	color: rgb(204, 204, 204); cursor: default; background-color: rgb(220, 242, 255);
}
.slideshow-gallery-thumbs-direction .disabled:hover {
	color: rgb(204, 204, 204); cursor: default; background-color: rgb(220, 242, 255);
}
@media screen and (max-width:1660px)
{
.slideshow {
	height: 545px !important;
}
.slideshow img {
	height: 545px !important;
}
}
@media screen and (max-width:1440px)
{
.slideshow {
	height: 473px !important;
}
.slideshow img {
	height: 473px !important;
}
}
@media screen and (max-width:1200px)
{
.slideshow {
	height: 394px !important;
}
.slideshow img {
	height: 394px !important;
}
}
@media all and (max-width:991px) and (min-width:768px)
{
.slideshow {
	height: 325px !important;
}
.slideshow img {
	height: 325px !important;
}
.slideshow-min {
	height: 325px !important;
}
.slideshow-min img {
	height: 325px !important;
}
.slideshow .carousel-direction {
	display: none;
}
.carousel-thumbs a img {
	width: 100px;
}
}
@media screen and (max-width:768px)
{
.slideshow {
	height: 252px !important;
}
.slideshow img {
	height: 252px !important;
}
.slideshow-min {
	height: 252px !important;
}
.slideshow-min img {
	height: 252px !important;
}
.slideshow .carousel-direction {
	display: none;
}
.carousel-thumbs a {
	margin: 0px 5px; border-radius: 50%; border: currentColor; border-image: none; width: 12px; height: 12px; background-color: rgb(204, 204, 204);
}
.carousel-thumbs a.selected {
	background-color: rgb(29, 29, 29);
}
.carousel-thumbs a img {
	display: none;
}
.slideshow:hover .carousel-page {
	display: none;
}
}
@media screen and (max-width:640px)
{
.slideshow {
	height: 210px !important;
}
.slideshow img {
	height: 210px !important;
}
.slideshow-min {
	height: 210px !important;
}
.slideshow-min img {
	height: 210px !important;
}
.scrollable .carousel-direction a {
	width: 40px; height: 40px; line-height: 40px;
}
.carousel-btn {
	bottom: 10px;
}
.carousel-btn a {
	border-radius: 50%; width: 12px; height: 12px;
}
}
@media screen and (max-width:480px)
{
.slideshow {
	height: 157px !important;
}
.slideshow img {
	height: 157px !important;
}
.slideshow-min {
	height: 157px !important;
}
.slideshow-min img {
	height: 157px !important;
}
.slideshow .carousel-direction {
	display: none;
}
.carousel-thumbs a img {
	width: 80px;
}
.scrollable-text {
	height: auto;
}
.scrollable-text .carousel-direction {
	display: none;
}
.carousel-btn-fixed {
	bottom: 8px;
}
}
@media screen and (max-width:360px)
{
.slideshow-min {
	height: 118px !important;
}
.slideshow-min img {
	height: 118px !important;
}
.slideshow .carousel-direction {
	display: none;
}
}
