/* CSS Document */
@import url(style2.css);
@import url(zt.css);

body{
	color:#444;
	font-size:12px;
	font-family:"宋体", Arial, Verdana, Helvetica, sans-serif;
	margin:0px;
	text-align:center;
	background:url(body_bg.jpg) #f1f2f3 repeat-x 0px 77px;
}

ul,li {
	list-style:none;
	margin:0px;
	padding:0px;
}

input {
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

td {
	vertical-align:top;
}

.over {
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.break {
	table-layout:fixed;
	word-wrap:break-word;
}

.cls {
	clear:both;
	margin-top:-1px;
	width:100%;
	height:1px;
	visibility:hidden;
	overflow:hidden;
}

.aligncenter {
	text-align:center;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}

.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}

.border {
	border:1px #EEE solid;
}
.borderb {
	background:url(bg_dot.gif) repeat-x bottom;
}

.strong {
	font-weight:bold;
}
.lh27 {
	line-height:27px;
}
.spl {
	width:90%;
	height:11px;
	background:url(bg_dot2.gif) repeat-x 0px 5px;
}

.dn {
	display:none;
}


a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

a.blue:link {
	color:#0054a6;
	text-decoration: none;
}
a.blue:visited {
	color:#0054a6;
	text-decoration: none;
}
a.blue:hover {
	color:#0054a6;
	text-decoration: underline;
}

a.dark:link {
	color:#9a9a9a;
	text-decoration: none;
}
a.dark:hover {
	color:#9a9a9a;
	text-decoration: none;
}
a.dark:visited {
	color:#9a9a9a;
	text-decoration: underline;
}

a.blue2:link {
	color:#00aeef;
	text-decoration: none;
}
a.blue2:visited {
	color:#00aeef;
	text-decoration: none;
}
a.blue2:hover {
	color:#00aeef;
	text-decoration: underline;
}
a.blue3:link {
	color:#003e7c;
	text-decoration: none;
}
a.blue3:visited {
	color:#003e7c;
	text-decoration: none;
}
a.blue3:hover {
	color:#003e7c;
	text-decoration: underline;
}

a.orange:link {
	color:#ff6b02;
}
a.orange:visited {
	color:#ff6b02;
}
a.orange:hover {
	color:#ff6b02;
}
/*****************************/
.navcontainer {
	margin:12px auto;
}
.navbox {
	line-height:31px;
	font-weight:bold;
	text-align:left;
	text-indent:20px;
}
.box_01_t {
	 width:219px;
	 height:37px;
}
.box_01_m {
	 width:219px;
	 background-color:#FFF;
	 padding:10px 0px;
}
.box_01_b {
	width:219px;
	height:10px;
}
.box_01_list {
	color:#fb6b21;
	text-align:left;
	margin:0px 15px;
}
.box_01_list a:link, .box_01_list a:visited, .box_01_list a:hover {
	color:#fb6b21;
	font-weight:bold;
}

.box_02_t {
	width:432px;
	height:7px;
	background:url(box_02_1.jpg) no-repeat;
	overflow:hidden;
}
.box_02_m {
	width:432px;
	background-color:#FFF;
}
.box_02_b {
	width:432px;
	height:7px;
	background:url(box_02_3.jpg) no-repeat;
	overflow:hidden;
}

/*scrolling*/
.roll1 {
	float:left;
	width:320px;
	margin-left:10px;
	display:inline;
}
.roll1 img {
	border:1px solid #E0F1EB;
}
  
.roll2 {
	float:left;
	width:90px;
	cursor:pointer;
}
.roll2 ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:inline;
}
.roll2 li {
	float:left;
	height:66px;
	width:90px;
	margin-bottom:5px;
}
.roll2 ul li img {
	border:1px solid #E0F1EB;
	margin-top:2px;
	margin-left:4px;
	/*filter: gray*/;
}
  
.rollbg {
	background:url(icon_02.gif) no-repeat;
}
a.linkstyle:link, a.linkstyle:visited, a.linkstyle:hover {
	display:block;
	font-size:14px;
	color:#000;
	text-decoration:none;
	text-align:left;
	text-indent:30px;
	line-height:31px;
	background:url(icon_01.gif) no-repeat 8px 12px;
}

/*slct*/
.slct * {
	margin: 0;
	padding: 0;
}
.slct {
	width:108px;
	height:17px;
	border:1px solid #CCC;
	background-color:#FFF;
	text-align:left;
}
.slct div {
	width:108px;
	height: 17px;
	overflow:hidden;
}
/* 子选择器，在FF等非IE浏览器中识别 */
.slct>div {
	width:108px;
	height: 17px;
	overflow:hidden;
}
 
/* 通配选择符，只在IE浏览器中识别 */
* html .slct div select {
	display:block;
	width:110px;
	height: 21px;
	margin: -2px;
	color:#777;
	border:0px;
}
.slct div>select {
	display:block;
	width:110px;
	height: 21px;
	margin: -2px;
	padding: 0px;
	color:#777;
	border:0px;
}

.slct select>option {
	text-indent: 2px; /*option在FF等非IE浏览器缩进2px*/
}

.text {
	color:#787CAB;
	width:150px;
	height:17px;
	line-height:19px;
	border:1px #C9C9E5 solid;
	background-color:#FFF;
}

.box_03 {
	width:660px;
	background:url(box_03_2.jpg) #e2f0f5 repeat-y center top;
}
.box_03_container {
	width:660px;
	background:url(box_03_1.jpg) no-repeat center top;
}
.box_03_nav_n {height:50px; line-height:45px; text-align:right;}
.box_03_nav_n a {margin-right:10px;}

