ul, li{list-style:none outside none;margin:0;padding:0}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, ol, ul, li, img, input{margin:0;padding:0;border:0}
img{vertical-align:top}
body{margin: 0;padding: 0;font-family:Microsoft YaHei, SimHei, Helvetica, Arial, sans-serif; font-size: 14px;}
.clear{clear:both;margin:0;padding:0}
.clearFix:after{clear:both;content:".";display:block;height:0;visibility:hidden}
.clearFix{ *display:inline-block;
}
html,body {
  margin: 0;
  padding:0;
  height: 100%;
}
#container-wrap {
  min-height:100%;
  height: auto !important;
  height: 100%; /*IE6不识别min-height*/
  position: relative;
}
textarea{resize:none}
#boxScale{ width:100%; height:100%; min-height:680px;  position:relative;}
.indexScale_1{
	transform:scale(0.8,0.8);
 -webkit-transform:scale(0.8,0.8); 
 -ms-transform:scale(0.8,0.8);
-webkit-transform-origin:top center;
  -ms-transform-origin:top center;
  transform-origin:top center; position:relative;
 }
  
.indexScale{transform:scale(0.6,0.6);
 -webkit-transform:scale(0.6,0.6); 
 -ms-transform:scale(0.6,0.6);
-webkit-transform-origin:top center;
  -ms-transform-origin:top center;
  transform-origin:top center;}
/*头部 */
.clheadNav
{
	width: 100%;
	height: 75px;
	background: #fff;
	position: absolute;
	min-width: 1200px;
	z-index: 990;
	top:0px;
	left: 0px;
	border-bottom: 1px solid #c9cdd1;
}
.clwarpNav
{
	width: 1200px;
	margin: 0 auto;
}
.clheadNav .clwarpNav h1
{
	float: left;
	padding-top: 12px;
	width: 216px;
	font-size: 14px;
}
.clheadNav .clwarpNav ul.ulmenu 
{
	display: table-cell;
	font-size: 14px;
	float:right;
}
.clheadNav .clwarpNav ul.ulmenu li 
{
	float: left;
	margin-right: 18px;
	margin-left:18px; 
}
.clheadNav .clwarpNav ul.ulmenu li a
{
	color: #818181;
	text-decoration: none;
	padding: 30px 0px 25px 0px;
	display: block;
}
.clheadNav .clwarpNav ul.ulmenu li a.hoveron 
{
	color: #2098d1;
	transition:all 0.5s ease-in-out; 
}
.clheadNav .clwarpNav ul.ulmenu li div
{
	position: absolute;
	top: 76px;
	left: 0px;
	height: auto;
	/*background: url('../images/greybg.png') repeat;*/
	background: rgba(0,0,0,0.8);
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	height: 0px;
	z-index: 990;

}
.clheadNav .clwarpNav ul.ulmenu li div ul 
{
	/*width: 1000px;*/
	margin: 0 auto;
	padding-left:171px;
	overflow: hidden;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 10px;
}
.clheadNav .clwarpNav ul.ulmenu li:first-child div ul{
	text-align:left;
	width:800px;
	}
