/* =========================================================================*/
#container {
	position: relative;
	overflow: hidden;
}
.link {
	margin: -10px 0 10px;
}
.link a {
	display: block;
	color: #fff;
	font-size: 0.4rem;
	line-height: 0.86rem;
	text-align: center;
	background: #333158;
}
.banner {
	margin-bottom: 10px;
}
.banner img {
	width: 100%;
}
#main {
	margin: 0 5px 20px;
}
h2 {
	margin-bottom: 20px;
	color: #525252;
	font-size: 0.5rem;
	text-align: center;
	font-weight:normal;
}
h2 span {
	color: #a3a3a3;
	font-size: 0.35rem;
	display: block;
}
.linkBox {
	padding: 90px 0 10px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
	overflow: auto;
	box-sizing: border-box;
	background: #35363B;
}
.linkBox:before {
	width: 40%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #333158;
	content: "";
}
.linkBox .tabNavi {
	width: 40%;
	float: left;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	background: #333158;
}
.linkBox .tabNavi li {
	padding: 0 5px;
}
.linkBox .tabNavi li:last-child {
	border: none;
}
.linkBox .tabNavi li a {
	padding: 10px 0;
	color: #fff;
	font-size: 0.32rem;
	display: block;
	text-align: center;
	border-bottom: 1px dashed #eee;
}
.linkBox .tabNavi li.on {
	background: #35363B;
}
.linkBox .tabPanel {
	width: 60%;
	float: right;
	box-sizing: border-box;
}
.linkBox .tabPanel li {
	padding: 10px 0 11px 10px;
	float: left;
}
.linkBox .tabPanel li a {
	display: block;
	color: #fff;
	font-size: 0.32rem;
}
.ulList {
	margin-bottom: 0.2rem;
}
.ulList li {
	float: left;
	width: 49%;
	margin: 0 2% 0.2rem 0;
}
.ulList li a {
	margin-bottom: 0.1rem;
	display: block;
	border: 1px solid #D2D2D2;
}
.ulList li img {
	width: 100%;
}
.ulList li:nth-child(2n) {
	margin-right: 0;
}
.ulList li p {
	text-align: center;
	color: #555;
	font-size: 0.35rem;
}
.ulList li p span {
	display: block;
	font-size: 0.45rem;
	color:#35363b;
}
.photoBox {
	margin-bottom: 0.2rem;
}
.photoBox img {
	width: 100%;
}
#main .text {
	margin-bottom: 0.1rem;
	font-size: 0.4rem;
	color: #555;
	text-indent: 20px;
}
.mb10 { margin-bottom: 0.5rem !important;}

.detailBox .imgBox {
	margin: 0 60px 15px;
}
.detailBox .imgBox .photoBox {
	border: 1px solid #BFBFBF;
}
.detailBox .imgBox .textBox {
	text-align: center;
}
.detailBox .imgBox .textBox .title {
	font-size: 0.35rem;
	color:#940605;
	margin-bottom: 0.3rem;
}
.detailBox .imgBox .textBox .title span {
	display: block;
	font-size: 0.45rem;
	margin-bottom: 0.1rem;
}
.detailBox .imgBox .textBox .text {
	font-size: 14px;color: #555;
	line-height: 1.7;
}
.detailBox h3 {
	line-height: 0.7rem;
	color:#fff;
	background-color: #333158;
	padding: 0 20px;
	margin-bottom: 0.4rem;
	font-weight:normal;
	font-size: 0.4rem;
}
.detailBox .inner {
	margin: 0 20px;
	line-height: 0.5rem;
	color: #404040;
}
.detailBox .inner .text2 {
	font-size: 0.35rem;
	margin-bottom: 0.3rem;
}
.detailBox .inner .img {
	margin: 0 1rem 1rem;
}
.detailBox .inner .img img {
	width: 100%;
}
.detailBox .back {
	width: 2rem;
	margin: 0 auto;
}
.detailBox .back a {
	display: block;
	text-align: center;
	color:#fff;
	font-size: 0.35rem;
	line-height: 0.6rem;
	background-color: #2E2E2E;
}








