a {
	color: #fff;
	text-decoration: none
}
a:hover {
	text-decoration: none;
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #fff;
	background: #000;
	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--------------*/
body {
	min-width: 1200px;
}
body,#container {
	height: 100vh;
}
#container {
	margin: 0 auto;
	max-width: 1920px;
	position: relative;
	overflow: hidden;
}
img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.appBox {
	width: 31.25%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.appBox .app {
	padding: 10px;
	height: 84.72%;
	box-sizing: border-box;
}
.appBox .app .sub {
	height: 100%;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #303030;
}
.appBox .app .sub .icon01 {
	display: block;
	position: absolute;
	left: -1px;
	top: -1px;
}
.appBox .app .sub .icon02 {
	display: block;
	position: absolute;
	right: -1px;
	top: -1px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.appBox .app .sub .icon03 {
	display: block;
	position: absolute;
	right: -1px;
	bottom: -1px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.appBox .app .sub .icon04 {
	display: block;
	position: absolute;
	left: -1px;
	bottom: -1px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.appBox .app .sub .logo {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	text-align: center;
}
.appBox .app .sub .photoBox {
	padding: 174px 50px 50px;
	height: 100%;
	box-sizing: border-box;
}
.appBox .app .sub .photo {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}
.appBox .btm {
	padding: 0 20px;
	width: 100%;
	height: 15.28%;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	background: #181818;
}
.appBox .btm img {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	transform: translate(-50%,-47%);
	-webkit-transform: translate(-50%,-47%);
}
.rBox {
	width: 68.75%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.rBox .photo {
	height: 84.72%;
	box-sizing: border-box;
	position: relative;
}
.rBox .photo .info {
	height: 100%;
	background: url(../images/bg01.jpg) no-repeat center center;
	background-size: cover;
}
.rBox .photo img {
	max-height: inherit;
	max-width: inherit;
}
.rBox .photo .img1 {
	position: absolute;
	height: 79px;
 	top: 60%; 
	left: 50%;	
}
.rBox .photo .img2 {
	position: absolute;
	height: 145px;
	top: 45%; 
	left: 10%;
}
.rBox .photo .img3 {
	position: absolute;
	height: 127px;
	top: 25%; 
	left: 80%;
}
.navi {
	width: 100%;
	height: 15.28%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.navi > li {
	float: left;
	width: 25%;
	height: 100%;
	position: relative;
	border-right: 1px solid #232425;
	box-sizing: border-box;
}
.navi > li:last-child {
	border: none;
}
.navi > li > a {
	height: 100%;
	display: block;
	overflow: hidden;
	zoom: 1;
	text-align: center;
	box-sizing: border-box;
}
.navi > li > a > span {
	padding: 0 0 4px 70px;
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.navi > li > a .img {
	position: absolute;
	left: 5px;
	top: 5px;
	display: block;
}
.navi > li.li01:hover a .img {
	background: url(../images/navi01_on.png) no-repeat;
}
.navi > li.li02:hover a .img {
	background: url(../images/navi02_on.png) no-repeat;
}
.navi > li.li03:hover a .img {
	background: url(../images/navi03_on.png) no-repeat;
}
.navi > li.li04:hover a .img {
	background: url(../images/navi04_on.png) no-repeat;
}
.navi > li:hover > a .img img {
	visibility: hidden;
}
.navi > li > a .txt {
	color: #646464;
	font-size: 14px;
	text-align: left;
	white-space: nowrap;
}
.navi > li > a .txt span {
	margin-bottom: 3px;
	display: block;
	color: #fff;
	font-size: 20px;
}
.navi > li:hover > a {
	background: #FFCC00;
}
.navi > li:hover > a .txt,
.navi > li:hover > a .txt span {
	color: #141414;
}
.navi .jsBox {
	margin-left: -289px;
	padding-top: 25px;
	width: 578px;
	position: absolute;
	left: 50%;
	bottom: 100%;
	box-sizing: border-box;
	display: none;
}
.navi > li:hover .jsBox {
	display: block;
}
.navi .jsBox .arrow {
	margin-left: -9px;
	position: absolute;
	left: 50%;
	bottom: -8px;
}
.navi .jsBox .ulList {
	padding: 25px 25px 16px;
	border-radius: 5px;
	border: 2px solid #FFCC00;
	background: rgba(0,0,0,0.8);
}
.navi .jsBox .ulList li {
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
	color: #323232;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.navi .jsBox .ulList li .ms {
	margin-right: 11px;
	width: 72px;
	display: block;
	float: left;
	border: 1px solid #fff;
	background: #fff;
}
.navi .jsBox .ulList li img {
	margin: 14px 10px 0 0;
	display: block;
	float: left;
}
.navi .jsBox .ulList li .url {
	width: 253px;
	float: left;
	display: block;
	box-sizing: border-box;
	border: 1px solid #fff;
	background: #fff;
}
.navi .jsBox .ulList li a {
	display: block;
	float: right;
	width: 136px;
	color: #000;
	font-weight: bold;
	box-sizing: border-box;
	border: 1px solid #FFCC00;
	background: #FFCC00;
}
.navi .jsBox .ulList li a:hover {
	border: 1px solid #FF0;
	background: #FF0;
}
.navi .li02 .jsBox {
	margin-left: -99px;
	width: 198px;
}
.navi .jsBox .list {
	padding: 38px 25px 10px 40px;
	border-radius: 5px;
	border: 2px solid #FFCC00;
	background: rgba(0,0,0,0.9);
}
.navi .jsBox .list li {
	margin-bottom: 26px;
}
.navi .jsBox .list li a {
	color: #fff;
	font-size: 14px;
}
.navi .jsBox .list li a:hover {
	color: #ffcc00;
}
.navi .jsBox .list li a img {
	margin: -4px 7px 0 0;
	display: inline-block;
	vertical-align: middle;
}