/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
}

a:link, a:visited { color: #000000; text-decoration: none;} 
a:active, a:hover { color: #003366; text-decoration:underline;}

a.my1:link   {color:#143671; font-weight:bold; text-decoration:none}   /*   未访问的链接   */   
a.my1:visited   {color:#143671;  text-decoration:none}   /*   已访问的链接   */   
a.my1:hover   {color:#143671; text-decoration: underline}   /*   鼠标在链接上   */   
a.my1:active   {color:#143671;   text-decoration:underline}   /*   激活链接   */  

#aaa {border-top:1px dashed #cccccc;height: 1px;overflow:hidden;}   /*虚线 */




A.my:link {
COLOR: #FFFFFF; TEXT-DECORATION: none;FONT-SIZE: 10px
}                                                       
A.my:active {
COLOR: #FFFFFF; TEXT-DECORATION: none;FONT-SIZE: 10px
}                                                      
A.my:visited {
COLOR: #FFFFFF; TEXT-DECORATION: none;FONT-SIZE: 10px
}                                                      
A.my:hover {
BORDER-TOP-WIDTH: 1PX; BORDER-LEFT-WIDTH: 1PX; COLOR: #FFFFFF; BORDER-BOTTOM: 1PX DOTTED; BORDER-RIGHT-WIDTH: 1PX; TEXT-DECORATION:none}
                                                       

h1 {
    letter-spacing: 3px;
	margin: 10px 10px 0px 10px;
	padding: 10px 10px 0px 10px;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	line-height:24px;
}

h2 {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 10px;
	font-size: 16px;
	color: #ffffff;
	background: #26405b;
	background-image: url(images/bg3.gif);
	background-repeat: repeat-x;
}


h3 {
	letter-spacing: 4px;
	margin: 0;
	padding: 3px 0 3px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/bg3.gif);
	background-repeat: repeat-x;
}

h4 {
	letter-spacing: 4px;
	margin: 0;
	padding: 3px 0 3px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
}

h5 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #195fff;
}

p{
	margin: 0 0 15px 0;
}

img {
	border: none;
	margin: 0;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 5px;
}

#container {
	margin: auto;
	width: 960px;
	height: auto;
}

/* top panel */
#top_panel {
	width: 960px;
	height: 120px;
	margin: 0;
	padding: 0;
	background: #003 url(images/top.jpg) no-repeat;
}

#header {
	float: left;
	display: inline;
	margin: 10 0 0 5px;
	background: #FFFFFF;
}

#header #site_title{
	padding: 10px 0 8px 0;
	margin: 0;
	color: #FFF;
	font-size: 50px;
	font-weight: bold;
	background: none;
}

#header #slogan{
	padding-left: 3px;
	margin: 0;
	color: #CCC;
	font-size: 12px;
	font-weight: bold;
}

.ad_468x60 {
	float: right;
	color: #FFFFFF;
	margin: 40px 15px 0 0;
	width: 468px;
	height: 60px;
}

.ad_468x60 img{
	border: none;
}
/* end of top panel */

/*------------- Menu ------------------*/
#menu {
	width: 960px;
	height: 35px;
	background: #39526b;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #e6edf2;
}

#menu ul {
	float: left;
	width: 750px;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	padding: 0 23px;
	font-size: 13px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#menu ul li .lastmenu{
	border-right: none;
}

#menu li a:hover, #menu li .current{
	color: #b3d7fc;
}

#menu form{
	float: right;
	width: 170px;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: left;	
}

#menu form input{
	width: 120px;
	color: #666699;
	height: 20px;
	border: 1px solid #666;
}

#menu form .button{
	border: none;
	background: none;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	width: 40px;
}
/* ----------------- end of menu----------------*/

#content {
	width: 960px;
	margin-bottom: 25px;
	height: 1200px;
}

#content #content_left {
	float:left;
	width: 640px;
	padding: 0 10 0 0;	
	border-right: 1px solid #CCCCCC;
}

#content #content_right {
	float: right;
	width: 300px;
	border: px solid #CCCCCC;
}

#content_left .tempaltemo_content_left_section_01 {
	clear: both;
	width: 640px;
}

