@charset "utf-8";
/* CSS Document */



html, body {
	border: 0 none;
	margin: 0;
	padding: 0;
	outline-style: none;
	outline-width: 0;
	vertical-align: baseline;
	font-size: 12px;
	background: #f5f5f5;
}
/*--------------------------------------------
container
--------------------------------------------*/
div#container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
div.examples_body {
	width: 750px;
	margin: 50px auto 0 auto;
	clear: both;
	overflow: hidden;
	position: relative;
}
/* The main banner unordered list */
.bannerHolder {
	width: 100%;
	margin: 0px 0 15px 0;
	overflow: hidden;
}
/* Hiding the bullets of the li elements: */
.bannerHolder li {
	list-style: none;
	display: inline;
}
/* The banner divs */
.banner {
	width: 149px;
	height: 95px;
	position: relative;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 10px 10px;
	border: #F3F3F3 solid 1px;
}
/* The banner divs */
.banner img {
	display: block;
	border: none;
}
/* The dark animated divs */
.banner div {
	position: absolute;
	z-index: 100;
	background-color: #222;
	width: 60px;
	height: 60px;
	cursor: pointer;
	/*	Setting a really big value for border-radius
		will make the divs perfect circles */
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
/*	Positioning the animated divs outside the
	corners of the visible banner area: */
.banner .cornerTL {
	left: -63px;
	top: -63px;
}
.banner .cornerTR {
	right: -63px;
	top: -63px;
}
.banner .cornerBL {
	left: -63px;
	bottom: -63px;
}
.banner .cornerBR {
	right: -63px;
	bottom: -63px;
}
/* The "Visit Company" text */
.banner p {
	width: 100%;
	left: 0;
	top: 20px;
	z-index: 200;
	position: absolute;
	font-family: '微软雅黑';
	color: #FFF;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
	display: none;	/* hidden by default */
}
.banner .enter {
	position: absolute;
	top: 50px;
	left: 20%;
	width: 60%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #F00;
	color: #fff;
	font-size: 12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.banner .enter a {
	color: #fff;
	font-size: 12px;
}




/*明商*/
.msbanner {
	width:215px;
	height:430px;
	position: relative;
	float: left;
	display: inline;
	margin: 10px 10px;
	border: #F3F3F3 solid 1px;
	overflow:hidden;
}
/* The banner divs */
.msbanner img {
	display: block;
	border: none;
}
/* The dark animated divs */
.msbanner div {
	position: absolute;
	z-index: 100;
	background-color: #222;
	width: 60px;
	height: 60px;
	cursor: pointer;
	/*	Setting a really big value for border-radius
		will make the divs perfect circles */
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
/*	Positioning the animated divs outside the
	corners of the visible banner area: */

/* The "Visit Company" text */
.msbanner p {
	width: 100%;
	font-family: '微软雅黑';
	color: #fff;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	background:#C00;
}
.msbanner p.tit{
	line-height:200%;
	font-size:15px;
	}
.msbanner p.txt{
	width:90%;
	padding:5%;
	text-align:left;
	background:#999;
	line-height:150%;
	}
.msbanner .enter {
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #F00;
	color: #fff;
	font-size: 12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top:5px;
}
.msbanner .enter a {
	color: #fff;
	font-size: 12px;
	padding:5px 0;
}

/*电子杂志滚动*/
.box {
	width: 650px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	_height: 100%;
}
.picbox {
	width: 650px;
	height: 260px;
	overflow: hidden;
	position: relative;
}
.piclist {
	height: 115px;
	position: absolute;
	left: 0px;
	top: 0px
}
.piclist img {
	width: 190px;
	height: 245px;
}
.piclist li {
	background: #eee;
	margin-right: 20px;
	padding: 5px;
	float: left;
}
.swaplist {
	position: absolute;
	left: -3000px;
	top: 0px
}
.og_prev, .og_next {
	width: 30px;
	height: 50px;
	background: url(../images/icon.png) no-repeat;
	background: url(../images/icon_ie6.png) no-repeat\9;
	position: absolute;
	top: 100px;
	z-index: 99;
	cursor: pointer;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.og_prev {
	background-position: 0 -60px;
	left: 4px;
}
.og_next {
	background-position: 0 0;
	right: 4px;
}
.pannel {
	width: 100%;
	margin: 0px auto;
	height: 250px;
}
.experts {
	width: 98%;
	overflow: hidden;
	height: 250px;
}
.experts_t {
	background: url(../images/index_69.jpg) repeat-x;
	height: 37px;
	line-height: 37px;
}
.experts_t li {
	float: left;
	margin-right: 10px;
	background: url(../images/index_77.jpg) no-repeat right
}
.experts_t li.noborder {
	background: none
}
.experts_t li.why {
	background: url(../images/index_66.jpg) no-repeat;
	color: #007f41;
	font-size: 14px;
	font-weight: bold;
	text-indent: 24px;
	margin-left: 10px;
}
.experts_t li a {
	display: block;
	color: #007f41;
	font-size: 14px;
	font-weight: bold;
}
.experts_t li a.hover {
	background: url(../images/index_71.jpg) no-repeat;
	width: 100px;
	color: #FFFFFF;
	text-align: center
}
.experts_t li a:hover {
	background: url(../images/index_71.jpg) no-repeat;
	width: 100px;
	color: #FFFFFF;
	text-align: center
}
.experts_c {
	padding: 10px 10px 5px 10px;
	width: 730px;
	height: 184px;
	overflow: hidden
}
.conexpert {
	overflow: hidden;
	position: relative;
	height: 250px;
}
.conexpert li {
	float: left;
	text-align: center;
	margin-right: 12px;
}
.conexpert li img {
	width: 188px;
	height: 210px;
}
.conexpert li a {
	height: 30px;
	line-height: 30px;
	font-weight: bold
}
.conexpert .more {
	background: url(../images/index_88.png) bottom right no-repeat;
	float: right;
	z-index: 100px;
	text-indent: -1000px;
	display: block;
	width: 54px;
	height: 50px;
dis;
	margin-top: -50px;
}
.gdjyhjl {
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/index_zj_pre.jpg) #fff center center no-repeat;
	WIDTH: 41px;
	HEIGHT: 250px;
	TEXT-INDENT: -999px;
	z-index: 10;
}
.gdjyhjr {
	cursor: pointer;
	position: absolute;
	right: 2px;
	top: 0px;
	background: url(../images/index_zj_next.jpg) #fff center center no-repeat;
	WIDTH: 41px;
	HEIGHT: 250px;
	TEXT-INDENT: -999px;
	z-index: 20;
}
#gdjyhj {
	position: absolute;
	height: 250px;
	z-index: 0;
	padding-left: 41px;
}
#gdjyhj1 {
	position: absolute;
	height: 250px;
	z-index: 0;
	padding-left: 41px;
}
.cell-img-title .title-name20 {
	top: -503px;
}
.tuijian-list {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}
.tuijian-list li {
	display: inline;
	padding: 5px;
	border: #F3F3F3 solid 1px;
	float: left;
	margin: 5px;
	overflow: hidden;
	position: relative;
}
.tuijian-list li .jiaobiao {
	height: 30px;
	widows: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.tuijian-list li:hover {
	background: #D9D9D9;
}
.tuijian-list li .qiyecon {
	width: 190px;
	height: 80px;
	background: #F6F6F6;
	padding: 5px 10px;
}
.tuijian-list li:hover .qiyecon {
	background: #D5F7FB;
}
.tuijian-list li .qiyecon h2 {
	line-height: 30px;
	padding: 0px;
	margin: 0px;
}
.tuijian-list li .qiyecon p {
	font-size: 12px;
	line-height: 20px;
}
.recommend-company {
	padding-left: 0px;
	padding-bottom: 20px;
}
.recommend-company dl {
	width: 266px;
	height: 48px;
	overflow: hidden;
	padding: 5px 10px;
	float: left;
	margin-right: 11px;
	border: 1px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	background: #f7f7f7;
	margin: 11px 5px 0 5px;
	display: inline;
}
.recommend-company dl:hover {
	width: 266px;
	height: 48px;
	overflow: hidden;
	padding: 5px 10px;
	float: left;
	margin-right: 11px;
	border: 1px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	background: #fafef0;
	margin: 11px 5px 0 5px;
	display: inline;
}
.recommend-company dt {
	font-size: 14px;
	font-weight: bold
}
.recommend-company dt a {
	font-size: 14px;
}
.recommend-company dd {
	width: 275px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.recommend-company dd span {
	background: #279e19;
	color: #fff;
	font-size: 12px;
	padding: 2px;
	margin-right: 8px;
}
.ads1 {
	margin-bottom: 15px;
}
.slist {
	width: 585px;
	height: 355px;
	float: left;
	overflow: hidden;
	background: #fff;
	box-shadow: #CCC 0 0 3px;
	margin-bottom: 27px;
}
.slist-mar {
	margin-right: 27px;
}
.slist-ads {
	width: 200px;
	height: 355px;
}
.slist-ads img {
	height: 100%;
	width: 100%;
}
.slist-class {
	width: 385px;
	float: right;
}
.slist-class-tit {
	width: 100%;
	padding: 15px 5px 15px 20px;
	font-size: 18px;
	text-align: left;
	border-bottom: #f5f5f5 solid 1px;
}
.slist-class-tit span {
	display: block;
	width: 4px;
	height: 18px;
	background: #ff4300;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.slist-class-tit i {
	font-size: 13px;
	color: #999;
	margin-left: 25px;
	font-style: normal;
}
.slist-class-list {
	width: 100%;
	height: 235px;
	border-bottom: #f5f5f5 solid 1px;
}
.slist-class-list dl {
	padding: 15px 20px;
}
.slist-class-list dl dt {
	font-weight: bold;
	float: left;
	width: 25%;
	color: #222;
}
.slist-class-list dl dd {
	float: left;
	width: 25%;
}
.slist-class-list dl dd a {
	color: #666;
}
.slist-class-pinpai {
}
.slist-class-pinpai li {
	width: 33.33%;
	float: left;
	text-align: center;
}
.zx-title {
	float: left;
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 2px solid #ccc;
}
.zx-title h1 {
	float: left;
	font-size: 18px;
	color: #222222;
	font-weight: normal;
}
.zx-title h1 a {
	font-size: 18px;
	color: #222222;
}
.zx-title span {
	float: right;
	margin-top: 6px;
}
.zx-main {
	float: left;
	margin-top: 20px;
	width: 100%;
}
.zxm-aside {
	position: relative;
	float: left;
	width: 420px;
	height: 274px;
}
.zxmA-news {
	position: absolute;
}


.zxmA-mask{ position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.zxmA-jieshao { position: absolute; bottom: 0; z-index: 2; height: 36px; width:50%; overflow: hidden; }
.zxmA-jieshao li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.zxmA-jieshao li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }

.zxmA-page {
	float: right;
	position: absolute;
	right: 20px;
	bottom: 8px;
}

.zxmA-page li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.zxmA-page li a,.zxmA-page li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.zxmA-page li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.zxmA-page li.on a,.zxmA-page a:hover{ background:#f60;  }

.zxm-info {
	width: 435px;
	/*height: 274px;*/
	float: left;
	margin-left: 28px;
	margin-bottom: 22px;
	overflow: hidden;
}
.zxm-info h1, .zxm-info ul, .zxm-info li {
	float: left;
}
.zxm-info h1 {
	color: #212121;
	font-size: 22px;
	/*兼容IE6*/
	white-space: nowrap;
}
.zxm-info h1 a {
	color: #212121;
	font-size: 22px;
}
.zxm-info h1 a:hover {
	color: #ff5e00;
}
.zxm-info ul {
	margin-bottom: 16px;
}
.zxm-info ul li {
	color: #545454;
	font-size: 12px;
	margin-top: 12px;
	margin-right: 10px;
	width: 204px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zxm-rm {
	width: 274px;
	float: right;
}
.zxm-rm h2 a {
	color: #212121;
	font-size: 16px;
}
.zxm-rm h2 a:hover {
	color: #ff5e00;
}
.zxm-rm-pic {
	margin-top: 12px;
}
.zxm-rm-pic a {
	display: inline-block;
	width: 130px;
	float: left;
}
.zxm-rm .zxm-rm-pic a span {
	width: 130px;
	text-align: center;
	margin-top: 7px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.zxm-rm ul, .zxm-rm ul li {
	float: left;
	/*兼容IE6*/
	white-space: nowrap;
}
.zxm-rm li {
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 274px;
}
.zx-ad, .zxAD-aside, .zxAD-info {
	float: left;
}
.zxAD-aside {
	width: 421px;
	height: 122px;
	float: left;
	margin-right: 23px;
}
.zxAD-info {
	width: 746px;
	height: 122px;
	float: left;
}
.zxAD-info a {
	display: inline-block;
	float: left;
	width: 144px;
	height: 48px;
	color: white;
	margin-bottom: 2px;
	margin-right: 3px;
	text-align: center;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	overflow: hidden;
}
.zxAD-info a.jishu {
	background: #e8e8e8;
	color: #666;
	_color: #666;
}
.zxAD-info a.jishu:hover {
	background: #7a91de;
	color: #fff;
	_color: white;
}
.zxAD-info a.oushu {
	background: #e8e8e8;
	color: #666;
	_color: #666;
}
.zxAD-info a.oushu:hover {
	background: #8ea1e0;
	color: #fff;
	_color: white;
}








.wdkj {
	width: 274px;
	float: right;
}
.wdkj h2{
	margin-top:8px;
	font-weight:normal;
	}
.wdkj h2 a {
	color: #212121;
	font-size: 18px;
}
.wdkj h2 a:hover {
	color: #ff5e00;
}
.wdkj-pic {
	margin-top: 12px;
}
.wdkj-pic a {
	display: inline-block;
	float: left;
}
.wdkj a span {
	text-align: center;
	margin-top: 7px;
	font-size:16px;
	font-weight:bold;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.wdkj ul, .wdkj ul li {
	float: left;
	/*兼容IE6*/
	white-space: nowrap;
}
.wdkj li {
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 274px;
}



.clear {
	clear: both;
}
