﻿@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{ padding:0px; margin:0px }
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td { margin: 0; padding: 0;}
body{
	color:#555;
	padding:0px; 
	margin:0px auto;
	font-size:12px;
	font: 12px/2.0 微软雅黑;
	background:#f5f5f5;
	/*background:url(../images/body_bg.jpg) #FFF center repeat-y;*/
}
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; }
p{ margin: 0px; line-height:1.8em}
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0; /* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}

/*链接*/
a{ text-decoration:none; color:#626262; background: transparent;  outline:none}
a:visited {}
a:focus { outline:none; }
a:hover, a:active{ color:#B33630; outline:none;}

/*标题*/
h1 { font-size: 1.3em;margin:  0;}
h2 {font-size: 1.2em; margin: 0;}
h3 { font-size: 1.17em;margin: 0;}
h4 {font-size: 1em;margin:0;}
h5 {font-size: 0.83em;margin: 0;}
h6 { font-size: 0.67em;margin: 0;}

/*表单*/
form {margin: 0;}
button,select,textarea {
    font-size: 100%;  /* Correct font size not being inherited in all browsers. */
    margin: 3px;  /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */
    vertical-align: baseline; /* Improve appearance and consistency in all browsers */
    *vertical-align: middle; /* Improve appearance and consistency in all browsers */
}
button,select {text-transform: none;}

textarea{padding: 2px;color: #000000;background-color: #fff;width:99%;}

/*其它*/
blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
code, kbd, pre, samp {font-size: 1em;}
pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl{margin: 1em 0;}
dd {margin: 0 0 0 40px;}
/*==========@@HTML默认  结束@@==========*/


/*==========@@通用 开始@@==========*/
/*常用颜色*/
.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
.gray { color:gray; !important; }
.purple { color:purple;  !important;}

/*浮动*/
.clear { display:block; clear:both; height:3px; overflow:hidden; line-height:3px; }
.float_left { float:left; }
.float_right { float:right; }

/*对齐方式*/
.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}

.dleft{float:left}
.dright {float:right}
/*按钮*/
a.btn { display:block; height: 24px; line-height: 24px;  width: 81px;
	background:url(../images/button.jpg) no-repeat 0 -24px; 
	border: 0;    color: #FFFFFF; cursor: pointer;
    font-weight: bold;  
	text-align:center;
}
a.btn:hover {background: url(../images/button.jpg) no-repeat 0px 0px; color:#fff}
a.btn1 {display: block;height: 33px; line-height: 30px;  width: 120px;  padding-left: 28px; background: url(../images/order_bg.jpg) no-repeat; color: #fff;}
a.btn1:hover {background: url(../images/order_bg.jpg) no-repeat 0px -33px;  color:#fff}

/*其它*/
.hide { display:none; }  /*隐藏*/
.more{ float: right; padding-right:5px;padding-top:10px} /*more链接*/
.code_image{ cursor: pointer; padding-bottom:6px;} /*验证码图片样式*/

/*表单类*/
.form_text {
	height:20px; line-height:20px;  width:95%; 
	padding: 2px; 
	clip: rect;color: #000000;
	background-color: #fff;
	border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-width:1px;
	background: url(../images/form_bg.jpg) repeat-x 0px 0px;
}
.form_text:hover {
	padding: 2px; height:20px;
	clip: rect;
	color: #000000;background-color: #fff;
    border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-width:1px;
	background: url(../images/form_bg.jpg) repeat-x;
	background-position: 0px -37px;
}
.form_text_verifycode { 
	height:20px; line-height:20px; width:50px; margin-right:3px;padding: 2px;
	clip: rect;color: #000000;
	background-color: #fff;
	border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;
	border-left-width: 1px;background: url(../images/form_bg.jpg) repeat-x 0px 0px;
}
.form_text_verifycode:hover {
	height:20px; line-height:20px; width:50px; margin-right:3px; padding:2px;
	clip: rect;
	color: #000000;background-color: #fff;
    border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;
    border-left-width: 1px;background: url(../images/form_bg.jpg) repeat-x;
	background-position: 0px -37px;
}
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}
.form_select { height:25px; }
.form_textarea { width:95%; height:80px; border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;border-width:1px; padding:2px;}
.form_button {
	background: url(../images/button.jpg) no-repeat 0 -24px;
    border: 0;color: #FFFFFF;cursor: pointer;font-weight: bold; 
	height: 24px; line-height: 24px;margin: 0;padding: 0;width: 81px; 
}
.form_button:hover{ background: url(../images/button.jpg) no-repeat 0px 0px; height:24px; line-height:24px; padding:0; margin:0}
.required{ color:red; font-weight:bold; text-align:left; padding-left:3px;}
/*==========@@通用 结束@@==========*/


/*==========@@布局  开始@@==========*/
/*模型body*/
.body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, .body_guestbook{}
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback{
	width:1120px;

}
#top, #logo, #banner, #announcement, #link, #copyright {
	 width:1120px;  margin:0 auto; overflow:hidden; border:0px dashed red;
}
#left { float:left; width:230px;display:inline;}
#center{}
#right { float:right; width:840px;background:#FFF;border:1px #e8e8e8 solid;padding:10px 15px 10px 15px;}


.nwei{width:100%;margin:0px auto;overflow:hidden !important;overflow:visible; height:100% !important;height:500px; min-height:500px;padding-top:20px;border-top:1px #e8e8e8 solid}
.w1{width:1120px;padding:0px; border:0px;margin:0px auto;list-style: none;font-style:normal;}
.w2{width:1120px;padding:0px; border:0px;margin:0px auto;list-style: none;font-style:normal;}
.w3{width:1260px;padding:0px; border:0px;margin:0px auto;list-style: none;font-style:normal;}

/*左侧*/
/*主体左侧样式*/
.left_title { height:43px; line-height:43px;  background:url(../images/left_title.jpg) no-repeat; }
.left_title h2 { text-indent:1em; font-size:14px; color:#000; }
.left_title h2 a { font-size:14px; color:#C7231D; }
.left_body { overflow:hidden; zoom:1; color:#000; border:5px solid #eaeaea; padding:5px 5px 0px 5px; border-bottom:0; border-top:0}
.left_bottom { height:15px; background:url(../images/left_bottom.jpg) no-repeat; margin-bottom:5px;}


.left_xb{clear:both;margin-top:10px}
	.left_xb img{width:100%}

/*样式1*/
.left_title1{ height:39px; line-height:39px; background:url(../images/left_title1.jpg) no-repeat;}
.left_title1 h2 { text-indent:1em; font-size:14px; color:#000;  }
.left_body1 { overflow:hidden; zoom:1;  color:#000; padding:0 10px 5px;  border:5px solid #eff6fe; border-bottom:0; border-top:0}
.left_bottom1 { height:15px;  background:url(../images/left_bottom1.jpg) no-repeat; margin-bottom:5px;}

/*样式2*/
.left_title2 { height:37px; line-height:37px; margin-bottom: 15px;  }
.left_title2 h2 { font-size:19px; }
.left_title2 .f1{ color:#000;font-size: 19px;font-family: 宋体;}
.left_body2 { overflow:hidden; zoom:1; color:#000;  padding:0 0px 5px;  border-top:0; border-bottom: 0px}
.left_bottom2 { height:15px;   margin-bottom:5px;}

.left_title3 { height:55px; line-height:55px;color:#FFF;background:url(../imgc/nmut.jpg) repeat-x;border:1px #dedede solid;overflow:hidden}
.left_title3 b { font-size:22px;font-weight:normal;float:left;color:#4ca5ea;padding-left:15px;padding-right:5px}
.left_title3 span { font-size:12px;font-weight:normal;float:left;color:#989898;margin-top:6px}

.left_so { overflow:hidden; zoom:1; border:1px #f50005 solid;background:#8c0000;height:25px;width:172px;overflow:hidden;margin-top:10px}
.left_body3 {padding:5px;border:1px #dedede solid;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#FFF;line-height:26px;color:#000;font-size:14px}
.left_body3 b{font-weight:normal;color:#929292}

.left_bottom3 { height:15px;   margin-bottom:5px;}

	.left_so li{float:left}
	.left_s1{margin:2px 0px 0px 3px}
.form_so{border:0px;background:#8c0000;width:140px;height:20px;line-height:20px;margin:1px 5px 1px 1px}
.form_an{background:url(../imgc/soan.png) no-repeat}
/*主体右侧*/
/*样式1*/
.right_title {height:46px;margin-bottom:10px;;overflow:hidden;border-bottom:1px #dddddd solid}
.right_title h2 { font-size:18px; font-weight:normal; padding-left:25px; color:#3b3b3b;height:46px;line-height:40px;float:left;background:url(../imgs/ab1.png) no-repeat left 6px}
.right_body { padding:5px; overflow:hidden; zoom:1;  border-top:0; border-bottom:0 }
.right_bottom {height: 5px;  line-height:5; overflow:hidden; font-size:0px; margin-bottom:5px;}
/*样式2*/
.right_title1 { background: url(../images/right_title1.jpg) repeat-x 0 0; height:39px; line-height:39px;  }
.right_title1 h2 { font-size:14px; font-weight:bold; padding-left:10px; color:#626262;}
.right_body1 { padding:5px; overflow:hidden; zoom:1; border:5px solid #FACEB9; border-top:0; border-bottom:0}
.right_bottom1 { height: 5px; font-size: 0px; line-height:0; background:#FACEB9;  overflow:hidden; margin-bottom:5px;}
/*==========@@布局  结束@@==========*/


/*当前位置*/
#location_main {} 
#location {height:45px; margin-top:5px;text-indent: 22px;line-height:45px; display:inline;float:right}



/*==========@@公共板块  开始@@==========*/
/* 顶部 */
#top_main { height:34px;  background:#475059;  color:#FFF; font-size:14px}
#top { height:34px; line-height:34px; text-align:right;}
#top_1 { float:left;  text-align:left;}
#top_2 { float:right; text-align:right; }
	#top_2 span{float:right;background:url(../imgc/tx.gif) no-repeat right center;padding:0px 20px}
#top .MobileEdition{ color:red;}
#top a { color:#FFF; }
#top a:hover { color:#ffa800;  text-decoration:none}

#tel_main{background:#f5f5f5;border-top:5px #0d6fb8 solid}



/*Logo*/
#logo_main { padding:15px;}
#logo {overflow:hidden;   }
#logo .WebLogo{ float:left;}
#logo .Webtel{ float:right;}
	#logo ul{ float:right;}
	#logo ol{ float:right;}
	#logo b{font-family:微软雅黑;font-size:28px;color:#c60000;font-weight:normal}
	#logo ol img{float:left;display:inline;margin:25px 5px 0px 0px}
	.Webtel p{width:100%;overflow:hidden;}
	.Webtel p span{float:right;}
#logo .Language{width:500px;float:right; padding:10px;}
#logo .Language .MobileEdition{  color:red;}
#logo .Member { width:500px; height:35px; line-height:35px; float:right; text-align:right;font-weight:bold; }
#logo .Member .MemberName, #logo_main .Member .MemberGroupName{color:#F30}

/*导航*/
#navigation_main {width:100%;background:#0d6fb8;}
#navigation { height:40px;}



#logoz{height:108px;text-align:center}
#logoz ul{float:left;display:inline;padding-top:3px;width:100%}

.div_float ul{float:left;overflow:hidden;display:inline;}
.div_float ol{float:right;overflow:hidden;display:inline;}
.div_float p{float:left}

.WebLogo{background:url(../imgc/t1.png) no-repeat right top;height:90px}
.WebLogo ul{width:500px;padding-top:10px}
.WebLogo ol{width:428px;font-family:微软雅黑;padding-top:30px}
	.WebLogo ol li{clear:both;width:100%;padding-top:8px}
	.WebLogo ol p{clear:both;text-align:right;width:100%;padding-top:10px;font-size:18px;color:#ff6600;font-weight:bold}
	.WebLogo ol li a{height:22px;line-height:22px;display:block;float:right;display:inline;margin-left:10px;padding:0px 10px 0px 5px;}
	.WebLogo ol li a:link,.WebLogo ol li a:visited{background:#FFF;border:1px #e4e4e4 solid;color:#000}
	.WebLogo ol li a:hover{background:#3167ab;border:1px #2a5d9d solid;color:#FFF}
	.WebLogo ol li img{float:left;margin:6px 3px 0px 0px}
	.WebLogo ol p span{font-size:12px;color:#000;font-weight:normal}	

		/* 本例子css */
		.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
		.nav{  height:40px; line-height:40px;  position:relative; z-index:1; }
		.nav a{ color:#fff;  }
		.nav .nLi{ float:left;  position:relative; display:inline;width:130px;margin-right:4px }
		.nav .nLi h3{ float:left;font-weight:normal;text-align:center;width:130px}
		.nav .nLi h3 a{ display:block;; font-size:16px; width:130px}
		.nav .sub{ font-size:14px;display:none; width:130px; left:0; top:40px;  position:absolute; background:rgba(0,120,209,0.7);line-height:36px;text-align:center;color:#00a3ea}
		.nav .sub li{ zoom:1; }
		.nav .sub a{ display:block; width:130px}
		.nav .sub a:hover{ background:#025da1; color:#fff;width:130px}
		.nav .on h3 a{ background:#86cf32; color:#fff; }
	
#navigation ul.nav .current { color:#FFF; background:#86cf32; }


/*Js幻灯片样式*/
#banner_main {position:relative;overflow:hidden;height:360px;margin-top:2px}
#banner {  border:0px solid red; margin:0 auto; overflow:hidden; width:100%;}
.bannerlist{}
.bannerlist li{ text-align:center; border:0px dashed red; overflow:hidden; display:block; width:100%;height:360px}
#banner_main .hd{ width:100%; position:relative; bottom:35px; left:0; height:5px; line-height:5px; text-align:center; border:0px solid red; }
#banner_main .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:25px; height:8px; background:#666; margin-right:6px; overflow:hidden; font-size:0px;}
#banner_main .hd ul li.on{  background:#039;}

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		#banner_main .prev,
		#banner_main .next{ position:absolute; left:3%; top:40%; margin-top:15px; display:block; width:60px; height:60px; background:url(../imgc/slider-arrow.png) -55px 5px no-repeat; filter:alpha(opacity=60);opacity:0.6;   }
		#banner_main .next{ left:auto; right:3%; background-position:-167px 5px; }
		#banner_main .prev:hover,
		#banner_main .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		#banner_main .prevStop{ display:none;  }
		#banner_main .nextStop{ display:none;  }


		/* 本例子css */
		.picScroll-top{ margin:0 auto;  padding:5px 5px 10px 5px; overflow:hidden; position:relative;}
		.picScroll-top .hd .prev,.picScroll-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../imgc/arrow.png") 0 -100px no-repeat;}
		.picScroll-top .hd .next{ background-position:0 -140px;  }
		.picScroll-top .hd .prevStop{ background-position:-60px -100px;  }
		.picScroll-top .hd .nextStop{ background-position:-60px -140px;  }


	
		.picScroll-top .hd ul li{ margin-top:8px;float:left;  width:16px; height:16px; overflow:hidden; margin-right:6px; text-indent:-999px; cursor:pointer; background:url("../imgc/icoCircle.png") 0 -18px no-repeat; }
		
		.picScroll-top .hd ul li.on{ background-position:0 0; }




		.mut{width:100%;clear:both;overflow:hidden;  height:36px;line-height:36px;}
			.mut ol{float:left;display:inline;padding-left:13px;padding-right:10px}
			.mut ol span{font-size:16px;float:left;}
			.mut i{font-size:12px;list-style: none;font-style:normal;color:#FFF;float:left;display:inline;padding:4px 0px 0px 6px}
		.mut ul{float:right;padding-right:8px}

	.mua{background:#eaeaea}
	
	.mua ol{background:#0d6fb8;color:#FFF}




.mub { height:39px; line-height:39px; background:#0d6fb8 ;  }
.mub h2 { text-indent:1em; font-size:16px; color:#FFF;font-weight:normal }


.aboutz{padding:5px 6px;height:355px;overflow:hidden;font-size:14px}
	.aboutz img{float:left;width:150px;height:150px;margin-top:7px;display:inline;margin-right:10px}
	.aboutz p{text-align:right;height:36px;line-height:36px;}
	.aboutz a:link,.aboutz a:visited{color:#b10000}
	.aboutz a:hover{color:#F00}
/*公告*/
#announcement { margin-top:5px;  height:35px; line-height:35px;background-color:#f0f0f0; color:#0B3B7D;}
#announcement .announcement_title{ float:left;font-weight:bold; text-indent:35px; background:url(../images/ann.gif) no-repeat 8px center; width:150px;}
#announcement .announcement_body{float:left; width:750px;}
#announcement .announcement_bottom{float:right; width:100px; }
.announcementlist{ }
.announcementlist li { line-height:35px; }




/*固定*/
.fixed{width:100%;position:relative;z-index:100;}
.fixed-top{position:fixed;top:0;}
.fixed-bottom{position:fixed;bottom:0;}
.fixed-left{position:fixed;left:0;}
.fixed-right{position:fixed;right:0;}
.fixed-top-left{position:fixed;top:0;left:0;}
.fixed-top-right{position:fixed;top:0;right:0;}
.fixed-bottom-left{position:fixed;bottom:0;left:0;}
.fixed-bottom-right{position:fixed;bottom:0;right:0;}



.lmuz{position:relative;}
	.lmuz .w1{position:absolute;z-index:250px;bottom:5px;height:46px}
	.lmuz .dleft{width:284px;background:url(../imgc/lmu.jpg) no-repeat left;height:46px}
	.lmuz .dright{width:664px;background:url(../imgc/lmu.jpg) no-repeat left;height:46px}
	.lmuz ul{float:left;font-size:14px;color:#FFF;font-family:微软雅黑;line-height:46px;display:inline;padding-left:35px}
	.lmuz ol{float:right;display:inline;margin:15px 15px 0px 0px}
/*Flash幻灯片样式*/
/*
#banner_main {border:0px solid blue; }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden;}
*/




/*子频道列表*/
.subchannellist { }
.subchannellist li {height:38px; line-height:38px; border:1px  solid #dedede;border-top:0px;width:280px;font-size:15px;overflow:hidden;background:#FFF}

.subchannellist li a { display:block; padding:0 5px 0 15px;background: url("../imgc/an22.jpg") repeat-x scroll 0 0; height:38px;overflow:hidden }
.subchannellist li a:hover {  color:#FFF; text-decoration:none;background: url("../imgc/an21.jpg") repeat-x scroll 0 0;height:38px;overflow:hidden}

.subchannellist li a span{ display:block; padding:0 5px 0 25px;background: url("../imgc/right_02.png") no-repeat scroll 5px 16px; height:38px;overflow:hidden }
.subchannellist li a:hover span{  color:#FFF; text-decoration:none;background: url("../imgc/right_01.png") no-repeat scroll 5px 16px;height:38px;overflow:hidden}
.subchannellist #current a {  color:#FFF; text-decoration:none;background: url("../imgc/an21.jpg") repeat-x scroll 0 0;height:38px;overflow:hidden}
.subchannellist #current a span {  color:#FFF; text-decoration:none;background: url("../imgc/right_01.png") no-repeat scroll 5px 16px;height:38px;overflow:hidden}

	.subchannellist span{float:left;width:160px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.subchannellist .depth1{ font-size:15px; }
.subchannellist .depth2{ font-size:15px; text-indent:1.5em;}
.subchannellist .depth3{ font-size:15px; text-indent:3em}
.subchannellist .depth4{ font-size:15px; text-indent:4.5em}
.subchannellist .depth5{ font-size:15px; text-indent:6em}
.subchannellist .depth6{ font-size:15px; text-indent:7.5em}

.subindex li {height:40px; line-height:40px; border:1px  solid #dedede;border-top:0px;width:100%;font-size:14px;overflow:hidden;background:#FFF;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

.subindex span{padding-left:10px;background:url(../imgc/lista.gif) no-repeat left;float:left;margin-left:10px}



/*搜索 */
table.search_table{ width:99%; text-align:center;}
table.search_table th{ vertical-align:middle; text-align:center; padding:0px 3px;}
table.search_table td{ vertical-align:middle; width:90px; padding:0px 3px;}

/*联系我们*/
.contact_wrap{ line-height:1.8em}
.contact_wrap b{ font-weight:bold;}
.contact_wrap .WebUrl{ color:#F00 }

/*订购*/
.order{margin:0px auto}
.order .WantOrder h1{ border-bottom:1px dotted #999999; padding: 5px 0px;}
.order .f1{ float:right; color:red;}
table.order_table{ width:98%;  }
table.order_table th{ width:100px; text-align:left;}
table.order_table td{text-align:left}
table.order_table .operation{ text-align:center}

/* 友情链接 */ 
#link_main {}
#link { padding:0; }
.link_title { background:url(../images/link_title.jpg) no-repeat; height:43px; line-height:43px; text-indent:10px;  }
.link_title h2 { font-size:14px; color:#000; line-height:43px;}
.link_body { padding:10px 5px 0px 5px; color:#000; border: 5px solid #cbebfa; border-top:0px; border-bottom:0px}
.link_bottom{height:15px;  background:url(../images/link_bottom.jpg) no-repeat; margin-bottom:5px;}
.link_pic { overflow:auto; zoom:1;  }
.link_pic ul li { float:left; padding:1px 5px; text-align:center; width:112px}
.link_pic img { width:86px; height:30px; padding:2px; border:1px solid #CCC; }
.link_pic ul li a:hover img { border:1px solid #6C9ACC;}
.link_text { overflow: hidden; zoom:1; }
.link_text ul li { float:left; text-align:center; padding:1px 5px; overflow:hidden; width:112px; white-space:nowrap}
.link_text a { line-height:22px; }

/* 版权信息 */
#copyright_main{color:#e9e9e9; background:#475059;margin-top:15px;clear:both;overflow:hidden}
	#copyright_main dl{float:left;height:105px}
	#copyright_main li{float:left;}
		#copyright_main a:link,#copyright_main a:visited{color:#e9e9e9}
		#copyright_main a:hover{color:#ffd800}
	.c11{width:530px;}
	.c12{width:290px;padding-left:10px}
		.c12 li{width:112px;overflow:hidden;display:inline;margin:0px 15px;text-align:center}
		.c12 img{width:112px;height:112px;float:left;clear:both;margin-bottom:5px;margin-top:10px}
	.c13{width:260px;}
		.c13 li{width:90px;overflow:hidden;display:inline;margin:0px 15px;text-align:center}
		.c13 p{font-size:16px;height:44px;line-height:44px}
		.c13 a{clear:both;float:left;width:100%;text-align:center;overflow:hidden}
	.c14{width:500px;;padding-left:20px}
		.c14 p{font-size:16px;height:44px;line-height:44px}
		.c14 div{width:220px;float:left;margin-left:20px}
		.c14 div img{float:left;width:58px;margin-right:6px}
		.c14 div span{float:left}
		.c14 div b{clear:both;width:100%;font-weight:normal;font-size:20px;display:block}
		.c14 div i{clear:both;width:100%;list-style: none;font-style:normal;display:block}

#copyright { padding:0 0;  }
#copyright .bottom_navigation{font-size:14px; float:left;width:440px;background:url(../imgc/fbj.gif) repeat-y right;padding:20px 0px;line-height:26px}
	.bottom_navigation span{float:left;clear:both;color:#FFF}
	.bottom_navigation span img{float:left;display:inline;margin:5px 10px 0px 0px}
	.bottom_navigation em{float:left;clear:both;list-style: none;font-style:normal;}
	.bottom_navigation ul{clear:both;}
	.bottom_navigation ol{clear:both;}
	.bottom_navigation b{font-weight:normal}
#copyright a {color: #e9e9e9; text-decoration: none;}
#copyright a:hover {color: #ffe400; text-decoration: none;}

#copyright .bottom_info{ width: 520px; float:right;padding:10px 0px;line-height:24px}
	.bottom_info ul a{float:left;display:inline;padding-left:13px;text-align:right;height:50px;line-height:50px}
	.bottom_info ol a{float:right;padding-left:20px;}
	.bottom_info ul{width:100%;clear:both;height:50px;line-height:50px;float:left;overflow:hidden}
	.bottom_info ol{width:100%;clear:both;height:40px;float:left;}
	.bottom_info p{width:100%;clear:both;text-align:right;float:left;height:20px;line-height:20px}
	.bottom_info dl{width:100%;clear:both;float:left;text-align:right;height:20px;line-height:20px}
#copyright .TechnicalSupport{ text-align:center; line-height:20px;}

#footz{background:#373e46;height:40px;line-height:40px;color:#FFF}
	#footz a:link,#footz a:visited{color:#FFF}
	#footz a:hover{color:#fbd500}
	#footz ul{float:left;}
	#footz ol{float:right;}

.npic{height:305px;margin-top:2px;}


#copyright_main_1{background: #333;text-align:center; color:#B0B0B0;}
#copyright_main_1 a{color:#B0B0B0;}
#copyright_1{ width:1000px; margin:0px auto;line-height: 40px;}
#copyright_1 .TechnicalSupport{ float:right;}
#copyright_1_1{ float:left;}
/*分页样式*/
.page { padding:30px 0px 0px 1px; float:right; clear:both;}
.page a, .page span { float:left; display:block; border:1px solid #D3D1D1; padding:2px 5px; margin-left:4px; line-height:22px; }
.page a:link, .page a:visited { text-decoration:none; }
.page a:hover { background:#CC0001; color:#ff9900; }
.page .current{ background:#CC0001; color:#FFF;}
.page #total{color:red}

/*会员*/
/*会员登录*/
table.login_table{ width:40%; text-align:center; margin:0 auto;}
table.login_table th{ width:100px; text-align:left; font-weight:bold;padding:10px 0px}
table.login_table td{ text-align:left;padding:10px 0px}
table.login_table .operation{text-align:center}

/*会员注册*/
table.reg_table{ width:50%; text-align:center; margin:0 auto;padding:10px 0px}
table.reg_table th{ width:140px; text-align:left; font-weight:bold;padding:10px 0px}
table.reg_table td{  text-align:left; }
table.reg_table .operation{text-align:center}

/*忘记密码 第一步*/
table.forget_table1{ width:40%; text-align:center; margin:0 auto;}
table.forget_table1 th{ width:100px; text-align:left; font-weight:bold;padding:10px 0px}
table.forget_table1 td{ text-align:left; padding:10px 0px}
table.forget_table1 .operation{text-align:center}
/*忘记密码 第二步*/
table.forget_table2{ width:40%; text-align:center; margin:0 auto;}
table.forget_table2 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table2 td{text-align:left}
table.forget_table2 .operation{text-align:center}

/*网站地图列表*/
.maplist{ }
.maplist li { padding:1px; }
.maplist li a { background:#d1e8fc; line-height:25px; display:block; padding:0 20px; border:0px solid #A6CC93; }
.maplist li a:hover { text-decoration:none; background:#FFF; }
.maplist .depth1{font-weight:bold;text-indent:0px; font-weight:bold}
.maplist .depth2{text-indent:2em}
.maplist .depth3{text-indent:4em}
.maplist .depth4{text-indent:6em}
.maplist .depth5{text-indent:8em}
.maplist .depth6{text-indent:10em}
/*==========@@公共板块  结束@@==========*/


/*==========@@频道页面 开始@@==========*/
/*===公共字段 开始===*/
.ChannelContent, .ChannelContent p{ line-height:1.8em}
.ChannelSContent{}
.ChannelSContent img, .InfoContent img{ max-width:95% ;background:#FFF;padding:5px;border:1px #e0e0e0 solid}

.ChannelContent img{ max-width:95% ;background:#FFF;padding:5px;border:1px #e0e0e0 solid}



.InfoTitle{ font-weight:normal; text-align:center; vertical-align:middle;   color:#900; padding:10px 0px}
.InfoTitle h1{ font-size:20px; line-height: 1.5em; }
.InfoTime{color:#999; text-align:left;  padding:2px 0px; height:25px}
.InfoContent, .InfoContent p{ line-height:1.8em; padding:10px 0;}
.InfoAttachment{ padding:10px 0px; text-align:center; width:81px; margin:0 auto;}
.InfoPicture{ text-align: center;}
.InfoPicture img{ width:100%; max-width:100%}
.info_from_wrap{ padding:0 10px; text-align:center; color:#999; border-bottom:1px solid #d4d4d4; line-height:40px;height:40px;margin-bottom:5px;}
.info_from_wrap b{font-weight:normal}
.info_from_wrap a { color:#999; }
.info_from_wrap a:hover { color:#555; }
#ReadLevelTip{ font-weight:bold; color:red;}
.Tag{ text-align: left; font-weight:bold; }
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.info_previous_next_wrap{ background:#FFF; padding:5px; border:1px solid #E3E3E3; line-height:1.8em;margin-top:20px}
.info_previous_next_wrap b{font-weight:normal}

.info_product_detail_wrap{ line-height: 2.2em;}
.info_product_detail_wrap b{color: #626262; font-weight:bold;}
.info_product_detail_wrap table.detail_table{ width:100%; }
.info_product_detail_wrap table.detail_table th{ width: 200px;}
.ProductDescription{ height:40px; background:url(../images/product_bg.jpg) left center; padding-left:35px; line-height:40px; font-size:16px; font-weight:bold;}
.product  .info_product_detail_wrap img{ width:195px; height:195px;float:left;  text-align:left }
.product  .InfoTitle{  font-size:16px; font-weight:bold; text-align:left; padding:10px 0px;}
.product  .f2{ padding:5px 0px}
.product  .f1{ padding:5px 0px}
.product  .InfoHit{ padding:5px 0px; font-weight:bold; color:#990000}
.product  .InfoTime{ padding:5px 0px; }
/*===公共字段 结束===*/



/*===首页 开始===*/
.index .ChannelContent{color:#626262;  line-height:25px; height:200px; background:url(../images/about_bg.jpg); padding:5px; overflow:hidden; margin-bottom:10px;}
.index .ChannelContent a{ color: #ff9d02}
.index #left{ float: right}
.index #right{ float: left}

#floor_1_main{overflow: hidden;margin-top:15px}
#floor_1{margin:0px auto;}
#floor_1_1{float: right;width:870px;overflow: hidden;border:1px #dedede solid;background:#FFF;;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#floor_1_2{float: left;width:230px;overflow: hidden;border-top:0px;}

#floor_2_main{background:#f5f5f5;}
#floor_2{ width:1000px; margin:0px auto;padding-top: 30px;}
#floor_2_1{float: left;width: 735px;overflow: hidden;}
#floor_2_2{float: right;width: 250px;overflow: hidden;}
/*===首页 结束===*/




.mar1{margin-top:20px;}
/* 本例子css */
.txtScroll-top{ overflow:hidden; position:relative;  margin-top:20px}
.txtScroll-top .hd{ overflow:hidden;  height:35px;width:90%;margin:0px auto;border-bottom:1px #969696 dashed}
.txtScroll-top .hd .prev,.txtScroll-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../imgc/arrow.png") 0 -100px no-repeat;}
.txtScroll-top .hd .next{ background-position:0 -140px;  }
.txtScroll-top .hd .prevStop{ background-position:-60px -100px;  }
.txtScroll-top .hd .nextStop{ background-position:-60px -140px;  }
.txtScroll-top .hd h1{float:left;font-size:15px;font-weight:normal;background:url(../imgc/ki_k_06.png) no-repeat left top;height:35px;line-height:24px;padding-left:32px}
.txtScroll-top .hd ol{float:right;display:inline;margin-top:3px;}
.txtScroll-top .hd p{float:right;display:inline;margin:10px 0px 0px 6px}
.txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
.txtScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../imgc/icoCircle.gif") 0 -9px no-repeat; }

.txtScroll-top .bd{width:92%;margin:0px auto;}
.txtScroll-top .hd ul li.on{ background-position:0 0; }
.txtScroll-top .bd{ padding-top:8px; }
.txtScroll-top .infoList li{ height:25px; line-height:25px;background:url(../images/icon3.gif) no-repeat 0px 5px; padding-left:12px}
.txtScroll-top .infoList li a{width:70%;overflow:hidden;float:left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.txtScroll-top .infoList li .date{ float:right; color:#999;  }





#box_main_sub3_sub1 {
	margin: 0 auto;
	width: 990px;
	float: none
}

.columnSpace {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0
}

#main2 {
	background: url("../imgc/main2_x.jpg") repeat-x scroll center top #f7f7f7;

	overflow: hidden;
	width: 100%
}

#main2 h2 {
	background: url("../imgc/main2_bj.jpg") no-repeat scroll 0 0 rgba(0,0,0,0);
	border-bottom: 3px solid #cd0000;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	padding: 0 0 0 36px;
	width: 954px
}

#main2 h2 a {
	color: #736363;
	float: right;
	font-size: 13px;
	padding-right: 25px
}

#main2 ul {
	background-color: #fff;
	margin: 0 auto 0;
	overflow: hidden;
	padding-top: 32px;
	width: 990px
}

#main2 ul li {
	cursor: pointer;
	margin-bottom: 28px;
	overflow: hidden
}

#main2 ul li table {
	border: 1px dashed #bdbcbc;
	color: #333;
	height: 108px;
	line-height: 26px;
	margin: 0 auto;
	width: 942px
}

#main2 ul li td {
	border-right: 1px dashed #bdbcbc;
	padding-left: 30px
}

#main2 ul li td .ikco,.cpfw td .ikco{
	
	color: #333;list-style: none;font-style:normal;
	padding-left: 15px
}

#main2 ul li td span {
	color: #c60000
}

#main2 ul li td span.rgz,.cpfw span.rgz {
	background: url("../imgc/rgz.jpg") no-repeat scroll 0 4px;
	padding-left: 20px
}

#main2 ul li td .yqsy {
	background: url("../imgc/main2_con2.jpg") no-repeat scroll 0 0;
	color: #fff;
	height: 50px;
	line-height: 25px;
	text-align: center;
	width: 91px
}

#main2 ul li td .yqsy span {
	color: #504f4f
}

#main2 ul li:hover {
	background-color: #cd0000
}

#main2 ul .ikco{background: url("../imgc/ak2.png") no-repeat scroll 0 4px;}
#main2 ul li:hover .ikco{background: url("../imgc/ak1.png") no-repeat scroll 0 4px;}



#main2 ul li:hover table {
	border: 1px dashed #cd0000;
	color: #fff
}

#main2 ul li:hover table td {
	border-right: 1px dashed #efaeae
}

#main2 ul li:hover a,.cpfw tr:hover a {
	background-position: 0 -46px;
	color: #fff
}

#main2 ul li:hover span {
	color: #fff
}

#main2 ul li:hover td span.rgz,.cpfw tr:hover span.rgz {
	background-position: 0 -28px
}

#main2 ul li:hover td .yqsy {
	background-position: center bottom
}


.xbannez{width:100%;}
	.xbannez img{width:100%;float:left;margin:3px 0px  0px 0px}
/*===招聘频道  开始===*/
.job{ }
.joblist { }
.joblist li {overflow: hidden; padding:5px 0px;}
table.job_table { margin:8px 0px; padding:0px; text-align:center; width:100%; border-collapse:collapse;}
table.job_table td{ padding:8px 5px; border:1px solid #DADBD6;}
table.job_table .Requirement{ text-align:left; padding:8px 5px; line-height:1.5em;}
table.job_table th{color:#333; font-weight:bold; text-align:center; border:1px solid #DADBD6;}
table.job_table . { color:#014597;font-weight:bold;padding:5px 0;width:20%;}
table.job_table .t2 { text-align:left;width:25%;}
table.job_table .t3 {color:#333;font-weight:bold;width:25%;}
table.job_table .t4 {text-align:left;width:25%;}
table.job_table .operation{text-align:center; width:81px; margin:0 auto;}
/*应聘*/
table.resume_table { margin:3px; text-align:center; width:97%; border-collapse:collapse;}
table.resume_table th{ font-weight:bold; text-align:left; width:100px;padding:5px 0px}
table.resume_table td{text-align:left;padding:5px 0px }
table.resume_table .operation{text-align:center; }
table.resume_table #Detail{ height:200px;}
/*===招聘频道  结束===*/

/*===留言频道  开始===*/
.guestbook{ }
.guestbooklist{}
.guestbooklist li{ padding:10px; border:1px solid #CCC; margin-bottom:10px; }
.MessageTitle { color:#227BAD; line-height:1.5em; font-weight:bold;}
.MessageContent { padding:5px; margin-bottom:10px; }
table.guestbook_table{ width:98%;  }
table.guestbook_table th{ width:100px; text-align:left;padding:5px 0px}
table.guestbook_table td{ text-align:left;padding:5px 0px}
table.guestbook_table .operation{ text-align:center }

/*管理员回复*/
.answer_wrap{ padding:5px; border-top:1px dashed #CCC; line-height:1.5em}
.answer_title{}
.answer_body {}
.Administrator { text-align:right; }
.Reply { text-align:right; }
.AnswerTime{ color:#999 }

/*留言表单*/
.message_title{ height:40px; background:#FFF; padding-left:5px; line-height:40px; font-size:15px; color:#5d5d5d; font-weight:bold;margin-bottom:15px}
	.message_title h2{font-weight:normal;font-size:15px}
.message_body{ padding-left: 10px; padding-right: 10px; color:#626262; }
.message_bottom{}
/*===留言频道  结束===*/

/*===反馈频道 开始===*/
.feedback{ }
table.feedback_table{ width:99%; text-align:center; margin:0 auto;}
table.feedback_table th{ width:100px; text-align:left; font-weight:bold;}
table.feedback_table td{  text-align:left;}
table.feedback_table .operation{text-align:center}
/*===反馈频道 结束===*/
/*==========@@频道页面 结束@@==========*/


/*==========@@通用列表 开始@@==========*/
/*文字列表*/
.textlist{}
.textlist li { line-height:38px; height:38px;padding-left:20px; background:url(../images/icon3.gif) no-repeat 5px center; 
overflow:hidden;border-bottom: 1px dashed #CCC;font-size:14px}
.textlist li span{font-size:12px}
.textlist i{float:right;font-family:arial;color:#a6a6a6;font-size:12px;}

.textlist1{}
.textlist1 li {height: 56px;padding-top: 14px;overflow:hidden;border-bottom: 1px dashed #999;background:url(../images/news_time.gif) no-repeat left center;}
.textlist1 li .InfoTime1{float: left;width: 33px;margin-right: 10px;font-family: Arial,Helvetica,sans-serif;}
.textlist1 li .InfoTime1 h1{float: left;width: 33px;line-height: 27px;text-align: center;color: #FFF;font-size: 16px;}
.textlist1 li .InfoTime1 span{float: left;width: 33px;line-height: 15px;text-align: center;color: #FFF;font-size: 10px;}
.textlist1 li .InfoContent1{float: left;width: 250px;}
.textlist1 li .InfoContent1 div{ overflow:hidden; height:24px;line-height: 24px;}
.textlist1 li .InfoNews{ height: 41px;width: 33px;position: absolute;}

.textlist4 li { width: 140px;float: left;}
.textlist4 li span {line-height: 50px;font-size: 14px;font-weight:bold;}
.textlist4 li ul li {line-height: 24px;}
/*带缩略图文字列表*/
.thumblist{}
.thumblist li {}

/*橱窗列表*/
.gridlist{ }
.gridlist li { float:left; text-align:center; margin:0px 10px 15px 30px;  width:229px; height:260px; overflow:hidden; display:inline /*解决ie6 双边距bug*/;}
.gridlist li img { width:219px; height:215px;clear:both;float:left;margin-bottom:6px}
.gridlist a{height:250px}
.gridlist a:link,.gridlist a:visited{border:1px solid #dcdcdc;background:#FFF;display:block;padding:4px;color:#000;}
.gridlist a:hover{ border:1px solid #00a2ea; display:block;padding:4px;background:#00a2ea;color:#FFF;}

.gridlist1{ }
.gridlist1 li {margin-top: 10px;}
.gridlist1 li a{ display:block; width:315px;height:93px; text-indent:2em; line-height:40px;font-size: 15px;}

.grixlist li {width:200px; height:238px;margin:15px 6px 0px 6px}
.grixlist li img { width:190px; height:187px;clear:both;float:left;margin-bottom:6px}
.grixlist a{height:225px}


.gridlist2{ }
.gridlist2 li {float: left;width: 224px;padding-left: 14px;height: 223px;background-image: url('../images/gridlist2.png');margin-right: 7px;}
.gridlist2 li div.ChannelName{line-height: 40px;color: #000;font-size: 14px;}
.gridlist2 li .ChannelPicture{width:208px;height:80px;}
.gridlist2 li .ChannelContent{float: left;width: 95%;line-height: 20px;color: #666;
font-family: Arial,Helvetica,sans-serif;font-size: 12px;margin-bottom: 10px;margin-top: 5px;}
.gridlist2 li a.ChannelUrl{float: left;color: #FFF;font-size: 12px;background: #666;padding: 2px 10px;}
.gridlist2 li a:hover{background: #b33630;}

.gridlist3{ }
.gridlist3 li {float: left;border-bottom: 1px dotted #7E7E7E;padding: 15px 0px;}
.gridlist3 li .ChannelPicture{width: 109px;height: 70px;padding-right: 5px;padding-top: 5px;padding-bottom: 5px;float: left;}
.gridlist3 li .ChannelName{float: left;width: 130px;font-size: 14px;font-weight: bold;color: #000;line-height: 20px;}
.gridlist3 li .ChannelContent{line-height: normal;}
.gridlist3 li .ChannelUrl{float: left;color: #FFF;font-size: 12px;background: #666;padding: 2px 10px;}

/*视频列表*/
.videolist{ }
.videolist li {width:320px; float:left; padding:0px 5px; text-align:center; overflow:hidden;}
.videolist li img { border:1px solid #999; width:100%; }
.videolist li a { white-space:nowrap; line-height:28px;}
/*==========@@通用列表  结束@@==========*/


.float_left { float:left; }
.float_right { float:right; }

.newsz{width:540px}
.contz{width:560px;}
.ht01{height:275px;overflow:hidden;}

.padz{padding:5px;background:#FFF;overflow:hidden;border:1px #e4e4e4 solid}
.padx{border:1px #e4e4e4 solid}

i,cite,h1,h2,h3,h4,h5,h6,p{padding:0px; border:0px;margin:0px auto;list-style: none;font-style:normal;}