/* 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: #89180C;text-decoration: none;}
a.a_more:visited {color: #89180C;text-decoration: none;}
a.a_more:hover {color: #FF6600;text-decoration: none;}

/* 网站白色链接样式 */
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:40px; margin:0 auto; background:#59595B; }

.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:45%; height:auto; margin:0 auto; float:left; list-style:none; font:normal 10pt "arial"; color:#FFFF00; line-height:40px; text-align:right; }

.div_headTop ul li.li_welcome { width:40%; height:auto; margin:0 auto; float:left; list-style:none; font:normal 10pt "宋体"; color:#FFFFFF; line-height:40px; text-align:left; }

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

.div_headTop ul li.li_search { width:15%; height:auto; margin:0 auto; float:left; list-style:none; font:normal 10pt "宋体"; color:#FFFFFF; line-height:40px; text-align:left; }

.input_search { width:150px; height:25px; margin:8px auto 2px auto; float:left; font:normal 12pt "宋体"; color:#333333; border:0px solid #FFFFFF; }

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

/* 网站页头导航层 */
.div_headMenuOut { width:100%; height:100px; margin:0 auto; background:#CB2612; }

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

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

.div_headMenu ul li { width:330px; height:100px; float:left; list-style:none; margin:-10px auto;  background:url("../../images/bg_logo.png") left no-repeat; }

.div_headMenu ul li.li_menu { width:100px; height:100px; margin:-10px auto; float:right; list-style:none; background:none;text-align:center; line-height:100px; }

.div_headMenu ul li.li_menu a { width:100px; height:100px; margin:0 auto; float:left; color:#FFFFFF; font-weight:bold; text-align:center; }

.div_headMenu ul li.li_menu a:hover {width:100px; height:100px; margin:0 auto; float:left; background:#89180C; color:#FFFFFF; font-weight:bold; text-align:center; }

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

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

/* 下面是前/后按钮代码，如果不需要删除即可 */
.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:#CB2612; line-height:90px; text-align:center; }

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

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

/* 更多按钮层 */

.div_homeProBtn { width:100px; height:30px; margin:0 auto;}

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

.div_homeProBtn ul li { width:100px; height:30px; margin:0 auto; float:left; list-style:none; color:#FFFFFF; font:bold 10pt "宋体"; text-align:center; line-height:30px; }

.div_homeProBtn ul li a { width:100px; height:30px; float:left; background:#CB2612; color:#FFFFFF; }

.div_homeProBtn ul li a:hover { width:100px; height:30px; background:#89180C; color:#FFFFFF; }

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

/* 网站首页我们的服务轮播层 */
.slideBox1{ width:1200px; height:350px; 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:350px; zoom:1; vertical-align:middle; }
.slideBox1 .bd li img{ width:100%; height:350px; }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.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:300px; height:320px; float:left; margin:0px auto auto 75px; background:#F4F4F4; }

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

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

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

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

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

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

/* 首页新闻中心标题层 */
.div_homeNewsTitle { width:100%; height:500px; margin:50px auto 0px auto; background:url("../../images/bg_about.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_bigTitleFFFFFF.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 10pt "宋体"; color:#FFFFFF; text-align:center; line-height:20px; }

.div_homeNewsTitle ul li.li_con { width:1200px; height:320px; margin:30px auto 0px auto; float:none; clear:both; }

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

/* 首页关于我们层 */
.div_homeAbout { width:1200px; height:320px; margin:0 auto; }

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

.div_homeAbout ul li { width:750px; height:320px; margin:0 auto; float:left; font:normal 11pt "宋体"; text-indent:2em; color:#FFFFFF; line-height:35px; }

.div_homeAbout ul li.li_right { width:400px; height:320px; margin:0px auto 0px 50px; }

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

/* 新闻中心大图层样式 */ 
.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 10pt "宋体"; line-height:40px; }

.div_homeNewsImageConSummary { width:550px; height:50px; margin:0px auto 0px 10px; float:left; font:normal 10pt "宋体"; 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 10pt "宋体"; line-height:35px; }

.div_homeNewsList ul li.li_homeNewsImageConSummary { width:480px; height:35px; float:right; font:normal 10pt "宋体"; 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 10pt "宋体"; 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 10pt "宋体"; 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_homeCase { width:1200px; height:60px; margin:0 auto; }

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

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

.div_homeCaseInfo { width:200px; height:200px; margin:0 auto; }

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

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

.div_homeCaseInfo ul li.li_img { width:200px; height:100px; margin:0 auto; float:left; list-style:none;}

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

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

.div_homeCaseInfo ul li span { font:bold 11pt "宋体"; color:#89180C; }

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

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

.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 10pt "宋体"; 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:#631107; font:normal 10pt "宋体"; 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 10pt "宋体"; 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 10pt "微软雅黑"; color:#FFFFFF; text-align:center; line-height:50px; }

.div_pageNav ul li a { width:180px; height:50px; margin:0 auto; float:left; background:#89180C; 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:#89180C; 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 10pt "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 10pt "arial"; text-align:center; line-height:40px; }

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

/* 网站案例内层 */
.div_caseInner { width:270px; height:240px; margin:0 auto; }

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

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

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

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

/* 网站内页面包屑层 */
.div_local { width:1200px; height:50px; margin:0 auto; font:normal 10pt "宋体"; 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 10pt "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:130px; height:30px; margin:0 auto; float:left; font:normal 12pt "宋体"; line-height:30px; }

.div_pageContent ul li.li_rightTitle {width:1070px; height:30px; margin:0 auto; float:left; font:normal 12pt "宋体"; 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 10pt "宋体"; 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:#CB2612; font:bold 13pt "arial"; color:#FFFFFF; line-height:25px; text-align:center; }

.div_pageList ul li.li_date span { font:normal 10pt "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:#89180C; 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 10pt "宋体"; line-height:25px; }

/* 我们的服务层 */
.div_pageService { width:1200px; 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:970px; height:60px; margin:0 auto; float:left; list-style:none; font:normal 10pt "宋体"; line-height:30px; }

.div_pageService ul li.li_image { width:200px; height:150px; }

.div_pageService ul li img { width:200px; height:150px; }

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

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

.div_pageService ul li.li_tab { width:240px; height:25px; }

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

/* 网站联系我们层 */
.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 10pt "宋体"; 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;}
