/*初始化兼容*/
html {
	overflow-y:scroll;
}
body {
	margin:0;
	padding:0;
	font:12px"\5B8B\4F53", sans-serif;
	background:#ffffff;
	font-family:"微软雅黑";
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
}
table, td, tr, th {
	font-size:14px;
}
tr {
	margin-bottom:6px;
}
li {
	list-style-type:none;
	text-decoration:none;
}
img {
	vertical-align:middle;
	border:0;
}
ol, ul {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	font-weight:normal;
}
address, cite, code, em, th {
	font-weight:normal;
	font-style:normal;
}
form {
	border:none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	clear:both;
}
#index {
	width:100%;
	/* min-width:1200px;*/
    max-width:1920px;
	margin:0 auto;
	padding-top: 14px;
}
.centerbox {
	width:1200px;
	margin:0 auto;
}
.top {
	width:100%;
}
.head {
	width:1200px;
	height:auto;
	display:table;
	margin:10px auto;
}
.hd {
	width:701px;
}
.zsjy_phone {
	float:right;
}
.zsjy_phone p {
	line-height:30px;
	font-size:18px;
	font-weight:200px;
	color:#00554a;
}
.zsjy_phone p img {
	vertical-align:middle;
	margin-right:6px;
	margin-top: -4px;
}
.zsjy_phone span {
	line-height:34px;
}
.ad {
	width:100%;
}
.ad img {
	width:100%;
	height:auto;
}
.clear:after {
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0
}
.yahei {
	font-family:'微软雅黑'
}
.songti {
	font-family:'宋体'
}
.swiper-container {
	
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px, 0, 0);
	-webkit-transition-timing-function:ease;
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px, 0, 0);
	-moz-transition-timing-function:ease;
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px, 0, 0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px, 0px);
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px, 0, 0);
	-ms-transition-timing-function:ease;
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px, 0, 0);
	transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
