/*global*/
body {
	color: #fff;
	font-family: 'Microsoft Yahei', '微软雅黑', Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.28em;
	background: #191919;
	margin: 0 auto;
	overflow-x: hidden;
	min-width: 900px;
	height: 100%;
}

html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

input {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	outline: none;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,button {
	padding: 0;
	margin: 0;
	border: 0;
}

ol,ul {
	list-style: none;
}

li {
	list-style-type: none;
}

a:hover {
	color: #F3733A;
	border: 0;
}

a {
	cursor: pointer;
	-moz-outline-style: none;
	text-decoration: none;
	outline: none;
	color: #FFF;
	outline: none;
	border: 0;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

.clearfix {
	display: block;
}

img {
	border: 0 none;
}

/*header*/
.header {
	width: 100%;
	background: #222;
	border-bottom: 1px solid #111;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06),0 0 1px rgba(255, 255, 255, 0.15) inset;
	top: 0;
	position: relative;
	z-index: 1000;
}

.headerContainer {
	margin: 0 auto;
	max-width: 1440px;
	position: relative;
}

.logo {
	display: inline-block;
	color: #E7E7E7;
	font: bold 55px "Trebuchet MS";
	height: 100px;
	line-height: 95px;
	padding: 0 45px 0 20px;
	text-shadow: 2px 2px 2px #000;
}

.logo:hover {
	color: #DADADA;
	text-shadow: 2px 2px 10px #000;
}

.nav {
	display: inline-block;
	vertical-align: top;
}

.nav > li {
	display: inline-block;
	float: left;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.nav > li > a {
	display: block;
	font-size: 16px;
	border-left: 1px solid #141414;
	box-shadow: inset 1px 0 0 #292929;
	line-height: 100px;
	padding: 0 45px;
	vertical-align: top;
	text-shadow: 1px 1px 0 #000;
	font-family: "微软雅黑", Arial Bold, sans-serif;
	color: #D5D5D5;
}

.nav > li:nth-child(4) > a {
	border-right: 1px solid #111010;
	box-shadow: inset 1px 0 0 #2E2E2E,inset -1px 0 0 #2E2E2E;
}

.caret {
	border-top: 7px solid #AAA;
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-left: 5px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	margin-left: 5px;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

.nav > li:hover {
	background-color: rgba( 37, 40, 43,1);
}

.active {
	background-color: rgba( 37, 40, 43,1);
	color: #F3733A!important;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) inset,inset 1px 0 0 #363636,inset -1px 0 0 #363636!important;
	position: relative;
	top: -1px;
}

.nav > li:hover > a {
	color: #F3733A;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.nav > li:hover > a > .caret {
	border-top-color: #F3733A;
}

.nav > li > div {
	background-color: rgba(40, 44, 47, 0.87);
	border-top: 1px #161616 solid;
	box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.14);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	left: 0;
	width: 100%;
	top: 99px;
	z-index: -10000;
	visibility: hidden;
	-webkit-transition: all .26s ease-out 0s;
	-moz-transition: all .26s ease-out 0s;
	-o-transition: all .26s ease-out 0s;
	transition: all .26s ease-out 0s;
}

.nav > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .26s ease-out 0s;
	-moz-transition: all .26s ease-out 0s;
	-o-transition: all .26s ease-out 0s;
	transition: all .26s ease-out 0s;
}

.nav > li > div ul {
	max-width: 1140px;
	margin: 0 auto;
}

.nav > li > div ul > li {
	display: inline-block;
}

.nav > li > div ul > li > a {
	color: #fff;
	display: inline-block;
	padding: 20px 24px;
	text-decoration: none;
}

.nav > li > div ul > li> a img {
	position: relative;
	bottom: 0px;
	-webkit-transition: bottom 0.2s linear;
	-moz-transition: bottom 0.2s linear;
	-o-transition: bottom 0.2s linear;
	transition: bottom 0.12s linear;
}

.nav > li > div ul > li:hover > a img {
	position: relative;
	bottom: 5px;
	-webkit-transition: bottom 0.2s linear;
	-moz-transition: bottom 021s linear;
	-o-transition: bottom 0.2s linear;
	transition: bottom 0.2s linear;
} 

/*main*/
.main {
	margin: 0 auto;
	max-width: 1440px;
	margin-top: 10px;

	min-height: 500px;
	border-radius: 8px;
	overflow: hidden;
}

/*footer*/
.footerContainer {
	width: 1440px;
	margin: 0 auto;
	padding: 20px 0;
	color: #636363;
}

/*imglist banner*/
ul.imglist {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
}

li.imglist-slide {
	position: absolute;
	display: none;
}

ul.imglist-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}

ul.imglist-controls.v-centered li.imglist-next a {
	right: 0;
}

ul.imglist-controls.v-centered li.imglist-prev a {
	left: 0;
}

ol.imglist-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	bottom: 20px;
}

ol.imglist-markers.h-centered {
	text-align: center;
}

ol.imglist-markers li {
	display: inline;
}

