/* css样式表 */
/* 页面body样式 */
body {
    margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background:#FFFFFF;
}

/* 网站通用链接样式 */
a:link {color: #333333;text-decoration: none;}
a:visited {color: #333333;text-decoration: none;}
a:hover {color: #FF6600;text-decoration: none;}

/* 网站更多样式 */
a.a_more:link {color: #159298;text-decoration: none;}
a.a_more:visited {color: #159298;text-decoration: none;}
a.a_more:hover {color: #FF6600;text-decoration: none;}

/* 网站标签样式 */
a.a_tab:link {color: #159298;text-decoration: none; font-weight:bold;}
a.a_tab:visited {color: #159298;text-decoration: none; font-weight:bold;}
a.a_tab:hover {color: #FF6600;text-decoration: none; font-weight:bold;}

/* 网站白色链接样式 */
a.a_white:link {color: #FFFFFF;text-decoration: none;}
a.a_white:visited {color: #FFFFFF;text-decoration: none;}
a.a_white:hover {color: #FFFF00;text-decoration: underline;}

/* 网站黄色链接样式 */
a.a_yellow:link {color: #FFFF00;text-decoration: none;}
a.a_yellow:visited {color: #FFFF00;text-decoration: none;}
a.a_yellow:hover {color: #FF6600;text-decoration: underline;}

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 网站页头快捷信息样式表 */
.div_headTopOut { width:100%; height:35px; margin:0 auto; background:#159298; }

.div_headTop { width:1200px; height:35px; margin:0 auto; }

.div_headTop ul { width:1200px; height:auto; margin:0 auto; padding:0px; float:left; }

.div_headTop ul li { width:100%; height:auto; margin:0 auto; float:left; list-style:none; font:normal 11pt "arial"; color:#FFFF00; line-height:35px; text-align:right; }

.div_headTop ul li span { font-weight:bold; }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 网站页头导航层 */

.div_headMenu { width:1200px; height:95px; margin:0 auto; }

.div_headMenu ul { width:1200px; height:auto; margin:0 auto; padding:0px; float:left; }

.div_headMenu ul li { width:120px; height:95px; margin:0 auto; float:right; list-style:none; line-height:95px; text-align:center; }

.div_headMenu ul li a { width:120px; height:95px; margin:0 auto; float:left; color:#159298; font-weight:bold; text-align:center; line-height:95px; }

.div_headMenu ul li a:hover {width:120px; height:95px; margin:0 auto; float:left; background:#159298; color:#FFFFFF; font-weight:bold; text-align:center; line-height:95px; }

.div_headMenu ul li.li_logo { width:210px; height:95px; float:left; background:url("../../images/bg_logo.png") right no-repeat; }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 网站首页Banner层 */
.slideBox{ width:100%; height:350px; overflow:hidden; position:relative; border:0px solid #ddd;  }
		
.slideBox .bd{ position:relative; width:100%; height:420px; z-index:0;   }
.slideBox .bd li{ width:100%; height:350px; zoom:1; vertical-align:middle; }
.slideBox .bd li img{ width:100%; height:350px; }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 网站首页我们的服务层 */

.div_homeMyService { width:1200px; height:141px; margin:20px auto 0px auto; }

.div_homeMyService ul { width:auto; height:auto; margin:0 auto; padding:0px; float:left; }

.div_homeMyService ul li { width:1200px; height:auto; margin:0 auto; float:left; list-style:none; }

.div_homeMyService ul li.li_bigTitle { height:90px; background:url("../../images/bg_bigTitle.png") center no-repeat; font:normal 18pt "微软雅黑"; color:#159298; line-height:90px; text-align:center; }

.div_homeMyService ul li.li_smallTitle { height:50px; font:normal 11pt "宋体"; color:#333333; text-align:center; line-height:20px; }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 网站首页我们的服务轮播层 */
.slideBox1{ width:1200px; height:420px; margin:0 auto; overflow:hidden; position:relative; border:0px solid #ddd;  }
		
.slideBox1 .bd{ position:relative; width:100%; height:420px; z-index:0;   }
.slideBox1 .bd li{ width:100%; height:420px; zoom:1; vertical-align:middle; }
.slideBox1 .bd li img{ width:100%; height:420px; }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox1 .prev,
.slideBox1 .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../../images/slider-arrow1.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox1 .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox1 .prev:hover,
.slideBox1 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox1 .prevStop{ display:none;  }
.slideBox1 .nextStop{ display:none;  }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 网站首页我们的服务轮播层内容方块 */
.div_homeServiceCon { width:450px; height:420px; float:left; margin:0px auto auto 100px; background:#F4F4F4; }

.div_homeServiceConImg { width:450px; height:300px; float:left; margin:0px auto; }

.div_homeServiceConImg img {width:450px; height:300px; margin:0 auto; }

.div_homeServiceConOut { width:450px; height:120px; background:#F4F4F4; }

.div_homeServiceConTitle { width:430px; height:40px; margin:0px auto 0px 10px; float:left; font:bold 11pt "宋体"; line-height:40px; }

.div_homeServiceConSummary { width:430px; height:80px; margin:0px auto 0px 10px; float:left; font:normal 11pt "宋体"; line-height:25px; text-indent:2em; }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 首页新闻中心标题层 */
.div_homeNewsTitle { width:100%; height:150px; margin:50px auto 0px auto; background:url("../../images/bg_homeNews.png") top no-repeat; }

.div_homeNewsTitle ul { width:auto; height:auto; margin:0 auto; padding:0px; float:left; }

.div_homeNewsTitle ul li { width:1200px; height:auto; margin:0 auto; float:left; list-style:none; }

.div_homeNewsTitle ul li.li_bigTitle { height:90px; background:url("../../images/bg_bigTitle159298.png") center no-repeat; font:normal 18pt "微软雅黑"; color:#FFFFFF; line-height:90px; text-align:center; }

.div_homeNewsTitle ul li.li_smallTitle { height:50px; font:normal 11pt "宋体"; color:#FFFFFF; text-align:center; line-height:20px; }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 首页新闻中心层 */
.div_homeNews { width:1200px; height:450px; margin:50px auto 0px auto; }

.div_homeNews ul { width:auto; height:auto; margin:0 auto; padding:0; }

.div_homeNews ul li { width:570px; height:450px; margin:0 auto; float:left; list-style:none; }

.div_homeNews ul li.li_right { height:70px; margin:25px auto 0px auto; float:right; }

/* 新闻中心大图层样式 */ 
.div_homeNewsImage { width:570px; height:450px; margin:0 auto; }

.div_homeNewsImage ul { width:auto; height:auto; margin:0 auto; padding:0; }

.div_homeNewsImage ul li { width:570px; height:360px; margin:0 auto; float:left; list-style:none; }

.div_homeNewsImage ul li img {width:570px; height:360px; margin:0 auto; }

.div_homeNewsImage ul li.li_title { width:570px; height:90px; background:#F4F4F4; }

.div_homeNewsImageConTitle { width:550px; height:40px; margin:0px auto 0px 10px; float:left; font:bold 11pt "宋体"; line-height:40px; }

.div_homeNewsImageConSummary { width:550px; height:50px; margin:0px auto 0px 10px; float:left; font:normal 11pt "宋体"; line-height:25px; text-indent:2em; }

/* 新闻中心列表层样式 */ 
.div_homeNewsList { width:570px; height:70px; margin:0 auto; }

.div_homeNewsList ul { width:auto; height:auto; margin:0 auto; padding:0; }

.div_homeNewsList ul li { width:570px; height:70px; margin:0 auto; float:left; list-style:none; }

.div_homeNewsList ul li.li_date { width:70px; height:70px; background:#159298; color:#FFFFFF; text-align:center; }

.div_homeNewsList ul li.li_date span.span_date { font:bold 15pt "arial"; line-height:40px; }

.div_homeNewsList ul li.li_date span.span_year { font:bold 12pt "arial"; line-height:30px; }

.div_homeNewsList ul li.li_homeNewsImageConTitle { width:480px; height:35px; float:right; font:bold 11pt "宋体"; line-height:35px; }

.div_homeNewsList ul li.li_homeNewsImageConSummary { width:480px; height:35px; float:right; font:normal 11pt "宋体"; line-height:20px; text-indent:2em; }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 新闻中心更多按钮层 */

.div_homeNewsBtn { width:1200px; height:25px; margin:0 auto;}

.div_homeNewsBtn ul { width:100%; height:auto; margin:0 auto; padding:0px; }

.div_homeNewsBtn ul li { width:80px; height:25px; margin:50px auto 0px auto; float:right; list-style:none; color:#FFFFFF; font:normal 11pt "宋体"; text-align:center; line-height:25px; }

.div_homeNewsBtn ul li a { width:80px; height:25px; float:left; background:url("../../images/btn_out.png") center no-repeat; color:#FFFFFF; }

.div_homeNewsBtn ul li a:hover { width:80px; height:25px; background:url("../../images/btn_over.png") center no-repeat; color:#FFFFFF; }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 首页公司简介和友情链接层 */

.div_homeProfileLink { width:100%; height:500px; margin:50px auto 0px auto; background:url("../../images/bg_profile.png") top no-repeat;}

.div_homeProfileTitle { width:1200px; height:90px; margin:0 auto; background:url("../../images/bg_bigTitle159298.png") center no-repeat; font:normal 18pt "微软雅黑"; color:#333333; line-height:90px; text-align:center; }

/* 公司简介 */
.div_homeProfile { width:1200px; height:200px; margin:0 auto; }

.div_homeProfile ul { width:100%; height:auto; margin:0 auto; padding:0px; }

.div_homeProfile ul li { width:850px; height:200px; margin:0 auto; float:left; list-style:none; font:normal 11pt "宋体"; line-height:25px; text-indent:2em;}

.div_homeProfile ul li.li_img { width:300px; height:200px; margin:0 auto; float:right; }

.div_homeProfile ul li.li_img img { width:300px; height:200px; border:0px solid #DFDFDF; margin:0 auto; float:left; }

/* 友情链接 */
.div_homeLink { width:1200px; height:60px; margin:50px auto 0 auto; }

.div_homeLink ul { width:100%; height:auto; margin:0 auto; padding:0px; }

.div_homeLink ul li { width:200px; height:60px; margin:0px 20px 0px 20px; float:left; list-style:none;}

.div_homeLink ul li img { width:200px; height:60px; border:0px solid #666666; }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 页底导航层 */
.div_pageFootOut { width:100%; height:auto; margin:0 auto; clear:both; background:#159298; }

.div_pageFootInfo { width:1200px; height:270px; margin:0 auto; }

.div_pageFootInfo ul { width:100%; height:auto; margin:0px auto; padding:0px; float:left; }

.div_pageFootInfo ul li { width:150px; height:auto; margin:30px auto 0px auto; float:left; list-style:none; font:normal 11pt "宋体"; line-height:25px; color:#FFFFFF; }

.div_pageFootInfo ul li span { font-weight:bold; }

.div_pageFootInfo ul li.li_contact { width:280px; height:100px; }

.div_pageFootInfo ul li.li_map { width:270px; height:170px;}

.div_pageFootInfo ul li.li_form { width:320px; height:200px; float:right; }

.div_pageFootEdition { width:100%; height:60px; background:url("../../images/bg_line.png") top repeat-x; font:normal 11pt "宋体"; line-height:60px; color:#FFFFFF; text-align:center; }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 版权页留言表单样式 */ 
.div_pageFootForm { width:320px; height:auto; margin:0 auto; }

.div_pageFootForm ul { width:auto; height:auto; margin:0 auto; padding:0; }

.div_pageFootForm ul li { width:150px; height:35px; margin:0 auto; float:left; list-style:none; } /* 姓名和电话输入框 */

.div_pageFootForm ul li.li_message { width:320px; height:115px; margin:20px auto 0px auto; float:left; background:#FFFFFF; } /* 留言内容输入框 */

.input_form1 { width:110px; height:30px; margin:2px 2px auto auto; float:right; font:normal 12pt "宋体"; color:#333333; border:0px solid #FFFFFF; }

.input_form2 { width:316px; height:111px; margin:2px 2px auto auto; float:left; font:normal 12pt "宋体"; color:#333333; border:0px solid #FFFFFF; }

.div_pageFootForm ul li.li_btn { width:80px; height:25px; margin:20px auto 0px auto; float:right; list-style:none; color:#FFFFFF; font:normal 11pt "宋体"; text-align:center; line-height:25px; }

.div_pageFootForm ul li.li_btn a { width:80px; height:25px; float:left; background:url("../../images/btn_out.png") center no-repeat; color:#FFFFFF; }

.div_pageFootForm ul li.li_btn a:hover { width:80px; height:25px; background:url("../../images/btn_over.png") center no-repeat; color:#FFFFFF; }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 网站内页子栏目导航层 */

.div_pageNav { width:380px; height:50px; margin:0 auto; }

.div_pageNav ul{width:100%; height:auto; margin: 0 auto; padding:0px ; float:left;}

.div_pageNav ul li { width:180px; height:50px; margin:0 5px 0 5px; float:left; list-style:none; background:#FF9900; font:bold 11pt "微软雅黑"; color:#FFFFFF; text-align:center; line-height:50px; }

.div_pageNav ul li a { width:180px; height:50px; margin:0 auto; float:left; background:#159298; color:#FFFFFF; text-align:center; line-height:50px; }

.div_pageNav ul li a:hover {width:180px; height:50px; margin:0 auto; float:left; background:#FF9900; color:#FFFFFF; text-align:center; line-height:50px; }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 内页翻页导航层 */
.div_pageUpDown { width:250px; height:40px; margin:0 auto; margin-top:30px; }

.div_pageUpDown ul { width:100%; height:auto; margin:0 auto; padding:0px; float:left; }

.div_pageUpDown ul li { width:40px; height:40px; margin:0px 0px 0px 30px; float:left; list-style:none; background:#0076CA; font:bold 16px arial; line-height:40px; text-align:center; color:#FFFFFF; }

.div_pageUpDown ul li a { width:40px; height:40px; margin:0 auto; float:left; background:#159298; color:#FFFFFF; }

.div_pageUpDown ul li a:hover { width:40px; height:40px; margin:0 auto; float:left; background:#FF9900; color:#FFFFFF; }

.div_pageUpDown ul li.li_noHref { background:#FF9900; color:#FFFFFF; }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 资质荣誉图层样式 */ 
.div_honor { width:1200px; height:auto; margin:30px auto 0 auto; }

.div_honor ul { width:auto; height:auto; margin:0 auto; padding:0; }

.div_honor ul li { width:270px; height:230px; margin:0 auto 0 40px; float:left; list-style:none; background:#F4F4F4; font:normal 11pt "arial"; text-align:center; line-height:30px; }

.div_honor ul li img {width:270px; height:200px; margin:0 auto; border:0px solid #D4D4D4; }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 网站资质荣誉内层 */
.div_honorInner { width:270px; height:240px; margin:0 auto; }

.div_honorInner ul { width:auto; height:auto; margin:0 auto; padding:0; }

.div_honorInner ul li { width:270px; height:200px; margin:0 auto; float:left; list-style:none; background:#F4F4F4; }

.div_honorInner ul li.li_text { width:270px; height:40px; background:#F4F4F4; font:normal 11pt "arial"; text-align:center; line-height:40px; }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 网站内页面包屑层 */
.div_local { width:1200px; height:50px; margin:0 auto; font:normal 11pt "宋体"; line-height:50px; }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 通用内容页层 */
.div_pageContent {width:1200px; height:auto; margin:30px auto 0 auto; }

.div_pageContent ul { width:auto; height:auto; margin:0 auto; padding: 0; float:left; }

.div_pageContent ul li { width:1200px; height:auto; margin:0 auto; list-style:none; font:normal 11pt "arial"; color:#333333; line-height:25px; text-align:left; text-indent:2em; letter-spacing:2px; }

.div_pageContent ul li.li_title { width:1200px; height:70px; margin:0 auto; font:bold 12pt "arial"; color:#333333; line-height:70px; text-align:center; letter-spacing:2px; }

.div_pageContent ul li.li_leftTitle {width:100px; height:30px; margin:0 auto; float:left; line-height:30px; }

.div_pageContent ul li.li_rightTitle {width:1100px; height:30px; margin:0 auto; float:left; line-height:30px; text-indent:0em; }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 网站内容列表层 */
.div_pageList { width:1200px; height:auto; margin:0 auto; }

.div_pageList ul { width:auto; height:auto; margin:0 auto; padding: 0; float:left; }

.div_pageList ul li { width:1120px; height:70px; margin:20px auto 0px auto; float:right; list-style:none; font:normal 11pt "宋体"; line-height:25px; }

.div_pageList ul li span { font:bold 11pt "宋体"; letter-spacing:1px;}

.div_pageList ul li.li_date { width:50px; height:50px; margin:40px auto 0px auto; float:left; background:#159298; font:bold 13pt "arial"; color:#FFFFFF; line-height:25px; text-align:center; }

.div_pageList ul li.li_date span { font:normal 11pt "arial"; letter-spacing:0px; }

.div_pageList ul li.li_title { width:100%; height:50px; background:url("../../images/bg_title.png") bottom left no-repeat; font:bold 13pt "微软雅黑"; color:#159298; line-height:50px; letter-spacing:5px; }

.div_pageList ul li.li_service { width:1200px; height:auto; margin-top:0px; }

.div_pageList ul li.li_serviceList { width:1200px; height:70px; margin:20px auto 0px auto; float:left; list-style:none; font:normal 11pt "宋体"; line-height:25px; }

/* 我们的服务层 */
.div_pageService { width:360px; height:auto; margin:30px auto 0 auto; }

.div_pageService ul{ width:100%; height:auto; margin: 0 auto; padding:0px ; float:left;}

.div_pageService ul li { width:360px; height:auto; margin:0 auto; float:left; list-style:none; font:normal 11pt "宋体"; line-height:30px; background:#F4F4F4; }

.div_pageService ul li.li_image { width:360px; height:220px; }

.div_pageService ul li img { width:360px; height:220px; }

.div_pageService ul li.li_sep { width:30px; height:auto; background:#F4F4F4; }

.div_pageService ul li.li_line { width:360px; height:5px; background:url("../../images/bg_sepLine.png") center repeat-x; background-color:#F4F4F4; }

.div_pageService ul li.li_tab { width:180px; height:35px; background:#F4F4F4; line-height:35px; }

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 网站联系我们层 */
.div_pageContact { width:1200px; height:auto; margin:30px auto 0 auto; }

.div_pageContact ul{ width:100%; height:auto; margin: 0 auto; padding:0px ; float:left;}

.div_pageContact ul li { width:100%; height:auto; margin:0 auto; float:left; list-style:none; font:normal 11pt "宋体"; line-height:30px; }

.div_pageContact ul li.li_title { width:80px; height:30px; text-align:right; }

.div_pageContact ul li.li_content { width:1120px; height:30px;}

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* 页面分隔层 */
.div_separate0 { width:100%; height:0px; margin:0px auto; clear:both;}
