a {
	color: #fff;
	text-decoration: none
}
a:hover {
	text-decoration: none;
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #6b7286;
	background: url(../images/bg01.jpg) no-repeat center center;
	background-size: cover;
}
ul li {
	list-style: none
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
*+height:1%;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*+html .clearfix {
	zoom: 1;
} /* IE7 */
.fL {
	float: left !important;
}
.fR {
	float: right !important;
}
img { vertical-align: top;}
/*---------------index--------------*/
html,body {
	height: 100%;
	overflow: hidden;
}
body {
	min-width: 1200px;
}
#container {
	margin: 0 auto;
	padding-bottom: 179px;
	max-width: 1920px;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}
#container .wrap {
	margin: 0 auto;
	max-width: 1600px;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}
.naviBox {
	padding: 145px 0 5px;
	width: 241px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	height: 100%;
	border: 1px solid #7D4014;
	border-bottom: none;
	background: rgba(76,36,10,0.6);
	box-sizing: border-box;
}
.naviBox .logo {
	position: absolute;
	left: -1px;
	top: -1px;
}
.naviBox .navi {
	height: 100%;
	position: relative;
}
.naviBox .navi > li {
	height: 20%;
	position: relative;
	box-sizing: border-box;
}
.naviBox .navi > li:hover {
	background: url(../images/s_navi_bg.jpg) no-repeat center center;
}
.naviBox .navi > li > a {
	height: 100%;
	display: block;
	position: relative;
	color: #fff;
	font-size: 18px;
	background: url(../images/s_navi01.png) no-repeat 40px center;
}
.naviBox .navi > li:hover > a {
	color: #000;
}
.naviBox .navi > li > a > span {
	display: block;
	position: absolute;
	left: 90px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.naviBox .navi > li > a > span span {
	display: block;
	color: #ab8a76;
	font-size: 12px;
}
.naviBox .navi > li:hover > a > span span {
	color: #000;
}
.naviBox .navi > li:hover  > a{
	background-image: url(../images/s_navi01_on.png);
}
.naviBox .navi > li.li02 > a {
	background-image: url(../images/s_navi02.png);
}
.naviBox .navi > li.li02:hover > a {
	background-image: url(../images/s_navi02_on.png);
}
.naviBox .navi > li.li03 > a {
	background-image: url(../images/s_navi03.png);
}
.naviBox .navi > li.li03:hover > a {
	background-image: url(../images/s_navi03_on.png);
}
.naviBox .navi > li.li04 > a {
	background-image: url(../images/s_navi04.png);
}
.naviBox .navi > li.li04:hover > a {
	background-image: url(../images/s_navi04_on.png);
}
.naviBox .navi > li.li05 > a {
	background-image: url(../images/s_navi05.png);
}
.naviBox .navi > li.li05:hover > a {
	background-image: url(../images/s_navi05_on.png);
}
.naviBox .navi .jsBox {
	width: 577px;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	box-sizing: border-box;
	display: none;
}
.naviBox .navi > li:hover .jsBox {
	display: block;
}
.naviBox .navi > li.li01:hover > a:before {
	margin-top: -7px;
	width: 9px;
	height: 15px;
	position: absolute;
	right: -1px;
	top: 50%;
	z-index: 1;
	background: url(../images/arrow.png) no-repeat;
	content: "";
}
.naviBox .navi .jsBox ul {
	padding: 25px 26px 15px;
	border: 1px solid #EEDB9E;
	border-radius: 5px;
	background: rgba(35, 19, 9, 0.9);
}
.naviBox .navi .jsBox li {
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
	color: #323232;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.naviBox .navi .jsBox li .ms {
	margin-right: 11px;
	width: 72px;
	display: block;
	float: left;
	border: 1px solid #fff;
	background: #fff;
}
.naviBox .navi .jsBox li > img {
	margin: 10px 10px 0 0;
	display: block;
	float: left;
}
.naviBox .navi .jsBox li .url {
	width: 252px;
	float: left;
	display: block;
	box-sizing: border-box;
	border: 1px solid #C8C8C8;
	background: #F0F0F0;
}
.naviBox .navi .jsBox li a {
	display: block;
	float: right;
	opacity: 1;	
}
.naviBox .navi .jsBox li a:hover {
	opacity: 0.9;
}


.photo {
	width: 36.75%;
	height: 100%;
	position: absolute;
	left: 25.8%;
	top: 0;
	box-sizing: border-box;
}
.photo img {
	padding: 48px 0 20px;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	box-sizing: border-box;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.txtBox {
	padding: 40px 0;
	width: 433px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	box-sizing: border-box;
}
.txtBox .subBox {
	width: 100%;
	height: 100%;
	position: relative;
}
.txtBox .subBox .sub {
	width: 100%;
	height: 100%;
	max-height: 622px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.txtBox .subBox .ttl {
	position: relative;
	height: 60.45%;
}
.txtBox .subBox .ttl img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.txtBox .subBox ul {
	margin: 0 auto;
	width: 410px;
	padding-top: 47px;
	height: 39.55%;
	position: relative;
	box-sizing: border-box;
}
.txtBox .subBox li {
	padding-bottom: 34px;
	width: 165px;
	height: 100%;
	position: relative;
	float: left;
	box-sizing: border-box;
}
.txtBox .subBox li:last-child {
	float: right;
}
.txtBox .subBox li > img {
	margin: 0 auto;
	width: auto;
	max-height: 100%;
	display: block;
}
.txtBox .subBox li > span {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -2px;
	color: #b48e77;
	font-size: 14px;
	text-align: center;
}
.txtBox .subBox li > span span {
	color: #fff;
}
.txtBox .subBox li > span img {
	margin: -3px 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.footer {
	width: 100%;
	height: 179px;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	border-top: 1px solid #E9C885;
	background: #231309;
}
.footer .fInner {
	margin: 0 auto;
	padding: 24px 20px;
	max-width: 1640px;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}
.footer .fImg {
	margin-top: 22px;
	padding: 3px 41px 4px 0;
	float: left;
	border-right: 1px solid #4C2F1D;
}
.footer .fBanner {
	float: right;
}
.footer .textBox {
	margin: 0 600px 0 161px;
	max-width: 660px;
	height: 100%;
	position: relative;
}
.footer .textBox p {
	position: relative;
	top: 50%;
	color: #c5a394;
	font-size: 14px;
	line-height: 2.15;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media all and (max-width: 1640px) {
	#container .wrap {
		max-width: 1640px;
	}
	.naviBox {
		left: 20px;
	}
	.txtBox {
		right: 20px;
	}
	
}