@charset "utf-8";
/* CSS Document */

/*
工程项目在线RESET.CSS
整理：ELVIS
时间：2014-07-24
联系：winalls@qq.com
*/
/***
Author:刘美连
Time：2014-10-22
Email:liumeilian@qq.com
**/


/*浮动 内边距 外边距*/
.fl {
	float:left;
}
.fr {
	float:right;
}
.FloatRight {
	float:right;
}
.FloatLeft {
	float:left;
}
/*padding 10px*/
.PaddingTop10 {
	padding-top:10px;
}
.PaddingRight10 {
	padding-right:10px;
}
.PaddingBottom10 {
	padding-bottom:10px;
}
.PaddingLeft10 {
	padding-left:10px;
}
/*margin 10px*/
.MarginTop10 {
	margin-top:10px;
}
.MarginRight10 {
	margin-right:10px;
}
.MarginBottom10 {
	margin-bottom:10px;
}
.MarginLeft10 {
	margin-left:10px;
}
/*margin 15px*/
.MarginTop15 {
	margin-top:15px;
}
.MarginRight15 {
	margin-right:15px;
}
.MarginBottom15 {
	margin-bottom:15px;
}
.MarginLeft15 {
	margin-left:15px;
}
.MarginLeft10 {
	margin-left:10px;
}
/*清除浮动*/
.ClearFloatBoth {
	clear:both;
}
/*布局*/

/*公用布局 1000px 820px 270px*/