.tempaltemo_content_left_section_01  .section_01_two_col {
	float: left;
	width: 300px;
	margin: 0 15px 0 0;
}

.section_01_two_col .section_01_box {
	width: 100%;
	padding: 0 0 10px 0;
	line-height:2em;

}
.section_01_box .section_01_box_title{
	font-size: 14px;
}

.section_01_box img{
	float: left;
	margin: 3px 15px 0 0;
}

#content_left .tempaltemo_content_left_section_02{
	clear: both;
	width: 640px;
}

.tempaltemo_content_left_section_02  .section_02_box {
	float: left;
	width: 300px;
	border: 1px solid #CCCCCC;
	margin: 5px 10px 10px 0px;
}

.section_02_box .section_02_box_content{
	float: left;
	padding: 10px;
}

.section_02_box_content .section_02_box_content_title {
	font-weight: bold;
}

.section_02_box_content ul{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

.section_02_box_content ul li{
	padding: 0 0 5px 15px;
	margin: 0;	
	background: url(images/listicon.gif) top left no-repeat;
}

.section_02_box img {
	float: left;
	margin: 3px 15px 0 0;
}

#content_left .tempaltemo_content_left_section_03 {
	clear: both;
	width: 615px;

}

.tempaltemo_content_left_section_03 .section_03_box {
	float: left;
	width: 195px;
	margin: 10px 5px;


}

#content_right .content_right_section_01 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	width: 300px;
	margin: 5px 5px 0 0px;
	
}

.content_right_section_01 .blog_box {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}

.content_right_section_01 .blog_box h5 a{
	color: #195fff;	
}

.content_right_section_01 .blog_box span{
	color: #ff366f;
}


.content_right_section_01 .sister_links_box {
	float: left;
	width: 140px;
	padding-right: 10px;
}
.five001 {
margin:10px 0 10px 30px;

}
.STYLE5{
width:aoto;
}
.warp_table {
	border-collapse:collapse;
	width:960px;
	border:1px solid #4d9ab0;
	list-style-position: inside;
}
.warp_table td {border:1px solid #4d9ab0}

.blue_b {
	font-size: 12px;
	color: #0E336B;
	background-image: url(../images/bg1.gif);
	background-repeat: repeat-x;
	left: 200px;
	padding-left: 50px;
}
	 

/* ----- Footer ----- */
#footer {
	clear: both;
	padding: 10px 25px;
	width: 910px;
	text-align: center;
	background: #DDD;
	text-align: center;
	font-size: 11px;
	color: #666;
}

#footer p{
	margin-bottom: 10px;
	padding: 0;
	text-align: justify;
}

#footer a{
	font-weight: normal;
}

/* ----- End of Footer ----- */


/*------图片滚动效果-----*/
a1 { color:#213f71; font-size:9pt; text-decoration:none;}


a1:hover {color:#eb8923; }


/* product_img_roll */


.blk_18 {


overflow:hidden;


zoom:1;


font-size:12px;


border:1px solid #e3e3e3;


background:#f3f3f3;


width:615px;


margin-top:8px;


}


.blk_18 .pcont {


width:558px;


float:left;


overflow:hidden;


padding-left:5px;


}


.blk_18 .ScrCont {


width:32766px;


zoom:1;


margin-left:-5px;


}


.blk_18 #List1_1, .blk_18 #List2_1 {


float:left;


}


.blk_18 .LeftBotton, .blk_18 .RightBotton {


width:15px;


height:74px;


float:left;


background:url(images/picr_1_01.gif) no-repeat;


}


.blk_18 .LeftBotton {


background-position: 0 0;


margin:8px 5px 0;


}


.blk_18 .RightBotton {


background-position: 0 -100px;


margin:8px 1px 10px 5px;


}


.blk_18 .LeftBotton:hover {


background-position: -20px 0;


}


.blk_18 .RightBotton:hover {


background-position: -20px -100px;


}


.blk_18 .pl img {


display:block;


cursor:pointer;


border:none;


margin:6px auto 1px auto;


}


.blk_18 .pl {


width:105px;


border:1px solid #f3f3f3;


float:left;


float:left;


text-align:center;


line-height:24px;


}


.blk_18 a.pl:hover {


border:1px solid #5dacec;


color:#5dacec;


background:#fff;


}
