@charset "gb2312";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #575757;
	position:relative;
	background:#fff;
}
ul, h2, h3, p, dl, dt, dd {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
img {
	border: none;
}
a {
	font-size: 14px;
	color: #575757;
	text-decoration: none;
}
.hidden{
	display:none;
}
a:hover {
	color:#2361c1;
}
.clear {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}
.fc {
	color: #fe0002;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*头部*/
#header {
	width: 100%;
	position:relative;
	z-index:9999;
}
#top1 {
	width: 100%;
	height:65px;
}
.topsum1 {
	width: 1100px;
	margin: 0 auto;
	position:relative;
}
.topsearch {
	position:absolute;
	top:10px;
	right:0;
	width:340px;
	height:40px;
	background:url(imagessearch.jpg) no-repeat;	
}
.topsearch .input{
	position:absolute;
	top:7px;
	left:8px;
	width:140px;
	height:24px;
	line-height:24px;
	border:1px solid  #fff;
	background:#fff;
	color:#d3d3d3;
	font-size:14px;
	font-family: "微软雅黑";
}
.topsearch .btn {
	position: absolute;
	top:0;
	right:0;
	width:60px;
	height:40px;
	border:none;
	color:#fff;
	font-size:16px;font-family: "微软雅黑";
	background:url(imagesbtn.jpg) no-repeat;
	cursor:pointer;
}
#logo{
	float:left;
	margin-top:-35px;
}
#nav{
	width:100%;
	height:50px;
	margin:0 auto;
	background:#2361c1;
}
#nav ul{
	width:1100px;
	margin:0 auto;
}
#nav li{
	float:left;
	height:50px;
	color:#fff;
	width:180px;
	text-align:center;
	background:url(imagesnav_bg.jpg) no-repeat left top;
	line-height:50px;
}
#nav li a{
	height:50px;
	display:block;
	font-size:16px;
	color:#fff;
}
#nav li.active{
	background:url(imagesnav_a.jpg) no-repeat center bottom;
}
#nav li a:hover{
	background:url(imagesnav_a.jpg) no-repeat center bottom;
}

/*底部*/
#link{
	width:1100px;
	/*margin:20px auto 0 auto;*/
	margin:0 auto;
	padding-bottom:20px;
}
#link .link_ul{
	border:1px solid #ccc;
	border-top:none;
	border-radius:0 0 5px 5px;
}
#link .link_ul li{
	line-height:46px;
	float:left;
	width:180px;
	text-align:center;
}
#link .link_ul select{
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	font-size:16px;
	color : #575757;
	border:1px solid #fff;
}
#link .link_ul li a{
	font-size:16px;
}
#footer{
	width:100%;
	background:#333333;
	padding:20px 0;
	/*margin-top:20px;*/
}
#footer p{
	line-height:30px;
	text-align:center;
	color:#c5c5c5;
	width:1100px;
	margin:0 auto;
}
#footer a{
	color:#c5c5c5;
	padding:0 14px;
}
#footer span{
	color:#f80000;
}
/* 单个图片幻灯片盒子 - 公用类 */
.slideBox { width:544px; height:464px; position:relative; float:left; overflow:hidden;}
.slideBox .hd{ height:87px; width:544px; overflow:hidden; position:absolute; left:0; bottom:0; z-index:1; }
.slideBox .hd ul{ overflow:hidden;  height:87px;  }
.slideBox .hd ul li{ float:left; width:136px; cursor:pointer; }
.slideBox .hd ul li img{ width:128px; height:87px; overflow:hidden;}
.slideBox .hd ul li.on{ background:url(imagesico5.png) no-repeat; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ float:left; width:544px; height:367px; position:relative;  }
.slideBox .bd li p{ position:absolute; left:0; background:url(imagesbg.png); bottom:0; width:536px; height:42px; line-height:42px; text-indent:15px; color:#fff;}
.slideBox .bd li p a{ color:#fff; font-size:14px;}
/* 单个图片幻灯片盒子 - 公用类 */


/* 多个左滚动 - 图片- 公用类 */
.leftLoop{ overflow:hidden; position:relative;width:1218px;height:186px;  }
.leftLoop .hd{ overflow:hidden; position:absolute; left:0; z-index:9999; top:43px;width:1218px;  height:60px; }
.leftLoop .hd ul{ float:right; overflow:hidden; zoom:1; position:absolute; left:0; bottom:0; display:none;  }
.leftLoop .bd{width:1200px; padding-left:18px;  }
.leftLoop .bd ul{ overflow:hidden; zoom:1; }
.leftLoop .bd ul li a{ color:#c20000;}
.leftLoop .bd ul li{ width:239px; float:left; _display:inline; overflow:hidden;  }
.leftLoop .bd ul li .pic{ width:228px; height:140px; overflow:hidden;}
.leftLoop .bd ul li .title{ height:38px;width:228px; line-height:38px; text-align:center;}


#main{
	width:1100px;
	margin:30px auto 0 auto;
}
#main h2,#link h2{
	height:40px;
	line-height:40px;
	background:url(imagestit2.jpg) repeat-x left bottom;
	font-weight:normal;
	position:relative;
	text-align:right;
}
#main h2 strong,#link h2 strong{
	position:absolute;
	top:0;
	left:0;
	height:40px;
	color:#010101;
	font-size:18px;
	font-weight:normal;
	display:inline-block;
	background:url(imagestit3.jpg) repeat-x left bottom;
}
#main h2 a{
	font-size:14px;
	color:#2361c1;
	font-weight:normal;
}
.login_place{
	line-height:14px;
	background:url(imageshome.png) no-repeat;
	text-indent:24px;
	font-size:16px;
	margin-bottom:30px;
}
.login_place a{
	font-size:16px;
}



#head-top{ width:1100px;margin: 10px auto 0 auto;height:34px;color:#666; font-size:14px; text-align:right;}
#head-top img{margin-top:10px;}
#head-top a{ padding:0 10px; color:#666;font-size:16px;}
/*右侧漂浮*/
.toolbar-item,.toolbar-layer{background:url(imagestoolbar.png) no-repeat;}
.toolbar{position:fixed;right:0px;bottom:61px;}/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item{display:block;width:52px;height:52px;margin-top:1px;position:relative;-moz-transition:background-position 1s;-ms-transition:background-position 1s;-o-moz-transition:background-position 1s;-webkit-moz-transition:background-position 1s;transition:background-position 1s;}
.toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.toolbar-item-weixin{background-position:0 -1026px;}
.toolbar-item-weixin:hover{background-position:0 -1088px;}
.toolbar-item-weixin .toolbar-layer{height:163px;background-position:0 -229px;}

.toolbar-item-wb{background-position:0 -654px;}
.toolbar-item-wb:hover{background-position:0 -716px;}
.toolbar-item-wb .toolbar-layer{height:166px;background-position:0 0;}

.toolbar-item-app{background-position:0 -778px;}
.toolbar-item-app:hover{background-position:0 -839px;}
.toolbar-item-app .toolbar-layer{height:160px;background-position:0 -454px;}

.toolbar-layer{position:absolute;right:46px;bottom:-2px;width:172px;opacity:0;filter:alpha(opacity=0);
transform-origin: 95% 95%;-moz-transform-origin: 95% 95%;-ms-transform-origin: 95% 95%;-o-transform-origin: 95% 95%;-webkit-transform-origin: 95% 95%;transform:scale(0.01);
-moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01);transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s;}