.wrapper {
	max-width:1200px;
	margin:0 auto;
}
.container {
	width:1200px;
	height:auto;
	margin:0 auto 10px auto;
	text-align:left;
	overflow:hidden;
}
.LeftDiv {
	width: 820px;
	height: 100%;
	float: left;
}
.RightDiv {
	width: 270px;
	height:  100%;
	float: right;
}
/*顶部统一条*/
.bar-top {
	width:100%;
	background:#f9f9f9;
	border-bottom:#e8e8e8 solid 0px;
	font-size:12px;
	color:#666666;
}
.bar-top-con {
	margin:0 auto;
	width:1200px;
	background:#f9f9f9;
	border-bottom:#e8e8e8 solid 0px;
	font-size:12px;
	color:#666;
}
.bar-top .user-info {
	float:left;
	line-height:34px;
	height:34px;
}
.bar-top .website-info {
	float:right;
	line-height:34px;
	height:34px;
	_padding-top:7px;
	_height:24px;
	_line-height:24px;
}
.bar-top .website-info img {
	vertical-align:middle;
}
.bar-top .tel {
	color:#FF6C00;
	font-weight:700;
}
/*公共 标题样式*/
.titlex {
	width:auto;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
	border-bottom:#ccc solid 3px;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}
.titlex span {
	padding:0 10px 0 0;
	float:right;
}
.titlex span a {
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	color:#666;
}
.titlex .more {
	padding:0 10px 0 0;
	float:right;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	color:#666;
}
.titlex .TitleContent {
	float:left;
	width:auto;
	line-height:30px;
	height:30px;
	border-bottom:#f90 solid 3px;
	padding:0 5px;
	font-size:14px;
}
/*头部*/
.header {
	margin:5px auto;
	padding:10px 0;
	width:1200px;
	text-align:left;
	vertical-align:middle;
}
.header:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	font-size:0;
}
.loginhe {
	float:left;
	height:75px;
	margin:40px 0px 10px 0px;
}
.header .logo-img {
	width:312px;
	height:75px;
	float:left;
}
.header .logname {
	float:left;
	font-size:18px;
	line-height:75px;
	border-left:2px solid #dedede;
	padding-left:13px;
	margin-left:13px;
	color:#666;
}
.header .search {
	width:395px;
	background:#fff;
	height:33px;
	float:left;
	vertical-align:middle;
	margin-top:2%;
	padding-left:125px;
}
.header .seatext {
	width:333px;
	height:29px;
	float:left;
	border:2px solid #FF6C00;
	color:#ddd;
	padding-left:2px;
}
.header .seabotn {
	width:56px;
	float:left;
	height:33px;
	background:#FF6C00;
	text-align:center;
}
.header .seabotn a {
	color:#FFFFFF;
	line-height:33px;
}
.header .weixin-code {
	position:relative;
	float:right;
}
.header .weixin-code .weixin-code-big {
	display:none;
	position:absolute;
	top:90px;
	right:0;
	z-index:9999;
	border:#CCC solid 1px;
	box-shadow:0 0 5px #ccc;
	border-radius:4px;
}
/*菜单*/
.nav {
	margin-bottom:10px;
	width:100%;
	line-height:39px;
	height:35px;
	background-color:#ff6c00;
	box-shadow:0px 2px 2px #ccc;
}
.nav ul {
	margin:0 auto;
	width:1200px;
	line-height:35px;
	height:35px;
	background-color:#ff6c00;
}
.nav li {
	float:left;
	text-align:center;
	font-weight:bold;
}
.nav li a {
	display:block;
	float:left;
	padding:0 20px;
	line-height:35px;
	height:35px;
	font-size:14px;
	color:#fff;
	margin-right:2px;
}
.nav li a:hover, .nav li a.current {
	line-height:35px;
	height:35px;
	text-decoration:none;
	background-color:#ff8e24;
}
.nav li a.current {
	line-height:35px;
	height:35px;
	background-color:#ff8e24;
}
.nav .old-website {
	float:right;
}
.nav .old-website a {
	font-size:12px;
}
/*每个菜单下的头部*/
#topbox {
	width: 1200px;
	height:260px;
	margin: 0 auto 10px auto;
}
#topboximg {
	float:left;
	width:820px;
	text-align:left;
	position: relative;
}
#topboxnews {
	float:right;
	width:270px;
	text-align:left;
	height: 258px;
	border:0px solid #CCC;
}
.hotchat {
	padding: 3px;
}
/*1000px 宽度的 新闻列表*/
.NewsList960 {
	width:1200px;
	height:220px;
	margin:0 auto 10px auto;
	text-align:left;
}
.NewsList960 li {
	float:left;
	width:475px;
	line-height:23px;
	height:23px;
	padding-left:5px;
}
/*820px 宽度的 新闻列表*/
.NewsList680 {
	width:820px;
	height:auto;
	margin:0 auto 10px auto;
	text-align:left;
	overflow:auto;
}
.NewsList680 li {
	width:820px;
	line-height:23px;
	height:23px;
	float:left;
	overflow:hidden;
}
.NewsList680 li span {
	float:right;
	padding-right:10px;
	color:#666666;
}
/*270px 宽度的 新闻列表*/
.NewsList270 {
	width:270px;
	height:220px;
	margin:0 auto 10px auto;
	text-align:left;
}
.NewsList270 li {
	width:270px;
	line-height:23px;
	height:23px;
	float:left;
	overflow:hidden;
}
/*分页*/
.pagelist {
	width:820px;
	line-height:30px;
	height:30px;
	text-align:center;
	margin:0 auto;
}
/*友情链接*/
#links {
	width:1200px;
	height:50px;
	margin:10px auto;
	text-align:left;
}
#links dt {
	border-bottom:#ccc solid 1px;
	font-weight:bold;
	line-height:25px;
	height:25px;
	margin-bottom:10px;
}
/*底部*/
.footer {
	width:100%;
	margin:20px auto 0 auto;
	background-color:#4c4c4c;
	overflow: hidden;
}
.foot-con {
	margin:0 auto;
	padding:10px 0px 10px 10px;
	width:1200px;
	height:360px;
	background-color:#4c4c4c;
	color:#c6c6c6;
}
.foot-con .footer-top {
	width:1200px;
	padding-top:14px;
}
foot .footer-top .le {
	width:70%;
	float:left;
}
.foot-con .footer-top .le dl {
	width: 192px;
	float:left;
	line-height:26px;
	padding-bottom:20px;
}
.foot-con .footer-top .le dt {
	background:url(../images/footdt_ico.jpg) 1px 8px no-repeat;
	line-height:26px;
	padding:0px 15px;
	color:#fff;
}
.foot-con .footer-top .le dd {
	line-height:26px;
	padding:0px 15px;
}
.foot-con .footer-top .le dd a {
	color:#CCCCCC;
}
.foot-con .footer-top .ri {
	float:left;
	background:url(../images/footr_ico.png) no-repeat;
	height:150px;
	width:30%;
	padding-top:30px;
}
.foot-con .footer-top .ri .im {
	float:left;
	width:60px;
	vertical-align:middle;
	padding:0px 10px;
}
.foot-con .footer-top .ri .im img {
	width:100px;
	height:110px;
}
.foot-con .footer-top .ri .con {
	float:right;
}
.foot-con .footer-info {
	width:1200px;
	border-top:1px dashed #5f5f5f;
	text-align:center;
	float:left;
	padding-top:24px;
}
.foot-con .footer-info a {
	text-decoration:none;
	color:#fff;
	font-size:14px;
	padding:0 6px;
}
.cert-list img {
	width:100px;
	height:30px;
}
/*广告DIV*/

