@charset "utf-8";

/* 代码整理：懒人之家 lanrenzhijia.com */

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a,
img {
	border: 0;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}


/* tabbtn */

.tabbtn {
	height: 30px;
	/*border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;*/
}

.tabbtn li {
	float: left;
	position: relative;
	margin: 0 0 0 -1px;
}

.tabbtn li a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	width: 108px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}

.tabbtn li.current {
	border-left: solid 1px #d5d5d5;
	border-right: solid 1px #d5d5d5;
	border-top: solid 1px #c5c5c5;
}

.tabbtn li.current a {
	border-top: solid 2px #0098CA;
	height: 27px;
	line-height: 27px;
	background: #fff;
	color: #0098CA;
	font-weight: 800;
}


/* tabcon */

.tabcon {
	border-width: 0 1px 1px 1px;
	border-color: #ddd;
	border-style: solid;
	position: relative;
	/*必要元素*/
	height: 155px;
	overflow: hidden;
}

.tabcon .subbox {
	position: absolute;
	/*必要元素*/
	left: 0;
	top: 0;
}

.tabcon .sublist {
	padding: 5px 10px;
	height: 170px;
}


/* leftcon */

#leftcon .subbox {
	width: 9999em;
}

#leftcon .subbox .sublist {
	float: left;
	width: 664px;
}


/* sublist */

.sublist {
	padding: 10px;
}

.sublist li {
	height: 28px;
	line-height: 28px;
	font-size: 12px;
}

.sublist li span {
	margin: 0 5px 0 0;
	font-family: "宋体";
	font-size: 12px;
	font-weight: 400;
	color: #ddd;
}


/*自定义样式*/

* {
	padding: 0;
	margin: 0;
	list-style: none;
}

#fwdt {
	width: 990px;
	margin: 0 auto;
	height: 292px;
}

#fwdt .fwdt_right {
	width: 255px;
	border: 1px solid #DDDDDD;
	height: 289px;
	float: right;
}

#fwdt .fwdt_left {
	float: left;
}

#fwdt .fwdt_right ul {
	padding-top: 7px;
}

#fwdt .fwdt_right ul li {
	float: left;
	margin-left: 13px;
	text-align: center;
	margin-top: 20px;
}

#fwdt .fwdt_right ul li img {
	width: 80%;
}

#fwdt .fwdt_right h2 {
	color: #fff;
	height: 50px;
	line-height: 50px;
	background-color: #0098CA;
	text-align: center;
	font-size: 20px;
}

#fwdt .fwdt_right ul li a {
	text-align: center;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

.fwdt_tab_l {
	width: 30px;
	height: 185px;
	border: 1px solid #DDDDDD;
	border-right: none;
	float: left;
}

.fwdt_tab_l ul li {
	background-color: #fff;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	height: 75px;
}

.fwdt_tab_l ul li a {
	color: #000;
	display: block;
	text-decoration: none;
	font-size: 16px;
}

.fwdt_tab_l .liactive {
	background-color: #0098CA;
	height: 74px;
}

.fwdt_tab_l .liactive a {
	color: #FFFFFF;
}

.fwdt_tab_r {
	width: 685px;
	float: right;
	height: 185px;
}

.sublist ul li {
	float: left;
	width: 120px;
	border: 1px solid #ddd;
	height: 35px;
	line-height: 35px;
	margin-left: 35px;
	margin-top: 10px;
	text-align: center;
}

.sublist ul li:hover {
	background-color: #f0f0f0;
}

.sublist {
	overflow: scroll;
	overflow-x: hidden;
	height: 301px;
}

.sublist ul li img {
	width: 22%;
	float: left;
	margin-left: 10px;
	margin-top: 6px;
}

#fwdt .show {
	display: block;
}

#fwdt .hidden {
	display: none;
}

#rdfw {
	border: 1px solid #ddd;
	height: 92px;
	margin-top: 10px;
}

.rdfw_left {
	width: 30px;
	cursor: pointer;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #0098CA;
	color: #FFFFFF;
	float: left;
	height: 73px;
}

.rdfw_right {
	float: left;
}

.rdfw_right ul {
	width: 680px;
	padding-top: 10px;
}

.rdfw_right ul li {
	float: left;
	width: 16.6%;
	text-align: center;
}

.rdfw_right ul li img {
	width: 45%;
}

.rdfw_right ul li p a {
	font-size: 13px;
	color: #666666;
}