@charset "utf-8";
/* CSS Document */
* ,html, body, form, dl, dt, dd, ul, ol, li, th, td, span, strong, em, a, input, textarea, select,img{
	padding:0;
	margin:0;
	border:none;
}
a:link,a:visited ,a:hover ,a:active {	
	text-decoration: none;
}
ul, ol {
	list-style: none outside none;
}
img {
	padding:0;
	margin:0;
	border:none;
}
a img {
	padding:0;
	margin:0;
	border:none;
}
body{
	padding:0;
	margin:0;
}
.clear{
	clear:both;
}

/*网站片头*/
.all_bg{ width:100%; height:483px; background-image:url(../images/pt_bg03.jpg); background-repeat:repeat-x;}
.xcpic{ width:100%; height:480px; margin:0 auto;}
.xc_bodybg{ width:100%; height:440px; background-image: url(../images/pt_bg02.jpg); background-repeat:repeat-x;}
.jrqy{ width:1000px; height:auto; padding-top:8px; margin:0 auto;}
.logo3{ width:330px; height:85px; margin:0 auto;}
.enter{ width:83px; height:40px; margin:0 auto;}
.mainyewu{ width:500px; height:20px; margin:0 auto;margin-top:50px;color:#FFF;font-size:18px;text-align: center;}

/*首页*/
.header{ width:100%; height:479px; background-image:url(../images/header_bg.gif); background-repeat:repeat-x;}
.top{ width:1000px; height:150px; margin:0 auto;}
.head{ width:1000px; height:108px;}
.logo{ width:259px; height:85px; float:left; margin:15px 0 0 10px;}
.head_r{ width:300px; height:22px; line-height:22px; float:right; margin-top:25px; font-family:"宋体"; font-size:12px; color:#000;}
.head_r span{ display:inline; float:left;}
.head_r img{ float:left;}
.nav{ width:1000px; height:42px; background-image: url(../images/gg_bg.gif); background-repeat: repeat-x;}
.nav a{ display:block; float:left; width:93px; height:42px; line-height:42px; font-family:"微软雅黑"; font-size:14px; color:#fff; font-weight:bold; text-align:center; margin-left:15px;}
.nav a:hover{ display:block; background-image:url(../images/hover_bg.jpg); background-repeat:no-repeat;}
.banner{ width:1000px; height:316px; margin:0 auto; border-top:1px solid #b5def8; border-bottom:1px solid #b5def8;}
/*幻灯片*/
.wrapper{ width:1000px; margin:0 auto; overflow:hidden;}
.slide-box{ height:316px;}
.slide-box .slider{ float:left; width:1000px; height:316px; position:relative;}
.slide-box .news{ float:right; width:320px; height:296px; border:2px #DDD solid; border-bottom-color:#333; border-left-width:0; border-right-width:0;}
.slide-box .news .name{ padding:10px 5px; width:310px; margin:10px 0; font-size:16px; font-weight:bold; color:#666; background:url(../images/gray_bg.png); position:relative;}
.slide-box .news .name a{ position:absolute; top:10px; right:10px; width:17px; height:17px; background:url(../images/more.png);}
.slide-box .news .name a:hover{ background-position:0 -17px;}
.slide-box .news .name a:active{ background-position:0 -34px;}
.slide-box .news ul{ width:100%; overflow:hidden;}
.slide-box .news ul li{ width:100%; height:44px; border-top:1px #DDD solid; font-size:14px;}
.slide-box .news ul li a{ display:block; width:300px; padding:0 10px; height:100%; color:#222; line-height:44px; text-decoration:none;}
.slide-box .news ul li a:hover{ background:#F5F5F5 url(../images/icon_home_topic_arrow.png) 280px 15px no-repeat;}
.slide-box .news ul li a span{ display:block; width:276px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


.theme-default .nivoSlider 
{
    position:relative; 
    width:1000px; 
    height:316px; 
    overflow:hidden;
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	position:absolute;
	right:10px;
	bottom:10px;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
	float:left;
	z-index:9;
	position:relative;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -18px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:50px;
	height:100px;
	position:absolute;
	top:50%; 
	margin-top:-50px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }

.theme-default a.nivo-nextNav{background-position:-80px 0;right:15px;}
.theme-default a.nivo-nextNav:hover{background-position:-80px -120px;}
.theme-default a.nivo-nextNav:active{background-position:-80px -240px;}
.theme-default a.nivo-prevNav {left:15px;}
.theme-default a.nivo-prevNav:hover{ background-position:0px -120px; }
.theme-default a.nivo-prevNav:active{ background-position:0px -240px; }

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

.main{ width:1000px; height:auto; overflow:hidden; margin:0 auto; margin-top:-11px;}
.gg_dh{ width:1000px; height:43px; line-height:43px; background-image:url(../images/gg_bg.gif); background-repeat:repeat-x; font-family:"宋体"; font-size:12px; color:#fff;}
.gg_dh span{ display:block; float:left; background-image:url(../images/ico01.png); background-repeat:no-repeat; background-position:left; margin-left:20px; padding-left:30px;}
.gdnr{ width:800px; height:43px; float:left; margin-left:8px;}
.qimo8{ overflow:hidden; width:800px; height:43px;}
.qimo8 .qimo {/*width:99999999px;*/width:8000%; height:36px;}
.qimo8 .qimo div{ float:left;}
.qimo8 .qimo ul{float:left; height:43px; overflow:hidden; zoom:1; }
.qimo8 .qimo ul li{float:left;line-height:43px;list-style:none;font-family: "宋体";font-size: 12px; color:#fff;}
.qimo8 li a{margin-right:10px;color:#fff;font-family: "宋体";font-size: 12px;}
.qimo8 li a:hover{text-decoration:underline;}
.content{ width:1000px; height:auto; overflow:hidden; margin-top:18px;}
.main_l{ width:237px; height:auto; float:left;}
.main_m{ width:740px; height:auto; float:left; margin-left:20px;}
.main_r{ width:230px; height:auto; float:right;}
.ldzl{ width:237px; height:auto;}
.ldzl h2{ width:237px; height:30px; background-image:url(../images/main_bg01.gif); background-repeat:no-repeat; background-position:5px center; border-bottom:3px solid #0067ac;}
.ldzl h2 a{ display:block; float:right; margin:15px 2px 0 0;}
.zlnr{ width:237px; height:auto;}
.zlzx01{ width:237px; height:auto; overflow:hidden; margin-top:10px; padding-bottom:10px; border-bottom:1px dotted #ccc;}
.zlpic{ width:105px; height:79px; float:left;}
.zljs{ width:110px; height:auto; line-height:22px; float:right; margin-right:8px;}
.zljs a{ font-family:"宋体"; font-size:12px; color:#000;}
.zljs a:hover{ color:#1881c3;}
.zlzx02{ width:237px; height:auto; overflow:hidden; margin-top:10px;}
.zlpic{ width:105px; height:79px; float:left;}
.zljs{ width:110px; height:auto; line-height:22px; float:right; margin-right:8px;}
.zljs a{ font-family:"宋体"; font-size:12px; color:#000;}
.zljs a:hover{ color:#1881c3; text-decoration:underline;}
.ywly{ width:237px; height:auto; margin-top:15px;}
.ywly h2{ width:237px; height:30px; background-image:url(../images/main_bg04.gif); background-repeat:no-repeat; background-position:5px center; border-bottom:1px solid #0067ac;}
.lybq{ width:237px; height:auto; overflow:hidden; margin-top:8px; padding-bottom:15px; border-bottom:1px dotted #ccc;}
.lybq a{ display:block; float:left; width:auto; max-width:120px; height:30px; line-height:30px; background-image:url(../images/main_linebg.gif); background-repeat:repeat-x; font-family:"微软雅黑"; font-size:12px; color:#000; font-weight:bold; margin:4px 0 0 5px; padding:0 20px;}
.lybq a:hover{ color:#1881c3;}
.video{ width:237px; height:175px; margin-top:5px;}
.qywh{ width:235px; height:130px; margin-top:8px; border:1px solid #ccc;}
.qywh h2{ width:237px; height:32px; background-image:url(../images/main_bg08.gif); background-repeat:no-repeat; background-position:8px center; border-bottom:1px solid #ccc;}
.ztpic{ width:235px; height:68px;}
.whdh{ width:235px; height:30px; line-height:30px; background-image:url(../images/main_linebg.gif); background-repeat:repeat-x; text-align:center; font-family:"微软雅黑"; font-size:12px; color:#000; font-weight:bold;}
.whdh a{ font-family:"微软雅黑"; font-size:12px; color:#000; font-weight:bold; margin:0 5px;}
.whdh a:hover{ color:#1881c3;}
.zbmm{ width:235px; height:130px; margin-top:8px; border:1px solid #ccc;}
.zbmm h2{ width:237px; height:32px; background-image:url(../images/main_bg11.gif); background-repeat:no-repeat; background-position:8px center; border-bottom:1px solid #ccc;}
.ztpic{ width:235px; height:68px;}
.zpdh{ width:235px; height:30px; line-height:30px; background-image:url(../images/main_linebg.gif); background-repeat:repeat-x; text-align:center; font-family:"微软雅黑"; font-size:12px; color:#000; font-weight:bold;}
.zpdh a{ font-family:"微软雅黑"; font-size:12px; color:#000; font-weight:bold; margin:0 5px;}
.zpdh a:hover{ color:#1881c3;}
.search{ width:235px; height:85px; margin-top:8px; border:1px solid #ccc;}
.search h2{ width:207px; height:25px; line-height:25px; padding-left:30px; background-image:url(../images/ss_bg.jpg); background-repeat:no-repeat; background-position:8px center; font-family:"宋体"; font-size:12px; color:#0f66a9; font-weight:normal;}
.ssk{ width:215px; height:23px; margin:5px auto 0 auto;}
.wb01{ width:208px; height:21px; line-height:21px; padding-left:5px; border:1px solid #ccc;}
.an{ width:51px; height:20px; margin:7px 0 0 10px;}
.company{ width:490px; height:auto;float: left;}
.company h2{ width:490px; height:30px; background-image:url(../images/info.gif); background-repeat:no-repeat; background-position:5px center; border-bottom:3px solid #0067ac;}
.gsdg{ width:490px; height:auto; margin-top:10px;}
.gspic{ width:147px; height:152px; float:left;}
.gknr{ width:324px; height:auto; line-height:22px; float:right; margin-right:5px;}
.gknr ul li{ width:324px; height:auto; text-indent:24px; font-family:"宋体"; font-size:12px; color:#504f4f;}
.gknr ul li a{ font-family:"宋体"; font-size:12px; color:#504f4f;}
.gknr ul li a:hover{ color:#1881c3;}
.gs_news{ width:490px; height:auto; margin-top:12px;}
.gs_news h2{ width:490px; height:30px; background-image:url(../images/main_bg05.gif); background-repeat:no-repeat; background-position:5px center; border-bottom:1px solid #0067ac;}
.gs_news h2 a{ display:block; float:right; margin:15px 2px 0 0;}
.gsnews_lb{ width:490px; height:auto; margin-top:5px;}
.gsnews_lb ul li{ width:490px; height:25px; line-height:25px; background-image:url(../images/ico01.gif); background-repeat:no-repeat; background-position:left center; font-family:"宋体"; font-size:12px; color:#808080;}
.gsnews_lb ul li a{ display:inline; float:left; font-family:"宋体"; font-size:12px; color:#504f4f; margin-left:12px;}
.gsnews_lb ul li a:hover{ color:#1881c3;}
.gsnews_lb ul li span{ display:inline; float:right;}
.zgs_news{ width:490px; height:auto; margin-top:12px;}
.zgs_news h2{ width:490px; height:30px; background-image:url(../images/main_bg06.gif); background-repeat:no-repeat; background-position:5px center; border-bottom:1px solid #0067ac;}
.zgs_news h2 a{ display:block; float:right; margin:15px 2px 0 0;}
.zgsnews_lb{ width:490px; height:auto; margin-top:5px;}
.zgsnews_lb ul li{ width:490px; height:25px; line-height:25px; background-image:url(../images/ico01.gif); background-repeat:no-repeat; background-position:left center; font-family:"宋体"; font-size:12px; color:#808080;}
.zgsnews_lb ul li a{ display:inline; float:left; font-family:"宋体"; font-size:12px; color:#504f4f; margin-left:12px;}
.zgsnews_lb ul li a:hover{ color:#1881c3;}
.zgsnews_lb ul li span{ display:inline; float:right;}
.case{ width:490px; height:auto; margin-top:12px;}
.case h2{ width:490px; height:30px; background-image:url(../images/main_bg09.gif); background-repeat:no-repeat; background-position:5px center; border-bottom:1px solid #0067ac;}
.alzs{ width:490px; height:auto; margin-top:10px;}
.alzs ul li{ width:160px; height:auto; float:left; margin-left:6px; line-height:20px; text-align:center;}
.alzs ul li a{ font-family:"宋体"; font-size:12px; color:#000;}
.alzs ul li a:hover{ color:#1881c3;}
.hy_news{ width:230px; height:auto;}
.hy_news h2{ width:230px; height:30px; background-image:url(../images/main_bg03.gif); background-repeat:no-repeat; background-position:5px center; border-bottom:3px solid #0067ac;}
.hy_news h2 a{ display:block; float:right; margin:15px 2px 0 0;}
.hyzb{ width:230px; height:152px; margin-top:10px;}
.mainbox{overflow:hidden;position:relative;}
.flashbox{overflow:hidden;position:relative;}
.imagebox{text-align:right;position:relative;z-index:999; display:block;}
.bitdiv{display:inline-block;width:11px;height:11px;margin:0 5px 0 0px;cursor:pointer;float:right;}
.defimg{background-image:url(../images/02.png)}
.curimg{background-image:url(../images/01.png)}
.hyxw{ width:230px; height:auto; margin-top:10px;}
.hyxw ul li{ width:230px; height:25px; line-height:25px; background-image:url(../images/ico02.gif); background-repeat:no-repeat; background-position:left center; font-family:"宋体"; font-size:12px; color:#504f4f;}
.hyxw ul li a{ display:inline; float:left; margin-left:13px; font-family:"宋体"; font-size:12px; color:#504f4f;}
.hyxw ul li a:hover{ color:#1881c3;}
.hyxw ul li span{ display:inline; float:right;}
.gg_news{ width:230px; height:auto; margin-top:20px;}
.gg_news h2{ width:230px; height:30px; background-image:url(../images/main_bg07.gif); background-repeat:no-repeat; background-position:5px center; border-bottom:1px solid #0067ac;}
.gg_news h2 a{ display:block; float:right; margin:15px 2px 0 0;}
.ggxw{ width:230px; height:auto; margin-top:10px;}
.ggxw ul li{ width:230px; height:25px; line-height:25px; background-image:url(../images/ico01.gif); background-repeat:no-repeat; background-position:left center; font-family:"宋体"; font-size:12px; color:#504f4f;}
.ggxw ul li a{ display:inline; float:left; margin-left:13px; font-family:"宋体"; font-size:12px; color:#504f4f;}
.ggxw ul li a:hover{ color:#1881c3;}
.ggxw ul li span{ display:inline; float:right;}
.fz_news{ width:230px; height:auto; margin-top:20px !important; margin-top:5px;}
.fz_news h2{ width:230px; height:30px; background-image:url(../images/main_bg10.gif); background-repeat:no-repeat; background-position:5px center; border-bottom:1px solid #0067ac;}
.fzpic{ width:230px; height:160px; margin-top:10px;}
.fzpic ul li{ width:103px; height:72px; float:left; margin-left:9px !important; margin-left:5px; margin-bottom:10px;}
.fzxw{ width:230px; height:auto; margin-top:10px;}
.fzxw ul li{ width:230px; height:24px; line-height:24px; background-image:url(../images/ico01.gif); background-repeat:no-repeat; background-position:left center; font-family:"宋体"; font-size:12px; color:#504f4f;}
.fzxw ul li a{ display:inline; float:left; margin-left:13px; font-family:"宋体"; font-size:12px; color:#504f4f;}
.fzxw ul li a:hover{ color:#1881c3;}
.fzxw ul li span{ display:inline; float:right;}
.footer{ width:1000px; height:auto; margin:10px auto 0 auto;}
.yqlj{ width:1000px; height:40px;}
.yqwz{ width:770px; height:40px; line-height:40px; float:left; text-align:left; font-family:"宋体"; font-size:12px; color:#000;}
.yqwz a{ font-family:"宋体"; font-size:12px; color:#000; margin-left:20px;}
.yqwz a:hover{ color:#1881c3;}
.fgswz{ width:228px; height:24px; float:left; text-align:center;}
.tz{ width:226px; height:22px; border:1px solid #ccc; margin-top:8px; font-family:"宋体"; font-size:12px; color:#256fb1;}
.footer01{ width:1000px; height:117px; background-image:url(../images/footer.gif); background-repeat:repeat-x;}
.lxdz{ width:385px; height:97px; float:left; padding-top:20px; font-family:"宋体"; font-size:12px; color:#484848;}
.lxdz ul li{ width:385px; height:23px; line-height:23px;}
.lxdz ul li span{ margin-right:5px;}
.lxdz ul li a{ font-family:"宋体"; font-size:12px; color:#484848;}
.lxdz ul li a:hover{ color:#1881c3;}
.logo2{ width:213px; height:68px; float:right; margin-top:30px;}

/*案例分享*/
.header02{ width:100%; height:479px; background-image:url(../images/header_bg02.gif); background-repeat:repeat-x;}
.banner02{ width:1000px; height:165px; margin:0 auto; border-top:1px solid #b5def8; border-bottom:1px solid #b5def8;}
.main02{ width:1000px; height:auto; overflow:hidden; margin:0 auto; margin-top:-160px; background-color:#FFF;}
.gsgk{ width:237px; height:auto;}
.gsgk h2{ width:237px; height:30px;background-repeat:no-repeat; background-position:5px center; border-bottom:3px solid #0067ac; padding-left:15px; color:#0067ac; font-size:20px;}
.gsgk h2 span{ margin-top:10px;}
.gsgk h2 a{ display:block; float:right; margin:15px 2px 0 0;}
.lmdh{ width:237px; height:auto; margin-top:5px;}
.lmdh ul li{ width:237px; height:34px; line-height:34px; text-align:center; background-color:#1881c3; margin-top:3px;}
.lmdh ul li a{ display:block; font-family:"微软雅黑"; font-size:18px; color:#fff;}
.lmdh ul li a:hover{ background-image:url(../images/hover_bg02.jpg); background-repeat:no-repeat;}
.con_r{ width:734px; height:auto; overflow:hidden; float:right; margin-right:14px !important; margin-right:8px;}
.web_dh{ width:724px; height:30px; line-height:30px; padding-right:10px; text-align:right; font-family:"宋体"; font-size:12px; color:#000;}
.web_dh a{ font-family:"宋体"; font-size:12px; color:#000;}
.web_dh a:hover{ color:#1881c3;}
.alfx{ width:732px; height:auto; border:1px solid #ccc;}
.alfx ul{ width:715px; height:auto; margin:0 auto; overflow:hidden; padding-bottom:30px; border-bottom:1px dotted #ccc;}
.alfx ul li{ width:235px; height:auto; float:left; text-align:center; line-height:22px; margin:10px 0 0 3px !important; margin-left:2px;}
.alfx ul li a{ font-family:"宋体"; font-size:12px; color:#000;}
.alfx ul li a:hover{ color:#1881c3;}
.xwys{ width:690px; height:24px; margin:20px auto; font-size:12px;}
.xwys a{ display:block; width:45px; height:22px; line-height:22px; text-align:center; float:left; border:1px solid #ccc; margin-left:8px; font-family:"宋体"; font-size:12px; color:#000;}
.xwys a:hover{ background-color:#ccc; color:#FFF;}
.xwys .next{ width:52px; height:22px;}
.xwys .last{ width:40px; height:22px;}

/*公司简介*/
.gsjj{ width:712px; height:auto; padding:20px 10px 30px 10px; border:1px solid #ccc;}
.gsmc{ width:712px; height:auto; line-height:40px; text-align:center;}
.jjnr{ width:712px; height:auto; margin-top:10px;}

/*企业文化*/
.qydt{ width:732px; height:auto; border:1px solid #ccc;}
.qydt dl{ width:710px; height:auto; overflow:hidden; margin:10px auto 0 auto; padding-bottom:10px; border-bottom:1px dotted #ccc;}
.qydt dl dt{ width:157px; height:102px; float:left;}
.qydt dl dd{ width:510px; height:auto; float:right; line-height:21px; margin-right:20px !important; margin-right:10px; font-family:"宋体"; font-size:12px; color:#545454;}
.whnr{ width:510px; height:auto;}
.whnr ul li{ width:510px; height:auto;}
.whnr ul li a{ font-family:"宋体"; font-size:14px; color:#000;}
.whnr ul li a:hover{ color:#1881c3;}

/*新闻列表*/
.xwlb{ width:732px; height:auto; border:1px solid #ccc;}
.xwdq{ width:712px; height:auto; margin:10px auto 0 auto; overflow:hidden;}
.date{ width:702px; height:30px; line-height:30px; padding-left:10px; font-family: "Arial"; font-size:18px; color:#767676; border-bottom:1px dotted #ccc;}
.xwtm{ width:712px; height:auto; margin-top:8px;}
.xwtm ul li{ width:712px; height:25px; line-height:25px; font-family:"宋体"; font-size:12px; color:#737373;}
.xwtm ul li a{ display:inline; float:left; font-family:"宋体"; font-size:12px; color:#000; margin-right:7px;}
.xwtm ul li a:hover{ color:#1881c3;}
.xwtm ul li span{ display:inline; float:right; margin-right:5px;}
.lbys02{ width:690px; height:24px; margin:20px auto; font-size:12px;}
/*.lbys02 a{ display:block; float:left; width:45px; height:48px; line-height:48px; text-align:center; font-family:"宋体"; font-size:12px; color:#000;}
.lbys02 a:hover{ color:#1881c3;}
.lbys02 a:hover.not2{ color:#000;}
.lbys02 span{ display:block; float:left; width:12px; height:12px;}*/
.lbys02 a{ display:block; width:45px; height:22px; line-height:22px; text-align:center; float:left; border:1px solid #ccc; margin-left:8px; font-family:"宋体"; font-size:12px; color:#000;}
.numlist{ border:#999 solid 1px;margin-left: 5px;height: 24px;}
/*文章详细*/
.wzxx{ width:732px; height:auto; border:1px solid #ccc; padding-bottom:20px;}
.nrbt{ width:712px; height:auto; margin:0 auto; border-bottom:1px dotted #ccc;}
.wzbt{ width:712px; height:auto; line-height:25px; padding:20px 0 10px 0; text-align:center;font-size: 22px;}
.wzly{ width:712px; height:25px; line-height:25px;}
.wzly ul li{ width:auto; max-width:230px; float:left; font-family:"宋体"; font-size:12px; color:#777; margin-left:5px;}
.wzly ul .fxd{ width:210px; height:25px; float:right;}
.wzly ul .fxd span{ display:inline; float:left;}
.wznr{ width:712px; height:auto; line-height:25px; margin:8px auto 0 auto; padding-bottom:40px;}
.wznr img { max-width:710px; height:auto;}
.wzxx_fy {line-height: 30px;height: 30px;width: 720px;border: 1px solid #CCC;font-family: "宋体";font-size: 12px;color: #333;margin:20px auto 0 auto;}
.wzxx_fy a {font-family: "宋体";font-size: 12px;color: #1881c3;}
.wzxx_fy a:hover {text-decoration: underline;}
.wzxx_fy01 {float: left;height: 30px;width: 340px;padding-left: 20px;}
.wzxx_fy02 {float: left;height: 30px;width: 240px;margin-left: 8px;}
.wzxx_fy03 {width: 70px;float: left;height: 30px;margin-left: 40px;}

/*留言板*/
.lyb{ width:732px; height:auto; border:1px solid #ccc; padding-bottom:40px;}
.xshb_ddbt {width: 700px;padding-top: 40px;text-align: center;margin-right: auto; margin-bottom: 25px; margin-left: auto; padding-bottom: 10px; border-bottom: 1px dotted #CCC; font-family: "微软雅黑"; font-size: 18px; color: #000;}
.xshb_ddxx {height: auto;width: 700px;overflow: hidden;margin-top: 0;margin-right: auto;margin-bottom: 30px;margin-left: auto;padding-bottom: 20px;}
.ddxx_ch {height: 28px;width: 700px;margin-right: auto;margin-left: auto;line-height: 27px;margin-bottom: 20px;overflow: hidden;font-family: "宋体";font-size: 14px;color: #000;}
.ddxx_ch span{ display:inline; float:left;}
.ddxx_ch .wb08 {height: 26px;width: 400px;border: 1px solid #CCC;margin-right: 10px;line-height: 23px;}
.ddxx_dh {height: 28px;width: 700px;margin-right: auto;margin-left: auto;line-height: 27px;margin-bottom: 20px;overflow: hidden;font-family: "宋体";font-size: 14px;color: #000;}
.ddxx_dh .wb02 {height: 26px;width: 400px;border: 1px solid #CCC;margin-right: 10px;line-height: 23px;}
.ddxx_dh span{ display:inline; float:left;}
.ddxx_dz {height: 28px;width: 700px;margin-right: auto;margin-left: auto;line-height: 27px;margin-bottom: 20px;overflow: hidden;font-family: "宋体";font-size: 14px;color: #000;}
.ddxx_dz span{ display:inline; float:left;}
.ddxx_dz .wb03 {height: 26px;width: 400px;border: 1px solid #CCC;margin-right: 10px;line-height: 23px;}
.ddxx_yx {height: 28px;width: 700px;margin-right: auto;margin-left: auto;line-height: 27px;margin-bottom: 20px;overflow: hidden;font-family: "宋体";font-size: 14px;color: #000;}
.ddxx_yx span{ display:inline; float:left;}
.ddxx_yx .wb04 {height: 26px;width: 400px;border: 1px solid #CCC;margin-right: 10px;line-height: 23px;}
.ddxx_cp {height: 28px;width: 700px;margin-right: auto;margin-left: auto;line-height: 27px;margin-bottom: 20px;font-family: "宋体";font-size: 14px;color: #000;overflow: hidden;}
.ddxx_cp span{ display:inline; float:left;}
.ddxx_cp .wb05 {height: 26px;width: 400px;border: 1px solid #CCC;margin-right: 10px;line-height: 23px;}
.ddxx_sm {height: 152px;width: 700px;margin-right: auto;margin-left: auto;margin-bottom: 10px;font-family: "宋体";font-size: 14px;color: #000;margin-top: 10px;overflow: hidden;}
.ddxx_sm span{ display:inline; float:left;}
.ddxx_sm .mm {float: left;}
.ddxx_sm .wb06 {height: 150px;width: 400px; float:left; border: 1px solid #CCC;}
.ddxx_yzm {width: 700px; margin:20px auto 0 auto; height: 45px;}
.ddxx_yzm span{ display:inline; float:left;}
.ddxx_yzm .yz {width: 300px;line-height: 28px;height: 45px;overflow: hidden;font-family: "宋体";font-size: 14px;color: #000;float: left;}
.ddxx_yzm .yz .wb07 {line-height: 26px;height: 26px;border: 1px solid #CCC;margin-right: 8px;width: 100px;}
.ddxx_yzm .cjyz {float:right; height: 30px; width: 142px; margin:5px 100px 0 0;}
.cjyz form {height: 30px;width: 380px;margin-top: 10px;}
.an01 {background-image: url(../images/tj.jpg);background-repeat: no-repeat;height: 30px;width: 142px;font-family: "宋体";font-size: 14px;color: #000;cursor: pointer;}
.wskq_zxdy {height: auto;width: 700px;margin:20px auto 0 auto;border-bottom-width: 1px;border-bottom-style: dotted;border-bottom-color: #CCC;padding-bottom: 35px;}
.wskq_zxdy ul .wskq_zxwen {font-family: "宋体";font-size: 14px;font-weight: bold;color: #33731B;background-image: url(../images/q.gif);background-repeat: no-repeat;background-position: 15px center;padding-left: 45px;line-height: 20px;height: 20px;width: 686px;}
.wskq_zxdy ul .wskq_zxda {background-image: url(../images/a.gif);background-repeat: no-repeat;background-position: 20px center;padding-left: 45px;font-family: "宋体";font-size: 12px;color: #333;line-height: 25px;height: 25px;margin-top: 5px;}
