﻿@charset "utf-8"; 
div.hgroup{
	padding: 20px;
	background: #fff;
}
div.navLeft{
	float: left;
	width: 200px;
}
div.navLeft > p.title{
	background: #181818;
	color: #fff;
	font-size: 18px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
div.navLeft > ul{
	border:1px solid #e0e0e0;
	border-top: 0;
	padding: 0 10px;
	font-size:14px;
}
div.navLeft > ul > li{
	line-height: 50px;
	border-bottom: 1px dashed #e0e0e0;
	padding: 0 10px;
}
div.navLeft > ul > li > a {
	color: #2b2b2b;
}
div.navLeft > ul > li > a > span {
	padding-left: 10px;
}
div.navLeft > ul > li > a.on,
div.navLeft > ul > li > a:hover {
	color: #da271f;
} 
div.navLeft > ul > li.last{
	border-bottom: 0px;
}
div.hgroup > p.bread-crumb {
	font-size: 14px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
	margin-left: 240px;
	overflow: hidden;
}
div.hgroup > p.bread-crumb > span.h2{
	float: left;
	font-size: 16px;
	font-weight: 600;
	/*color:#da271f;*/
}
div.hgroup > p.bread-crumb > span > a{
	color: #343434; 
}
div.hgroup > p.bread-crumb >  span > a.on{
	font-weight: 600; 
}
div.hgroup > div.section {
	padding: 20px 0;
	margin-left: 240px;
	/*display: none;*/
}
div.hgroup > div.section > span{
	float: left;
	font-size: 50px;
	color: #656565;
	margin-right: 20px;
}
div.hgroup > div.section > h3{
	font-size: 14px;
	font-weight: 600;
	color:#da271f;
	line-height: 30px;
}
div.hgroup > div.section > p{
	line-height: 25px;
}
div.hgroup > div.section > div.img{
	text-align: center;
	padding: 20px;
}

#img_ID img{
	width: 100%;
}
#img_ID div{
	text-align: left;
	font-size:14px;
	width:320px;
}
#img_ID div p:first-child{
	font-size: 16px;
	color: #da271f;
}
#img_ID div:nth-child(1){
	position: absolute;
	left: 506px;
	top: 445px;	
}
#img_ID div:nth-child(2){
	position: absolute;
	left: 69px;
	top: 87px;	
}
#img_ID div:nth-child(3){
	position: absolute;
	left: 560px;
	top: 125px;	
}
#img_ID div:nth-child(4){
	position: absolute;
	left: 77px;
	top: 580px;	
}
#img_ID div:nth-child(5){
	position: absolute;
	left: 605px;
	top: 585px;	
}