.clheadNav .clwarpNav ul.ulmenu li:nth-child(3) div ul{
	width: 1060px;
}
.clheadNav .clwarpNav ul.ulmenu li:nth-child(4) div ul{
	/*width: 1060px;*/
}
.clheadNav .clwarpNav ul.ulmenu li:nth-child(5) div ul{
	width:490px;
	text-align: right;
}
.clheadNav .clwarpNav ul.ulmenu li:nth-child(6) div ul{
	width:580px;
	text-align: right;
}
.clheadNav .clwarpNav ul.ulmenu li div ul  li{
	display: inline-block;
	float: inherit;
	margin: 0 10px;
}
.clheadNav .clwarpNav ul.ulmenu li div ul a 
{
	padding: 10px 15px 10px 15px;
	color: #fff;
	transition:all 0.5s ease-in-out;
}
.clheadNav .clwarpNav ul.ulmenu li div ul a:hover 
{
	background:#2098d1;
}
.clheadNav .clwarpNav ul.ulmenu li.searchblock
{
	position: relative;
	padding-left: 15px;
}
.clheadNav .clwarpNav ul.ulmenu li .search
{
	width: 182px;
	height: 33px;
	background: #f0f0f0;
	border-radius: 20px;
	outline: none;
	margin-top: 20px;
	padding-left: 20px;
	box-shadow:2px 2px 2px #dedede inset;
	color:#848484;
}
.clheadNav .clwarpNav ul.ulmenu li button
{
	position: absolute;
	right: 10px;
	top: 29px;
	border: none;
	background: none;
	cursor: pointer;
	outline: none;
}
.clheadNav .translate
{
	width: 60px;
	float: right;
	position: absolute;
	right: 10px;
	top: 24px;
}
.clheadNav .translate a 
{
	width: 20px;
	height: 21px;
	display: block;
	display: inline-block;
}
.clheadNav .translate a.china
{
	background: url('../images/chinaflag.png') no-repeat;
	margin-right: 6px;
}
.clheadNav .translate a.english
{
	background: url('../images/englandflag.png') no-repeat;
}
/* 页面底部 */
.footer       /* 2015-05-17  王祥亮修改 */ 
{
	width: 100%;
	height: 61px;
	background: #191919;
	position: absolute;
	z-index: 1001;
	left: 0px;
	bottom: 0px;
	font-size: 12px;
	color: #828282;
	line-height: 56px;

}
.footer .foottxt
{
	float: left;
	width: 510px;
}
.footer .footul
{
	/*width: 380px;*/
	float: right;
}
.footer .footul li 
{
	display: table-cell;
	padding:0px 10px;
	background: url('../images/menuline.png') no-repeat right center;
	vertical-align: middle;
}
.footer .footul li a 
{
	color: #828282;
	text-decoration: none;
	transition:all 0.4s ease-in-out;
}
.footer .footul li a:hover 
{
	color: #fff;
}
.footer .footul li.nobg
{
	background: none;
}
.footer .relativeweb
{
	width: 140px;
	height: 26px;
	background: #4d4d4d;
	float: left;
	margin-left:180px;
	margin-top: 12px;
	font-size: 14px;
	color: #e3e3e3;
	line-height: 26px;
	padding-left: 10px;
	position: relative;
	cursor: pointer;
}
.footer .relativeweb .arrowdown
{
	position: absolute;
	width: 5px;
	height: 3px;
	background: url('../images/arrowdown.png') no-repeat;
	top: 11px;
	right: 10px;
	transition:all 0.5s ease-in-out;
}
.footer .relativeweb .onarrowup
{
transform:rotate(180deg);
-ms-transform:rotate(180deg); 	/* IE 9 */
-moz-transform:rotate(180deg); 	/* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg); 	/* Opera */
}
.footer .relativeweb .weblist
{
	width: 150px;
	position: absolute;
	top: -105px;
	right: 0px;
	display: none;
}
.footer .relativeweb .weblist li
{
	background: #4d4d4d;
}
.footer .relativeweb .weblist li a
{
	color: #fff;
	padding-left: 10px;
	display:inline-block;
	width: 140px;
}
.footer .relativeweb .weblist li:hover
{
	background:#838282;
}
/* 产品纯图css */
.bottommenu
{
	width: 100%;
	background: #999;
}
.bottommenu ul.bottomul
{
	 max-width: 1200px;
  margin: 0 auto;
  font-size: 18px;
}
.bottommenu ul.bottomul li 
{
	  display: inline-block;
  /*min-width: 100px;*/
  text-align: left;
  height: 68px;
  line-height: 64px;
  padding: 2px 10px;
}
.bottommenu ul.bottomul li a 
{
padding: 2px 10px;
color: #000;
margin-left:-23px;
	/*transition:all 0.4s ease-in-out;*/
}
.bottommenu ul.bottomul .stopli a{
  color: #fff;
  padding: 2px 10px;
}
.bottommenu ul.bottomul li a:hover
{
  background: #858585;
  color: #fff;
  border-radius: 3px 3px;
}
/* 头底公用 */
.rela
{
	position: relative;
	z-index: 10;
}
.cms_pages{ text-align:center;}
.cms_pages ul{
	padding:12px 0px 12px 450px;
}
.cms_pages ul li{
	size:14px;
	font-size:14px;
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #2b66a5;
	padding:4px 8px 4px;
	color:#a0a0a0;
}
.cms_pages ul li a{
	float:left;
	color:#2e6ab1;
	display:block;
}
.cms_pages ul li a:hover{
	color:#690;
	text-decoration:none;
}
.cms_pages ul li.thisclass,
.cms_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#2e6ab1;
	color:white;
	font-weight:bold;
}
.cms_pages .pageinfo{
	color:#999;
}
.cms_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}



.weixin{ float:right;cursor:pointer;  background:url(../images/gz.gif) left 1px no-repeat; display:inline-block;  position:relative; }
.weixin:hover{ float:right; background:url(../images/gz.gif) left 1px no-repeat; display:inline-block; position:relative;}
a.weixin .codePic{ display:none; position:absolute;z-index:1195;}
a:hover.weixin .codePic{ display:block;}

a.weixin .codePic {
  display: none;
  position: absolute;
  top: -182px;
  right: -70px;
  z-index: 1195;
}

.share_e {
  display: block;
  width:51px;
  height:13px;
  background: url(../images/gz.gif) left 1px no-repeat;
  margin-right: 4px;
  float: left;
}

#ckepop .jtico_tsina {
  background-position: 0px 0px;
}


#ckepop .jtico {
  text-align: left;
  overflow:visible!important;
  display: block!important;
  height: 64px!important;
  line-height: 16px!important;
  padding-left: 0px!important;
  background: none!important;
  cursor: pointer;
  margin-top:-10px!important;
}
#ckepop .jtico {
  text-align: left;
  overflow:visible!important;
  display: block!important;
  padding-left: 20px!important;
  background: #fff;
  cursor: pointer;

}