/*ad right*/
.AdBoxRight {
	width:auto;
	height:auto;
}
/*ad banner 1000px*/
.AdBoxBanner {
	width:auto;
	height:auto;
	margin:0 auto;
	text-align:center;
}
/*搜索 横幅*/

.Search {
	width:600px;
	height:52px;
	margin:20px auto;
}
.Search .InputTxt {
	padding:5px;
	float:left;
	width:470px;
	line-height:40px;
	height:40px;
	border:#CCCCCC solid 1px;
	font-size:18px;
}
.Search .SubmitTxt {
	float:right;
	width:110px;
	height:52px;
	background-color:#FF9900;
	border:#FF9900 solid 1px;
	font-size:14px;
	font-weight:700;
	color:#FFFFFF;
}
/*按钮*/

/*灰色*/
.btn_gray {
	padding:0 5px;
	height:25px;
	border:1px solid #ccc;
	border-radius:5px;
	background-color:#ddd;
	color:#333;
	text-align:center;
}
.btn_gray:hover {
	background-color:#ccc;
	cursor:pointer;
}
/*蓝色*/
.btn_blue {
	padding:0 5px;
	height:25px;
	border:1px solid #ccc;
	border-radius:5px;
	background-color:#06c;
	color:#fff;
	text-align:center;
}
.btn_blue:hover {
	background-color:#f90;
	cursor:pointer;
}
/*黄色*/
.btn_yellow {
	padding:0 5px;
	height:25px;
	border:1px solid #f90;
	border-radius:5px;
	background-color:#f90;
	color:#fff;
	text-align:center;
}
.btn_yellow:hover {
	background-color:#06c;
	border:1px solid #06c;
	cursor:pointer;
}
/*小提示*/
.tips {
	background-color:#f0f0f0;
	border-radius:5px;
	padding:10px;
	font-size:15px;
}
.arrow {
	width:0;
	height:0;
	border:#fff solid 5px;
	border-top:#f0f0f0 solid 5px;
	margin-left:20px;
}
/*浮动*/
.left {
	float:left;
}
.right {
	float:right
}
/*清除浮动*/
.clear {
	clear:both;
	height:0;
	overflow:hidden; /*后面的为了兼容IE6*/
}
/*隐藏 NONE*/
.none {
	display:none;
}
/*DIV 内容居中*/
.center {
	text-align:center;
}
/*手势*/
.cursor {
	cursor:pointer;
}
/*banner*/
.banner {
	margin:0 auto 10px auto;
	max-width:1200px;
	height:auto;
	text-align:center;
}
.banner-data img {
	width:100%;
	height:100%;
}