/*导航栏*/
.banner {
	width:100%;
	height:46px;
	background:#00554a;
	top:-50px;
	box-sizing:border-box;
}
.banner_suspension {
	width:100%;
	max-width:1920px;
	min-width:1200px;
	height:50px;
	background:rgba(0, 85, 74, 0.8);
	border-bottom:2px solid #00554a;
	box-sizing:border-box;
	position:fixed;
	top:-50px;
	z-index:9999;
	transition:0.6s ease;
}
.banner_ie {
	background:#00554a;
}
.nav_main {
	margin:0 auto;
	width:1200px;
	font-size:16px;
}
.nav_main li.nav_list {
	float:left;
	width:auto;
	min-width:9.5%;
	display:inline-block;
	position:relative;
}
.nav_list a {
	color:#fff;
	text-decoration:none;
}
.nav_list .nav_info_list a {
	color:#000;
}
.nav_list a:hover {
	list-style:none;
	text-decoration:none;
	color:#00554a;
}
.nav_list_txt {
	cursor:pointer;
	line-height:46px;
	border-right:1px solid #a5aaa9;
	padding:0 22px;
}
.nav_list_txt p {
	font-family:'微软雅黑';
	color:#fff;
	font-size:16px;
	letter-spacing:6px;
	text-align:center;
	transition:0.6s ease;
}
.nav_list_txt .nav_list_en {
	font-size:12px;
	letter-spacing:0;
}
/*导航栏内容*/
.nav_list_info {
	/*display:none;*/
    opacity:0;
	top:44px;
	width:99%;
	background:rgba(3, 52, 46, 1);
	position:absolute;
	visibility: hidden;
	z-index:999;
}
.nav_list_info_ie {
	display:none;
}
.nav_list_info .info {
	position:absolute;
	width:200px;
	height:100%;
	right:-200px;
	background:#fff;
	top:0;
	box-sizing:border-box;
	padding:12px 24px;
	border-left:1px solid #ccc;
}
.nav_list_info .info_left {
	right:0;
	left:-200px;
}
.nav_list_info .info img {
	width:100%;
}
.nav_list_info .info p {
	width:100%;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	padding-top:10px
}
.nav_info_list {
	padding:4px 0;
}
.nav_info_list li {
	padding:8px 0;
	font-size:14px;
	text-align:center;
	color:#000;
	cursor: pointer;
	border-bottom:1px dashed #eceeee;
}
.nav_info_list li:hover {
	color:#00554a;
}
/*菜单显隐*/
.nav_list:hover .nav_list_txt {
	background:#024037;
}
.nav_list:hover .nav_list_txt p {
	color:#fff;
}
.nav_list:hover div.nav_list_info {
	visibility: visible;
	transition:0.6s ease;
	opacity:1;
}
.foot {
	width:100%;
	margin:0 auto;
}
.foot_one {
	width:100%;
	margin:0 auto;
	background:#e5fefb;
	height:78px;
	margin-top:30px;
}
.foot_one span {
	float:left;
	width:100px;
	color:#00554a;
	font-size:18px;
	line-height:76px;
}
.foot_two {
	width:100%;
	height:195px;
	background:url(/zsjy/images/icon_45.png)repeat-x;
}
.foot_left {
	float:left;
	width:55%;
	padding:50px 0;
}
.foot_left p {
	float:left;
	width:100%;
	font-size:14px;
	line-height:30px;
	color:#fff;
}
.foot_right {
	float:right;
	width:33%;
	padding-top:30px;
	text-align:center;
}
.foot_right ul li {
	float:left;
	width:30%;
	text-align:center;
}
.foot_right ul li span {
	color:#fff;
	font-size:14px;
	line-height:30px;
}
.link_sel {
	width:294px;
	margin-top:5px;
	text-align:center;
	height:34px;
	padding-left:80px;
}
.input3 {
	float:left;
	width:83px;
	height:34px;
	margin-top:24px;
	border:none;
}
/*分页*/
            .info_bottom {
	float:right;
	margin-right:6px;
	padding-top:10px;
	line-height:40px;
	font-size:12px;
}
.info_bottom .count_sum {
	float:left;
}
.info_bottom .pre_next {
	float:left;
	padding:0 8px;
}
.pre_next .pn {
	padding:2px 5px;
	border:1px solid #efefef;
	cursor:pointer;
}
.pre_next a {
	color:#666;
}
.info_bottom .page_num {
	float:left;
	padding-right:8px;
}
.info_bottom .route_go {
	float:left;
}
.info_bottom .route_go input {
	width:40px;
	height:18px;
	border:1px solid #efefef;
}
.info_bottom .route_go button {
	display:inline-block;
	height:22px;
	cursor:pointer;
	line-height:16px;
	width:36px;
	text-align:center;
}
.abrignt_cont h3 {
	width:880px;
	line-height:40px;
	text-align:center;
	color:#000;
	font-size:16px;
	margin-top:20px;
}
.abrignt_cont h5 {
	width:880px;
	line-height:40px;
	text-align:center;
	color:#333;
	font-size:14px;
	border-bottom:1px dashed #666;
}
.picrignt_cont {
	width:800px;
	text-align:center;
	margin-top:20px;
}
.picrignt_cont ul li {
	float:left;
	width:230px;
	margin:10px 14px;
}
.picrignt_cont ul li a span {
	width:230px;
	line-height:28px;
	color:#666;
	font-size:12px;
}
.picrignt_cont ul li a img {
	width:230px;
	height:166px;
}
.picrignt_cont ul li a:hover span {
	color:#00554a;
}
#fixedLayer21 {
	width:110px;
	line-height:60px;
	border:0px;
	position:fixed;
	right:5px;
	top:180px;
	text-align:center;
	z-index:100;
}
#fixedLayer11 {
	width:110px;
	line-height:60px;
	border:0px;
	position:fixed;
	left:5px;
	top:180px;
	text-align:center;
	z-index:100;
}
#fixedLayer22 {
	width:73px;
	line-height:60px;
	border:0px;
	position:fixed;
	right:83px;
	top:180px;
	text-align:center;
}
#fixedLayer12 {
	width:73px;
	line-height:60px;
	border:0px;
	position:fixed;
	left:83px;
	top:180px;
	text-align:center;
}
#fixedLayer13 {
	width:73px;
	line-height:60px;
	border:0px;
	position:fixed;
	left:5px;
	top:500px;
	text-align:center;
}
#dropdown {
	float:left;
	width:290px;
	margin-top:22px;
	padding-left:20px;
	text-align:center;
	position:relative;
	margin-left:20px;
}
#dropdown p {
	width:290px;
	height:34px;
	line-height:34px;
	border:1px solid #a9c9e2;
	background:#ffffff url(../images/icon_xial.png) no-repeat right 4px top 10px;
	color:#807a62;
	cursor:pointer
}
#dropdown ul {
	width:290px;
	height:200px;
	overflow:scroll;
	background:#fff;
	border-left:1px solid #a9c9e2;
	border-right:1px solid #a9c9e2;
	border-bottom:1px solid #a9c9e2;
	position:absolute;
	display:none
}
#dropdown ul li {
	height:24px;
	line-height:24px;
}
#dropdown ul li a {
	display:block;
	height:24px;
	color:#807a62;
	text-decoration:none;
	width: 290px;
	text-align: center;
}
#dropdown ul li a:hover {
	background:#c6dbfc;
	color:#369
}
#dropdown2 {
	float:left;
	width:290px;
	margin-top:22px;
	padding-left:20px;
	text-align:center;
	position:relative;
	margin-left:20px;
}
#dropdown2 p {
	width:290px;
	height:34px;
	line-height:34px;
	border:1px solid #a9c9e2;
	background:#ffffff url(../images/icon_xial.png) no-repeat right 4px top 10px;
	color:#807a62;
	cursor:pointer
}
#dropdown2 ul {
	width:290px;
	height:200px;
	overflow:scroll;
	background:#fff;
	border-left:1px solid #a9c9e2;
	border-right:1px solid #a9c9e2;
	border-bottom:1px solid #a9c9e2;
	position:absolute;
	display:none
}
#dropdown2 ul li {
	height:24px;
	line-height:24px;
}
#dropdown2 ul li a {
	display:block;
	height:24px;
	color:#807a62;
	text-decoration:none;
	width: 290px;
	text-align: center;
}
#dropdown2 ul li a:hover {
	background:#c6dbfc;
	color:#369
}
#dropdown3 {
	float:left;
	width:290px;
	margin-top:22px;
	padding-left:20px;
	text-align:center;
	position:relative;
	margin-left:20px;
}
#dropdown3 p {
	width:290px;
	height:34px;
	line-height:34px;
	border:1px solid #a9c9e2;
	background:#ffffff url(../images/icon_xial.png) no-repeat right 4px top 10px;
	color:#807a62;
	cursor:pointer
}
#dropdown3 ul {
	width:290px;
	height:200px;
	overflow-x: hidden;
	background:#fff;
	border-left:1px solid #a9c9e2;
	border-right:1px solid #a9c9e2;
	border-bottom:1px solid #a9c9e2;
	position:absolute;
	display:none
}
#dropdown3 ul li {
	height:24px;
	line-height:24px;
}
#dropdown3 ul li a {
	display:block;
	height:24px;
	color:#807a62;
	text-decoration:none;
	width: 290px;
	text-align: center;
}
#dropdown3 ul li a:hover {
	background:#c6dbfc;
	color:#369
}
.foot_one form {
	float:right;
}
/*轮播栏*/
            .main {
	width:100%;
	overflow: hidden;
}
.main .swipe {
	width:100%;
	height:auto;
	position:relative;
}
.swipe .swiper-container1 {
	width:1200px;
	height:400px;
}
.swipe img {
	display:block;
	width:100%;
	height:100%;
}
.swipe1 {
	width:100%;
	height:auto;
	position:relative;
}
.swipe1 .swiper-container5 {
	width:360px;
	height:280px;
}
.swipe1 img {
	display:block;
	width:100%;
	height:100%;
}
/*分页器*/
            .pagination {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border:1px solid #fff;
	margin: 0 5px;
	opacity: 0.8;
	cursor: pointer;
}
.swiper-active-switch {
	background: #fff;
}
.huandeng {
	float: left;
	width: 46%;
}
.pagination1 {
	position:relative;
	left:2%;
	bottom:32px;
	float:right;
	width:43%;
}
.swiper-p {
	position:relative;
}
.swiper-p p {
	width:360px;
	background:rgba(47, 50, 50, 0.6);
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
/*内容左侧*/
.left {
	width:360px;
}
.rollingnews {
	border:1px solid #e3e3e3;
	height:35px;
	line-height:35px;
	background:url(/zsjy/images/icon1.png) no-repeat 10px center;
}
.rollingnews marquee {
	margin-left:40px;
}
.rollingnews marquee a {
	color: #c71a1e;
	font-size:14px;
	cursor: pointer;
}
.anbtn {
	background:url(/zsjy/images/lm-bg.png);
	width:170px;
	height:80px;
}
.anbtn a {
	color:#fff;
	line-height:80px;
	font-size:16px;
	text-align:center;
	display:block;
	width:170px;
	height:80px;
}
.anbtn a img {
	vertical-align:middle;
	width: 50px;
	height: 50px;
}
.anbtn a:hover {
	background:#a40a0e;
}
/*校园直通车*/
.xy-list ul li {
	background:url(/zsjy/images/ztcbg.png);
	height:53px;
	width:360px;
	margin:4px 0;
}
.xy-list ul li a {
	height:53px;
	width:360px;
	line-height:53px;
	color:#333;
	font-size:16px;
	padding-left:20px;
	display:block;
}
.xy-list ul li a img {
	vertical-align:middle;
	width:30px;
	height:30px;
	margin-right:20px;
}
/*中间*/
.middle, .right {
	margin:0 20px;
	width:550px;
}
.list-style {
	background:url(/zsjy/images/yembg.png) no-repeat 0 center;
	height:40px;
	line-height:40px;
	border-bottom:2px solid #00554a;
}
.new-list-top {
	width:550px;
}
.list-style h2 {
	font-family:"微软雅黑";
	font-size:18px;
	padding-left:40px;
}
.list-style h2 span a {
	float:right;
	font-size:12px;
	color:#666;
}
.lbk-tit h2 span a {
	float:right;
	font-size:12px;
	color:#666;
	padding-right:10px;
}
.xy_icon {
	float:left;
	line-height:36px;
}
.new-list ul li a {
	float:left;
	color:#666;
	line-height: 40px;
	width:480px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin-left:14px;
}
.new-list ul li {
	font-size: 14px;
	height:40px;
	border-bottom:dashed 1px #ccc;
	line-height:40px;
}
.about_icon {
	float:left;
	line-height:36px;
}
/*列表页*/
.lbk {
	float:left;
	width:100%;
	border:1px solid #e3e3e3;
	margin-bottom:10px;
}
.lbk-tit {
	background:url(/zsjy/images/list-bg1.png);
	height:49px;
	border-bottom:1px solid #e3e3e3;
	padding-left:10px;
}
.lbk-tit p {
	color:#666;
	font-size:14px;
}
.lbk-tit p a {
	color:#666;
	font-size:14px;
	height:49px;
	line-height:49px;
}
.lbk-tit h2 {
	font-family:"微软雅黑";
	font-size:18px;
	height:49px;
	line-height:49px;
}
.lbk-tit h2 img, .lbk-tit p img {
	vertical-align:middle;
	margin-right:10px;
	width:30px;
	height:30px;
}
.lbk-list {
	margin-left:20px;
}
.lbk-list li {
	font-size: 14px;
	width:322px;
	height:42px;
	line-height:42px;
}
.lbk-list li a {
	color:#666;
	width:210px;
	line-height:42px;
	margin-left:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float:left;
}
.zxdy {
	margin:10px 20px 10px;
}
.zxdy ul li {
	font-size: 14px;
	border-bottom:1px dashed #ccc;
	padding:5px 0;
}
.zxdy ul li p {
	line-height:30px;
}
.zxdy ul li a {
	color:#666;
}
.style-w {
	color:#ff0000;
}
.style-d {
	color:#1daa16;
}
.right-list {
	width:810px;
}
.list-fl {
	margin:12px 0;
}
.list-fl ul li {
	font-size: 14px;
	height:42px;
	border-bottom:dashed 1px #ccc;
	line-height:42px;
}
.list-fl ul li a {
	float:left;
	color:#666;
	line-height: 42px;
	width:80%;
	margin-left:10px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.list-tw ul li {
	float:left;
	text-align:center;
	color:#666;
}
.list-tw ul li a {
	color:#666;
}
.list-tw ul li p {
	line-height:30px;
	height:30px;
	width: 162px;
	overflow: hidden;
	font-size: 14px;
}
.list-tw ul li img {
	width:175px;
	height:120px;
}
.twk {
	width:22px !important;
	height:150px;
}
.foot_left a {
	color:#fff;
}
.number {
	width:280px;
	overflow:hidden;
	height:30px;
	float:left;
	line-height:30px;
}
/*精彩美图*/
#wrapper {
	width: 1200px;
	height: 230px;
	left: 50%;
	top: 50%;
	overflow: hidden;
}
#carousel {
	width: 1140px;
	position:relative;
	/*margin: 0 30px;*/
	background:url(/zsjy/images/tw-bg.png);
	height:230px;
}
#carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	margin-left:30px;
}
#carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	display: block;
	width: 255px;
	height: 230px;
	padding: 0;
	margin: 6px;
	float: left;
	position: relative;
}
#carousel li p {
	font-size:12px;
	color:#666;
	height:35px;
	line-height:35px;
}
#carousel li img {
	width: 250px;
	height: 180px;
	margin-top: 14px;
}
.clearfix {
	float: none;
	clear: both;
}
#carousel .prev, #carousel .next {
	background-image:url(/zsjy/images/carousel_control.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 45px;
	height: 80px;
	margin-left: 10px;
	position: absolute;
	top: 70px;
}
#carousel .prev {
	background-position: 0 0;
	left:-10px;
	top:80px;
}
#carousel .next {
	background-position: -45px 0;
	right: 0;
	top:80px;
}
#carousel .pager {
	text-align: center;
	margin: 0 auto;
}
#carousel .pager a {
	background-image:url(/zsjy/images/carousel_control.png);
	background-repeat:no-repeat;
	background-position:-2px -32px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
}
#carousel .pager a.selected {
	background-image:url(/zsjy/images/carousel_control.png);
	background-repeat:no-repeat;
	background-position:-12px -32px;
	text-decoration: underline;
}
.zcjy_content {
	width:1200px;
	margin:0 auto;
	padding:32px 0;
}
/*public*/
.logo {
	width:560px;
	height:100px;
}
.logo img {
	width:560px;
	height:100px;
}
.style-date {
	float:right;
	display:block;
	color: #666 !important;
	right: 0;
	top: 0;
}
.zsjy_car {
	width:360px;
	float:left;
}
.mt20 {
	margin-top:20px;
}
.noticeList {
	width:550px;
}
.zsjy_wath {
	float:left;
	width:360px;
	margin-bottom:20px;
}
.watch_cont {
	float:left;
	width:360px;
	height:256px;
	background:#00ffff;
	margin-top:10px;
}
.zsjy_aboutmain {
	width:780px;
	margin:0 auto;
}
.zsjy_aboutgk {
	width:780px;
	margin:0 auto;
	padding:12px 0;
}
.zsjy_aboutgk p {
	text-indent:2em;
	text-align:justify;
	font-size:14px;
	color:#666;
	line-height:28px;
}
.zsjy_newslistdtit {
	width:100%;
	margin:0 auto;
}
.zsjy_newslistdtit h2 {
	width:100%;
	text-align:center;
	font-size:18px;
	color:#333;
}
.zsjy_newslistdtime {
	width:100%;
	text-align:center;
	color:#666;
	font-size:12px;
	line-height:22px;
	margin-top:12px;
	padding-bottom:8px;
	border-bottom:1px dashed #999;
}
.newsdt_neir {
	width:100%;
	overflow:hidden;
	text-indent:2em;
	padding-bottom:20px;
	margin-top:14px;
}
.newsdt_neir img {
	max-width:95%;
	height:100%;
}
.zsjy_aboutbaoming {
	width:100%;
	margin-top:20px;
}
.zsjy_aboutbaoming img {
	width:100%;
	height:100%;
	border-bottom:1px dashed #c9c9c9;
	padding-bottom:16px;
}
.baoming_neir {
	width:100%;
	margin-top:20px;
}
.style1 {
	width:20%;
	text-align: right;
	line-height:40px;
}
/*验证码*/
	#ehong-code-input {
	width:42px;
	letter-spacing:2px;
	margin:0px 8px 0px 0px;
}
#Str2 {
	width:340px;
}
#Str4 {
	width:340px;
}
#Str5 {
	width:340px;
}
#Str6 {
	width:340px;
}
#Str7 {
	width:340px;
}
#Str8 {
	width:340px;
}
#Str9 {
	width:340px;
}
#Txt1 {
	width:340px;
	padding-bottom:40px;
}
.school_type {
	margin-top:38px;
	margin-bottom:30px;
}
.tijiao {
	line-height:164px;
}
.ehong-idcode-val {
	position:relative;
	padding:1px 4px 1px 4px;
	top:0px;
 *top:-3px;
	letter-spacing:4px;
	display:inline;
	cursor:pointer;
	font-size:16px;
	font-family:"Courier New", Courier, monospace;
	text-decoration:none;
	font-weight:bold;
}
.ehong-idcode-val0 {
	border:solid 1px #A4CDED;
	background-color:#ECFAFB;
}
.ehong-idcode-val1 {
	border:solid 1px #A4CDED;
	background-color:#FCEFCF;
}
.ehong-idcode-val2 {
	border:solid 1px #6C9;
	background-color:#D0F0DF;
}
.ehong-idcode-val3 {
	border:solid 1px #6C9;
	background-color:#DCDDD8;
}
.ehong-idcode-val4 {
	border:solid 1px #6C9;
	background-color:#F1DEFF;
}
.ehong-idcode-val5 {
	border:solid 1px #6C9;
	background-color:#ACE1F1;
}
.ehong-code-val-tip {
	font-size:12px;
	color:#1098EC;
	top:0px;
 *top:-3px;
	position:relative;
	margin:0px 0px 0px 4px;
	cursor:pointer;
}
table.message {
	width: 780px;
	border: 1px solid #efeeed;
	border-collapse: collapse;
	line-height: 24px;
	letter-spacing: normal;
	color: #333;
	border-top: 3px solid #00554a;
	font-size: 14px;
	margin-top:10px;
	padding-bottom:30px;
	margin-bottom:20px;
	padding-top:20px;
	line-height:32px;
}
table.message th {
	width: 20%;
	padding: 3px;
	background: #eff7fd;
	border: 1px solid #efeeed;
	text-align: right;
	font-weight: normal;
}
table.message td {
	width: 80%;
	padding: 3px;
	background: #ffffff;
	border: 1px solid #efeeed;
	padding: 5px;
}
table.message2 {
	width: 780px;
	border: 1px solid #efeeed;
	border-collapse: collapse;
	line-height: 24px;
	letter-spacing: normal;
	color: #333;
	border-top: 3px solid #00554a;
	font-size: 14px;
	margin-top:10px;
	padding-bottom:30px;
	margin-bottom:20px;
	padding-top:20px;
	line-height:32px;
}
table.message2 th {
	width: 67%;
	padding: 3px;
	background: #eff7fd;
	border: 1px solid #efeeed;
	text-align: right;
	font-weight: normal;
}
table.message2 td {
	width: 33%;
	padding: 3px;
	background: #ffffff;
	border: 1px solid #efeeed;
	padding: 5px;
}
.bottom {
	width: 1140px;
	margin: 10px 20px;
}
/* qq-client */
.qq-client {
	position:fixed;
	right:0px;
	top:50%;
	margin-top:-80px;
	z-index:20000;
	background:#ffffff;
}
.qq-client a {
	width:50px;
	height:160px;
	text-align:center;
	border:#007d6d solid 1px;
	padding:0px 0px;
	line-height:40px;
	display:block;
}
.qq-client-content {
	position:fixed;
	right:-250px;
	top:38%;
	border:#007d6d solid 1px;
	width:200px;
	display:none;
	background:#ffffff;
	z-index:20000;
}
.qq-client-content h1 {
	font-size:14px;
	width:90%;
	margin:0px auto;
	text-align:center;
	height:50px;
	line-height:50px;
	border-bottom:#007d6d solid 1px;
	position:relative;
}
.qq-client-content h1 span {
	font-size:12px;
	font-weight:normal;
	position:absolute;
	left:-30px;
	top:-20px;
	cursor:pointer;
	background:#ffffff;
	border:#007d6d solid 1px;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:20px;
	text-align:center;
}
.qq-client-list {
	background:#ffffff;
}
.client-list {
	overflow:hidden;
	line-height:40px;
	width:90%;
	margin:0px auto;
	border-bottom:007d6d 1px #ebebeb;
}
.client-list a {
	display:block;
}
.client-list a:hover {
	color:red;
}
.client-list span {
	float:left;
}
.client-list label {
	float:left;
	width:60px;
	text-align:right;
	padding-right:10px;
}
.qq-client a {
	text-decoration:none;
	color:#000000;
}