.google-download {
	display: block;
	color: #fff;
	width: 246px;
	height: 86px;
	margin: 0px;
	padding: 0px 0px;
	position: absolute;
	/*bottom: 0;*/
	text-align: center;
	right: 5%;
	bottom: 120%;
	font-size: 25px;
	background: url("/images/google-download.png");
	font-family: "Open Sans", Arial bold;
	font-weight: 800;
	letter-spacing: -1px;
}

.apple-download {
	display: block;
	color: #fff;
	width: 246px;
	height: 86px;
	margin: 0px;
	padding: 0px 0px;
	position: absolute;
	/*bottom: 0;*/
	text-align: center;
	right: 5%;
	bottom: 10%;
	font-size: 25px;
	background: url("/images/apple-download.png");
	font-family: "Open Sans", Arial bold;
	font-weight: 800;
	letter-spacing: -1px;
}

.download-buttons {
	position: absolute;
	right: 5%;
	bottom: 10%;
	display: flex;
	flex-direction: column;
	gap: 20px; /* 按钮间距 */
}

.google-download,
.apple-download {
	position: static;
}

p.imglist-caption {
	display: block;
	color: #fff;
	width: 200px;
	margin: 0;
	padding: 20px 15px;
	position: absolute;
	bottom: 0;
	text-align: center;
	right: 5%;
	bottom: 10%;
	border-radius: 3px;
	font-size: 25px;
	border-bottom: 5px solid #852218;
	text-shadow: -1px -1px 0 #852218;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#E65644), to(#BD3929));
	background:-moz-linear-gradient(top,#E65644,#BD3929);
	font-family: "Open Sans" , Arial bold;
	font-weight: 800;
	letter-spacing: -1px;
}

/*.imglist-slide:first-child a .imglist-caption{
	display: none;
}*/

a:hover p.imglist-caption {
	color: #fff;
}

a:hover p.imglist-caption:hover {
	color: #fff;
	border-bottom: 5px solid #A8291A;
	text-shadow: -1px -1px 0 #A8291A;
	background: #D65641;
}

.imglist-slide:nth-last-child(2) p.imglist-caption {
	left: 5%;
}

ul.imglist-controls.v-centered li a {
	position: absolute;
	display: block;
	padding: 10px;
	background: #fff;
	color: #000;
	text-decoration: none;
}

ul.imglist-controls.v-centered li a:hover {
	background: #000;
	color: #fff;
}

ol.imglist-markers li a {
	padding: 7px;
	background: rgb(255,255,255);
	color: #fff;
	margin: 5px;
	text-decoration: none;
	display: inline-block;
	border-radius: 25px;
	box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

ol.imglist-markers li.active-marker a,ol.imglist-markers li a:hover {
	background: #F3733A;
}

/*subpage*/
.subTitle {
	font-size: 70px;
	padding: 20px 20px 30px 20px;
	display: block;
	line-height: 70px;
	color: #BDBDBD;
	text-shadow: 2px 2px 2px #000;
	font-family: Oswald, Arial, sans-serif;
	font-weight: 400;
}

.subContent {
	line-height: 20px;
	color: #9C9C9C;
	padding: 0 20px 20px 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.subContent p{
	font-size: 14px;
	text-shadow: 1px 1px 0px #0A0A0A;
}

.otherpage .main {
	padding-bottom: 130px;
}

#wrap {
	position: relative;
	min-height: 100%;
}

.otherpage #footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #0F0F0F;
	height: 100px;
	border-top: 1px #1D1D1D solid;
}

.otherpage .footerContainer .mainContent {
	padding: 10px 20px 0 20px;
}

.subContent .listInfo {
}

.subContent .listInfo  li {
	display: inline-block;
	margin-left: -1px;
}

.subContent .listInfo > li > a {
	display: inline-block;
	padding: 20px 34px 13px 15px;
	border: 1px #222 solid;
	background: #1B1C1D;
	border-radius: 0;
	min-width: 380px;
	margin-right: 28px;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.21);
	margin-bottom: 28px;
}

.subContent .listInfo > li > a:hover {
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.4);
	border: 1px #272727 solid;
	background: #1C1E1F
}

.imageContainer {
	display: inline-block;
	min-height: 74px;
	vertical-align: top;
}

.InfoContent {
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}

.subContent h3 {
	font-family: Oswald, Arial, sans-serif;
	font-weight: 400;
	color: #F3733A;
	font-size: 17px;
}

.InfoContent a {
	display: block;
}

.subContent .listInfo > li > a:hover .InfoContent h3 {
	padding-left: 10px;
}

.subContent .listInfo > li > a,.subContent .listInfo > li > a:hover h3,.subContent .listInfo > li > a > h3,.InfoContent h3,.active {
	-webkit-transition: all .26s ease-out 0s;
	-moz-transition: all .26s ease-out 0s;
	-o-transition: all .26s ease-out 0s;
	transition: all .26s ease-out 0s;
	z-index: 5;
	-webkit-backface-visibility: hidden;
}

.InfoContent i {
	color: #9C9C9C;
	max-width: 200px;
	display: block;
	line-height: 15px;
	padding-top: 5px;
	text-align:left;
}

.line {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	height: 1px;
	background: #141414;
	box-shadow: 1px 1px #202020;
}