* {
	margin: 0;
	padding: 0
}

body {
	overflow: scroll;
	overflow-x: hidden;
	font-family: Microsoft YaHei
}

ul {
	list-style: none
}

a {
	text-decoration: none
}

input {
	outline: none
}

img {
	border-style: none
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale
}

i:hover {
	cursor: pointer
}

.section {
	width: 100%
}

.section .typeArea {
	width: 1200px;
	margin: 0 auto;
	position: relative
}

.subNavbar {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial,'Microsoft YaHei','宋体';
    list-style: none;
    border: none;
    color: #333;
    text-decoration: none;
    margin-top:20px;
    margin-bottom: 20px;
}

.section .typeArea .content-box {
	width: 1200px;
}

.section .typeArea .content-box .content {
	display: inline-block;
	width: 900px;
	float: left;
	border-right: 1px solid #DDD;
}

.section .typeArea .content-box .content .img {
	 margin-bottom: 20px;
}

.section .typeArea .content-box .content .img img{
	 width: 890px;
}

.fwgs-box {
	color: #444444;
	width: 890px;
}

.fwgs-title {
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: bold;
    color: #444;
    margin-bottom: 20px;
    text-align: center;
}

.fwgs-desc {
    font-size: 14px;
    font-family: Arial,'Microsoft YaHei','宋体';
    list-style: none;
    border: none;
    color: #333;
    text-decoration: none;
}

.fwgs-desc h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	padding-bottom: 15px;
}

.fwgs-desc h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 15px;
	padding-left: 15px;
	border-left: solid 3px #0068b7;
}

.fwgs-desc p{
	line-height: 25px;
	padding-bottom: 20px;
}

.fwgs-desc table{
	line-height: 25px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
}

.fwgs-desc table tr td{
	width: 200px;
	height: 25px;
	line-height: 25px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	 vertical-align: middle;
}

.fwgs-desc table tr .ttd{
	text-align: left;
	padding-left: 10px;
}

.section .typeArea .content-box .subMenu {
	display: inline-block;
	width: 300px;
	float: left;
}

.section .typeArea .content-box .subMenu li {
	list-style: none;
	text-align: left;
	margin-left: 10px;
}

.section .typeArea .content-box .subMenu li a{
	display: block;
	width: 200px;
	height: 30px;
	line-height:30px;
	padding-left: 10px;
	color: #337ab7;
	font-size: 12px;
    font-family: Arial,'Microsoft YaHei','宋体';
}

.section .typeArea .content-box .subMenu .parentMenu a{
	border-radius: 4px;
	background-color: #ddd;
}

.section .typeArea .content-box .subMenu .selectedMenu a{
	color: #ffffff;
	border-radius: 4px;
	background-color: #337ab7;
}