﻿/*
 *代码开发：北京市盛世阳光文化传播有限责任公司 
 * Copyright(c) 2000-2009, 北京市盛世阳光文化传播有限责任公司.
 * info@gonet.com.cn
 * http://www.gonet.com.cn
 * 版本：V1.659
 */

/*------------------------首页样式---------------------*/
.banner_index{margin:0 auto;padding-top:1px;border-top:1px #bde6f2 solid;}
.banner_index img{width:1002px;height:253px;}

.index{background:url(../images/index_bg.png) repeat-y;}
.index_top{height:15px;background:url(../images/index_top.png) no-repeat;}
.index_bottom{height:15px;background:url(../images/index_bottom.png) no-repeat;}
.index .title{height:25px;background:url(../images/title_i_bg.png) repeat-x;border:1px #aecfe0 solid;}
.index .title p{width:150px;float:left;color:#206fa7;font-weight:bold;font-size:14px;background:url(../images/arrow_01.png) no-repeat 15px 8px; text-indent:30px;padding:5px 0 0 0;}
.index .title a{width:60px;float:right;display:block;text-align:center;padding-top:6px;}

.index .lists td img{border:2px #ccdeed solid;padding:1px;width:82px;height:60px;}
.index .lists td a{color:#717171;}
.index .lists li{background:url(../images/arrow_03.gif) no-repeat 2px 8px;padding-left:10px;height:20px;overflow:hidden;}
/*Left*/
.index .left{width:262px;float:left;padding:0 6px 0 10px;}
.index .left .news{width:240px;margin:0 auto;}
.index .left .hr{width:262px;height:110px;background:url(../images/hr_index.png) no-repeat;margin:0 auto;}
.index .left .hr ul{width:170px;padding:35px 0 0 25px;}
.index .left .hr ul li{padding-right:5px;line-height:18px;}
.index .left .hr ul li a{color:#575757;}
/*Center*/
.index .center{width:473px;float:left;padding:0 5px;margin:0 0 0 3px;background:url(../images/index_c_bg.png) repeat-x bottom;}
.index .center table{width:450px;margin:0 auto;}
.index .center b{display:block;height:30px;line-height:15px;padding:5px 0;color:#4b4b4b;}
.index .center b a{color:#4b4b4b;}
.index .center .con_index{color:#5e5e5e;height:120px;margin:5px 0;overflow:hidden;width:100px;overflow:hidden;}
.index .center .con_index strong{font-weight:normal;}
.index .center td img{display:block;}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/*Right*/
.index .right{width:220px;float:right;padding-right:10px;}
#q_index{width:210px;height:136px;background:url(../images/linkbottom.png) no-repeat;}


/* CSS FOR SLIDESHOW SCRIPT */
.banner_index .imageSlideshowHolder{

	width:1002px;	/* Image width */
	height:253px;	/* Image height */		
	position:relative;	/* Don't remove this line */
}
/* Don't change these values */
.banner_index .imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:0px;
}

