/**************重设浏览器默认样式[参考yahoo]**************/ 
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	color: #333;
	font-size: 14px;
	text-align: left;
	font-family: "Microsoft YaHei",arial,tahoma,\5b8b\4f53,sans-serif;
	-webkit-font-smoothing:antialiased;
	margin: 0 !important;
	padding: 0 !important;
	width:100% !important;
	height:100% !important;
	overflow: auto  !important;
	left:auto   !important;
	right:auto   !important;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, span, img, table {
	margin: 0;
	padding: 0;

}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #8c010b;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

fieldset, img {
	border: 0;
	max-width:100%;
}

.nr img{
    max-height:100%;
    height:auto !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
} /* 去掉各Table  cell 的边距并让其边重合 */
th {
	text-align: inherit;
} /* IE bug fixed: th 不继承 text-align*/
iframe {
	display: block;
} /* ie6 7 8(q) bug 显示为行内表现 */
sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/*to enable resizing for IE*/
input, textarea, select {
	*font-size: 100%;
}
/* 清理浮动 */
.clearfix {
	*zoom: 1;
}/*IE6 7 只要触发layout即可*/
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	display: block;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/* 隐藏 */
.hide {
	display: none;
}

.l {
	float: left
}

.r {
	float: right
}

/*-------------------外围-------------------*/
.w1200 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden
}

.w1170 {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden
}

.w1282 {
	width: 1282px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden
}

.w1218 {
	width: 1218px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden
}
/*-------------------通用-------------------*/
/*-------------------头部-------------------*/

.header {
	height: 125px;
	width: 1200px;
	margin: 0 auto
}

.header .logo {
	float: left;
	margin-top: 25px;
	width: 870px
}

.header .search {
	margin-top: 20px;
	float: right;
	width: 320px
}

.searchfor {
	float: right;
	background-color: #FFF;
	margin-top: 10px
}

.header .search a {
	color: #414141;
	padding: 0px 6px;
	font-size: 13px
}

.searchfor_txt {
	border: none;
	background-color: #FFF;
	width: 205px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	outline: none;
	color: #000;
	padding-left: 10px;
	float: right;
	border: 1px solid #034b87
}

.searchfor_btn {
	border: none;
	width: 55px;
	height: 32px;
	padding: 5px;
	background-color: #034b87;
	float: right;
	color: #FFF;
	margin-left: 10px
}


/*-------------------导航-------------------*/

.nav-box {
	clear: both;
	height: 46px;
	background: url(../images/index_07.jpg) repeat-x;
}

.ddsmoothmenu {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background: url(../images/index_07.jpg) repeat-x;
	padding-top: 5px;
	margin: 0 auto;
	width: 1200px;
}

.ddsmoothmenu ul li {
	DISPLAY: block;
	FLOAT: left;
	WIDTH: 116px;
	LINE-HEIGHT: 33px;
	POSITION: relative;
	TEXT-ALIGN: center;
	border-left: 2px #FFFFFF solid;
	margin-top: 0px;
	color: #8d0000
}

.ddsmoothmenu ul LI a {
	DISPLAY: block;
	WIDTH: 116px;
	TEXT-DECORATION: none;
	color: #fff;
}

.ddsmoothmenu li.cur a,
.ddsmoothmenu li a:hover {
	text-decoration: none;
	background-color: #9f4a48;
	color: #fff!important;
}

.ddsmoothmenu ul li A:link {
	COLOR: #fff
}

.ddsmoothmenu ul li A:visited {
	COLOR: #fff
}

.ddsmoothmenu ul li A:hover {
	COLOR: #fff
}

.ddsmoothmenu ul li ul {
	LEFT: 0px;
	VISIBILITY: hidden;
	POSITION: absolute
}

.ddsmoothmenu ul li ul li {
	BACKGROUND: #8d0000;
	FLOAT: left;
	WIDTH: 116px;
	LINE-HEIGHT: 32px;
	border-right: 2px #FFFFFF solid;
	border-bottom: 2px #FFFFFF solid;
}

.ddsmoothmenu ul li ul li:first-child {
	WIDTH: 116px;
}

.ddsmoothmenu ul li ul li:first-child A {
	WIDTH: 116px;
	border-top: 2px  #FFFFFF solid
}

.ddsmoothmenu ul li ul li A {
	DISPLAY: block;
	WIDTH: 116px;
	TEXT-DECORATION: none;
	color: #fff !important;
	BACKGROUND: #6d6a62;
}

.ddsmoothmenu ul li ul li A:hover {
	BACKGROUND: #9f4a48 !important;
	color: #fff !important
}

.ddsmoothmenu ul li ul li ul {
	TOP: 0px
}

.downarrowclass {
	DISPLAY: none;
	POSITION: absolute
}

.rightarrowclass {
	DISPLAY: none;
	POSITION: absolute
}

.ddshadow {
	BACKGROUND: silver;
	LEFT: 0px;
	WIDTH: 0px;
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: 0px
}

.toplevelshadow {
	opacity: 0.8
}

.pagination {
	color: #677671;
	text-align: right;
	clear: both;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 16px
}

.pagination a {
	border: 1px solid #729ae4;
	color: black;
	color: #729ae4
}

.pagination a, .pagination span {
	padding: 3px 10px;
	margin: 0 2px;
	margin-bottom: 5px;
}

.pagination .current {
	background: #729ae4;
	color: #fff;
	border: 1px solid #729ae4;
}

.pagination .current.prev, .pagination .current.next {
	color: #999;
	border-color: #999;
	background: #729ae4;
}

.pagination2 {
	color: #505050;
	text-align: right;
	clear: both;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 14px;
	font-family: "宋体"
}

.pagination2 a {
	color: black;
	color: #505050
}

.pagination2 a, .pagination2 span {
	margin: 0 2px;
	margin-bottom: 5px;
}

.pagination2 .current {
	background: #505050;
	color: #fff;
}

.pagination2 .current.prev, .pagination .current.next {
	color: #999;
	border-color: #999;
	background: #729ae4;
}
/*-------------------底部-------------------*/
.foot {
	color: #000;
	font-size: 14px;
	background: url(../images/foot_02.jpg) repeat;
	margin-top: -100px;
	overflow: hidden;
	padding-bottom: 30px
}

.foot .footbg {
	background: url(../images/footbg.png) repeat;
	width: 1212px;
	overflow: hidden
}

.foot .foot985 {
	width: 985px;
	margin: 0 auto;
	padding-top: 20px
}

.foot .foot985 .list {
	float: left;
	width: 135px;
	color: #FFF
}

.foot .foot985 .list a {
	color: #Fff
}

.foot .foot985 .list p {
	font-size: 12px;
	line-height: 25px
}

.foot .foot985 .list h2 {
	font-size: 14px;
	font-weight: bold
}

.foot .footer {
	background: url(../images/footbg1.png) repeat;
	margin-top: 30px;
	color: #FFF;
	padding: 30px 0px;
	width: 1212px;
	overflow: hidden
}

.foot .footer p {
	text-align: center;
	line-height: 35px
}

.foot_nbg {
	color: #000;
	background: url(../images/foot_02.jpg) repeat;
	overflow: hidden;
}

.footer_n {
	color: #FFF;
	padding: 30px 0px;
	background: url(../images/footbg.png) repeat;
	margin: 10px auto;
	width: 1200px;
}

.footer_n p {
	text-align: center;
	line-height: 35px
}

.footer_n_s {
	color: #FFF;
	padding: 30px 0px;
	background: url(../images/footbg.png) repeat;
	margin-top: 20px
}

.footer_n_s p {
	text-align: center;
	line-height: 35px
}