.box_03_b {
	width:660px;
	height:9px;
	background:url(box_03_3.jpg) no-repeat center top;
	overflow:hidden;
}
.pic_box_01 {
	width:141px;
	height:176px;
	background:url(pic_bg_01.jpg) no-repeat;
	text-align:left;
	vertical-align:top;
}
.pic_box_01 img {
	border:0px;
	margin:13px auto auto 13px;
}
.box_03_nav {
	height:57px;
	line-height:39px;
	text-indent:200px;
}
.pic_box_02 {
	width:179px;
	height:176px;
}
.pic_box_02_info_box {
	color:#003e7c;
	height:128px;
	line-height:19px;
	text-align:left;
	margin-left:10px;
}
.pic_box_02_btn_box {
	margin-left:10px;
	text-align:left;
}
.box_03_list {
	width:286px;
	text-align:left;
}
.box_03_list li {
	color:#003e7c;
	line-height:25px;
	background:url(bg_dot1.gif) repeat-x bottom;
}
.box_03_spl {
	height:15px;
	border-top:1px #FFF solid;
	margin-top:15px;
	width:620px;
}

.box_04 {
	width:274px;
	text-align:left;
	margin-left:9px;
}
.box_04_t {
	width:274px;
	height:51px;
	background:url(box_04_1.jpg) no-repeat;
}
.box_04_m {
	width:274px;
	height:320px;
	background:url(box_04_2.jpg) repeat-y;
}
.box_04_m_n {
	width:274px;
	height:320px;
	background:url(box_04_2_n2.jpg) repeat-y;
}
.box_04_b {
	width:274px;
	height:119px;
	background:url(box_04_3.jpg) no-repeat;
}
.box_04_m_con {
	margin-left:23px;
	text-align:center;
	overflow:auto;
	width:229px;
	height:320px;
}
.box_04_m_con_n {
	margin-left:17px;
	text-align:center;
	overflow:auto;
	width:240px;
	height:320px;
}
.box_05 {
	margin-left:13px;
}
.box_05_l {
	width:37px;
	background:url(box_05_6.jpg) repeat-y;
}
.box_05_l_btn {
	width:37px;
	height:100px;
	background:url(box_05_btn_bg.jpg) no-repeat;
}
.box_05_l_btn span {
	display:block;
	color:#fb6719;
	font-size:14px;
	font-weight:bold;
	margin-top:18px;
	text-align:center;
}
.box_05_r {
	width:233px;
	background:url(box_05_2.jpg) repeat-y;
}
.box_05_r_t1 {
	height:5px;
	background:url(box_05_1.jpg) no-repeat;
	overflow:hidden;
}
.box_05_r_pic img {
	margin-left:7px;
}
.box_05_r_info {
	color:#ff6b02;
	text-align:left;
	line-height:25px;
	margin:0px 10px;
}
.box_05_r_t2 {
	height:4px;
	background:url(box_05_3.jpg) no-repeat;
	margin-top:15px;
}
.box_05_r_m {
	background:url(box_05_4.jpg) repeat-y;
}

.box_05_r_b {
	height:15px;
	background:url(box_05_5.jpg) no-repeat right;
}

.box_05_r_m_list {
	text-align:left;
}
.box_05_r_m_list td {
	height:27px;
	line-height:27px;
	background:url(bg_dot1.gif) repeat-x bottom;
}
.box_05_r_m_list td img {
	margin-top:7px;
}
#scrollingbox_container {
	width:943px;
	height:194px;
	background:url(scrolling_bg.jpg) no-repeat;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
#scrollingbox {
	width:864px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#scrollingbox1 {
}
.scrollingpic {
	margin-top:42px;
}
.scrollingpic td {
	width:108px;
	text-align:center;
}
.scrollingpic td div {
	width:98px;
	height:122px;
	background:url(pic_bg_02.jpg) no-repeat;
	text-align:left;
}
.scrollingpic td div img {
	margin:9px auto auto 9px;
}
.scrollingpic td strong {display:block; line-height:21px;}
.scrollingpic td strong a:link,.scrollingpic td strong a:visited {color:#FD671B;}
#cateiconbox td {
	padding-bottom:25px; width:84px;
}

.box_06_t {
	width:194px;
	height:48px;
	color:#FFF;
	font-weight:bold;
	background:url(box_06_1.jpg) no-repeat;
	line-height:42px;
	text-align:left;
	text-indent:25px;
}
.box_06_m {
	width:194px;
	background:url(box_06_2.jpg) repeat-y;
}
.box_06_b {
	width:194px;
	height:15px;
	background:url(box_06_3.jpg) no-repeat;
}
.box_06_m_list {
	text-align:left;
}
.box_06_m_list td {
	height:25px;
	line-height:25px;
	background:url(bg_dot1.gif) repeat-x bottom;
}
.box_06_m_list td img {
	margin-top:6px;
}

.box_07_t {
	width:173px;
	height:44px;
	color:#FFF;
	font-weight:bold;
	background:url(box_07_1.jpg) no-repeat;
	line-height:44px;
	text-align:left;
	text-indent:25px;
}
.box_07_m {
	width:173px;
	background-color:#FFF;
	line-height:25px;
}
.box_07_m div {
	text-align:left;
	padding:5px 10px;
}
.box_07_b {
	width:173px;
	height:10px;
	background:url(box_07_3.jpg) no-repeat;
	overflow:hidden;
}