/* CSS Document */

.wrap{ width:100%; background:url(../images/mianbg.jpg) repeat;}

.top{ width:100%; background:url(../images/tipbg.jpg) top repeat-x; }

.logo{ width:1000px; height:117px; margin:0 auto; padding-top:23px;}


/*========================nav ======================== */

.nav{ width:1000px; height:42px; margin:0 auto; background:url(../images/navbg.jpg) no-repeat; margin-bottom:10px;}

.nav ul li{ float:left; width:78px; line-height:42px; font-size:14px; text-align:center; background:url(../images/line.jpg) right no-repeat; padding:0 6px;}

.nav ul li a{ color:#FFF; width:78px; line-height:29px; }

.nav ul li a:hover{ color:#FFFF00; background:url(../images/navline.jpg) center no-repeat; display:inline-block; text-decoration:none;}

.nav ul li.none{  background:none;}


/*======================== main ======================== */

.mian{ width:980px; margin:0 auto; background:#FFF; padding:10px;}

.main1_left{ float:left; width:237px;}

.s_about{ background:url(../images/jjbg.jpg) no-repeat; padding:55px 10px 10px 10px; line-height:21px; margin-bottom:10px;}

.main1_right{ float:right; width:730px;}

.s_newscenter{ float:left; width:360px;}

.s_news_right_nr dl{ width:360px; height:90px; float:left; padding-bottom:5px;}
.s_news_right_nr dl a:hover strong { text-decoration:underline;}

.s_news_right_nr dt{ width:120px; height:90px; float:left; display:inline;}

.s_news_right_nr dd{ float:right; width:230px; padding-top:3px; font-size:12px; line-height:22px;}

.s_news_right_nr ul{float:left; width:360px;}
.s_news_right_nr ul li{ float:left; width:360px; line-height:32px; border-bottom:1px dotted #bbbbbb;}
.s_news_right_nr ul li a{ background:url(../images/dot.jpg) 0 50% no-repeat; padding-left:10px; }

.s_zyd{ width:730px; margin-top:5px;}
.s_zydnr ul li{ width:223px; height:188px; background:url(../images/pic4bg.jpg) no-repeat; padding:4px; float:left; margin:5px 6px; display:inline; font-size:14px; }
.s_zydnr ul li p{ width:223px; text-align:center; padding-top:5px;}


.s_zyd2{ width:980px; margin-top:5px;}
.s_zydnr{ height:230px;}
.s_zydnr ul li{ width:223px; height:188px; background:url(../images/pic4bg.jpg) no-repeat; padding:4px; float:left; margin:5px 6px; display:inline; font-size:14px; }
.s_zydnr ul li img{ width:223px; height:188px;}
.s_zydnr ul li p{ width:223px; text-align:center; padding-top:5px;}

.s_zspx{ float:right; width:360px;}


.main_banner{ width:980px; margin:10px 0;}

.zyjd{ float:left; width:475px;}
.zyjd_nr ul li{ background:#f4f1e2; padding:9px 15px; line-height:32px; margin:5px 0;}
.zyys{ float:right; width:475px;}

.zyys_left{ float:left; width:300px;}
.xiaxian{ border-bottom:1px dotted #d4d4d4; padding-bottom:5px; margin:4px 0; line-height:20px;}
.xiaxian span{font-weight:bold; }
.xiaxian a{ color:#3e101a;font-weight:bold;}
.zyys_left ul li{ float:left; width:300px; line-height:26px; border-bottom:1px dotted #bbbbbb;}
.zyys_left ul li a{ background:url(../images/dot.jpg) 0 50% no-repeat; padding-left:10px; }

.zyys_right{ float:right; width:150px;}

.linkcon{ width:980px; padding-top:2px; padding-bottom:2px;}

.linkcon ul li{ width:149px; height:44px; float:left; margin:3px 6px 3px 6px; border:#dddddd solid 1px; display:inline;}

.linkcon ul li img{ padding:2px;}


.footer_wai{ width:100%; background:url(../images/footerbg.jpg) repeat-x; padding:35px 0 15px 0;}

.footer{ width:1000px; margin:0 auto; color:#FFF; text-align:center;}
.footer a{color:#FFF;}
/* suspend */
.suspend{width:40px;height:198px;position:fixed;top:200px;right:0;overflow:hidden;z-index:9999;}
.suspend dl{width:120px;height:198px;border-radius:25px 0 0 25px;padding-left:40px;box-shadow:0 0 5px #e4e8ec;}
.suspend dl dt{width:40px;height:198px;background:url(../images/suspend.png);position:absolute;top:0;left:0;cursor:pointer;}
.suspend dl dd.suspendQQ{width:120px;height:85px;background:#ffffff;}
.suspend dl dd.suspendQQ a{width:120px;height:85px;display:block;background:url(../images/suspend.png) -40px 0;overflow:hidden;}
.suspend dl dd.suspendTel{width:120px;height:112px;background:#ffffff;}
.suspend dl dd.suspendTel a{width:120px;height:112px;display:block;background:url(../images/suspend.png) -40px -86px;overflow:hidden;}
* html .suspend{position:absolute;left:expression(eval(document.documentElement.scrollRight));top:expression(eval(document.documentElement.scrollTop+200))}