html {
	text-align: center;
	background: #ffffff  repeat-x left top;
	html{ *overflow-x:hidden; *overflow-y:auto; }
}
body {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	background: #fff;
	overflow-x:hidden; overflow-y:auto;
}
td {
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif, "宋体";
	
	
}
input { font: 10pt Verdana, Arial, Helvetica, sans-serif, "宋体"; }

}
p,ul,ol,li,form {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #c30!important;
	text-decoration: underline;
}
.content {}
.sider {width: 300px;}
.homepage .sider {width: 230px;}

/** 页头区 **/
.top {border-bottom: 1px solid #DCDCDC;}
.top td {background: #F4F4F4;}
.top table td {padding: 3px 10px;}
.top a {}
.top .inputText {
	height: 14px;
	border: 1px solid #999;
}
.top .inputSub {height: 19px;}

/**************************************************/
#banner {position:relative; width:1000px; height:307px; border:0px; overflow:hidden; margin:1px auto;}
#banner_list {border:0px;}position:fixed绝对定位，FF图片不居中时用
#banner_list img {border:0px;}
#banner_bg {position:absolute; bottom:0;background-color:#000;height:0px;filter: Alpha(Opacity=30);opacity:0.3;z-index:1000;cursor:pointer; width:990px; }
#banner_info{position:absolute; bottom:0; left:5px;height:22px;color:#fff;z-index:1001;cursor:pointer}
#banner_text {position:absolute;width:120px;z-index:1002; right:3px; bottom:3px;}
#banner ul {
	position: absolute;
	list-style-type: none;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	border: 1px solid #fff;
	z-index: 1002;
	margin: 0;
	padding: 0;
	bottom: 3px;
	right: 22px;
}
#banner ul li { padding:0px 6px;float:left;display:block;color:#FFF;border:#e5eaff 1px solid;background:#6f4f67;cursor:pointer}
#banner ul li.on { background:#990}
#banner_list a{position:absolute;}  让四张图片都可以重叠在一起



/**************************************************/




/** 导航 **/
.nav {
	background-image: url(../pic/designPic/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.nav .nav_global {}
.nav .nav_global ul {padding: 0 20px;}
.nav .nav_global li {
	cursor: pointer;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
	color: #FFF;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(../pic/designPic/nav_line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.nav .nav_global li a {
	display: block;
	color: #666666;
	text-align: center;
	padding: 0 14px;
}
.nav .nav_global li a:hover {
	color: #FF000!important;
	text-decoration: none;
}
.nav .nav_global li.curr a {
	color: #FF0000;
	background-image: url(../pic/designPic/nav_li_hover.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.nav_sub {padding: 6px;}
.nav_sub a {padding: 0 2px;}
/* 子栏目导航菜单距离调整 */
#tabnav_div_1 {}
#tabnav_div_2 {padding-left: 100px;}
#tabnav_div_3 {padding-left: 200px;}
#tabnav_div_4 {padding-left: 300px;}
#tabnav_div_5 {padding-left: 400px;}
#tabnav_div_6 {padding-left: 500px;}
#tabnav_div_7 {padding-left: 600px;}
#tabnav_div_8 {
	padding-right: 40px;
	text-align: right;
}

/* 页尾区 */
.links {margin-top: -10px;}
.links hr {color: #DCDCDC;}
.search {
	background: #FCF9F8;
	color: #fff;
}
.search td, .search a {color: #C2C2C2;}
.search a:hover {color: #fff!important;}
.copyright {margin: 5px 0;}

/** 公共定义 **/
.title {
	color: #07519A;
	border: 1px solid #EEEEEE;
	border-bottom: none;
	background-color: #EEEEEE;
	background-image: url(../pic/designPic/title_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.title td {
	font-size: 14px;
	line-height: 26px;
	color: #07519A;
	padding: 0px 10px;
}

.box1222 {
	border: 1px solid #DFDFDF;
	border-width: 1px 1px 1px 1px;
	padding: 3px;
	margin: 6px;
}

.box1 {
	border: 1px solid #DFDFDF;
	border-width: 0 0 0 1px;
}

.box {
	border: 1px solid #DFDFDF;
	border-width: 0 1px 1px 1px;
}

.box ul {
	list-style: none;
	padding: 8px;
}
.box ul li {
	line-height: 1.6;
	padding: 2px 0 2px 8px;
	background-image: url(../pic/designPic/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.no_doc ul li {
	background: url("none");
	padding-left: 0px;
}
.box ul li p {
	margin: 0 0 4px;
	padding: 0 0 5px;
	color: #666;
	border-bottom: 1px dashed #CCC;
}
.box ul li strong {display: block;}
.rank {
	margin: 0px;
	padding: 8px 6px;
}
.rank li {
	padding-left: 18px;
	line-height: 23px;
}
.rank li.no1 {
	background-image: url(../pic/designPic/1.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
.rank li.no2 {
	background-color: #F2F8FD;
	background-image: url(../pic/designPic/2.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
.rank li.no3 {
	background-image: url(../pic/designPic/3.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
.rank li.no4 {
	background-color: #F2F8FD;
	background-image: url(../pic/designPic/4.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
.rank li.no5 {
	background-image: url(../pic/designPic/5.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
.rank li.no6 {
	background: #F2F8FD url(../pic/designPic/6.gif) no-repeat 4px center;
}
.rank li.no7 {
	background: url(../pic/designPic/7.gif)/*tpa=http://www.huaxunchina.cn/skin/default/images/7.gif*/ no-repeat 4px center;
}
.rank li.no8 {
	background: #F2F8FD url(../pic/designPic/8.gif)/*tpa=http://www.huaxunchina.cn/skin/default/images/8.gif*/ no-repeat 4px center;
}
.rank li.no9 {
	background: url(../pic/designPic/9.gif)/*tpa=http://www.huaxunchina.cn/skin/default/images/9.gif*/ no-repeat 4px center;
}
.rank li.no10 {
	background: #F2F8FD url(../pic/designPic/10.gif)/*tpa=http://www.huaxunchina.cn/skin/default/images/10.gif*/ no-repeat 4px center;
}
.news_title {
	margin-top: 10px;
}
.news_title strong {
	background: #f4f4f4 url(../pic/designPic/h2_icon.gif)/*tpa=http://www.huaxunchina.cn/skin/default/images/h2_icon.gif*/ no-repeat 8px center;
	display: block;
	padding-left: 20px;
	line-height: 2;
	margin: 0 8px;
	font-size: 14px;
}
.news_title p {
	margin: 6px 8px 0px;
	padding: 0 0 8px;
	color: #666;
	border-bottom: 1px dashed #CCC;
}
.focus {
	margin-top: 10px;
	background: url(../pic/designPic/focus_bg.jpg)/*tpa=http://www.huaxunchina.cn/skin/default/images/focus_bg.jpg*/ repeat-x left top;
	border: 1px solid #AACCEE;
}
.focus strong {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 6px;
	text-align: center;
	display: block;
	border-bottom: 1px dashed #ccc;
}
.margin_top {margin-top: 10px;}
.inputText {border: 1px solid #ccc;}
.banner_ad {padding: 0 10px;}
.picText {
	margin-bottom: 10px;
	background: #F8F8F8;
}
.picText strong {display: block;}
.picText img {}
.picList {padding: 8px 0;}
.picList table td img {	margin-bottom: 1px;}
.tprice span {text-decoration: line-through;}
.price {color: #f60;}

/* tab选项卡 */
.tbtncon {
	height:26px;
	background:#D1D1D1 repeat-x;
}
.tbtn1 {
	font-size:12px;
	font-weight:normal;
	height:26px;
	border:1px solid #fff;
}
.tbtncon li{
	border:1px solid #ace;
	border-left:none;
	border-top:none;
	color:#07519A;
	cursor:pointer;
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	width:80px;
	height:25px;
	line-height:25px;
}
.tbtncon li:hover{text-decoration:underline;}
.tbtncon li.curr{
	background:#fff;
	border-bottom-color:#fff;
	cursor:default;
}

/* 频道和列表页 */
.position {
	background: #DFDFDF url(../pic/designPic/title_bg.gif)/*tpa=http://www.huaxunchina.cn/skin/default/images/title_bg.gif*/ repeat-x left top;
	color: #DFDFDF;
	border: 1px solid #DFDFDF;
	border-bottom: none;
	margin-bottom: 10px;
}
.position td {
	line-height: 26px;
	padding: 0px 10px;
	font-family: "宋体";
}
.channle .box {margin-bottom: 10px;}
.listpage .news_list .box {
	border-width: 1px;	
	padding: 0 10px;
}
.listpage .list_content .box{
	border-width: 1px;	
	padding: 10px;
}
.listpage .news_list .box ul {border-bottom: 1px dashed #ccc;}
.news_list .box ul li {
	clear: both;
	padding: 0 0 0 8px;
	line-height: 28px;
	height: 28px;
}
.news_list .box ul li a {
	font-size: 14px;
	float: left;
}
.news_list .box ul li span {
	font-size: 14px;
	float: right;
}
.flash_list .line_bottom {
	color: #666;
	margin-bottom: 4px;
	border-bottom: 1px dashed #ccc;
}
.flash_list .flashsay {
	color: #666;
}
.movie_list .line_bottom {
	color: #666;
	margin-bottom: 4px;
	border-bottom: 1px dashed #ccc;
}
.movie_list .titlepic img {
	border: 1px solid #ccc;
	padding: 3px;
}
.shop_list .line_bottom {
	color: #666;
	margin: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.shop_list .line_bottom table {	margin-bottom: 8px;}
.photo_list .line_bottom {
	color: #666;
	margin: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.photo_list .line_bottom table {margin-bottom: 8px;}
.info_list .line_bottom {
	color: #666;
	margin: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.info_list .line_bottom .titlepic {width: 90px;}
.info_list .titlepic img {
	border: 1px solid #ccc;
	padding: 3px;
}
.info_list .line_bottom .click {color: #f60;}
.info_list .line_bottom .smalltext {color: #666;}

/* 内容页 */
.showpage .main .box {border-width: 1px;}
.news .main .box {
	padding: 0 20px;
	background: #fff;
}
.info .main .box {padding: 0 20px;}
.showpage .main .title_info {
	margin-top: 15px;
	text-align: center;
}
.showpage .main .title_info h1 {
	font-size: 24px;
	line-height: 2;
	margin: 0px;
	padding: 0px;
}
.showpage .main .title_info .info_text {
	border-bottom: 1px dashed #ccc;
	line-height: 2;
	padding-bottom: 6px;
	color: #666;
}
.showpage .digg {
	background: url(../pic/designPic/digg_bg.gif)/*tpa=http://www.huaxunchina.cn/skin/default/images/digg_bg.gif*/ no-repeat left top;
	width: 62px;
	margin-bottom: 10px;
}
.showpage .digg td {
	text-align: center;
	padding-right: 4px;
}
.showpage .digg .diggnum {
	height: 38px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
.showpage .digg .diggit {
	height: 30px;
	line-height: 24px;
}
.showpage .main #text {
	font-size: 14px;
	line-height: 1.8;
}
.showpage .main #text p {
	margin: 1em 0;
}
.showpage #plpost {
	margin-top: 10px;
	border: 1px solid #AACCEE;
}
.showpage #plpost .title {
	border: 0px solid #AACCEE;
}
.showpage #plpost .title span {
	color: #CC0000;
}
.showpage #plpost #saytext {
	display: block;
	margin: 0 0 10px;
	padding: 8px;
	height: 100px;
	width: 90%;
	border: 1px solid #ccc;
}

/* 系统文件表格样式 */
.header	{ 

	color: #07519A;
	border: 0px solid #AACCEE;
	border-bottom: none;
}
.header a	{ color: #000000 }
.tableborder{ background: #E8E8E8; border: 1px solid #E8E8E8 } 

/* 分页样式*/
.list_page {
	margin: 15px 5px;
}
.pageLink a,
.list_page a,
.list_page b {
	padding: 4px 4px 2px;
	border: 1px solid #D2EFFF;
	background: #F0F8FF;
	text-align: center;
	display: inline;
	font-size: 14px;
	}
.pageLink a:hover,
.list_page a:hover{
	border: 1px solid #D2EFFF;
	background: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	}

/*分页样式2*/
.showpage .epages {	text-align: center;	}
.epages{margin:3px 0;font:11px/12px Tahoma}
.epages *{vertical-align:middle;}
.epages a{padding:1px 4px 1px;border:1px solid #A6CBE7;margin:0 1px 0 0;text-align:center;text-decoration:none;font:normal 12px/14px verdana;}
.epages a:hover{border:#659B28 1px solid;background:#f3f8ef;text-decoration:none;color:#004c7d}
.epages input{margin-bottom:0px;border:1px solid #659B28;height:15px;font:bold 12px/15px Verdana;padding-bottom:1px;padding-left:1px;margin-right:1px;color:#659B28;}

/*图片自动缩图*/
.photoresize {
	max-width:560px;
	myimg:expression(onload=function(){
	this.style.width=(this.offsetWidth > 560)?"560px":"auto"}
		   );
	}
	



}

.aa {
	letter-spacing:1px;text-align:font-size:12px;justify;text-indent: 4em;line-height：20px
	}
	
	
	

/*导航部分*/	


.bk {
	text-decoration: blink;
	height: 8px;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}


/*导航tab文字样式*/

#sidebar a:link, 
#sidebar a:visited { 
color:#ffffff; 
text-decoration:none; 
	font-size: 12px;
	line-height: 20px;
	
	color: #FFF;
} 
#sidebar a:hover, 
#sidebar a:active { 
color:#ffffff0; 
text-decoration:underline; 
	font-size: 12px;
	line-height: 20px;
	
	color: #FFF;
} 

#tou a:link, 
#tou a:visited { 
color:#ffffff; 
text-decoration:none; 
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
	color: #FFF;
} 
#tou a:hover, 
#tou a:active { 
color:#ffffff; 
text-decoration:underline; 
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
	color: #FFF;
} 



#sidebar1 a:link, 
#sidebar1 a:visited { 
color:#000000; 
text-decoration:none; 
	font-size: 12px;
	line-height: 22px;
	text-align:left;
	
	
	color: #000000;
} 
#sidebar1 a:hover, 
#sidebar1 a:active { 
color:#000000; 
text-decoration:underline; 
	font-size: 12px;
	line-height: 22px;
	text-align:left;
	
	color:#000000;
} 

#tou1 a:link, 
#tou1 a:visited { 
color:#666; 
text-decoration:none; 
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #666;
} 
#tou1 a:hover, 
#tou1 a:active { 
color:#666; 
text-decoration:underline; 
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #666;
} 



/*首页中间部分  解决方案  终端*/

#sy a:link, 
#sy a:visited { 
color:#CD6406; 
text-decoration:none; 
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #CD6406;
} 
#sy a:hover, 
#sy a:active { 
color:#C30; 
text-decoration:underline; 
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #C30;
} 

#sy1 a:link, 
#sy1 a:visited { 
color:#1AA1D9 
text-decoration:none; 
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #1AA1D9;
} 
#sy1 a:hover, 
#sy1 a:active { 
color:#C30; 
text-decoration:underline; 
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #C30;
} 

#sy2 a:link, 
#sy2 a:visited { 
color:#69867D
text-decoration:none; 
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #69867D;
} 
#sy2 a:hover, 
#sy2 a:active { 
color:#C30; 
text-decoration:underline; 
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #C30;
} 



/*公司介绍等内容大字*/

.type01  {
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	
} 


/*虚线*/

.spx {
	border-bottom: 1px dashed #bbb;
	padding-bottom: 3px;


}


/*公司介绍等标题*/

.lmmc {
	color: #990000;
	text-decoration: none;
	font-size: 16px;
	line-height: 24px;
	font-weight: 900;
	color: #990000;
} 

.lmmc2 { 
color:#C8C9CA; 
text-decoration:none; 
	font-size: 12px;
	line-height: 20px;
	
	color: #C8C9CA;
} 

.btdx{
	border-top: 2px dashed  #C8C891;
	padding-bottom: 6px;
	padding-top: 6px;


	
}

/*解决方案内容*/

.fangan,.fangan a:link, 
.fangan a:visited,.fangan a:hover, 
.fangan a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";

	font-size: 15px;
	color:#990000;
	font-weight:700;
}

.fangann,.fangann a:link, 
.fangann a:visited,.fangann a:hover, 
.fangann a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
	font-size: 14px;
	color:#104594;
	font-weight:700;
}
.fanganneirong {
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
}


/*左侧导航样式*/

.dhdk {

	background-color: #EFEFEF;
	height:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: bottom;

	
}

.dhdk td a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	letter-spacing:4px;
	color: #575757;

}

.zdys {
	background-color: #C60;
	height: 3px;
}



#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 194px;
padding: 0px;
margin: 0px;
}
#vertmenu h1 {
display: block;
background-color:#FF9900;
font-size: 90%;
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:193px;
}
#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
background: #fff;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;

}
#vertmenu ul li a {
font-size:  14px;
font-weight: 100;
display: block;

border-bottom: 1px dashed #999;
padding: 5px 0px 2px 0px;
text-decoration: none;
text-align:center;
color: #666;
width:194px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #fff;
background-color: #E7E7E7;
}
/*#vertmenu ul li a:visited {
color: #F00;

}*/

#ejlm {
list-style: none;
margin: 0px;
padding: 0px;
border-bottom: 1px dashed #999;

}

#ejlm ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
background: #fff;


}
#ejlm ul li {
margin: 0px;
padding: 0px;



}
#ejlm ul li a {
font-size:  12px;
font-weight: 100;
display: block;

border-bottom: 0px dashed #C39C4E;
text-align:left;
padding-left:80px;
text-decoration: none;

color: #666666;
width:114px;
}

#ejlm ul li a:hover, #vertmenu ul li a:focus {
color: #fff;
background-color: #fff;
}

/*新闻中心tab*/

.selectTab,.unselectTab{
  border:1px solid #BDDFF9;
  border-bottom-width:0;
  width:100px;
  height:23px;
  line-height:23px;
  vertical-align:middle;
  text-align:center;
  background-color:#37709B;
  margin:0;
  margin-right:18px;
  font-weight:bold;
  font-size:14px;
  color:#FFF;
  cursor:pointer;
  float:left;
}
.unselectTab{
  color:#37709B;
  background-color:white;
}
.selectContent{
	border-top:5px #37709b solid;
	padding-top:8px;
	clear:both;
}
.unselectContent{
 	display:none;
}
.xwtab {
	width: 100%;
}
.xwtabnr {
	width: 100%;
	margin-bottom:5px;
}
.xwtabnrleft {
	margin-left:5px;
	margin-top:5px;
	float: left;
	width: 320px;
}
.xwtabright {
	float: right;
	margin-top: 10px;
	width: 450px;
	margin-right: 2px;
	margin-left: 2px;
	text-align: left;
}
.xwbn {
	width: 800px;
	margin-top: 10px;
	padding-top: 10px;
	margin-right: 5px;
	text-align: right;
	vertical-align: bottom;
	clear: both;
	height: 20px;	
}
.tabs {

  width:auto;
  height:auto;
  border:0px solid red;
}


/*左侧搜索*/

.zdhdk {

	background-color: #F2F2F2;
	height:28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height:28px;
	width:194px;

	
}


.zdhdk td a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	letter-spacing:2px;
	color: #575757;
	width:194px;

}

.zzdys {
	background-color: #DFDFDF;

	height: 2px;
}


.gjc1 a:link,
.gjc1 a:visited
{
display:block;
font-weight:bold;
font-size:14px;
line-height:30px;




font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
background-color:#57ADCE;

text-align:center;
padding:4px;
text-decoration:none;

height:30px;



}

.gjc1 a:hover,
.gjc1 a:active
{
background-color:#7A991A;
}



.gjc2 a:link,
.gjc2 a:visited
{
display:block;
font-weight:bold;
font-size:14px;
line-height:30px;

font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
background-color:#72D0D0;

text-align:center;
padding:4px;
text-decoration:none;

height:30px;



}

.gjc2 a:hover,
.gjc2 a:active
{
background-color:#7A991A;
}


.gjc3 a:link,
.gjc3 a:visited
{
display:block;
font-weight:bold;
font-size:14px;
line-height:30px;

font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
background-color:#57ADCE;

text-align:center;
padding:4px;
text-decoration:none;


height:30px;



}

.gjc3 a:hover,
.gjc3 a:active
{
background-color:#7A991A;
}



.demo1{background: #F9F9F9;border:solid 0px  #EBEBEB;width:194px;margin:0px auto;}
.demo1 h2{font-size:14px;height:20px;padding:5px 0 0 10px;font-family:"微软雅黑","宋体";border-bottom:solid 1px #ff6600;}
.taglist{padding:5px 5px 5px 5px;}
.taglist a{padding:3px;display:inline-block;white-space:nowrap;}
a.size1{font-size:25px;padding:6px;color:#804D40;}
a.size1:hover{color:#E13728;}
a.size2{padding:5px;font-size:18px;color:#B9251A;}
a.size2:hover{color:#E13728;}
a.size3{padding:3px;font-size:16px;color:#C4876A;}
a.size3:hover{color:#E13728;}
a.size4{padding:3px;font-size:12px;color:#B46A47;}
a.size4:hover{color:#E13728;}
a.size5{padding:3px;font-size:20px;color:#E13728;}
a.size5:hover{color:#B46A47;}
a.size6{padding:0px;font-size:14px;color:#77625E}
a.size6:hover{color:#E13728;}


/*终端产品*/

.cpfa {
	font-size: 14px;
	line-height: 25px;
	color: #C60;
	font-weight: bold;
	text-align: center;
}

.gjc4 a:link,
.gjc4 a:visited
{
display:block;
font-weight:bold;
font-size:18px;
line-height:20px;




font-family:Verdana, Arial, Helvetica, sans-serif;
color:#aa0707;


text-align:center;
padding:1px;
margin-top:20px;
text-decoration:none;

height:20px;



}

.gjc4 a:hover,
.gjc4 a:active
{
background-color:#7A991A;
}

.gjc5 a:link,
.gjc5 a:visited
{
display:block;
font-weight:bold;
font-size:14px;
line-height:18px;




font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
background-color:#fc8c08;

text-align:center;
padding:1px;
margin-top:5px;
text-decoration:none;

height:18px;



}

.gjc5 a:hover,
.gjc5 a:active
{
background-color:#7A991A;
}

/*内刊首页*/

.nk {
	font-size: 14px;
	color: #C30;
	font-weight: bold;
}
.nkn {
	font-size: 12px;
	line-height: 20px;
}
.box6 {
		margin: 2px;
	padding: 5px;
	border: 1px solid #ccc;
}


.hengfu {
	height: 290px;
	width: 510px;
		margin-left: 0;

	background:#EFEFEF;
	 padding:5px 5px 20px 5px;
	 margin-top:0px;
}

#newsziti a:link, 
#newsziti a:visited { 
color:#0A4596; 
text-decoration:none; 
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #0A4596;
} 
#newsziti a:hover, 
#newsziti a:active { 
color:#0A4596; 
text-decoration:underline; 
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #0A4596;
} 




#about .one-fourth img {
	-moz-box-shadow: 0px 1px 2px #656565;
	-webkit-box-shadow: 0px 1px 2px #656565;
	box-shadow: 0px 1px 2px #656565;
	display: block;
	margin-bottom: 20px;
}

/*荣誉资质*/

.ryzz{
	font-size: 20px;
	line-height: 30px;
	color: #970000;
	font-weight: 900;
	text-align: center;	
}

.box8 {
		margin: 1px;
	padding: 2px;
	border: 4px solid    #CCC;
}

/*发展历程*/

.fzlc{
	font-size: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 30px;
	color: #ffffff;
	font-weight: 900;
	text-align: center;
	background: #09C;
	margin-bottom:10px;
	width:180px;
}

.fzlc1  { 
font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
text-decoration:none; 
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	background: #fff;
	padding:10px;
} 

.fzlc2{
	font-size: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 30px;
	color: #ffffff;
	font-weight: 900;
	text-align: left;
	background: #09C;
	margin-bottom:10px;
	padding:10px;
	width:480px;
}


/*企业理念*/

.qyln{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif,"微软雅黑“;
	line-height: 30px;
	color: #ffffff;
	font-weight: 900;
	text-align: center;
	background: #09C;
	margin-bottom:10px;
	width:180px;
}

.qyln1  { 
font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
text-decoration:none; 
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	background: #fff;
	padding:10px;
} 

/*关于华讯内部小标题样式*/
.xbt {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif,"微软雅黑“;
	line-height: 25px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	background: #09C;
	margin-bottom:10px;
	width:100px;
}
.xbt1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif,"微软雅黑“;
	line-height: 25px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	background: #09C;
	margin-bottom:10px;
	width:180px;
}

/*党团群工*/

.dtqg,.dtqg a{
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif,"微软雅黑";
	line-height: 40px;
	color: #000;
	font-weight: 900;
	text-align: center;
	
	margin-bottom:10px;
	width:550px;
}

.dtqg1  { 
font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
text-decoration:none; 
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	
	padding:10px;
} 


/*可持续发展*/

.kcx{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif,"微软雅黑";
	line-height: 30px;
	color: #ffffff;
	font-weight: 900;
	text-align: center;
	background: #09C;
	margin-bottom:10px;
	
}

.kcx1 { 
font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
text-decoration:none; 
	font-size: 14px;
	line-height: 24px;
	color: #000000;
    background: #fff;
	padding-left:20px;
	padding-right:20px;
	padding-top:8px;
	padding-bottom:2px;
} 

/*展会活动*/

.zhhd{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif,"微软雅黑";
	line-height: 30px;
	color: #004D99;
	font-weight: 900;
	text-align: left;
	background: #fff;
	margin-bottom:5px;
	width:600px;
}

.zhhd1{ 
font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
text-decoration:none; 
	font-size: 12px;
	line-height: 14px;
	color: #000000;
    background: #fff;
	padding-left:0px;
	padding-right:20px;
	padding-top:2px;
	padding-bottom:2px;
} 
.zhhd2{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif,"微软雅黑";
	line-height: 30px;
	color: #000;
	font-weight: 200;
	text-align: left;
	background: #fff;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:40px;
	
	width:700px;
}

.zhhd3{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif,"微软雅黑";
	line-height: 30px;
	color: #000;
	font-weight: 200;
	text-align: left;
	background: #fff;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:20px;
	
	width:540px;
}
