html,
body {
	height: 100%;
	background: #FFFFFD;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#Box {
	background: url(../img/index/indexBg.jpg) top center no-repeat;
	background-size: cover;
	height: 100%;
}

#Header {
	height: 15%;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

#Header .logo {
	position: absolute;
	left: 3%;
	top: 0;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	align-items: center;
}

#Header .logo .logoImg {
	display: inline-block;
	height: 64px;
	width: auto;
}

#Header h1 {
	line-height: 1;
	font-size: 72px;
    letter-spacing: 20px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

#Header .hb {
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
}

#Header .smallTitle {
	font-size: 36px;
	letter-spacing: 10px;
	color: #b5c1ce;
	text-align: center;
	font-weight: 400;
	margin-bottom: 30px;
}

#Header .smallTitle:before {
	content: "-";
}

#Header .smallTitle:after {
	content: "-";
}

#Container {
	height: 65%;
	width: 90%;
	margin: 0 auto;
}

#Container .rowbox {
	width: 75%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
}

#Container .rowbox .box-left {
	width: 75%;
}

#Container .rowbox .box-right {
	width: 25%;
}

#Container .imgbox {
	height: 60%;
	width: 95%;
	margin: 0 auto;
	padding: 3% 0;
}

#Container .imgbox .img {
	width: 100%;
	height: 100%;
	display: inline-block;
	box-shadow: 0px 0px 3px #FFFFFF;
	border-radius: 10px;
}

#Container .textbox {
	height: 15%;
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}

#Container .more {
	height: 10%;
	margin-top: 20px;
}

#Container .more .btn {
	display: block;
	width: 13rem;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border: 1px solid #FFFFFF;
	background: transparent;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0 auto;
	cursor: pointer;
	background: #ff7600;
	letter-spacing: 3px;
	margin-right: calc(12.5% + 115px);
}

#Container .textbox .txt {
	color: #000;
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: bold;
	text-indent: 48px;
	text-align: justify;
	line-height: 1.6;
	font-family: sans-serif;
}

#Container .listbox {
	height: 85%;
}

#Container .listul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
}

#Container .listbox .list-item {
	color: #ffffff;
	font-size: 32px;
	height: 16%;
	letter-spacing: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 85%;
	border: 2px solid #ffffff;
	cursor: pointer;
	background: #3c6ccc;
	margin-left: 5%;
}
#Container .showBox{
	display: none;
}
#Container .show{
	display: block;
}

#Container .listbox .list-item:not(.active):hover {
	background: #457cea;
}

#Container .listbox .active:before,
.listbox .active:after {
	content: '';
	position: absolute;
	top: 50%;
	left: -36px;
	height: 0;
	width: 0;
	border: solid transparent;
	border-right-color: #44619a;
	pointer-events: none;
}

#Container .listbox .active:after {
	border-right-color: #3c6ccc;
	border-width: 18px;
	margin-top: -18px;
}

#Container .listbox .active:before {
	border-right-color: #FFFFFF;
	border-width: 21px;
	margin-left: -6px;
	margin-top: -21px;
}

#footer {
	height: 20%;
	width: 90%;
	margin: 0 auto;
}

#footer .box {
	height: 80%;
	width: 75%;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	justify-content: space-around;
	align-items: center;
}

#footer .info {
	height: 20%;
}

#footer .bt {
	overflow: hidden;
}

#footer .bt a:hover {
	color: #3a67bc !important;
	text-decoration: underline;
}

#footer .btt {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	justify-content: center;
}

#footer .btt .bt-link {
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 0 15px;
}

.footer .box .list {
	width: 33.33%;
}

.footer .list-item {
	width: 85%;
	height: 72px;
	line-height: 72px;
	box-sizing: border-box;
	cursor: pointer;
	background: #3c4ecc;
}

.footer .auto {
	margin: 0 auto;
}

.footer .box .icon {
	display: inline-block;
	height: 48px;
	width: 48px;
	padding: 12px 15px 0;
	float: left;
}

.footer .box .list a {
	display: block;
	float: left;
	width: calc( 100% - 78px);
	height: 100%;
	color: #ffffff;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
}