/*
copyright: 古蜀彩灯
date: 2017-08
for: 网站公用
*/
/* CSS Document */
/*
头部
*/
#header {
	width: 100%;
	height: 130px;
	background-color: #fff;
	overflow: hidden;
}
#header .share {
	margin-top: 15px;
	width: 160px;
}
#header .share span {
	width: 56px;
	font-size: 12px;
	color: #7e7e7e;
	line-height: 24px;
	margin-right: -10px;
}
#header .share .bdsharebuttonbox {
	width: 105px;
	height: 24px;
	overflow: hidden;
}
#header .share .bdsharebuttonbox a {
	background-image: url(../images/share.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	margin-left: 10px;
}
#header .share .bdsharebuttonbox .bds_sqq {
	background-position: top left;
}
#header .share .bdsharebuttonbox .bds_sqq:hover {
	background-position: bottom left;
}
#header .share .bdsharebuttonbox .bds_weixin {
	background-position: -30px top;
}
#header .share .bdsharebuttonbox .bds_weixin:hover {
	background-position: -30px bottom;
}
#header .share .bdsharebuttonbox .bds_tsina {
	background-position: -60px top;
}
#header .share .bdsharebuttonbox .bds_tsina:hover {
	background-position: -60px bottom;
}
#header .tel {
	margin-top: 60px;
	height: 50px;
	font-size: 0;
	position: relative;
}
#header .tel span {
	position: absolute;
	top: 0;
	left: 47px;
	font-size: 12px;
	color: #7e7e7e;
	line-height: 24px;
}

/*
导航
*/
#nav {
	width: 100%;
	height: 60px;
	background: url(../images/navBg.jpg) repeat-x center top;
	font-size: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#nav .nav li {
	margin-right: 15px;
	float: left;
	position: relative;
}
#nav .nav li a {
	display: block;
	height: 50px;
	color: #fff;
	padding: 5px 30px;
	text-align: center;
}
#nav .nav li.active > a,
#nav .nav li.hover > a {
	background-color: #9b7c1b;
}
#nav .nav li a h1 {
	font-size: 18px;
	line-height: 30px;
}
#nav .nav li a div {
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}
#nav .nav ul {
	position: absolute;
	width: 100%;
	display: none;
	z-index: 1;
}
#nav .nav ul li {
	width: 100%;
	height: 40px;
	overflow: hidden;
	position: relative;
}
#nav .nav li li div,
#nav .nav li li a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
}
#nav .nav li li div {
	background-color: #9b7c1b;
	filter: alpha(opacity = 80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	-ms-opacity: .8;
	-o-opacity: .8;
	opacity: .8;
}
#nav .nav li li a {
	font-size: 16px;
	padding: 0;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#nav .nav li li a:hover {
	background-color: #e6212a;
}
#nav .link {
	background-color: #771518;
	display: block;
	height: 50px;
	color: #fff;
	padding: 5px 30px;
	text-align: center;
}
#nav .link:hover {
	background-color: #9b7c1b;
}
#nav .link h1 {
	font-size: 18px;
	line-height: 30px;
}
#nav .link div {
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}

/*
横幅
*/
#banner {
	width: 100%;
	height: 470px;
	overflow: hidden;
	padding-bottom: 5px;
	background: url(../images/bannerBg.jpg) repeat-x center bottom;
	position: relative;
}
/*flexslider*/
.flexslider {
	position: relative;
	width: 100%;
	height: 470px;
	overflow: hidden;
	zoom: 1;
}
.flex-viewport {
	max-height: 1380px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides li,
.flexslider .slides li a {
	width: 100%;
	height: 470px;
	display: block;
}
.flexslider .slides li {
	background-repeat: no-repeat;
	background-position: top center;
}
.flex-direction-nav a {
	width: 59px;
	height: 59px;
	line-height: 99em;
	overflow: hidden;
	margin-top: -30px;
	display: block;
	/*background: url(../images/bannerButton.png) no-repeat;*/
	position: absolute;
	top: 50%;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	display: none;
}
.flex-direction-nav .flex-prev {
	left: 50%;
	background-position: center left;
	margin-left: -600px;
}
.flex-direction-nav .flex-next {
	right: 50%;
	background-position: center right;
	margin-right: -600px;
}
.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.flexslider:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index: 2;
	*zoom: 2;
}
.flex-control-nav li {
	margin: 0px 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: url(../images/bannerPoint.png) no-repeat;
	text-indent: -99em;
	width: 14px;
	height: 15px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background-position: top left;
}
.flex-control-paging li a.flex-active {
	background-position: top right;
}

/*
底部
*/
#footer .footer {
	width: 100%;
	height: 400px;
	background: url(../images/footerBg.jpg) no-repeat top center;
}
.footer .nav {
	margin-top: 34px;
}
.footer .nav li {
	margin-right: 58px;
	float: left;
}
.footer .nav li dl,
.footer .nav li dt,
.footer .nav li dd, 
.footer .nav li dt a,
.footer .nav li dd a {
	width: 100%;
}
.footer .nav li dt a,
.footer .nav li dd a {
	display: block;
	color: #fff;
}
.footer .nav li dt a {
	font-size: 20px;
	line-height: 40px;
	padding-bottom: 8px;
}
.footer .nav li dd a {
	font-size: 14px;
	line-height: 30px;
}
.footer .nav li dd a:hover {
	text-decoration: underline;
}
#footer .link,
#footer .link a,
#footer .foot,
#footer .foot a {
	color: #fff;
}
#footer .link,
#footer .foot {
	font-size: 14px;
	line-height: 40px;
}
#footer .link {
	margin-top: 20px;
}
#footer .link span,
#footer .link a {
	font-size: 16px;
}
#footer .link a:hover {
	text-decoration: underline;
}
#footer .foot a,
#footer .foot span {
	font-size: 16px;
	font-weight: bold;
}
.footer .qrcode {
	margin-top: 42px;
}
.footer .qrcode .pic {
	border: 9px solid #ab000b;
	font-size: 0;
}
.footer .qrcode .info {
	margin: 12px 0 0 20px;
	color: #fff;
	line-height: 40px;
}
.footer .qrcode .info h1 {
	font-size: 24px;
}
.footer .qrcode .info p {
	font-size: 14px;
}
.footer .qrcode .info p span {
	font-size: 20px;
	text-transform: uppercase;
}
#footer .copyright,
#footer .copyright a {	
	color: #fff;
}
#footer .copyright {
	width: 100%;
	height: 50px;
	background-color: #1c1c1c;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
}
#footer .copyright a:hover {
	text-decoration: underline;
}