.dataInfo{
	width: 100%;
	background: #f5f5f5;
	overflow: hidden;
}
.dataInfo .dataSubNav{
	width: 50%;
	overflow: hidden;
	float: left;
	overflow: hidden;
}
.dataSubNav .accordion {
 	width: 298px;
 	max-width: 300px;
 	margin-right: 300px;
 	float: right;
 	border: 1px solid #bfbfbf;
 	background: #e5e5e5;
 }
.dataSubNav .accordion .link {
	cursor: pointer;
	display: block;
	padding: 22px 15px 22px 42px;
	color: #4c4c4c;
	font-size: 1.125em;
	font-weight: 500;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.dataSubNav .accordion .link a{
	color: #4c4c4c;
}
.dataSubNav .accordion li:last-child .link {
	border-bottom: 0;
}
.dataSubNav .accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.dataSubNav .accordion li i.iconfont {
	right: 12px;
	left: auto;
	font-size: 16px;
}
.dataSubNav .accordion li.open .link{
	border-bottom: 1px solid #CCC;
}
.dataSubNav .accordion li.open .link {
	color: #b63b4d;
}

.dataSubNav .accordion li.open i {
	color: #b63b4d;
}
.dataSubNav .accordion li.open i.iconfont {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}



.dataSubNav .submenu {
 	display: none;
 	background: #e5e5e5;
 	font-size: 14px;
 }
.dataSubNav .submenu li {
 	border-bottom: 1px solid #bfbfbf;
 }
.dataSubNav .submenu li:hover a{
 	padding-left: 50px;
 }
.dataSubNav .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #787878;
 	padding: 12px;
 	padding-left: 42px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }
.dataSubNav .submenu a:hover {
 	background: #670000;
 	color: #FFF;
 }
 
 
 
 .dataInfo .dataPackage{
	width: 50%;
	float: right;
	background: #ffffff;
}
.dataInfo .dataPackage .dataContent{
	width: 900px;
	margin-left: -300px;
	background: #ffffff;
	padding-bottom: 40px;
}
.dataInfo .dataPackage .dataContent .headName{
	width: 95%;
	margin: 0 auto;
	height: 95px;
	position: relative;
}
.dataInfo .dataPackage .dataContent .headName h1{
	width: 50%;
	height: 95px;
	line-height: 95px;
	font-size: 1.5em;
	color: #000000;
	text-align: center;
	font-weight: 500;
	margin: 0 auto;
}
.dataInfo .dataPackage .dataContent .datas{
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}

.dataPackage .accordion{
	width: 100%;
}
.dataPackage .accordion li{
	margin-bottom: 12px;
}
.dataPackage .accordion .link{
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 56px;
	background: #f5f5f5;
	line-height: 56px;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.dataPackage .accordion .link:hover{
	background: #fbfbfb;
}
.dataPackage .accordion .link:hover span{
	width: 3px;
}
.dataPackage .accordion .link i{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	float: right;
}
.dataPackage .accordion li.open i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.dataPackage .accordion .link span{
	width: 5px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background: #670000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.dataPackage .accordion .link p{
	width: 90%;
	padding-left: 36px;
}
.dataPackage .accordion .submenu{
	display: none;
}






table{
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	width: 100%;
}
tr{
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
tr.colorFill{
	background: #eeeeee;
}
tr:hover{
	background: #dddddd;
}
td{
	border-bottom: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
}
.datas table.profiles{
	width: 100%;
	margin-bottom: 40px;
}
.datas table.profiles tr td{
	width: 33.3333333%;
	text-align: center;
	padding: 12px 0;
}
.datas table.profiles tr td img{
	width: 90px;
	height: 110px;
}
.datas table.profiles tr td a{
	color: #000000;
}


.datas .listArea{
	width: 100%;
	margin-bottom: 32px;
}
.datas .listArea .listTitle h2{
	width: 150px;
	text-align: right;
	color: #000000;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 25px;
	border-bottom: 8px solid #993333;
}
.datas .listArea table td{
	line-height: 50px;
	text-align: center;
}
.datas .listArea table td a{
	color: #000000;
}

.datas .article{
	margin-bottom: 30px;
	width: 100%;
}
.datas .article h3{
	font-size: 1em;
	margin-bottom: 1em;
}
.datas .article p{
	font-size: 0.875em;
	line-height: 28px;
	text-indent: 2em;
	margin-bottom: 1em;
}
.datas .article a{
	font-size: 0.875em;
	color: #095f8a;
	font-weight: 600;
}
.datas .article .gallery{
	width: 90%;
	margin: 0 auto;
}
.datas .article .gallery img{
	width: 100%;
}
.datas .article .gallery p{
	text-align: center;
}

@media only screen and (max-width: 1200px) {
	.dataInfo{
		width: 98%;
		margin: 0 auto;
	}
	.dataInfo .dataSubNav{
		width: 25%;
	}
	.dataSubNav .accordion{
		margin-right: 0;
		width: 100%;
	}
	.dataInfo .dataPackage{
		width: 75%;
	}
	.dataInfo .dataPackage .dataContent{
		width: 100%;
		margin-left: 0;
	}
	.route_navigation{
		width: 98%;
	}
}
@media only screen and (max-width: 1024px) {
	.dataInfo .dataSubNav{
		display: none;
	}
	.dataInfo .dataPackage{
		width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	.dataInfo{
		font-size: 0.875em;
	}
}
@media only screen and (max-width: 480px) {
	.dataPackage .accordion .link p{
		width: 88%;
		padding-left: 10%;
		margin-right: 2%;
	}
}
@media only screen and (max-width: 400px) {
	.dataInfo{
		font-size: 0.75em;
	}
}



























