@CHARSET "UTF-8";
.head img{
	max-width: 1950px;
	min-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.head{
	background-color: #F6F6F6;
}
.all{
	background-color: #F6F6F6;
	padding: 20px 0;
}
.main{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
.main > .left{
	background: #fff;
	float: left;
	width: 20%;
	margin-right: 27px;
}
.main > .left .one p{
	border-radius: 5px;
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	background: #e91b05;
	color: white;
	line-height: 50px;
}
.main > .left .three li{
	width: 100%;
	height: 50px;
	line-height: 38px;
	margin-bottom: 8px;
	margin-left: -5px;
}
.main > .left .three li a:hover{
	border-radius: 5px;
	border: 2px solid #e91b05;
	color: #e91b05;
}
.main > .left .three li a{
	width: 100%;
	height:50px;
	padding: 5px 25px 0 0;
	display: inline-block;
	text-indent: 23px;
	font-size: 22px;
	text-decoration: none;
	text-align: center;
	margin: 5px;
	border-bottom: 1px solid #ababab;
	font-weight: lighter
}
.in{
	border-radius: 5px;
	border: 2px solid #e91b05 !important;
	color: #e91b05 !important;
}
.main > .left .four{
	margin-top:50px;
	width: 100%;
	padding: 10px;
}
.main > .left .four img{
	width: 100%;
}
.main > .right{
	width: 77%;
	background: #fff;
	padding: 20px;
}
.main > .right .one{
	overflow: hidden;
}
.main > .right .one > .left{
	float: left;
}
.main > .right .one > .left img{
	float: left;
	margin-top: 8px;
	margin-right: 6px;
}
.main > .right .one > .left h3{
	font-size: 19px;
	float: left;
	margin: 0;
}
.main > .right .one > .right {
	float: right;
	font-size: 14px;
	line-height: 25px;
}
.main > .right .one > .right span{
	font-size:14px;
}
.main > .right .one > .right a{
	color: #337ab7;
	font-size:14px;
	margin-left: 5px;
}
.main > .right .one > .right a:hover{
	color: #282828;
}
.main > .right  .two{
	overflow: hidden;
}

.main > .right .two span{
	display: block;
	height: 1px;
	margin: 11px 0 15px;
}
.main > .right .two > .bordera{
	float:left;
	height:10px;
	width:13%;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}
.main > .right .two > .borderb{
	float:right;
	height:10px;
	width:85%;
	border: 1px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 10px;
}

.main > .right .three li{
	width: 100%;
	height:45px;
	overflow: hidden;
	line-height: 38px;
	border-bottom: 1px dashed #ababab;
	margin-bottom: 8px;
}
.main > .right .three li a{
	font-size:18px;
	color: #686868;
}
.main > .right .three li a:hover{
	color: #337ab7;
}
.main > .right .three li p{
	display: block;
	float: right;
	font-size: 15px;
	color: #686868;
	margin: 0 0 10px;
}


.bottom{
	width: 1200px;
	display: block;
	height: 100px;
	line-height: 101px;
	background-color: white;
	display: block;
	margin: 0 auto;
}
.bottom li{
	float: left;
	margin-left: 105px;
}
.bottom li img{
	margin: 30px auto;
}
.bottom p{
	margin-left:15px;
	float: right;
}



