/* CSS Document */
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 24px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}
.button1 {
    background-color: white; 
    color: black; 
    border: 2px solid #4CAF50;
}

.button2 {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}
.banner{
	height:700px;
}
.lmnr1{

	color:#3385ce;
	font-weight:bold;
	width:100%;
	text-align:center;
}
.lmnr2{
	text-align:center;
	padding-top:5px;
}
.lmnr3{
	margin: 0 auto;
	width:1200px;
          text-align: center;
}
.c1{
	background:#ECEDE9;
	padding-top:90px;
	padding-bottom:90px;
}
.c1_title{
	width:325px;
	height:78px;
	border:5px solid #3385ce;
	margin:0 auto;
}
.c1_title_t1{
	font-family:"å¾®è½¯é›…é»‘";
	font-size:46px;
	color:#3385ce;
	font-weight:bold;
	width:100%;
	text-align:center;
	line-height:70px;
}
.c1_title_t2{
	font-family:"å¾®è½¯é›…é»‘";
	font-size:20px;
	color:#3385ce;
	font-weight:bold;
	text-align:center;
	width:200px;
	background:#ffffff;
	margin:0 auto;
	text-transform:uppercase;
}
.boxmain{
	max-width:1200px;
	margin:0 auto;
	padding:5px;

}
.tiao{
	width:100%;
	text-align: left;
	margin-top: 10px;
	color: #666;

}
.tiao1{
	margin-top: 50px;
}
.tiao a{
	color: #89b226;
	font-weight: bold;
	
}
.c1_list{
	padding-top:50px;
}
.c1_list ul li{
	float:left;
	margin-left:1%;
	margin-right:1%;
	width:23%;
	margin-bottom:30px;
}
.c1_titleText{
	width:100%;
	height:80px;
	line-height:80px;
	text-align:center;
	font-family:"å¾®è½¯é›…é»‘";
	font-size:18px;
	color:#323232;
	background:#ffffff;
}
.c1_img{
	overflow:hidden;
}
.c1_img img{
	width:100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.c1_img img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.c2{
	background:url(../images/bg1.jpg) center center no-repeat;
	padding-top:90px;
	padding-bottom:90px;
}
.c2_img{
	display:table;
	width:190px;
	height:190px;
	border:5px solid #ffffff;
	border-radius:100%;
	margin:0 auto;
	-webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
}
.c2_img div{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
}
.c2_img:hover{
	border:5px solid #89b126;
	-webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.c2_list{
	padding-top:60px;
	text-align:center;
}
.c2_list ul{
	font-size:0;
}
.c2_list ul li{
	display:inline-block;
	margin-left:50px;
	margin-right:50px;
}
.c2_list ul li a{
	display:block;
}
.c2_en{
	font-family:"å¾®è½¯é›…é»‘";
	font-size:16px;
	color:#ecece8;
	text-transform:uppercase;
	padding-top:25px;
	text-align:center;
}
.c2_ch{
	font-family:"å¾®è½¯é›…é»‘";
	font-size:16px;
	color:#ffffff;
	text-align:center;
	padding-top:8px;
}
.c2_jt{
	background:url(../images/jt.png) no-repeat;
	width:35px;
	height:13px;
	margin:0 auto;
	margin-top:8px;
}
.c3{
	background:#ECEDE9;
	padding-top:90px;
	padding-bottom:90px;
}
.c3_title_t1{
	font-family:"å¾®è½¯é›…é»‘";
	font-size:46px;
	color:#3385ce;
	font-weight:bold;
	width:100%;
	text-align:center;
	line-height:70px;
}
.c3_list{
	text-align:center;
	padding-top:60px;
}
.c3_list ul li{
	display:inline-block;
	width:30%;
	margin-left:1%;
	margin-right:1%;
	background:#ffffff;
	text-align:left;
}
.c3_list ul li a{
	display:block;
	padding:25px;
}
.c3_img img{
	width:100%;
}
.c3_t1{
	font-family:"å¾®è½¯é›…é»‘";
	font-size:18px;
	color:#ffffff;
	padding-top:15px;
}
.c3_t2{
	font-family:"å¾®è½¯é›…é»‘";
	font-size:14px;
	color:#666666;
	padding-top:15px;
	font-weight:100;
	line-height:24px;
}
.c3_jt{
	background:url(../images/jt2.png) no-repeat;
	width:64px;
	height:25px;
	margin:0 auto;
	margin-top:15px;
}
.c3_list ul li a:hover .c3_jt{
	background:url(../images/jt2_hover.png) no-repeat;
}
.c3_list ul li a:hover .c3_t1{
	color:#ffffff;
}
.c3_list ul li a:hover .c3_t2{
	color:#ffffff;
}
.c4{
	background:#ffffff;
	padding-top:90px;
	padding-bottom:90px;
}
.c4_list{
	text-align:center;
}
.c4_list ul li{
	display:inline-block;
	text-align:center;
	width:32%;
}
.c4_title{
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
	font-family:"å¾®è½¯é›…é»‘";
	text-align:center;
	padding-top:20px;
}
.c4_jt{
	background:url(../images/jt3.png) no-repeat;
	width:35px;
	height:13px;
	margin:0 auto;
	margin-top:15px;
}
.c5{
	background:#3385ce;
	padding-top:90px;
	padding-bottom:90px;
}
/* Ê×Ò³¶¯Ì¬±êÌâÀ¸ÑùÊ½ */
h1, h2, h3,h4, h5, h6 {margin: 0;}
.index_news{ background:#e3e3e3 ;width:100%; padding-bottom:30px;}
.new_list{ width:99%; margin:0.2%; float:left;  -webkit-animation:gdownIn 1s 0.7s both; -moz-animation:gdownIn 1s 0.7s both; animation:gdownIn 1s 0.7s both;}
.new_list h2{font-size:24px; margin:28px auto 28px;}
.new_list h5{font-size:16px; color:#8b8a8c; padding:1; margin-bottom:20px;}

/*ÍøÕ¾Í¨ÓÃµ×²¿ÑùÊ½*/
footer{
	background:#3385ce;
}
.footer_bottom{
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
}
.footer_bottom_t1{
	font-family:"å¾®è½¯é›…é»‘";
	font-size:18px;
	color:#ffffff;

}
.footer_bottom_t2{
	font-family:"å¾®è½¯é›…é»‘";
	font-size:28px;
	color:#ffffff;

}
.footer_bottom_t3{
	font-family:"å¾®è½¯é›…é»‘";
	font-size:12px;
	color:#ffffff;
}
/* ÍøÕ¾Á´½Ó×ÜµÄcss¶¨Òå:¿É¶¨ÒåÄÚÈÝÎªÁ´½Ó×ÖÌåÑÕÉ«¡¢ÑùÊ½µÈ */
a { text-decoration: none; } /* Á´½ÓÎÞÏÂ»®Ïß,ÓÐÎªunderline */
a:link { color: #000000; } /* Î´·ÃÎÊµÄÁ´½Ó */
a:visited { color: #333333; } /* ÒÑ·ÃÎÊµÄÁ´½Ó */
a:hover { color: #ae0927; } /* Êó±êÔÚÁ´½ÓÉÏ */
a:active { color: #0000ff; } /* µã»÷¼¤»îÁ´½Ó */
/* ¶¥²¿ÆµµÀÎÄ×ÖÁ´½ÓµÄcss¶¨Òå£­£­½«¶¥²¿ÆµµÀÎÄ×ÖÁ´½ÓÓëÍøÕ¾Á´½Ó×ÜµÄcss¶¨Òå·Ö¿ª£¬ÒÔºó¿ÉÒÔÖÆ×÷Éîµ×Ç³×ÖµÄ¸ñÊ½£¬Èç¹ûÒª±£³ÖÔ­À´µÄÉè¼ÆÑùÊ½£¬½«´Ë¶¨ÒåÄÚÈÝÉ¾³ý»ò¶¨Òå³ÉÓëÍøÕ¾Á´½Ó×ÜµÄcssÏàÍ¬¼´¿É¡£µ÷ÓÃ´úÂëÎª<a class='channel' ***>***</a> */
a.channel:link { color: #ffffff; }
a.channel:visited { color: #ffffff; }
a.channel:hover { color: #990000; }
a.channel:active { color: #ffffff; }
/* ¶¥²¿µ±Ç°ÆµµÀÎÄ×ÖÁ´½ÓµÄcss¶¨Òå£­£­µ÷ÓÃ´úÂëÎª<a class='channel2' ***>***</a> */
a.channel2:link { color: #ffff00; }
a.channel2:visited { color: #ffff00; }
a.channel2:hover { color: #ff6600; }
a.channel2:active { color: #ffff00; }
/* µ×²¿°æÈ¨ÐÅÏ¢ÎÄ×ÖÁ´½ÓµÄcss¶¨Òå£­£­Óë¶¥²¿ÆµµÀÎÄ×ÖÁ´½Ó¶¨ÒåµÄÏë·¨ÏàÍ¬¡£¿ÉÉèÖÃÓë¶¥²¿ÆµµÀÎÄ×ÖÁ´½Ó¶¨Òå²»Í¬µÄÎÄ×ÖÑÕÉ«£¬ÍøÒ³ÄÚ¶¨ÒåÒÔÔ¤Áô¡£µ÷ÓÃ´úÂëÎª<a class='bottom' ***>***</a> */
a.bottom:link { color: #ffffff; }
a.bottom:visited { color: #ffffff; }
a.bottom:hover { color: #ffff00; }
a.bottom:active { color: #ffffff; }
/* ÎÄÕÂÀ¸Ä¿±êÌâÎÄ×ÖÁ´½ÓµÄcss¶¨Òå£­£­¿ÉÉèÖÃÓë¶¥²¿ÆµµÀÎÄ×ÖÁ´½Ó¶¨Òå²»Í¬µÄÎÄ×ÖÑÕÉ«£¬ÍøÒ³ÄÚ¶¨ÒåÒÔÔ¤Áô¡£ÒªÏàÍ¬¿É²»ÉèÖÃ¡£µ÷ÓÃ´úÂëÎª<a class='class' ***>***</a> */
a.class:link { color: #ffffff; }
a.class:visited { color: #ffffff; }
a.class:hover { color: #ff0000; }
a.class:active { color: #ffffff; }
/* bodyµÄcss¶¨Òå:¶ÔÓ¦cssÖÐ"body"£¬¿É¶¨ÒåÄÚÈÝÎªÍøÒ³×ÖÌåÑÕÉ«¡¢±³¾°¡¢ä¯ÀÀÆ÷±ß¿òµÈ */
body { margin:0px; font-size: 9pt; text-decoration: none; scrollbar-face-color: #f6f6f6; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff; background-image: url(sznc/bg01.gif); background-repeat: repeat-x; }
/* µ¥Ôª¸ñµÄcss¶¨Òå:¶ÔÓ¦cssÖÐµÄ"td"£¬ÕâÀïÎª×ÜµÄ±í¸ñ¶¨Òå£¬ÎªÒ»°ã±í¸ñµÄµÄµ¥Ôª¸ñ·ç¸ñÉèÖÃ£¬¿É¶¨ÒåÄÚÈÝÎª±³¾°¡¢×ÖÌåÑÕÉ«¡¢ÑùÊ½µÈ */
td { font-family:"ËÎÌå"; font-size: 16pt; line-height: 150%; font-weight: normal; }
/* ÎÄ±¾¿òµÄcss¶¨Òå:¶ÔÓ¦cssÖÐµÄ"input"£¬ÕâÀïÎªÎÄ±¾¿òµÄ·ç¸ñÉèÖÃ£¬¿É¶¨ÒåÄÚÈÝÎª±³¾°¡¢×ÖÌå¡¢ÑÕÉ«¡¢±ß¿òµÈ */
/*input
{
background-color: #ffffff; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* °´Å¥µÄcss¶¨Òå:¶ÔÓ¦cssÖÐµÄ"button"£¬ÕâÀïÎª°´Å¥µÄ·ç¸ñÉèÖÃ£¬¿É¶¨ÒåÄÚÈÝÎª±³¾°¡¢×ÖÌå¡¢ÑÕÉ«¡¢±ß¿òµÈ */
button { font-size: 9pt; height: 20px; }
/* ÏÂÀ­ÁÐ±í¿òµÄcss¶¨Òå:¶ÔÓ¦cssÖÐµÄ"select"£¬ÕâÀïÎªÏÂÀ­ÁÐ±í¿òµÄ·ç¸ñÉèÖÃ£¬¿É¶¨ÒåÄÚÈÝÎª±³¾°¡¢×ÖÌå¡¢ÑÕÉ«¡¢±ß¿òµÈ */
select { font-size: 9pt; height: 20px; }
/* ¶¥²¿ÓÃ»§µÇÂ¼ÎÄ×ÖÁ´½ÓµÄcss¶¨Òå */
.top_userlogin { color: #037fa8; }
/* ==ÆµµÀÍ¨ÓÃ±í¸ñcss¶¨Òå¿ªÊ¼== */
.channel_border /* »ÒÉ«±í¸ñ±ß¿ò±³¾°ÑÕÉ«¶¨Òå(760) */ { border: 1px solid #cccccc; }
.channel_title /* ±êÌâ±³¾°ÑÕÉ«¶¨Òå(760) */ { background: #cccccc; color: #037fa8; height: 27; text-align: center; font-weight:bold; }
.channel_tdbg /* ±í¸ñ±³¾°ÑÕÉ«¶¨Òå(760) */ { background:#fafafa; line-height: 120%; }
.channel_pager /* ·ÖÒ³±í¸ñ±³¾°ÑÕÉ«¶¨Òå(760) */ { background:#fafafa; line-height: 120%; }
¡¡¡¡/* --ÆÀÂÛÏÔÊ¾Ò³µÄcss¶¨Òå¿ªÊ¼-- */
.comment_border /* À¶É«±í¸ñ±ß¿ò±³¾°ÑÕÉ«¶¨Òå(760) */ { border: 1px solid #CCCCCC; }
.comment_title /* ±êÌâ±³¾°ÑÕÉ«¶¨Òå(760) */ { background:#F1F1F1; color: #000000; font-weight: normal; height: 25; }
.comment_tdbg1 /* ±í¸ñ±³¾°ÑÕÉ«¶¨Òå(760) */ { background:#ffffff; line-height: 120%; }
.comment_tdbg2 /* ÁôÑÔÏÔÊ¾1px±í¸ñ±³¾°ÑÕÉ«¶¨Òå */ { background:#fafafa; }
¡¡¡¡/* --ÆÀÂÛÏÔÊ¾Ò³µÄcss¶¨Òå½áÊø-- */
/* ==ÆµµÀÍ¨ÓÃ±í¸ñcss¶¨Òå½áÊø== */ 

/* ==¼ò¶Ì±êÌâÎÄ×ÖµÄcss¶¨Òå¿ªÊ¼== */
/* [Í¼ÎÄ]¼ò¶Ì±êÌâÎÄ×ÖµÄcss¶¨Òå */
.s_headline1 { color: blue; }
/* [×éÍ¼]¼ò¶Ì±êÌâÎÄ×ÖµÄcss¶¨Òå */
.s_headline2 { color: #ff6600; }
/* [ÍÆ¼ö]¼ò¶Ì±êÌâÎÄ×ÖµÄcss¶¨Òå */
.s_headline3 { color: green; }
/* [×¢Òâ]¼ò¶Ì±êÌâÎÄ×ÖµÄcss¶¨Òå */
.s_headline4 { color: red; }
/* ==¼ò¶Ì±êÌâÎÄ×ÖµÄcss¶¨Òå¿ªÊ¼== */

/* ==top.aspÖÐµÄcss¶¨Òå¿ªÊ¼== */
.top_tdbgall /* ¶¥²¿±í¸ñ×Ü±³¾°ÑÕÉ«¶¨Òå */ { width: 1200; background:#ffffff; }
.top_top { background:#0089f7; height: 2; }
.top_channel /* ÆµµÀ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå */ { background:#0089f7; color:#3ab1f5!important; text-align: right; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; }
.top_announce /* ¹«¸æ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå */ { background:url(blue/top_nav_menu.gif); color: #0560a6; height: 30; }
.top_nav_menu /* µ¼º½À¸±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå */ { color: #ffffff; height: 22; background-image: url(ocean/menu_bg2.gif); padding-left: 33px; }
.top_path /* ÄúÏÖÔÚµÄÎ»ÖÃ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå */ { width: 760; background:#ffffff; height: 30; }
.top_userlogin /* ¶¥²¿ÓÃ»§µÇÂ¼ÎÄ×ÖÁ´½ÓµÄcss¶¨Òå */ { color: #037fa8 }
/* ==top.aspÖÐµÄcss¶¨Òå½áÊø== */

/* ==ÍøÒ³ÖÐ²¿ÖÐµÄcss¶¨Òå¿ªÊ¼== */
.center_tdbgall /* ÖÐ²¿±í¸ñ×Ü±³¾°ÑÕÉ«¶¨Òå */ { background:#ffffff; width:770px; }
¡¡¡¡/* --ÍøÒ³ÖÐ²¿×óÀ¸µÄcss¶¨Òå¿ªÊ¼-- */
.left_tdbgall /* ×óÀ¸±í¸ñ×Ü±³¾°ÑÕÉ«¶¨Òå */ { background:#ffffff; }
.left_title /* ×óÀ¸±êÌâ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå */ { font-weight:bold; color: ffffff; height: 28px; padding-left:20px; text-align: left; background-image: url(ocean/right_t.gif); width: 182px; }
.left_tdbg1 /* ×óÀ¸ÄÚÈÝ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå */ { padding: 5px; background-color: #e6f5ff; border-width: 1px; border-top-style: none; border-bottom-style: none; border-color: #a4c6fc; border-right-style: solid; border-left-style: solid; }
.left_tdbg2 /* ×óÀ¸µ×²¿±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå */ { height: 10px; background-image: url(ocean/tdbg_bottom.gif); background-repeat: no-repeat; }
.right_title_bs06 /* ÓÒÀ¸±êÌâ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå */ { font-weight:bold; color: ffffff; height: 28px; padding-left:20px; text-align: left; background-image: url(ocean/right_t.gif); }
.right_title /* ×óÀ¸±êÌâ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå */ { background:url(blue/right_title.gif); font-weight:bold; color: ffffff; height: 28; width:180; padding-left:40; text-align: left; }
¡¡¡¡/* --ÍøÒ³ÖÐ²¿×óÀ¸µÄcss¶¨Òå½áÊø-- */
¡¡¡¡/* --ÍøÒ³ÖÐ²¿ÖÐÀ¸µÄcss¶¨Òå¿ªÊ¼-- */
.main_tdbgall /* ÖÐÀ¸±í¸ñ×Ü±³¾°ÑÕÉ«¶¨Òå */ { width: 572; background:#ffffff; }
.main_shadow /* ÖÐÀ¸ÄÚÈÝ¼ä¸ô±í¸ñ±³¾°ÑÕÉ«¶¨Òå(575) */ { height: 4; }
.main_announce /* ÖÐÀ¸¹«¸æ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå */ { color: 037fa8; height: 25; background:#f9f9f9; border: 1px solid #d2d3d9; }
.main_search /* ÖÐÀ¸ËÑË÷±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå */ { color: 037fa8; height: 25px; border: 1px solid #d2d3d9; background:#f9f9f9; }
.main_top /* ÖÐÀ¸×îÐÂÍÆ¼ö±í¸ñ±³¾°ÑÕÉ«¶¨Òå */ { background:url(blue/main_top.gif); height: 187; }
.main_title_760i /* ÍøÕ¾Ê×Ò³ÖÐÀ¸±êÌâ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå(760) */ { color: ffffff; background-image: url(ocean/main_bs.gif); border-right: 1px solid #1c65be; text-align: left; padding-left:30; height: 27; }
.main_tdbg_760i /* ÍøÕ¾Ê×Ò³ÖÐÀ¸ÄÚÈÝ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå(760) */ { border: 1px solid #d2d3d9; line-height: 150%; text-align: left; padding-left:5; padding-right:5; }
.main_title_575 /* ÖÐÀ¸±êÌâ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå(575) */ { font-weight: bold; color: #ffffff; background-image: url(ocean/main_bs1.gif); height: 27px; padding-left: 30px; border-right-width: 1px; border-right-style: solid; border-right-color: #1c65be; }
.main_title_bs06 /* ÖÐÀ¸±êÌâ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå(bs06) */ { color: ffffff; text-align: left; padding-left:30px; height: 27px; background-image: url(ocean/main_bs.gif); border-right-width: 1px; border-right-style: solid; border-right-color: #1c65be; font-weight: bold; }
.main_tdbg_bsd06 /* ÖÐÀ¸ÄÚÈÝ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå(bsd06) */ { color: ffffff; height: 4px; background-image: url(ocean/main_02.gif); }
.main_tdbg_bs06 /* ÖÐÀ¸ÄÚÈÝ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå(bs06) */ { line-height: 150%; text-align: left; padding-left:5; padding-right:5; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #aec6e8; border-bottom-color: #aec6e8; border-left-color: #aec6e8; background-image: url(ocean/main_bg.gif); background-color: #ffffff; }
.main2_tdbg_bs06 /* ÖÐÀ¸ÄÚÈÝ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå(bs06) */ { line-height: 150%; text-align: left; padding-left:5; padding-right:5; border-left-width: 1px; border-left-style: dashed; border-left-color: #aec6e8; background-image: url(ocean/main_bg.gif); background-color: #ffffff; }
.main_tdbg_575 /* ÖÐÀ¸ÄÚÈÝ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå(575) */ { border: 1px solid #d2d3d9; line-height: 150%; text-align: left; padding-left:5; padding-right:5; }
.main_title_282i, .main_title_282 /* À¸Ä¿ÎÄÕÂÁÐ±í±êÌâ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå(282) */ { background:url(ocean/main_bs.gif); color: ffffff; height: 27; padding-left:30; color: ffffff; text-align: left; border-right: 1px solid #1c65be; font-weight: bold; }
.main_tdbg_282i /* À¸Ä¿ÎÄÕÂÁÐ±íÄÚÈÝ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå(282) */ { border: 1px solid #d2d3d9; line-height: 150%; text-align: left; padding-left:5; padding-right:5; }
.main_tdbg_282 /* À¸Ä¿ÎÄÕÂÁÐ±íÄÚÈÝ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå(282) */ { border: 1px solid #d2d3d9; line-height: 150%; text-align: left; padding-left:5; padding-right:5; }
.listbg /* --À¸Ä¿ÎÄÕÂÁÐ±íÄÚÈÝ¼ä¸ôÑÕÉ«µÄ¶¨Òå1-- */ { background:url(2009xmxx/images_gongyong/xmxx2009hengxiang.gif); height: 24; }
.listbg2 /* --À¸Ä¿ÎÄÕÂÁÐ±íÄÚÈÝ¼ä¸ôÑÕÉ«µÄ¶¨Òå2-- */ { background:url(2009xmxx/images_gongyong/xmxx2009hengxiang.gif); height: 24; }
¡¡¡¡/* --ÍøÒ³ÖÐ²¿ÖÐÀ¸µÄcss¶¨Òå½áÊø-- */
¡¡¡¡/* --ÎÄÕÂÏÔÊ¾Ò³µÄcss¶¨Òå¿ªÊ¼-- */
 .main_articletitle /* Ö÷±êÌâÎÄ×ÖÑÕÉ«¶¨Òå */ { color: ff0000; font-weight:bold; font-size: 18; line-height: 150%; }
.main_articlesubheading /* ¸±±êÌâÎÄ×ÖÑÕÉ«¶¨Òå */ { color: 037fa8; font-weight:bold; line-height: 150%; }
.main_title_760 /* ±êÌâµ¼º½±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå(760) */ { background:url(ocean/main_bs1.gif); border: 1px solid #d2d3d9; height: 28; color: ffffff; }
.main_tdbg_760 /* ÄÚÈÝ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå(760) */ { border: 1px solid #d2d3d9; padding: 8; line-height: normal; }
.article_tdbgall /* Ôð±àµÈ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå(760) */ { background:#f5f5f5; }
¡¡¡¡/* --ÎÄÕÂÏÔÊ¾Ò³µÄcss¶¨Òå½áÊø-- */
¡¡¡¡/* --ÁôÑÔÆµµÀcss¶¨Òå¿ªÊ¼-- */
.liuyanbiaoti /* ÁôÑÔ±êÌâ */ { border: 1px solid #d2d3d9; padding-left:5; height: 29; color: ff0000; font-size: 14px; font-weight: bold; background-color: #C0DDF8; }
/* ÁôÑÔÀ¸Ä¿±êÌâÎÄ×ÖÁ´½ÓµÄcss¶¨Òå£­£­µ÷ÓÃ´úÂëÎª<a class='guest' ***>***</a> */
a.guest:link { color: #ffffff; }
a.guest:visited { color: #ffffff; }
a.guest:hover { color: #ff0000; }
a.guest:active { color: #ffffff; }
.guest_title_760 /* ±êÌâµ¼º½±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå(760) */ { background:url(ocean/main_bs1.gif); border: 1px solid #d2d3d9; padding-left:5; height: 29; color: ff0000; }
.guest_tdbg_760 /* ÄÚÈÝ±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå(760) */ { border: 1px solid #d2d3d9; padding: 8; }
.guest_border /* À¶É«±í¸ñ±ß¿ò±³¾°ÑÕÉ«¶¨Òå(760) */ { }
.guest_title /* ±êÌâ±³¾°ÑÕÉ«¶¨Òå(760) */ { color: #000000; font-weight: normal; height: 30px; background-color: #C0DDF8; }
.guest_tdbg /* ±í¸ñ±³¾°ÑÕÉ«¶¨Òå(760) */ { background:#fafafa; line-height: 120%; }
.guest_tdbg_1px /* ÁôÑÔÏÔÊ¾1px±í¸ñ±³¾°ÑÕÉ«¶¨Òå */ { }
.guest_border2 /* »Ø¸´±í¸ñÐéÏß±ß¿ò±³¾°ÑÕÉ«¶¨Òå(760) */ { border: 1px dashed #97d2df; background:#e8f5f8; color: #006633; }
.guest_replyadmin /* ¹ÜÀíÔ±»Ø¸´ÎÄ×Ö±³¾°ÑÕÉ«¶¨Òå(760) */ { color: #ff0000; }
.guest_replyuser /* ÓÃ»§»Ø¸´ÎÄ×Ö±³¾°ÑÕÉ«¶¨Òå(760) */ { color: #449ae8; }
¡¡¡¡/* --ÁôÑÔÆµµÀcss¶¨Òå½áÊø-- */
¡¡¡¡/* --ÉÌ³ÇµÄcss¶¨Òå¿ªÊ¼-- */
.shop_border /* À¶É«±í¸ñ±ß¿ò±³¾°ÑÕÉ«¶¨Òå(760) */ { border: 1px solid #1C65BE; }
.shop_border3 /* »ÒÉ«±í¸ñ±ß¿ò±³¾°ÑÕÉ«¶¨Òå(760) */ { border: 1px solid #cccccc; }
.shop_title /* ±êÌâ±³¾°ÑÕÉ«¶¨Òå(760) */ { font-weight: bold; color: #ffffff; background-image: url(ocean/main_bs1.gif); height: 27px; padding-left: 30px; border-right-width: 1px; border-right-style: solid; border-right-color: #1c65be; }
.shop_tdbg /* ±í¸ñ±³¾°ÑÕÉ«¶¨Òå(760) */ { background:#fafafa; line-height: 120%; }
.shop_tdbg2 /* ±í¸ñ±³¾°ÑÕÉ«¶¨Òå2 */ { background:#f5f5f5; line-height: 120%; }
.shop_tdbg3 /* ±í¸ñ±³¾°ÑÕÉ«¶¨Òå3 */ { background:#ffffff; line-height: 120%; }
.shop_tdbg4 /* ±í¸ñ±³¾°ÑÕÉ«¶¨Òå4 */ { background:#e1f4ee; line-height: 120%; }
¡¡¡¡/* --ÉÌ³ÇµÄcss¶¨Òå½áÊø-- */
/* ==ÍøÒ³ÖÐ²¿ÖÐµÄcss¶¨Òå½áÊø== */

/* ==bottom.aspÖÐµÄcss¶¨Òå¿ªÊ¼== */
.bottom_tdbgall /* µ×²¿±í¸ñ×Ü±³¾°ÑÕÉ«¶¨Òå */ { width: 760; background:#ffffff; }
.bottom_adminlogo /* ¹ÜÀíÐÅÏ¢±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå */ { background:#0089f7; color:#ffffff; }
.bottom_copyright /* °æÈ¨ÐÅÏ¢±í¸ñ±³¾°¡¢ÎÄ×ÖÑÕÉ«¶¨Òå */ { background:#ffffff; color:#000000; }
/* ==bottom.aspÖÐµÄcss¶¨Òå½áÊø== */

/* ==×ÔÑ¡·ç¸ñÖÐµÄcss¶¨Òå½áÊø== */
.menu { background-color: #cccccc; width:97%; border: 1px; }
.menubody { background-color: #ffffff; }
/* ==×ÔÑ¡·ç¸ñÖÐµÄcss¶¨Òå½áÊø== */
.channel_font /* ËÑË÷µÈÌØÊâÎÄ×ÖÑÕÉ«¶¨Òå */ { color: red; }
/* --ÆÀÂÛÏÔÊ¾Ò³µÄcss¶¨Òå¿ªÊ¼-- */ 
.guest_font /* Òþ²Ø¡¢ÓÃ»§µÈÌØÊâÎÄ×ÖÑÕÉ«¶¨Òå */ { color: green; }
/* --ÆÀÂÛÏÔÊ¾Ò³css¶¨Òå½áÊø-- */
/* --ÁôÑÔÆµµÀcss¶¨Òå¿ªÊ¼-- */
/* ÁôÑÔÀ¸Ä¿±êÌâÎÄ×ÖÁ´½ÓµÄcss¶¨Òå£­£­µ÷ÓÃ´úÂëÎª<a class='guest' ***>***</a> */
a.guest:link { color: #000000; }
a.guest:visited { color: #000000; }
a.guest:hover { color: #ff6600; }
a.guest:active { color: #000000; }
/* Õ¾ÄÚÁ´½ÓÎÄ×ÖÑÕÉ«¶¨Òå */
a.channel_keylink { text-decoration: underline; }
a.channel_keylink:link { color: blue; }
a.channel_keylink:visited { color: blue; }
a.channel_keylink:hover { color: #ff0000; }
a.channel_keylink:active { color: blue; }
/* --ÓÃ»§¿ØÖÆcss¶¨Òå¿ªÊ¼-- */
.user_left /*×óÇø¿é¶¨Òå*/ { background:#f3f3f3; width:170px; padding-left: 4px; border-left-width: 2px; border-left-style: solid; border-left-color: #ffffff; padding-right: 4px; }
.user_box/*×óÇø¿éÄÚ±êÌâÀ¸¶¨Òå*/ { border: 1px solid #bfbfbf; background-color: #ffffff; border-collapse:15; }
.user_righttitle { background-color: #f3f3f3; padding-top: 5px; padding-right: 5px; padding-bottom: 1px; padding-left: 5px; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 1px; border-left-width: 2px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #ffffff; border-right-color: #ffffff; border-bottom-color: #bfbfbf; border-left-color: #ffffff; }
.user_line { line-height: 1px; background-image: url(ocean/line.gif); }
.user_toolstop/*×óÇø¿éÄÚ±êÌâÀ¸¶¨Òå*/ { line-height: 28px; font-size: 12px; font-weight: bold; color: #666666; padding-left: 10px; letter-spacing: 4pt; }
.user_toolsbot/*×óÇø¿éÄÚÄÚÈÝ¶¨Òå*/ { line-height: 25px; font-size: 12px; color: #666666; border-right-width: 4px; border-right-style: solid; border-right-color: #ffffff; }
.user_toolspoint/*Çø¿éÄÚ¼ýÍ·À¸¶¨Òå*/ { padding-left: 6px; }
/*ÓÃ»§¿ØÖÆÃæ°åÓÒ*/
.user_right { background-color: #ffffff; padding-right: 2px; padding-left: 6px; width:572px; }
.border1 { border: 1px solid #bfbfbf; }
.title { background:#449ae8; color: #ffffff; font-weight: normal; }
.border { border: 1px solid #449ae8; }
.tdbg { background:#f0f0f0; line-height: 120%; }
.tdbgmouseover { background:#bfdfff; line-height: 120%; }
.tdbg2 { background:#e0eef5; line-height: 120%; }
.tdbg5 { background:#e0eef5; line-height: 120%; }
.title5 { width:80px; background:url('../user/images/titlebg2.gif'); line-height: 120%; padding-top:2px; cursor:hand; }
.title6 { width:80px; background:url('../user/images/titlebg1.gif'); color: #ffffff; font-weight: normal; padding-top:2px; cursor:hand; }
.button1 { width:90px; }
.show_page { text-align: center; }
/* ¹Ì¶¨ÅÅ¿Î±í¸ñ±í¸ñµÄcss¶¨Òå*/
.date_border { border: 1px solid; }
.date_title { background:#449ae8; color: #ffffff; font-weight: normal; }
.date_tdbg { background:#449ae8; color: #ffffff; font-weight: normal; }
.style2 { font-size: 10px; }
.style3 { font-size: 12px; }
/* ==rssÁ¬½Ó¿ò¶¨Òå== */
#popitmenu { border-right: black 1px solid; border-top: black 1px solid; z-index: 100; visibility: hidden; font: 12px/18px verdana; border-left: black 1px solid; border-bottom: black 1px solid; position: absolute; background-color: white }
#popitmenu a { display: block; padding-left: 6px; color: black; text-decoration: none; }
#popitmenu a:hover { background-color: #ccff9d; }
/* ==ÓÃ»§µÇÂ¼¿ò¶¨Òå== */
.userbox { height:93px; background-repeat: no-repeat; background-position: center center; }
#userlogined { padding-left:10; text-align: left; }
#userlogin input { height:20px; }
#userctrl { text-align: center; }
#usermessage { padding-left:10; text-align: left; }
.userlog { color:#000000; }
.havemessage { background-color: #ccff9d; }
.havemessaged { background-color: #cc0000; }
.bloglist  /* ¾ÛºÏ¿Õ¼äÁÐ±í¶¨Òå */ { width: 100%; text-align: center; }
.bloglist_image { text-align: center; }
.bloglist_intro { text-align: center; }
#showbloglist_more { text-align: right; padding-right:10; }
.right_tdbgbs06 { padding: 5px; background-color: #e6f5ff; border-width: 1px; border-top-style: none; border-bottom-style: none; border-color: #a4c6fc; border-right-style: solid; border-left-style: solid; }
.right_tdbg2 { background-image: url(ocean/tdbg_bottom.gif); background-repeat: no-repeat; height: 10px; }
.main_title_bsf { font-weight: bold; color: #ffffff; background-image: url(ocean/main_bs1.gif); height: 27px; padding-left: 30px; border-right-width: 1px; border-right-style: solid; border-right-color: #1c65be; }
.mainblinks { background-image: url(ocean/links_02.gif); height: 27px; font-weight: bold; color: #ffffff; }
.menu_bottombg { color: #ffffff; background-image: url(ocean/menu_bottombg.gif); height: 31px; }
.bottom_bg { background-image: url(ocean/bottom_bg.gif); }
.showa { color: #aed2fe; }
.menu_s { color: #ffffff; background-image: url(ocean/menu_bg.jpg); height: 26px; }
/* --¹«¸æÏÔÊ¾ÎÄ×Ö(¹ö¶¯Ìõ)µÄcss¶¨Òå¿ªÊ¼-- */
.AnnounceBody2 { color:#000000; }
a.AnnounceBody2:link { color: #000000; }
a.AnnounceBody2:visited { color: #000000; }
a.AnnounceBody2:hover { color: #cc0000; }
a.AnnounceBody2:active { color: #000000; }
/* --¹«¸æÏÔÊ¾ÎÄ×Ö(¹ö¶¯¿ò)µÄcss¶¨Òå¿ªÊ¼-- */
.AnnounceBody1 { color:#333; }
a.AnnounceBody1:link { color: #333333; }
a.AnnounceBody1:visited { color: #333333; }
a.AnnounceBody1:hover { color: #ff0000; }
a.AnnounceBody1:active { color: #333333; }
/* --¹«¸æÏÔÊ¾ÎÄ×Ö(¹ö¶¯¿ò¡¢¹ö¶¯Ìõ)µÄcss¶¨Òå½áÊø-- */
hr { height:1px; color:#5575B0£» }


/* ==Í·ÌõÐÂÎÅ´ó±êÌâ== */
.xxdjdbt { COLOR: #000000; border: 1px dotted #CCCCCC; }
.xxdjdbt A { FONT-SIZE: 22pt; COLOR: #ff0000; TEXT-DECORATION: none; font-family: "»ªÎÄÖÐËÎ"; font-weight: bold; line-height: normal; }
.xxdjdbt A:hover { COLOR: #FF0000 }
.xxdjdbt a:visited { COLOR: #ff0000; }
.xxdjdbt1 { COLOR: #FC712C; }
.xxdjdbt1 A { FONT-SIZE: 24px; COLOR: #FC712C; TEXT-DECORATION: none; font-family: "»ªÎÄÖÐËÎ"; font-weight: bold; line-height: normal; }
.xxdjdbt1 A:hover { COLOR: #FC712C }
.xxdjdbt1 a:visited { COLOR: #FC712C; }
.xxdjdbt2 { COLOR: #FFFFFF; }
.xxdjdbt2 A { FONT-SIZE: 14px; COLOR: #FFFFFF; text-decoration: none; font-weight: bold; }
.xxdjdbt2 A:hover { COLOR: #FFCC00 }
.xxdjdbt2 a:visited { COLOR: #ffffff; }
/* ==µ³½¨ÆµµÀÎÄ×ÖÑùÊ½== */
/* ==µ³½¨Á÷¶¯¹«¸æ== */
.xxdjljwz { COLOR: #000000; TEXT-ALIGN: left; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
.xxdjljwz A { FONT-SIZE: 12px; COLOR: #990000; TEXT-DECORATION: none; line-height: 24px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCCCCC; }
.xxdjljwz A:hover { COLOR: #FF0000 }
.xxdjljwz a:visited { COLOR: #FB702D; }
/* ==µ³½¨´ó±êÌâ== */
.xxdjdbt { COLOR: #000000; border: 1px dotted #CCCCCC; }
.xxdjdbt A { FONT-SIZE: 22pt; COLOR: #ff0000; TEXT-DECORATION: none; font-family: "»ªÎÄÖÐËÎ"; font-weight: bold; line-height: normal; }
.xxdjdbt A:hover { COLOR: #FF0000 }
.xxdjdbt a:visited { COLOR: #ff0000; }
/* ==ÎÄÕÂÄÚÈÝÒ³ºìÉ«±êÌâ== */
.xxdjrnyhbt1 /* Ö÷±êÌâÎÄ×ÖÑÕÉ«¶¨Òå */ { color: 03005C; font-weight:bold; font-size: 24; line-height: 150%; }
/* ==µ³½¨ÄÚÈÝÒ³ºìÉ«±êÌâ== */
.xxdjrnyhbt /* Ö÷±êÌâÎÄ×ÖÑÕÉ«¶¨Òå */ { color: ff0000; font-weight:bold; font-size: 24; line-height: 150%; }
/* ==Ó°ÒôÆµµÀÎÄ×ÖÑùÊ½== */
.showcontent { PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; COLOR: #ccc; PADDING-TOP: 10px; TEXT-ALIGN: left }
.showcontent A { FONT-SIZE: 14px; COLOR: #fff; LINE-HEIGHT: 24px; TEXT-DECORATION: none }
.showcontent A:hover { COLOR: #fc3; TEXT-DECORATION: underline }
.showcontent a:visited { COLOR: #ffffff; }
.showcontent88 { PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; COLOR: #000000; PADDING-TOP: 10px; TEXT-ALIGN: left }
.showcontent88 A { FONT-SIZE: 14px; COLOR: #000000; LINE-HEIGHT: 24px; TEXT-DECORATION: none }
.showcontent88 A:hover { COLOR: #ff0000; TEXT-DECORATION: underline }
.showcontent88 a:visited { COLOR: #000000; }
.showcontent1 { font-size: 14px; color: #FFFFFF; }
.showcontent1 A { FONT-SIZE: 14px; COLOR: #fff; LINE-HEIGHT: 24px; TEXT-DECORATION: none }
.showcontent1 A:hover { COLOR: #fc3; TEXT-DECORATION: underline }
.showcontent1 a:visited { COLOR: #ffffff; }
.barfont { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #fff; TEXT-INDENT: 10px; LINE-HEIGHT: 24px; LETTER-SPACING: 2px; TEXT-ALIGN: left }
.barfont SPAN { FLOAT: right; MARGIN-RIGHT: 10px }
.barfont SPAN A { FONT-SIZE: 12px; COLOR: #ff9; LINE-HEIGHT: 24px; TEXT-DECORATION: none }
.barfont SPAN A:hover { COLOR: #ccc; TEXT-DECORATION: underline }
.barfont SPAN a:visited { COLOR: #ff9; }
.xmxx2009biankuan { border: 1px solid #CCCCCC; }
/* »¬¶¯ÃÅ±êÇ© */

.huadongmeng_menu_bottom1 { width:88px; height:28px; background:url(2009xmxx/images_gongyong/huadongmeng/bg1.jpg); font-weight: normal; padding-top:2px; font-weight: bold; }
.huadongmeng_menu_bottom2 { width:88px; height:28px; background:url(2009xmxx/images_gongyong/huadongmeng/bg2.jpg); line-height: 120%; padding-top:2px; font-weight: bold; }
.menu_bottom1 { background:url(gov/menu_bottom1.gif); }
.menu_bottom2 { background:url(gov/menu_bottom2.gif); }
/* ½ÌÊ¦ÆµµÀ */
.beike01 { border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #AFC894; border-left-color: #AFC894; color: #000000; }
/* µÂÓýÆµµÀ */
.deyubt1 { COLOR: #FC712C; }
.deyubt1 A { FONT-SIZE: 32px; COLOR: #FC712C; TEXT-DECORATION: none; font-family: "»ªÎÄÖÐËÎ"; font-weight: bold; line-height: normal; }
.deyubt1 A:hover { COLOR: #FC712C }
.deyubt1 a:visited { COLOR: #FC712C; }
.qingchunzhongxueA_body { background-image: url(sznc/body_bg2.gif); background-repeat: repeat-y; }

.qingchunzhongxueA_biangkuan { border: 1px solid #CCCCCC; }
.qingchunzhongxueA_tabletitle1 { font-size: 14px; font-weight: bold; color: #ffffff; padding-left: 25px; }
.qingchunzhongxueA_tabletitle2 { font-size: 14px; font-weight: bold; color: #ffffff; padding-left: 20px; }
.qingchunzhongxueA_tabletitle3 { font-size: 18px; font-weight: bold; color: #003399; padding-left: 20px; }
.menu_2 { margin:4px 8px 8px 0px }
.left { float:left }
.class_cyjs a { font-size:12px; color:#000000; text-decoration: none; letter-spacing: 2px; line-height: 33px; text-align: center; width: 126px; height: 33px; background-image: url(sznc/zbg1.gif); background-repeat: no-repeat; }
.class_cyjs a:hover { color:#FF0000; text-decoration:underline; background-image: url(sznc/zbg2.gif); background-repeat: no-repeat; }
.title-bg1 { background-image: url(sznc/title-bg.gif); background-repeat: no-repeat; background-position: right; }
.title-bg2 { background-image: url(sznc/title-bg1.gif); background-repeat: no-repeat; background-position: left; }
.title-bg3 { background-image: url(sznc/title01.gif); background-repeat: no-repeat; background-position: left; }
/* --±ãÃñ·þÎñ-- */
#bianminfuwu a { height: 60px; width: 76px; }
#bianminfuwu a:hover { text-decoration: underline; background-color: #FFECDD; }
#services1 a:hover { height: 100%; width: 100%; background-image: url(gov/zbg2.gif); text-decoration: underline; padding-top: 6px; }
/* --Çà´º×Ô¶¨Òå·ç¸ñ¿ªÊ¼-- */

/* --±êÌâ·ç¸ñ title-- */
.title_bai16 { font-size: 16px; color: #FFFFFF; font-weight: bold; line-height: 24px; height: 24px; }
.title_bai16 a { text-decoration: none; } /* Á´½ÓÎÞÏÂ»®Ïß,ÓÐÎªunderline */
.title_bai16 a:link { color: #FFFFFF; } /* Î´·ÃÎÊµÄÁ´½Ó */
.title_bai16 a:visited { color: #FFFFFF; } /* ÒÑ·ÃÎÊµÄÁ´½Ó */
.title_bai16 a:hover { color: #ae0927; } /* Êó±êÔÚÁ´½ÓÉÏ */
.title_bai16 a:active { color: #FFFFFF; } /* µã»÷¼¤»îÁ´½Ó */
.title_hei14 { font-size: 14px; font-weight: bold; color: #000000; }
.title_hei12 { font-size: 12px; color: #000000; }
/* --±êÌâ·ç¸ñ list-- */
.list_bai12 { font-size: 12px; color: #FFFFFF; }
.list_bai12 a { text-decoration: none; } /* Á´½ÓÎÞÏÂ»®Ïß,ÓÐÎªunderline */
.list_bai12 a:link { color: #FFFFFF; } /* Î´·ÃÎÊµÄÁ´½Ó */
.list_bai12 a:visited { color: #FFFFFF; } /* ÒÑ·ÃÎÊµÄÁ´½Ó */
.list_bai12 a:hover { color: #ae0927; } /* Êó±êÔÚÁ´½ÓÉÏ */
.list_bai12 a:active { color: #FFFFFF; } /* µã»÷¼¤»îÁ´½Ó */
/* --±ß¿ò·ç¸ñ biankuan-- */
.biankuan_hui4 { border: 1px solid #CCCCCC; }
.biankuan_hui4_x {/* --´øxÎªÐéÏß±ß¿ò-- */ border: 1px dashed #CCCCCC; }
.biankuan_hui3 { border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #CCCCCC; border-bottom-color: #CCCCCC; border-left-color: #CCCCCC; }
/* --±³¾° bg-- */

.bg_hui80 { background-image: url(lyzqc/chatu/bg_hui01.gif); background-repeat: repeat-x; background-position: top; }
.bg_hui28 { background-image: url(lyzqc/title/title_hui01.gif); background-repeat: repeat-x; background-position: top; padding-top: 3px; }
.bg_zuzi { background-image: url(lyzqc/chatu/mail-bottombg.gif); background-repeat: no-repeat; background-position: right bottom; }
.bg_jiumen { background-image: url(lyzqc/chatu/jiumen.jpg); background-repeat: no-repeat; background-position: center bottom; }
#link_tupian2 a { font-size:12px; color:#000000; text-decoration: none; line-height: 39px; text-align: left; width: 200px; height: 39px; background-image: url(lyzqc/anniu/d1.gif); background-repeat: no-repeat; background-position: center; margin-bottom: 5px; list-style-image: none; list-style-type: none; text-indent: 2em; display: inline-block; }
#link_tupian2 a:hover { color:#990000; background-image: url(lyzqc/anniu/d2.gif); background-repeat: no-repeat; background-position: center; list-style-image: none; list-style-type: none; }
#link_tupian2 li { list-style-image: none; list-style-type: none; text-indent: 2em; float: left; margin-right: auto; margin-left: auto; }
.list_titlecontent_01 { background-repeat: no-repeat; border-top:1px solid #3385ce;background-position: center; float: left; margin-top: 10px; margin-right: 20px; margin-left: 20px; }
.list_titlecontent_02 { font-size: 18px; line-height: 35px; font-weight: bold; height: 35px; text-indent: 1em; }
.list_titlecontent_03 { font-size: 16px; line-height: 20px; height: 80px;  text-indent: 2em  margin-top: 15px;
padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; text-indent: 2em; }
.list_titlecontent_04 { font-size: 18px; line-height: 3px; height: 3px; clear: both; float: left; width: 100%; background-image: url(lyzqc/chatu/xuxian.gif); background-repeat: repeat-x; background-position: center center; }
/* --ÎÄ±¾ÄÚÈÝÑùÊ½-- */
.text_hei14 { font-size: 14px; line-height: 24px; color: #000000; }
.title_lan14 { font-size:14px; color:#003399; font-weight:bold; }
.title_lan14 a { text-decoration: none; } /* Á´½ÓÎÞÏÂ»®Ïß,ÓÐÎªunderline */
.title_lan14 a:link { color: #003399; } /* Î´·ÃÎÊµÄÁ´½Ó */
.title_lan14 a:visited { color: #003399; } /* ÒÑ·ÃÎÊµÄÁ´½Ó */
.title_lan14 a:hover { color: #cc0000; } /* Êó±êÔÚÁ´½ÓÉÏ */
.title_lan14 a:active { color: #003399; } /* µã»÷¼¤»îÁ´½Ó */
.title_hei14 { font-size:14px; color:#000000; font-weight:bold; }
/* --±êÌâ·ç¸ñ-- */
.title_bai12 { font-size: 12px; font-weight: bold; color: #FFFFFF; }
.title_bai14 { font-size: 14px; font-weight: bold; color: #FFFFFF; }
.title_bai16 { font-size: 16px; font-weight: bold; color: #FFFFFF; }
.title_hong12 { font-size:12px; color:#990000; font-weight: bold; }
.title_hong14 { font-size:14px; color:#990000; font-weight: bold; }
.title_hong16 { font-size:16px; color:#990000; font-weight: bold; }
.title_lan12 { font-size:12px; color:#3366CC; font-weight:bold; }
.title_lan14 { font-size:14px; color:#3366CC; font-weight:bold; }
.title_lan16 { font-size:16px; color:#3366CC; font-weight:bold; }
.title_hei12 { font-size:12px; color:#000000; font-weight:bold; }
.title_hei14 { font-size:14px; color:#000000; font-weight:bold; }
.title_hei16 { font-size:16px; color:#000000; font-weight:bold; }
.title_hei18 { font-size:22px; color:#000000; font-weight:bold; }
.title_lv12 { font-size:12px; color:#006600; font-weight:bold; }
.title_lv14 { font-size:14px; color:#006600; font-weight:bold; }
.title_lv16 { font-size:16px; color:#006600; font-weight:bold; }
.title_huang12 { font-size:12px; color:#EE5C0D; font-weight:bold; }
.title_huang14 { font-size:14px; color:#EE5C0D; font-weight:bold; }
.title_huang16 { font-size:16px; color:#EE5C0D; font-weight:bold; }
/* Á´½Ó·ç¸ñ */
/* °×É«Á´½Ó·ç¸ñ */
.link_bai12 a { font-size: 12px; color: #FFFFFF; }
.link_bai12 a:link { color: #FFFFFF; text-decoration: none; }
.link_bai12 a:visited { color: #FFFFFF; text-decoration: none; }
.link_bai12 a:hover { color: #990000; text-decoration: none; }
.link_bai12 a:active { color: #ffffff; text-decoration: none; }
/* ºÚÉ«Á´½Ó·ç¸ñ */
.link_hei12 a { font-size: 12px; color: #FFFFFF; }
.link_hei12 a:link { color: #000000; text-decoration: none; }
.link_hei12 a:visited { color: #000000; text-decoration: none; }
.link_hei12 a:hover { color: #990000; text-decoration: none; }
.link_hei12 a:active { color: #000000; text-decoration: none; }
/* À¶É«É«Á´½Ó·ç¸ñ */
.link_lan14 a { font-size: 14px; font-weight: bold; color: #003399; }
.link_lan14 a:link { color: #003399; text-decoration: none; }
.link_lan14 a:visited { color: #003399; text-decoration: none; }
.link_lan14 a:hover { color: #FF0000; text-decoration: underline; }
.link_lan14 a:active { color: #003399; text-decoration: none; }
/* --±ß¿ò·ç¸ñ-- */
.biankuan_hui4 { border: 1px solid #CCCCCC; }
.biankuan_hui4_x {/* --´øxÎªÐéÏß±ß¿ò-- */ border: 1px dashed #CCCCCC; }
.biankuan_hui3_shang {/* ÉÏ±ßÎª¿Õ */ border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #CCCCCC; border-left-color: #CCCCCC; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; }
.biankuan_hui3_xia {/* --ÏÂ±ßÎª¿Õ-- */ border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #CCCCCC; border-left-color: #CCCCCC; border-top-width: 1px; border-top-style: solid; border-top-color: #CCCCCC; }
.biankuan_lan2 { border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #7194D1; border-left-color: #7194D1; }
.biankuan_lan3_shang {/* ÉÏ±ßÎª¿Õ */ border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #3BA5E1; border-left-color: #3BA5E1; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #3BA5E1; }
.biankuan_lan4 { border: 1px solid #B1D1F1; }
.biankuan_hong4 { border: 1px solid #FFD6C3; }
.biankuan_lv4 { border: 1px solid #BADE7F; }
.biankuan_huang4 { border: 1px solid #FF8501; }
/*¸÷ÆµµÀÍ¼Æ¬±ß¿ò */

/*ÎÄÕÂÆµµÀÍ¼Æ¬±ß¿ò */
.pic1 { border: 2px solid #ffffff; filter:progid:dximagetransform.microsoft.glow(color=#000000, strength=1);
}
/*ÏÂÔØÆµµÀÍ¼Æ¬±ß¿ò */
.pic2 { border: 2px solid #ffffff; filter:progid:dximagetransform.microsoft.glow(color=#000000, strength=1);
}
/*Í¼Æ¬ÆµµÀÍ¼Æ¬±ß¿ò */
.pic3 { border: 4px solid #ffffff; filter:progid:dximagetransform.microsoft.glow(color=#666666, strength=1);
}
#imgBox img { width:600px; }/* Í¼Æ¬ÆµµÀÄÚÈÝÒ³µÄÍ¼Æ¬ÏÔÊ¾´óÐ¡ */
/* ÎÄÕÂÆµµÀDIVÊä³ö */
.pic_art { width: 299px; margin-top: 8px; margin-bottom: 8px; }
.pic_art_title { height: 20px; width: 165px; font-size: 14px; line-height: 20px; font-weight: bold; color: #990000; text-align: left; float: right; }
.pic_art_img { height: 90px; width: 125px; float: left; margin-left: 5px; }
.pic_art_content { height: 70px; width: 165px; float: right; }
/* Ïß·ç¸ñ */
.xian_huixuheng {/*»ÒÉ«ÐéºáÏß*/ border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #CCCCCC; }
.xian_huishiheng {/*»ÒÉ«ÊµºáÏß*/ border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; }
/* ×Ô¶¨ÒåÁÐ±í±êÇ©Á´½ÓÎÄ×ÖÑÕÉ«¶¨Òå */
a.aaa { font-size: 12px; }
a.aaa:link { color: #000000; }
a.aaa:visited { color: 000000; }
a.aaa:hover { color: #990000; }
a.aaa:active { color: 000000; }
.bbb { height: 24px; }
.ccc { height: 24px; }
/* --°´Å¥·ç¸ñ-- */

/* --ÏÂÔØÆµµÀÀ¸Ä¿×ÝÏòµ¼º½ÑùÊ½-- */
.anniu_class01 a { font-size: 14px; line-height: 24px; color: #D95700; height: 24px; text-align: right; background-image: url(lyzqc/ico/ico_1088.gif); background-repeat: no-repeat; background-position: left center; padding-left: 8px; }
.anniu_class01 a:visited { color: #D95700; }
.anniu_class01 a:hover { color: #FF0000; }
/* --±³¾°-- */
.bg_bodytop {/* ÄÚÈÝÒ³Í¨ÓÃ±³¾° */ background-image: url(lyzqc/tongyong/bg_bodytop.gif); background-repeat: repeat-x; background-position: top; height: 80px; }
.bg_bottom {/* ÍøÕ¾µ×²¿Í¨ÓÃ±³¾° */ background-image: url(lyzqc/tongyong/bg_bottom.gif); background-repeat: repeat-x; background-position: bottom; height: 80px; }
.bg_guestbooktitle {/* ÁôÑÔ°å¿é¸ß28»ÒÉ«½¥±ä±³¾° */ background-image: url(lyzqc/tongyong/bg_guestbooktitle.gif); background-repeat: repeat-x; background-position: top; padding-top: 1px; }
.bg_pinglun01 {/*ÆÀÂÛÒ³±³¾°*/ background-image: url(lyzqc/tongyong/bg_pinglun01.jpg); background-repeat: no-repeat; background-position: left top; width: 1000px; margin-right: auto; margin-left: auto; }
.bg_pinglun02 {/*ÆÀÂÛÒ³±³¾°*/ background-image: url(lyzqc/tongyong/bg_pinglun02.jpg); background-repeat: repeat-x; background-position: left top; width: 100%; }
.bg_phototitle01 {/* Í¼Æ¬ÆµµÀ±êÌâµ×Í¼ */ background-image: url(lyzqc/tongyong/photo_title01.gif); background-repeat: repeat-x; background-position: left top; }
.bg_phototitle02 {/* Í¼Æ¬ÆµµÀÄÚÈÝÒ³´ó±êÌâµ×Í¼ */ background-image: url(lyzqc/tongyong/photo_title05.gif); background-repeat: no-repeat; background-position: left top; font-size: 26px; color: #003366; font-weight: bold; }
/* »áÔ±ÎÄÕÂÁÐ±íÑùÊ½ */
.article_list_body a { text-decoration: none; font-size: 12px; line-height: 24px; }
.article_list_body a:hover { color: #990000; text-decoration: none; }
.article_list_body a:visited { text-decoration: none; }
/* ajjxÆÀÂÛÑùÊ½ */
.pinglun_text {/* ÆÀÂÛÎÄ±¾¿òÑùÊ½ */ border:1px solid #CCCCCC; color:#666666; font-size:12px; padding-top: 5px; padding-right: 0; padding-bottom: 0; padding-left: 5px; margin-top: 10px; margin-bottom: 10px; }
.pinglun_button {/* ÆÀÂÛÌá½»°´Å¥ÑùÊ½ */ background: url(lyzqc/tongyong/pinglun_button.gif); border:none; height:31px; width:83px; margin-right:5px; color:#404040; }
.pinglun_title { height:36px; line-height:36px; color:#161616; background-image: url(lyzqc/tongyong/pinglun_title.gif); background-repeat: repeat-x; background-position: center top; border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #CCCCCC; border-left-color: #CCCCCC; padding-left: 10px; }
.pinglun_biankuan { padding:10px; line-height:24px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #CCCCCC; border-bottom-color: #CCCCCC; border-left-color: #CCCCCC; margin-bottom: 10px; }
/* ÊäÈë¿òÑùÊ½ */
.input01 { color:#999999; height: 20px; font-size: 12px; }
/* ¶¥²¿ËÑË÷ÌõÑùÊ½ */
.search { text-align:right; margin-top: 10px; }
.search input#keyword { width:181px; background:url(lyzqc/tongyong/search_input.gif) no-repeat left center; border:none; padding-left:25px; color:#458A11; margin-right: -8px; line-height: 23px; height: 23px; }
.search input#Submit { width:62px; border:none; cursor: pointer; background-image: url(lyzqc/tongyong/search_botton.gif); background-repeat: no-repeat; background-position: left 1px; height: 23px; }
/* --±ãÃñ·þÎñ-- */
#bianminfuwu a { height: 77px; width: 70px; }
#bianminfuwu a:hover { text-decoration: underline; background-color: #FFECDD; }
/*ÁôÑÔµ÷ÓÃÁÐ±íÑùÊ½*/
.guestbook_list { }
.guestbook_list a { font-size: 12px; height: 24px; }
.guestbook_list a:link { color: #000000; }
.guestbook_list a:visited { color: #000000; }
.guestbook_list a:hover { color: #990000; }
.guestbook_list a:active { color: #000000; }
/*¿ÕÐÐ·Ö¸î*/
.kong { width: 100%; line-height: 10px; height: 10px; }
/* --µ¼º½·ç¸ñ-- */
#daohang01 a {/* --ÓÎÁú¹úË°·ç¸ñ-- */ font-size: 14px; font-weight: bold; background-image: url(lyzqc/web/menu_bg.gif); color: #FFffff; line-height: 36px; height: 36px; text-align: center; padding-right: 2px; padding-left: 2px; width: 86px; }
#daohang01 a:hover { color: #ffffff; background-image: url(lyzqc/web/menu_bg1.gif); background-repeat: repeat-x; }
/* ±¾Õ¾¹«¸æ·ç¸ñ */
.AnnounceTitle {/* ±¾Õ¾¹«¸æÄÚÈÝÒ³±êÌâ */ font-size:14px; font-weight:bold; height: 40px; color: #000000; padding-bottom: 30px; }

#lyzqcdh { background-image: url(sznc/menu_bg.gif); background-repeat: no-repeat; background-position: left top; height: 36px; width: 100%; line-height: 36px; }
#lyzqcdh a { font-size: 14px; font-weight: bold; color: #FFffff; text-align: center; display: inline-block; width: 86px; }
#lyzqcdh a:hover { color: #ffffff; background-image: url(sznc/menu_bg1.gif); background-repeat: repeat-x; background-position: center top; }