﻿#homepage-slider .content {
	display: none
}
.homeslider-container a {
	min-height: 640px
}
#slider_row {
	width: 100%;
	height: 640px;
	position: relative
}
#slider_row .owl-stage-outer {
	height: 640px;
	overflow: hidden
}
#slider_row .owl-item {
	display: block;
	text-align: center;
	height: 640px;
	position: relative;
	float: left
}
#slider_row .owl-item a {
	display: block;
	height: 640px;
	/*background-size: cover;*/
	line-height: 620px
}
#slider_row .owl-item a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: #000;*/
	content: '';
	opacity: 0.4;
	z-index: 1
}
#slider_row .owl-item a .content {
	display: -moz-inline-box;
	display: inline-block;
*display:inline;
	zoom: 1;
	vertical-align: middle;
	position: relative;
	z-index: 2
}
#slider_row .owl-item a .content>* {
	display: block
}
#slider_row .owl-item a .title {
	color: white;
	font-size: 90px;
	font-weight: 500;
	line-height: 90px;
	/*text-transform: uppercase;*/
	font-family: 'Modern NO.20';
}
#slider_row .owl-item a .subtitle {
	font-size: 26px;
	color: #b2995e;
	font-family: "Times New Roman", sans-serif;
	line-height: 30px;
	margin-top: 4px
}
#slider_row .owl-item a .btn_text {
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 30px;
	line-height: 20px;
	color: white
}
#slider_row .owl-item a .btn_text span {
    display: inline-block;
    zoom: 1;
    background: #b2995e00;
    border: 2px solid #b2995e;
    height: auto;
    vertical-align: top;
    padding: 8px 20px;
    border-radius: 8px;
}
#slider_row .owl-item a .homeslider-description {
	line-height: 26px;
	color: white;
	width: 400px;
	margin: 15px auto 0;
	font-weight: 300;
	height: 1px;
	opacity: 0;
	transition: 600ms height, 200ms opacity
}
#slider_row .owl-item a .homeslider-description:before {
	height: 24px;
	width: 1px;
	background: white;
	content: '';
	display: block;
	margin: auto
}
#slider_row .owl-item a .homeslider-description span {
	margin-top: 15px;
	font-size: 14px;
	display: block;
	font-family: 微软雅黑;
}
#slider_row .owl-item a:hover .homeslider-description {
	height: 150px;
	opacity: 1;
	transition: 800ms height, 500ms opacity 0.2s
}
#slider_row .owl-item img {
	position: absolute;
	top: 0;
	left: 0
}
#slider_row .owl-nav {
	display: none
}
#slider_row #custom-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center
}
#slider_row #custom-dots ul {
	background: #f8f4ef;
	height: 40px;
	padding: 0 15px;
	font-size: 16px;
	list-style: none;
	display: -moz-inline-box;
	display: inline-block;
*display:inline;
	zoom: 1
}
#slider_row #custom-dots ul li {
	margin: 0 8px;
	color: #b2995e;
	display: -moz-inline-box;
	display: inline-block;
*display:inline;
	zoom: 1;
	line-height: 40px;
	text-align: center;
	position: relative;
	cursor: pointer
}
#slider_row #custom-dots ul li:before {
	content: '';
	height: 2px;
	width: 1px;
	background: white;
	display: block;
	position: absolute;
	left: 8px;
	bottom: 31px;
	transition: 300ms all
}
#slider_row #custom-dots ul li.active {
	color: #000
}
#slider_row #custom-dots ul li.active:before {
	height: 19px;
	background: #b2995e
}

@media (max-width: 1280px) {
.homeslider-container a {
	min-height: 400px
}
#slider_row {
	height: 400px;
	overflow: hidden
}
#slider_row .owl-item {
	height: 400px
}
#slider_row .owl-item a {
	height: 400px;
	line-height: 400px;
	background-size: cover;
}
#slider_row .owl-item a .title {
	font-size: 60px;
	line-height: 66px;
	font-family: 'Modern NO.20';
}
#slider_row .owl-item a .subtitle {
	font-size: 18px
}
#slider_row .owl-item a .homeslider-description {
	font-size: 14px;
	line-height: 20px
}
#slider_row .owl-item a .btn_text {
	font-size: 12px;
	height: 22px
}
#slider_row .owl-item a:hover .homeslider-description {
	height: 100px
}
#slider_row #custom-dots ul {
	height: 34px;
	font-size: 14px
}
#slider_row #custom-dots ul li {
	line-height: 34px
}
#slider_row #custom-dots ul li:before {
	bottom: 26px
}
}

@media (max-width: 767px) {
.homeslider-container a {
	min-height: 156px
}
#slider_row {
	height: 156px
}
#slider_row .owl-item {
	height: 156px
}
#slider_row .owl-item a {
	height: 156px;
	line-height: 156px;
	background-size: cover;
}
#slider_row .owl-item a .title {
	font-size: 30px;
	line-height: 46px;
	font-family: 'Modern NO.20';
}
#slider_row .owl-item a .subtitle {
	font-size: 14px
}
#slider_row .owl-item a .homeslider-description {
	display: none
}
#slider_row .owl-item a .btn_text {
	margin-top: 20px
}
#slider_row .owl-item a .btn_text span {
	padding: 0px 9px;
    margin: -19px;
}
#slider_row #custom-dots ul {
	height: 30px
}
#slider_row #custom-dots ul li {
	line-height: 30px;
	margin: 0 6px
}
#slider_row #custom-dots ul li.active:before {
	height: 13px
}
}
