/*========布局样式===========*/
#container { margin:0px auto; width:950px; }
#container #header #top { height:32px; background:url(../images/bg_top.png) repeat-x; position:relative; }
#container #header #top img{ margin-left:20px;}
#container #header #top #other_site { position:absolute; right:0px; top:9px; font-size:12px; }
#container #header #banner { height:120px; }
#container #header #nav { height:30px; text-align:center; background:url(../images/bg_nav.png) repeat-x;  /*display:none;*/ }
#container #header #nav #other_site { position:absolute; width:260px; right:0px; top:0px; }
#container #header #nav a { line-height:30px; margin:0px 30px; }

.box1_3{ border:1px solid #e4e4e4; _height:200px; min-height:200px;}
.box1_3 h3 { font-size:14px;  height:28px; line-height:28px; padding-left:10px; border-bottom:1px solid #e4e4e4; }
 .box1_3 ul{ padding-top:3px;}
 .box1_3 ul li { font-size:12px; line-height:24px; background:url(../images/bg_li.gif) 8px 3px no-repeat; padding-left:20px; }

/*-------------------------内容样式---------------------------*/
#container #content { margin:10px 0px; }
#container #content .box1, #container #content .box2 { min-height:230px; _height:230px; margin:10px auto;  }
#container #content .box2 { border:1px solid #e4e4e4; }
#container #content .box2 img{ border:1px solid #e3e3e3; border:1px solid #e3e3e3; padding:4px;}
#container #content .box2 table{ padding:10px;}
#container #content .box2 table tr td{ line-height:22px; padding:10px;}
#container #content .box2 .imgbox{ text-align:center; font-size:12px; margin:0px auto; margin-top:15px; color:#000000;}
#container #content .box2 .imgbox tr td{ padding:0px 5px;}
#container #content .box2 .img1_img3{ text-align:center;}
#container #content .box2 .img1_img3 h1{ font-size:14px; text-align:center; font-weight:bold; line-height:50px; color:red;}
#container #content .box2 .img1_img3 .img1_img3_sub p{ width:250px; margin:0px auto;}
#container #content .box2 .img1_img3 p{ line-height:26px; margin:0px; padding:0px; }
#container #content .box2 .img1_img3 .img1_img3_sub h3{ margin-left:20px; font-size:14px;  color:#003399;}
#container #content .box2 .img6_list{}
#container #content .box2 .img6_list tr td{ text-align:center;}
#container #content .box2 .img6_list tr td ul li{ line-height:28px; background:url(../images/bg_li.gif) 8px 3px no-repeat; text-align:left; padding-left:25px; font-size:14px;}
#container #content .box1 .box1_1, #container #content .box1 .box1_2, #container #content .box1 .box1_3 { float:left; min-height:230px; _height:230px; }
#container #content .box1 .box1_1 { width:310px; }
#container #content .box1 .box1_2 { width:390px; margin:0px 10px; }
#container #content .box1 .box1_3 { width:228px; border:1px solid #e4e4e4; }
/*-------------------------box1_2---------------------------*/
#container #content .box1 .box1_2 div { border:1px solid #e4e4e4; }
#container #content .box1 .box1_2 .Introduction { background:url(../images/bg_introduction.jpg) bottom left repeat-x; min-height:50px; _height:50px; padding:5px; line-height:22px; }
#container #content .box1 .box1_2 .Introduction .Focus1 { color:#CC0033; font-weight:bold; }
#container #content .box1 .box1_2 .main_title { padding:5px; margin-top:5px; text-align:center; background:url(../images/bg_introduction.jpg) bottom left repeat-x; }
#container #content .box1 .box1_2 .main_title h1 { text-align:center; font-family:"黑体"; line-height:36px; margin:2px auto; font-weight:normal; }
/*-------------------------box1_3---------------------------*/
#container #content .box1 .box1_3 h3 {  width:218px; }
#container #content .box1 .box1_3 ul{ padding-top:3px;}
#container #content .box1 .box1_3 ul li { font-size:12px; line-height:24px; background:url(../images/bg_li.gif) 8px 3px no-repeat; padding-left:20px; }
/*-------------------------box2---------------------------*/
#container #content .box2 .title { background:url(../images/bg_box2.png) no-repeat; height:30px; font-size:14px; font-weight:bold; line-height:30px; padding-left:10px; border-bottom:1px solid #e4e4e4; }

/*-------------------------box2 sub---------------------------*/
#container #content .box2 .box2_left,#container #content .box2 .box2_middle,#container #content .box2 .box2_right{ _height:200px; min-height:200px;}
#container #content .box2 .box2_left{ width:25%; float:left;}
#container #content .box2 .box2_middle{ width:47%; float:left;}
#container #content .box2 .box2_right{ width:25.7%; float:left;}
#container #content .no_border{ border:none;}
#container #content .margin_be{ margin:0px 10px;}
#slider {
    width: 300px; /* important to be same as image width */
    height: 222px; /* important to be same as image height */
    position: relative; /* important */
	overflow: visible; /* important */
}
#slider img{
    border: 0px;
}

#sliderContent {
	width: 300px; /* important to be same as image width or wider */
	position: absolute;
	top: 0px;
	margin-left: 0;
	left: 0px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 12px/14px Arial, Helvetica, sans-serif;
    padding: 5px 10px;
    width: 280px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 1;
	-khtml-opacity: 1;
    opacity: 1;
    color: #fff;
    display: none;
}
#slider .clear {
	clear: both;
}
#slider .sliderImage span strong {
    font-size: 14px;
}
#slider .top {
	top: 0;
	left: 0;
}
#slider .bottom {
	bottom: 0;
    left: 0;
}
#slider ul { list-style-type: none;}

/*--------------------------foot-------------------------------*/
#container #foot { text-align:center; padding-bottom:50px;}
#container #foot a { font-size:12px; }
#container #foot table { background:#f4f4f4; padding:10px 0px; border:1px solid #e3e3e3; margin-bottom:10px;}
#container #foot table tr td { line-height:24px; text-align:left; }