/*公共样式*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
body {
	font: 12px \5b8b\4f53, tahoma, arial, sans-serif;
}
ol, ul, li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: middle;
}
a img {
	border: 0;
}
.clear {
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
	margin-top: -1px;
}
h4 {
	font: 200 14px/18px "\5B8B\4F53";
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #c41919;
}
/*弹出窗口样式*/
#msgboxDiv {
	z-index: 100001;
	background: white;
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	display: none;
	border: 5px solid #D2E6F8;
}
/*--头部-底部公共样式--*/

/*top样式*/

.top_ht {
	width: 100%;
	background: #f8f8f8;
	height: 40px;
	border-bottom: 1px solid #e7e7e7;
	line-height: 40px;
}
.w {
	width: 1200px;
	margin-left: auto;
	margin-right: auto
}
.top_ht_left {
	width: 200px;
	float: left;
}
.top_ht_right {
	width: 850px;
	float: right;
	text-align: right;
}
/*title样式*/
.logo {
	width: 290px;
	float: left;
	height: 93px;
	margin-top: 12px;
	margin-left: 5px;
}
.search {
	width: 425px;
	float: left;
	margin-left: 180px;
	background: #2c75b2;
	height: 35px;
	margin-top: 41px;
}
.t_seardh {
	width: 335px;
	height: 29px;
	background: #ffffff;
	float: left;
	margin: 3px;
	line-height: 29px;
	text-align: left;
	display: inline;
	position: relative;
}
.search .s_bottom {
	width: 82px;
	height: 34px;
	float: left;
}
.t_seardh .s_search {
	width: 28px;
	height: 29px;
	float: left;
}
.t_seardh .s_search_search {
	width: 300px;
	height: 29px;
	float: left;
}
.bt_1 {
	border: none;
	height: 24px;
	line-height: 24px;
	background: #fff;
	color: #999;
	margin-top: 2px;
}
.search .s_bottom {
	width: 84px;
	height: 35px;
	float: left;
}
.title_search_h {
	width: 680px;
	height: 24px;
	float: left;
	margin-top: 5px;
	line-height: 24px;
	text-align: left;
	color: #666666;
}
/*nav*/
.navs {
	background: #3a8bc1;
	height: 42px;
	margin-bottom: 4px;
	position: relative;
	margin-top: 0px;
	width: 100%;
	font-family: "microsoft yahei";
}
.innav {
	width: 1100px;
	height: 42px;
	line-height: 42px;
	position: absolute;
	top: -5px;
	float: left
}
.innav li {
	float: left;
	width: 124px
}
.innav a {
	color: #fff;
	font-size: 15px;
	display: block;
	text-align: center;
	height: 42px;
	margin-top: 5px;
	font-weight: bold;
}
.innav a:visited {
	color: #fff
}
.innav a:hover {
	background: #2c75b2;
	text-decoration: none;
	color: #fff
}
.innav li.current {
	border-top: 5px solid #e74c3c;
	background: #fff;
	float: left;
}
.innav li.current a {
	color: #333;
	margin-top: 0
}
.innav li.current a:visited, .innav li.current a:hover {
	color: #333;
	background: #fff
}
.car_hot {
	width: 25px;
	height: 15px;
	float: right;
	position: relative;
	top: -45px;
	right: 10px;
}
.nav_menu_right {
	width: 196px;
	float: right;
	margin-left: 14px;
	background: #2c75b2;
	height: 42px;
	line-height: 42px;
	color: #FFF;
	font-size: 15px;
	font-family: "microsoft yahei";
	font-weight: bold;
	text-align: left;
}
.nav_menu_right .nav_menu_right_tb {
	width: 22px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	height: 22px;
	margin-top: 11px;
	display: inline;
}
/*link样式*/
.link_box {
	width: 1200px;
	float: left;
	margin-top: 15px;
	height: 115px;
}
.link_box .link_boc_dh {
	width: 1198px;
	height: 38px;
	background: #f7f7f7;
	float: left;
	border: 1px solid #ebebeb;
	font-size: 14px;
	color: #494949;
	text-align: center;
}
.link_hover {
	width: 100px;
	background: #FFF;
	border-top: 2px solid #3a8bc1;
	height: 39px;
	line-height: 39px;
	float: left;
	border-right: 1px solid #ebebeb;
	position: relative;
	top: -1px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
.link {
	width: 1180px;
	padding: 15px 10px;
	float: left;
}
.link li {
	margin-right: 20px;
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 25px;
}
.link li a {
	color: #494949;
	text-decoration: none;
}
.link li a:hover {
	color: #ff0000;
	text-decoration: underline
}
/*foot样式*/
.foot_nav {
	width: 100%;
	height: 44px;
	background: #3a8bc1;
	margin-top: 12px;
}
.foot_nav .foot_nav_nav {
	width: 780;
	height: 44px;
	text-align: center;
	float: left;
	font-family: "microsoft yahei";
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin-left: 110px;
}
.foot_nav_nav li {
	margin-right: 50px;
	height: 44px;
	float: left;
	line-height: 44px;
}
.foot_nav_nav li a {
	color: #FFF;
}
.foot_nav_nav li a:hover {
	color: #ffff00;
}
.foot {
	width: 1200px;
	float: left;
	margin-top: 15px;
	height: 158px;
}
.foot .foot_left {
	width: 280px;
	float: left;
	margin-top: 8px;
}
.foot_left li {
	width: 113px;
	height: 110px;
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	display: inline;
}
.foot .foot_right {
	width: 900px;
	float: left;
	margin-top: 30px;
	line-height: 30px;
	margin-left: 15px;
}
/*--头部-底部公共样式--*/



/*栏目导航移上菜单 */

.mycc-2013_top {
	float: left;
	position: relative;
	z-index: 999;
	width: 102px;
}
.mycc-2013_top dt {
	position: absolute;
	z-index: 111;
	width: 94px;
	height: 39px;
	line-height: 39px;
	*line-height:39px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #f8f8f8;
	border-bottom: none;
	background-image: url(../images/ico_201.png);
	background-repeat: no-repeat;
	padding-left: 2px;
}
.mycc-2013_top dl.hover dt {
	height: 39px;
	line-height: 39px;
	border: 1px solid #e7e7e7;
	border-bottom: none;
	background-image: url(../images/ico_202.png);
	background-repeat: no-repeat;
}
.mycc-2013_top dd {
	float: left;
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 76px;
	border: 1px solid #E3E3E3;
	border-top: none;
	background: #f8f8f8;
	line-height: 28px;
	padding-left: 20px;
}
.mycc-2013_top dd a:hover {color:#F00; text-decoration:underline}
.mycc-2013_top dl.hover dd {
	display: block;
}
.top_ht_lefts {
	width: 150px;
	float: left;
	font-size: 14px;
	display: inline;
	position: relative;
}