@charset "utf-8";
/* CSS Document */
* { margin:0px; padding:0px;}
body { font: 12px ,"宋体", Helvetica,Arial,sans-serif;}
form, img { margin: 0; border: 0; }
a{ color:#000000; text-decoration:none;}
.m-ul{float:left;}
.m-ul li{float:left;display:block;}
li{ list-style-type:none;}

.main{ padding:5px;}/*--- 控制模块外间距 ---*/
.m-left{ margin-left:5px;}
.m-right{ margin-right:5px;}
.m-top{ margin-top:10px;}
.m-bottom{ margin-bottom:10px;}
.left{ float:left;}
.right{ float:right;}

.top{ width:980px; height:110px; background:url(menubg.gif) repeat-x bottom;}
.topCall{background:url( call.png) no-repeat left ; padding-left:85px;height:26px; line-height:26px; clear:both; margin-top:10px;}
.topCall span{ color:#000000; font-size:12px; font-weight:900; font-family:"宋体"}
.topCall1{margin-top:10px; margin-left:87px; clear:both; width:140px;}
.topCall1 a{ color:#000000; font-size:14px; text-decoration:none; font-family:"微软雅黑"}


.menu{ width:980px; height:32px; line-height:32px; margin-top:5px;*margin-top:15px;_margin-top:15px; clear:both; float:left;} 
.menu-main{ width:980px; height:100%;}
.showPic{ width:980px; height:270px; margin-top:10px;}

.footer{ width:980px; height:100px; clear:both; margin-top:15px;}
.footer1{ width:980px; height:30px;background:#b5dfad; line-height:30px;}
.footer1 ul{ width:970px; height:30px; margin-left:10px;}
.footer1 li{ height:30px; line-height:30px;}
.footer1 a{ text-decoration:none; color:#333333; font-size:12px;}
.footer2{ width:980px; height:30px; line-height:30px;color:#333333; text-decoration:none; font-size:12px; }
.footer2 a{color:#333333; text-decoration:none; font-size:12px;}


.part{ width:980px; height:auto; margin-top:20px;}
.part0{ width:260px; float:left; overflow:hidden; clear:left; padding-bottom:10px;}
.part0-1{ width:260px; height:33px; background:url(last6.gif) repeat-x bottom; padding-bottom:8px;}
.part0-1 h2{ background:url(ioc1.png) no-repeat; font-size:14px; color:#424142; text-decoration:none; text-indent:30px; height:26px; line-height:26px; text-align:left; float:left;}
.part0-2{}
.part0-2 li{ width:250px; background:url(last4.gif) no-repeat center left; height:25px; border-bottom:#707070 dotted 1px;}
.part0-2 span{line-height:30px!important; line-height:25px; text-indent:15px; text-decoration:none; color:red; font-size:12px; float:left; text-align:left;}
.part0-2 li a{ line-height:30px!important; line-height:25px; text-indent:15px; text-decoration:none; color:#707070; font-size:12px; float:left; text-align:left;}

.part2{ width:700px; height:170px; float:right; overflow:hidden; border-bottom:#a5bbd0 solid 1px;  }
.part2-1{ width:700px; height:33px; background:url(last6.gif) repeat-x bottom; padding-bottom:8px;}
.part2-1 h2{ background:url(ioc2.png) no-repeat; font-size:14px; color:#424142; text-decoration:none; text-indent:30px; height:26px; line-height:26px; text-align:left; float:left;}
.part2-2{ margin-left:20px;}
.part2-2 li{ width:220px;height:120px; }
.part2-2 li p{ color:#424142; font-size:14px; text-align:left; text-decoration:none;}
.part2-2 li ul{ background:url(last3.gif) no-repeat left center;; width:211px; height:102px;float:left;}
.part2-2 li ul li{ background:url(last5.gif) no-repeat center left; width:200px; height:20px; margin-left:5px; margin-top:5px; }
.part2-2 li ul li a{ line-height:20px; text-indent:15px; text-decoration:none; color:#707070; font-size:12px; float:left; text-align:left;}


.part1{ width:980px; height:63px;clear:both; clear:both; padding-top:5px;padding-bottom:5px;}
.part1-1{ width:980px; height:63px; background:url(menubg.gif) repeat-x bottom; padding-bottom:8px; float:left;}
.part1-1 h2{ background:url(ioc3.png) no-repeat  center left; font-size:14px; color:#424142; text-decoration:none; text-indent:30px; height:63px; line-height:63px; text-align:left; float:left;}
.part1-1 span{height:63px; line-height:63px; text-align:left; float:left; font-size:12px; color:#006fb1;}
.part1-1 img{ width:203px; height:63px; float:right; }
.part1-2 li{ width:250px; background:url(last4.gif) no-repeat center left; height:25px; border-bottom:#707070 dotted 1px;}
.part1-2 li a{ line-height:30px!important; line-height:25px; text-indent:15px; text-decoration:none; color:#707070; font-size:12px; float:left; text-align:left;}
.plistbtbg{
	background-image:url(btnmore.jpg);
	background-repeat:repeat-y;
}


/* common styling */
/* set up the overall width of the menu div, the font and the margins */

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:80px; 
height:30px; 
color:#000; 
line-height:30px; 
font-size:12px;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#28b2d8; 

}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:30px;*top:28px;_top:28px; 
left:0; 
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#dae3eb; 
color:#000;
width:150px;
text-align:left;
text-indent:5px;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#eeeeee; 
color:#000;
}


.part3{ width:700px; height:auto; float:right; overflow:hidden; border-bottom:#a5bbd0 solid 1px; margin-bottom:10px; float:right; }
.part3-1{ width:700px; height:33px; background:url(last6.gif) repeat-x bottom; padding-bottom:8px;}
.part3-1p span{ font-size:12px;}
.part3-1 h2{ background:url(ioc2.png) no-repeat; font-size:14px; color:#424142; text-decoration:none; text-indent:30px; height:26px; line-height:26px; text-align:left; float:left;}
.part3-4{ width:690px; height:20px; line-height:20px; clear:both; border-bottom:#CCCCCC solid 2px; padding-bottom:5px;}
.part3-5{ width:690px; height:60px; line-height:20px; clear:both;  padding-bottom:5px; font-size:12px; text-align:left; float:left;}
.part3-5 a{font-size:12px; text-align:left;  color:#000000; text-decoration:none;}
.part3-6{ width:690px; height:auto; line-height:20px; clear:both;  padding-bottom:5px; font-size:12px; text-align:left; float:left; margin-top:10px;}
.part2-4 span{ font-size:12px;}
.part3-4 h3{ font-size:16px;}
.part3-2{ width:690px; height:300px; overflow:hidden; clear:both;}
.part3-2 li{ width:690px;height:25px; white-space:nowrap; float:right; text-align:left; font-size:12px;background:url(last5.gif) no-repeat center left; text-indent:10px;line-height:25px; border-bottom:#CCCCCC dotted 1px;}
.part3-2 li span { text-align:left;}
.part3-2 li span a{ color:#424142; font-size:12px; text-align:left; text-decoration:none;  }
.part3art{ width:700px; height:auto; float:right;  border-bottom:#a5bbd0 solid 1px; margin-bottom:10px; float:right; }

.part4{ width:260px; float:left; overflow:hidden; padding-bottom:5px; }
.part4-1{ width:260px; height:33px; background:url(last6.gif) repeat-x bottom;padding-bottom:8px; }
.part4-1 h2{ background:url(ioc1.png) no-repeat; font-size:14px; color:#424142; text-decoration:none; text-indent:30px; height:26px; line-height:26px; text-align:left; float:left;}
.part4-2{ width:258px; height:auto;border:#aec2d5 solid 1px; border-top:0px; padding-bottom:8px; }
.part4-2 li{ width:250px; background:url(last4.gif) no-repeat center left; height:25px; border-bottom:#707070 solid 1px; float:left; clear:both;}
.part4-2 li a{ line-height:30px!important; line-height:25px; text-indent:15px; text-decoration:none; color:#707070; font-size:12px; float:left; text-align:left;}
.part4-2 li a:hover{line-height:30px!important; line-height:25px; text-indent:15px; text-decoration:none; color:#ea2b3a; font-size:12px; float:left; text-align:left;}
.part4-2 li a:visited{line-height:30px!important; line-height:25px; text-indent:15px; text-decoration:none; color:#0000FF; font-size:12px; float:left; text-align:left;}

.part5{ width:690px;background:#eeeff5; padding-bottom:10px; float:left; clear:both;}
.index2-R1{ border-bottom:#d4d3d6 solid 2px; height:37px; line-height:37px; width:680px; padding-left:10px; color:#333333; font-size:14px; font-weight:900; text-align:left; float:left; text-decoration:none;}
.index2-R1 a{ color:#333333; font-size:14px; font-weight:900; text-align:left; float:left; text-decoration:none;}
.index2-R2{ width:155px;height:140px; border-right:#d4d3d6; border-right-style:solid; border-right-width:1px; }
.boder1{ border:#d4d3d6 solid 2px; background:#FFFFFF; padding:10px;}
.boder1 img{width:119px; height:75px;}
.index2-R3{ width:525px; padding-right:5px;}

.index3-R2{ width:330px;height:auto; border-right:#d4d3d6; border-right-style:solid; border-right-width:1px; }
.boder2{ border:#d4d3d6 solid 2px; background:#FFFFFF; padding:10px;}
.boder2 img{}
.index3-R3{ width:320px; padding-right:5px;}


.index2-R4{ border-bottom:#d4d3d6; border-bottom-style:solid; border-bottom-width:1px; height:auto; padding-bottom:15px;width:100%; height:auto; margin-top:10px; text-align:left; line-height:20px; font-size:12px; clear:both; float:left; }
.part6{ width:700px;background:#eeeff5; height:auto; padding-bottom:10px; float:left; clear:both;}
.part7{ width:690px; height:auto; clear:both; float:left; margin-top:10px;}


/*IM*/
#fixed {
	Z-INDEX: 99999; POSITION: fixed; BOTTOM: 0px; left: 0px
}

#qqa{
font:"宋体"; font-size:12px
}
#qqb{
font:"宋体"; font-size:12px
}