﻿@charset "UTF-8";

/**

 * 

 * @authors YGL (2443245771@qq.com)

 * @date    2014-11-03 14:28:00

 * @version $1.1.1$

 */







/* 通用样式 */

body {

	font-family: "微软雅黑";

}



.fl {

	float: left;

	display: inline;

}



.fr {

	float: right;

	display: inline;

}



.color-red {

	color: #f00;

}



.color-blue {

	color: #4895e9;

}



.blue-btn {

	background: #4895e9;

	border-radius: 4px;

	color: #fff;

	transition: background-color 0.2s ease-out;

}



	.blue-btn:hover {

		background: #3569cc;

	}



.gray-btn {

	background: #f4f4f4;

	border-radius: 4px;

	color: #666;

	transition: background-color 0.2s ease-out;

}



	.gray-btn:hover {

		background: #d5d5d5;

	}



/* input输入框onfocus时的边框 */

.uform_input.blue-border {

	border: 1px solid #4895e9;

}



/* 公用样式 */

/*友情链接*/

.links_xt { width: 100%; overflow: hidden; height: 1px; background: #eee; }

.links { margin: 0 auto; overflow: hidden; background: #EEE; }

.links_l { float: left; overflow: hidden; font-size: 17px; color: #666; margin: 8px 0 0 120px; line-height: 40px; }

.links_l span { font-family: "Impact", Arial, Helvetica, sans-serif; font-size: 32px; line-height: 40px; color: #666; text-transform: uppercase; }

.links_r { float: left; padding: 10px 0 0 10px; }

.linkTagcs { line-height: 30px; color: #666; }

.linkTagcs a { margin-left: 5px; margin-right: 5px; font-size: 14px; color: #666;}

/* 页面头部样式 */

.header {

	height: 104px;

}



	.header .header_warp {

		position: fixed;

		z-index: 150;

		width: 100%;

		padding: 32px 0;

		border-bottom: 1px solid #eee;

		background: #fff url(../images/header_bg.png) repeat-x;

	}



	.header .header-content {

		width: 1246px;

		min-width: 1246px;

		margin: 0 auto;

	}

	/* 头部左边样式 */

	.header .header-left {

	}



		.header .header-left .header-logo {

		}



		.header .header-left .header-nav {

			margin-left: 65px;

		}



			.header .header-left .header-nav ul {

			}



			.header .header-left .header-nav li {

				float: left;

				height:57px;

				line-height:57px;

				position: relative;

				z-index: 10;

			}



				.header .header-left .header-nav li a {

					font-size: 16px;

					font-family: "微软雅黑";

					color: #333;

					padding:0 20px;

					display: block;

					text-decoration: none;

				}



			.header .header-left .header-nav .header-lengjing {

				background: url(../images/lengjing_icon.png) 66px center no-repeat;

			}



			.header .header-left .header-nav li.header-hover {

				/*background: #4895e9;

	transition: background-color 0.2s ease-out;*/

			}



				.header .header-left .header-nav li.header-hover:hover {

					/*background: #68a1e0;*/

				}



	/* 头部右边样式 */

	.header .header-right {

		margin-top: 3px;

	}



		.header .header-right .header-search {

			border: 1px solid #cccccc;

		}



		.header .header-right .header-text {

			width: 136px;

			height: 12px;

			padding: 10px 0 10px 8px;

			font-size: 12px;

			color: #ccc;

			outline: none;

		}



		.header .header-right .header-submit {

			width: 35px;

			height: 32px;

			cursor: pointer;

			background: #fff url(../images/header-search.png) center center no-repeat;

		}



		.header .header-right .header-login {

			font-size: 12px;

			color: #333;

			height: 34px;

			line-height: 34px;

			margin-left: 30px;

		}



		.header .header-right .header-register {

			font-size: 12px;

			color: #333;

			height: 34px;

			line-height: 34px;

			margin-left: 26px;

		}



		.header .header-right .header-need {

			width: 120px;

			height: 34px;

			line-height: 34px;

			text-align: center;

			background: #4895e9;

			color: #fff;

			font-size: 12px;

			margin: 0 0 0 20px;

			border-radius: 4px;

			text-decoration: none;

			transition: background-color 0.2s ease-out;

		}



			.header .header-right .header-need:hover {

				background: #3569cc;

			}

/* 登录之后的页面头部 */

.header-personal {

}



	.header-personal .header-personal-li {

		margin-left: 12px;

		position: relative;

	}



		.header-personal .header-personal-li .new-icon {

			position: absolute;

			z-index: 10;

			right: 0;

			top: 6px;

		}



	.header-personal .header-personal-link {

		display: block;

		line-height: 34px;

		position: relative;

	}



	.header-personal .header-personal-img {

		display: block;

		margin-top: 8px;

		margin-right: 2px;

	}



	.header-personal .header-personal-portrait {

		width: 33px;

		height: 33px;

		border-radius: 50%;

		display: block;

	}



	.header-personal .header-personal-link .infoMore-masking {

		width: 33px;

		height: 33px;

		position: absolute;

		top: 0px;

		left: 0px;

	}



	.header-personal .header-personal-ul2 {

		display: none;

		position: absolute;

		top: 38px;

		left: -5px;

		width: 128px;

		background: #fff;

		border: 1px solid #d5d5d5;

		padding: 4px 0;

	}



	.header-personal .header-personal-position2 {

		width: 15px;

		height: 8px;

		background: url(../images/icon-arrow.png) no-repeat;

		position: absolute;

		top: -8px;

		left: 8px;

	}



	.header-personal .header-personal-item2 {

		height: 32px;

		line-height: 32px;

		width: 104px;

		margin: 0 8px;

		padding-left: 8px;

		float: left;

		border-bottom: 1px solid #f1f1f1;

	}



		.header-personal .header-personal-item2:hover {

			background: #4895e9;

		}



		.header-personal .header-personal-item2 a {

			color: #666;

			font-size: 12px;

			text-decoration: none;

			display: block;

		}



		.header-personal .header-personal-item2:hover a {

			color: #fff;

		}



	.header-personal .header-personal-ul4 {

		display: none;

		position: absolute;

		top: 38px;

		left: -103px;

		width: 128px;

		background: #fff;

		border: 1px solid #d5d5d5;

		padding: 4px 0;

	}



	.header-personal .header-personal-position4 {

		width: 15px;

		height: 8px;

		background: url(../images/icon-arrow.png) no-repeat;

		position: absolute;

		top: -8px;

		right: 8px;

	}



	.header-personal .header-personal-item4 {

		height: 32px;

		line-height: 32px;

		width: 104px;

		margin: 0 8px;

		padding-left: 8px;

		float: left;

		border-bottom: 1px solid #f1f1f1;

	}



		.header-personal .header-personal-item4:hover {

			background: #4895e9;

		}



		.header-personal .header-personal-item4 a {

			color: #666;

			font-size: 12px;

			text-decoration: none;

			display: block;

		}



		.header-personal .header-personal-item4:hover a {

			color: #fff;

		}



	.header-personal .header-personal-item2 .color-red {

		float: right;

		color: #e35850;

	}



	.header-personal .header-personal-ul5 {

		display: none;

		position: absolute;

		top: 38px;

		left: -113px;

		width: 144px;

		background: #fff;

		border: 1px solid #d5d5d5;

		padding-bottom: 4px;

	}



	.header-personal .header-personal-position5 {

		width: 15px;

		height: 8px;

		background: url(../images/icon-arrow.png) no-repeat;

		position: absolute;

		top: -8px;

		right: 7px;

	}



	.header-personal .header-personal-item5 {

		height: 32px;

		line-height: 32px;

		width: 88px;

		margin: 0 8px;

		float: left;

		padding-left: 40px;

		border-bottom: 1px solid #f1f1f1;

		background: url(../images/icon-collect.png) no-repeat;

	}



		.header-personal .header-personal-item5:hover {

			background: #4895e9 url(../images/icon-collect.png) no-repeat;

		}



		.header-personal .header-personal-item5 a {

			color: #666;

			font-size: 12px;

			text-decoration: none;

			display: block;

		}



		.header-personal .header-personal-item5:hover a {

			color: #fff;

		}



	.header-personal .header-personal-home {

		margin: 0;

		padding-left: 0;

		background: none;

		text-align: center;

		width: 144px;

		height: 42px;

		line-height: 42px;

	}



		.header-personal .header-personal-home:hover {

			background: none;

		}



		.header-personal .header-personal-home a {

			font-size: 14px;

		}



		.header-personal .header-personal-home:hover a {

			color: #666;

			text-decoration: underline;

		}



	.header-personal .header-personal-focus {

		background-position: 16px 0;

	}



		.header-personal .header-personal-focus:hover {

			background-position: 16px -34px;

		}



	.header-personal .header-personal-order {

		background-position: 16px -272px;

	}



		.header-personal .header-personal-order:hover {

			background-position: 16px -306px;

		}



	.header-personal .header-personal-templet {

		background-position: 16px -204px;

	}



		.header-personal .header-personal-templet:hover {

			background-position: 16px -238px;

		}



	.header-personal .header-personal-release {

		background-position: 16px -68px;

	}



		.header-personal .header-personal-release:hover {

			background-position: 16px -102px;

		}



	.header-personal .header-personal-ilike {

		background-position: 16px -136px;

	}



		.header-personal .header-personal-ilike:hover {

			background-position: 16px -170px;

		}



	.header-personal .header-personal-trade {

		background-position: 16px -204px;

	}



		.header-personal .header-personal-trade:hover {

			background-position: 16px -238px;

		}



	.header-personal .header-personal-fund {

		background-position: 16px -272px;

	}



		.header-personal .header-personal-fund:hover {

			background-position: 16px -306px;

		}



	.header-personal .header-personal-visitor {

		background-position: 16px -340px;

	}



		.header-personal .header-personal-visitor:hover {

			background-position: 16px -374px;

		}



	.header-personal .header-personal-safety {

		background-position: 16px -408px;

	}



		.header-personal .header-personal-safety:hover {

			background-position: 16px -442px;

		}



	.header-personal .header-personal-quit {

		background-position: 16px -476px;

	}



		.header-personal .header-personal-quit:hover {

			background-position: 16px -510px;

		}



	.header-personal .header-personal-ul6 {

		display: none;

		position: absolute;

		top: 38px;

		left: -97px;

		width: 128px;

		background: #fff;

		border: 1px solid #d5d5d5;

		padding: 4px 0;

	}



	.header-personal .header-personal-position6 {

		width: 15px;

		height: 8px;

		background: url(../images/icon-arrow.png) no-repeat;

		position: absolute;

		top: -8px;

		right: 7px;

	}



	.header-personal .header-personal-item6 {

		height: 32px;

		line-height: 32px;

		width: 104px;

		margin: 0 8px;

		float: left;

		padding-left: 8px;

		border-bottom: 1px solid #f1f1f1;

	}



		.header-personal .header-personal-item6:hover {

			background: #4895e9;

		}



		.header-personal .header-personal-item6 a {

			color: #666;

			font-size: 12px;

			text-decoration: none;

			display: block;

		}



		.header-personal .header-personal-item6:hover a {

			color: #fff;

		}





/* 页面底部样式 */

.footer {

	background: #EEE;

}



	.footer .footer-content {

		width: 1246px;

		min-width: 1246px;

		background: #EEEEEE;

		padding-top:20px;

		margin: 0 auto;

	}



	.footer .footer-nav {

		margin-left: -50px;

	}



		.footer .footer-nav ul {

			width: 170px;

			margin-left: 50px;

		}



			.footer .footer-nav ul li {

				height: 32px;

				line-height: 32px;

			}



				.footer .footer-nav ul li a {

					font-size: 14px;

					color: #666;

				}



				.footer .footer-nav ul li.firstItem a {

					font-size: 16px;

					/*font-weight:bold;*/

					color: #666;

				}





		.footer .footer-copyright .logoBottom {

			margin: 8px 0 10px 0;

		}



		.footer .footer-copyright p {

			color: #666;

			font-size: 12px;

			line-height: 24px;

		}



.header-personal .header-personal-ul6 {

	display: none;

	position: absolute;

	top: 38px;

	left: -113px;

	width: 144px;

	background: #fff;

	border: 1px solid #d5d5d5;

	padding-bottom: 4px;

}



.header-personal .header-personal-position6 {

	width: 15px;

	height: 8px;

	background: url(../images/icon-arrow.png) no-repeat;

	position: absolute;

	top: -8px;

	right: 7px;

}



.header-personal .header-personal-item6 {

	height: 32px;

	line-height: 32px;

	width: 88px;

	margin: 0 8px;

	float: left;

	padding-left: 40px;

	border-bottom: 1px solid #f1f1f1;

	background: url(../images/icon-collect.png) no-repeat;

}



	.header-personal .header-personal-item6:hover {

		background: #4895e9 url(../images/icon-collect.png) no-repeat;

	}



	.header-personal .header-personal-item6 a {

		color: #666;

		font-size: 12px;

		text-decoration: none;

		display: block;

	}



	.header-personal .header-personal-item6:hover a {

		color: #fff;

	}



/*banner图片部分*/

.banner {

	overflow: hidden;

	position: relative;

}



	.banner .banner-content {

		background: #000;

		margin: 0 auto;

	}



	.banner ul.banner-img {

		position: absolute;

		z-index: 9;

		left: 50%;

		margin-left: -960px;

	}



		.banner ul.banner-img li {

			position: absolute;

		}



			.banner ul.banner-img li img {

				display: block;

			}



	.banner .banner-left {

		position: relative;

		z-index: 19;

		width: 1246px;

		margin: 0 auto;

	}



	.banner .banner-imgContent {

		width: 1000px;

		position: relative;

	}



	.banner ul.banner-imgDescript {

	}



		.banner ul.banner-imgDescript li {

			position: absolute;

		}



	.banner ul.banner-num {

		position: absolute;

		right: 24px;

		bottom: 15px;

		width: 160px;

	}



		.banner ul.banner-num li {

			float: left;

			margin: 0 3px;

		}



			.banner ul.banner-num li a {

				display: block;

				height: 20px;

				width: 20px;

				line-height: 20px;

				text-align: center;

				background: url(../images/bannerLiSBg.png) left 0 no-repeat;

				color: #fff;

			}



				.banner ul.banner-num li a.banner-num-hover {

					background: url(../images/bannerLiSBg.png) left -30px no-repeat;

				}



/* 列表内容部分 */

.content .content-hd {

	background: #fff;

	border: 1px solid #e0e0e0;

	height: 44px;

}



	.content .content-hd .titleA {

		padding: 0 24px;

		line-height: 40px;

		font-size: 14px;

		/*font-weight: bold;*/

		color: #333;

		border-top: 3px solid #fff;

		border-right: 1px solid #e0e0e0;

	}



		.content .content-hd .titleA.content-hd-hover {

			border-top: 3px solid #3f4657;

		}



	.content .content-hd .titleAb {

		padding: 0 24px;

		line-height: 40px;

		font-size: 14px;

		font-weight: bold;

		color: #333;

		border-top: 3px solid #fff;

		border-right: 1px solid #e0e0e0;

	}



	.content .content-hd p {

		margin-top: 3px;

		line-height: 40px;

		margin-left: 24px;

		font-size: 12px;

		font-family: "宋体";

		color: #666;

	}



		.content .content-hd p strong {

			font-weight: normal;

		}



		.content .content-hd p span {

			margin-right: 12px;

		}



		.content .content-hd p a {

			margin-right: 12px;

			color: #666;

		}



.content .content-bd {

}



	.content .content-bd ul {

		margin-left: -18px;

		overflow: hidden;

	}



	.content .content-bd li {

		width: 235px;

		*width: 234px;

		height: 294px;

		background: #fff;

		margin: 16px 0 16px 18px;

		border-bottom: 2px solid #dfe0e3;

		transition: all 0.2s ease-out;

	}



		.content .content-bd li:hover {

			border-bottom: 2px solid #4895e9;

		}



			.content .content-bd li:hover .website-img {

				opacity: 0.8;

				filter: alpha(opacity:80);

			}



		.content .content-bd li .website-img {

			display: block;

			width: 235px;

			height: 184px;

			transition: all 0.2s ease-out;

		}



		.content .content-bd li .info {

			margin-top: 24px;

			overflow: hidden;

		}



			.content .content-bd li .info span {

				font-size: 12px;

				color: #ccc;

				height: 15px;

				line-height: 15px;

			}



				.content .content-bd li .info span:hover {

					text-decoration: underline;

				}



		.content .content-bd li .info-viewnum {

			padding-left: 30px;

			background: url(../images/site_view.png) 8px center no-repeat;

		}



		.content .content-bd li .info-likenum {

			padding-left: 37px;

			background: url(../images/site_like.png) 17px center no-repeat;

		}



		.content .content-bd li .info-commentnum {

			padding-left: 40px;

			background: url(../images/site_common.png) 17px center no-repeat;

		}



		.content .content-bd li .title {

			height: 30px;

			line-height: 30px;

			margin-top: 3px;

			padding-left: 8px;

			border-bottom: 1px solid #f2f2f2;

			font-weight: normal;

		}



			.content .content-bd li .title a.dir_link {

				font-size: 14px;

				color: #666;

			}



		.title--pattern{

			position:relative;

		}

		.title--pattern .gray_mobile{

			position:absolute;

			right:10px;

			bottom:10px;

			background:url(../images/gray_phone.png) 0 0 no-repeat;

			width:15px;

			height:22px;

		}

		.title--pattern .gray_mobile:hover{

		   	background:url(../images/gray_phone_hover.png) 0 0 no-repeat;

		}



		.content .content-bd li .infoMore {

			height: 36px;

			line-height: 36px;

		}



		.content .content-bd li .infoMore-img {

			width: 34px;

			height: 36px;

			text-align: center;

			line-height: 36px;

			position: relative;

		}



			.content .content-bd li .infoMore-img img {

				margin-top: 8px;

				width: 20px;

				height: 20px;

				border-radius: 50%;

			}



			.content .content-bd li .infoMore-img .infoMore-masking {

				margin-top: 0px;

				width: 20px;

				height: 20px;

				position: absolute;

				top: 8px;

				left: 7px;

			}



		.content .content-bd li .infoMore-author {

			font-size: 12px;

			color: #ccc;

			width: 84px;

			overflow: hidden;

		}



		.content .content-bd li .infoMore-place {

			font-size: 12px;

			color: #ccc;

		}



			.content .content-bd li .infoMore-place span {

				margin-right: 8px;

			}



				.content .content-bd li .infoMore-place span.shiwangyunVIP {

					padding-left: 20px;

					background: url(../images/yunVIP.png) left center no-repeat;

				}



/* 分页部分 */

.content .content-fb {

	margin-top: 36px;

}



	.content .content-fb ul {

	}



		.content .content-fb ul li {

			float: left;

			width: 40px;

			height: 35px;

			line-height: 35px;

			text-align: center;

			margin-right: 5px;

			padding-top: 3px;

			border-bottom: 2px solid #4895e9;

			background: #fff;

			font-size: 12px;

			font-family: "宋体";

			color: #4895e9;

			cursor: pointer;

		}



			.content .content-fb ul li:hover {

				text-decoration: underline;

				background: #4895e9;

				color: #fff;

			}



			.content .content-fb ul li.content-fb-hover {

				background: #4895e9;

				color: #fff;

				transition: background-color 0.2s ease-out;

			}



				.content .content-fb ul li.content-fb-hover:hover {

					background: #3569cc;

				}



			.content .content-fb ul li a {

				display: block;

				color: #4895e9;

			}



				.content .content-fb ul li a:hover {

					color: #fff;

				}



			.content .content-fb ul li.content-fb-hover a {

				color: #fff;

			}



		/* 分页中不能点击的样式 */

		.content .content-fb ul .disable a {

			color: #999;

		}



		.content .content-fb ul .disable:hover {

			text-decoration: none;

			background: #fff;

		}



		.content .content-fb ul .disable a:hover {

			text-decoration: none;

			cursor: not-allowed;

			color: #999;

		}



/* 发布需求 */

.needsHelp {

	width: 750px;

	margin: 0 auto;

	padding: 40px 0 88px;

}



	.needsHelp a {

		display: block;

	}



	.needsHelp p {

		width: 430px;

		height: 48px;

		line-height: 48px;

		text-align: center;

		background: #fff;

		font-size: 18px;

		color: #666;

		/*font-weight: bold;*/

	}



	.needsHelp span {

		width: 320px;

		height: 48px;

		line-height: 48px;

		text-align: center;

		background: #4895e9;

		font-size: 14px;

		color: #fff;

		text-decoration: none;

		transition: background-color 0.2s ease-out;

	}



	.needsHelp a:hover span {

		background: #3569cc;

	}



/* 右边固定区域 */

.leftArea {

	position: fixed;

	z-index: 99;

	right: 8px;

	bottom: 60px;

	z-index: 149;

}



	.leftArea .leftArea_qrCode {

		background: #fff;

		display: none;

	}



		.leftArea .leftArea_qrCode img {

			display: block;

			margin-bottom: 8px;

		}



		.leftArea .leftArea_qrCode p {

			font-size: 12px;

			font-family: "微软雅黑";

			color: #333;

			line-height: 16px;

			text-align: center;

		}



	.leftArea .leftArea_returnTop {

		margin: 0 0 0 18px;

	}



		.leftArea .leftArea_returnTop img {

			display: block;

			margin-top: 8px;

			cursor: pointer;

		}



/* 登录注册 */

#login {

	/*background: url(../images/loginBg.png) no-repeat;*/

}



	#login .loginLogo_bx {

		text-align: center;

		margin-top: 46px;

	}



		#login .loginLogo_bx img {

		}



	#login .c_t_bx {

		margin-top: 72px;

	}



		#login .c_t_bx p {

			position: relative;

			width: 264px;

			height: 40px;

			margin: 12px auto 0;

		}



			#login .c_t_bx p label {

				position: absolute;

				top: 10px;

				left: 10px;

				line-height: 18px;

				font-size: 14px;

				color: #999;

				font-family: "微软雅黑";

			}



		#login .c_t_bx .text {

			display: block;

			width: 242px;

			height: 18px;

			padding: 10px;

			border: 1px solid #d5d5d5;

			border-radius: 4px;

		}



		#login .c_t_bx p label.Loginerror {

			color: #cc0000;

		}



		#login .c_t_bx .text.Loginerror {

			border: 1px solid #cc0000;

		}



		#login .c_t_bx #username {

		}



		#login .c_t_bx #password {

		}



	#login .pop_bt_bx .submit_bx {

		display: block;

		width: 264px;

		height: 40px;

		line-height: 40px;

		text-align: center;

		border-radius: 4px;

		margin: 12px auto 0;

		font-size: 18px;

		color: #fff;

		background: #4895e9;

	}



	#login .tip_bx {

		width: 264px;

		margin: 10px auto 0;

	}



		#login .tip_bx .rememberUser {

			line-height: 18px;

		}



			#login .tip_bx .rememberUser input {

				margin-top: 2px;

			}



			#login .tip_bx .rememberUser a {

				font-size: 12px;

				color: #4895e9;

				font-family: "宋体";

				margin-left: 4px;

			}



		#login .tip_bx .forgetPass {

		}



			#login .tip_bx .forgetPass a {

				font-size: 12px;

				color: #4895e9;

				font-family: "宋体";

			}



/*登录注册*/

.loginDialogWrap {

	/*	display: none;*/

	position: fixed;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	z-index: 1000;

	overflow: auto;

	width: 100%;

	height: 100%;

	background: rgba(0,0,0,0.6);

}



	.loginDialogWrap .loginDialog {

		position: relative;

		left: 50%;

		top: 58%;

		margin-left: -358px;

		margin-top: -292px;

		width: 716px;

		max-height: 420px;

		min-height: 420px;

		padding-bottom: 10px;

		background-color: #f1f1f1;

		border-radius: 6px;

		z-index: 1;

		box-shadow: 0 5px 8px rgba(0,0,0,0.3);

	}



		.loginDialogWrap .loginDialog .logo {

			display: block;

			margin: 0 auto;

			padding-top: 36px;

		}



.loginDialog .login .holder {

	position: relative;

	width: 264px;

	padding-top: 24px;

	margin: 0 auto;

}



	.loginDialog .login .holder .buttons {

		margin-bottom: 16px;

		padding: 0 6px;

		width: 252px;

	}



		.loginDialog .login .holder .buttons a {

			display: inline-block;

			float: left;

			margin-right: 18px;

			width: 72px;

			height: 72px;

			background: url(../images/Login/loginIcon.png) no-repeat 0 0;

		}



			.loginDialog .login .holder .buttons a.qzone {

				background-position: -90px 0;

			}



			.loginDialog .login .holder .buttons a.weixin {

				background-position: -180px 0;

				margin-right: 0;

			}



	.loginDialog .login .holder .withLine {

		text-align: center;

		font-size: 12px;

		font-family: "宋体";

		color: #666666;

		height: 16px;

		line-height: 16px;

		width: 348px;

		margin-left: -42px;

		background: url(../images/Login/lineBg.png) no-repeat center center;

	}



	.loginDialog .login .holder .userLogin {

		margin-top: 18px;

	}



		.loginDialog .login .holder .userLogin > div {

			position: relative;

		}



			.loginDialog .login .holder .userLogin > div.userPassWord {

				height: 48px;

			}



		.loginDialog .login .holder .userLogin .loginInput {

			display: block;

			padding: 0 28px 0 15px;

			height: 38px;

			line-height: 38px;

			width: 219px;

			margin-bottom: 8px;

			color: #cccccc;

			font-size: 14px;

			background: #fff;

			border: 1px solid #d5d5d5;

			border-radius: 3px;

			outline: 0;

		}



			.loginDialog .login .holder .userLogin .loginInput::-ms-reveal {

				display: none;

			}



			.loginDialog .login .holder .userLogin .loginInput::-ms-clear {

				display: none;

			}



			.loginDialog .login .holder .userLogin .loginInput.passwordShow {

				display: none;

			}



			.loginDialog .login .holder .userLogin .loginInput.inputFocus {

				border: 1px solid #4895e9;

				color: #333333;

			}



			.loginDialog .login .holder .userLogin .loginInput.inputError {

				border: 1px solid #cc0000;

				color: #cc0000;

			}



		.loginDialog .login .holder .userLogin .userName span {

			display: none;

			position: absolute;

			top: 14px;

			right: 16px;

			width: 11px;

			height: 10px;

			background: #fff url(../images/Login/deleteTxt.png) no-repeat center center;

			cursor: pointer;

			z-index: 1060;

		}



		.loginDialog .login .holder .userLogin .userPassWord span {

			display: none;

			position: absolute;

			top: 14px;

			right: 14px;

			width: 13px;

			height: 9px;

			background: #fff url(../images/Login/showPassword.png) no-repeat center center;

			cursor: pointer;

			z-index: 1060;

		}



		.loginDialog .login .holder .userLogin .loginBtn {

			display: block;

			height: 40px;

			line-height: 40px;

			text-align: center;

			font-size: 18px;

		}



		.loginDialog .login .holder .userLogin .tipBox {

			width: 264px;

			margin: 8px auto 0;

		}



			.loginDialog .login .holder .userLogin .tipBox p {

				height: 12px;

				line-height: 12px;

			}



				.loginDialog .login .holder .userLogin .tipBox p a {

					color: #4895e9;

				}

/*.loginDialog .loginClose{

	position: absolute;

	top: 20px;

	right: 20px;

	width: 12px;

	height: 12px;

	background: url(../images/close.png)center center no-repeat;

	cursor: pointer;

}*/

.loginDialog .signUp {

	position: absolute;

	top: 10px;

	right: 10px;

	width: 69px;

	height: 33px;

	line-height: 33px;

	background: #fff;

	border-radius: 3px;

	border: 1px solid #d5d5d5;

}



	.loginDialog .signUp a {

		display: block;

		color: #000;

		text-align: center;

		font-size: 16px;

	}

/*20150624增加的样式by陈蕾*/

.homeUnauthNumbers {

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

	color: #fff;

	margin: 0 auto;

	position: absolute;

	text-align: center;

	text-shadow: 2px 2px 6px rgba(0,0,0,0.3);

	top: 450px;

	width: 100%;

	z-index: -1;

}



	.homeUnauthNumbers .left {

		border-right: 2px solid #fff;

		padding-left: 15px;

		padding-right: 20px;

	}



	.homeUnauthNumbers .right {

		padding-left: 20px;

	}



	.homeUnauthNumbers .left, .homeUnauthNumbers .right {

		display: inline-block;

		float: none;

		text-align: center;

	}



		.homeUnauthNumbers .left .numbersWrapper {

			text-align: right;

		}



	.homeUnauthNumbers .numbersTitle {

		font-family: Helvetica;

		font-size: 35px;

		font-weight: bold;

		display: inline-block;

	}



	.homeUnauthNumbers .numbersSubtitle {

		display: inline-block;

		font-size: 12px;

		/*  font-weight: bold;*/

		line-height: 120%;

		padding-left: 4px;

		padding-top: 3px;

		text-align: left;

	}

/* 修改ui的样式 */

.ui-widget-overlay {

	background: #000;

	opacity: 0.8;

	filter: alpha(opacity:80);

}



.ui-dialog .ui-dialog-titlebar {

	padding: 0;

	display: none;

}



.ui-widget-header {

	border: 0;

}



.ui-dialog .ui-dialog-title {

	display: none;

}



.ui-dialog .ui-dialog-titlebar-close {

	margin-top: 0;

}



.ui-widget-content {

	border: 0;

	background: none;

}



.ui-dialog .ui-dialog-content {

	padding: 1em 1em;

}



.syncopus_mywork {

	width: 120px;

	height: 33px;

	line-height: 33px;

	text-align: center;

	background: #4895e9;

	color: #fff;

	font-size: 12px;

	margin: 5px 11px 0 20px;

	border-radius: 4px;

	text-decoration: none;

	transition: background-color 0.2s ease-out;

	float: right;

}



/* 商务登录 */

.erp.header-right {

	width: 478px;

}



.erp .erp_box {

	position: absolute;

	right: 0;

	top: 25px;

	display: none;

	background: #ffffff;

	width: 190px;

	padding: 8px;

	z-index: 150;

	max-width: 300px;

	box-shadow: 0 0 5px #aaa;

	border-radius: 4px;

	border: 1px solid #aaaaaa;

	color: #222222;

}



	.erp .erp_box p {

		font-family: Verdana,Arial,sans-serif;

		font-size: 1.1em;

		line-height: 20px;

	}



.erp .erp_job {

	float: left;

	color: #333;

	margin-top: 6px;

}



.erp .erp_detail {

	float: left;

	position: relative;

	padding: 0 10px 0 8px;

	margin-right: 10px;

	background: url(../images/arrow_down.png) right center no-repeat;

}



	.erp .erp_detail span {

		font-size: 18px;

		cursor: pointer;

	}



.erp .erp_quit {

	float: right;

	margin-top: 6px;

}



.erp .erp_changepassword {

	float: right;

	margin-top: 6px;

	padding-right: 15px;

}



.erp .erp_quit a {

	font-size: 12px;

	color: #4895e9;

}

.erp .erp_changepassword a{

	font-size: 12px;

	color: #4895e9;

}

	.erp .erp_quit a:hover {

		text-decoration: underline;

		color:red;

	}

	.erp .erp_changepassword a:hover{

		text-decoration: underline;

		color:#0e2a94;

	}

.erp .apply_btn {

	float: right;

	width: 106px;

	height: 30px;

	line-height: 30px;

	text-align: center;

	font-size: 12px;

	margin: 0 0 0 20px;

	text-decoration: none;

}



/* 

	2015-08-10根据要求进行第一次大改

	@authors Yangl

*/

/* 修改头部公共样式 */

.header .header-left .header-nav {

	margin-left:38px;

}



	.header .header-left .header-nav li a {

		padding: 0 20px;

		display: inherit;border-bottom:2px solid #FFF;

	}

.header .header-left .header-nav li a:hover{border-bottom:2px solid #4c80b6;border-radius:2px}

		.header .header-left .header-nav li a.last-nav {

			padding: 17px 24px;

			display: block;

		}



		.header .header-left .header-nav li a img {

			vertical-align: middle;

		}



.header .header-right .header-login {

	font-size: 14px;

	margin-left: 0;

}



.header .header-right .header-register {

	font-size: 14px;

	margin-left: 36px;

}



.header .header-right .header-need {

	width: 132px;

}

/* 新增二级导航样式 */

.header .header-left .nav_arrow {

	display: none;

	position: absolute;

	z-index: 101;

	top: 42px;

	left: 48px;

	line-height: normal;

}



.header .header-left .nav_arrow3 {

	left: 27px;

	top: 42px;

}



.header .header-left .subnav_box {

	display: none;

	position: absolute;border-radius:2px;

	z-index: 100;

	width: 200px;

	border: 1px solid #d5d5d5;

	padding:10px 0px;

	background: #fff;

	top: 50px;

	left:0px;

}



.header .header-left .subnav_box2 {

	width: 1224px;

	left: -377px;

	padding: 0px 0 0 22px;

}



.header .header-left .subnav_box3 {

	left: -793px;

}



.header .header-left .subnav_wrap {

	float: left;

	display: inline;

}



.header .header-left .subnav_title {

	line-height: 25px;

	font-family: "微软雅黑";

	font-size: 18px;

	color: #333;

	font-weight: normal;

	margin-bottom: 7px;

}



.header .header-left .subnav_list li {

	float: none;

	height: 24px;

	line-height: 24px;

}



	.header .header-left .subnav_list li a {

		padding: 0;

		font-family: "微软雅黑";

		font-size: 14px;

		color: #666;

	}



		.header .header-left .subnav_list li a:hover {

			/*text-decoration: underline;*/

			color: #333;

		}

/* 第一部分 */

.header .header-left .subnav_box1 .subnav_wrap1 {

	width: 168px;

}



.header .header-left .subnav_box1 .subnav_wrap2 {

	width: 180px;

	padding-left: 24px;

	border-left: 1px solid #f1f1f1;

}



.header .header-left .subnav_box1 .subnav_wrap3 {

	width: 594px;

	padding-left: 24px;

	border-left: 1px solid #f1f1f1;

}



.header .header-left .subnav_box1 .subnav_wrap4 {

	padding-left: 24px;

	border-left: 1px solid #f1f1f1;

}



.header .header-left .subnav_wrap .subnav_subtitle {

	line-height: 24px;

	font-family: "宋体";

	font-size: 12px;

	font-weight: normal;

	color: #999;

	text-align: center;

	background: url(/Content/images/HeaderV2/subtitle_bg.png) center center no-repeat;

}



.header .header-left .subnav_wrap .subnav_subwrap1 {

	width: 135px;

	margin-right: 8px;

}



.header .header-left .subnav_wrap .subnav_subwrap2 {

	width: 192px;

	margin-right: 8px;

}



.header .header-left .subnav_wrap .subnav_subwrap3 {

	width: 228px;

}



.header .header-left .subnav_wrap .subnav_spelist li {

	width: 114px;

	float: left;

	display: inline;

}

/* 第二部分 */

.header .header-left .subnav_box2 .subnav_wrap1 {

	width: 378px;

	margin-top: 20px;

}



.header .header-left .subnav_box2 .subnav_wrap2 {

	width: 498px;

	padding-left: 22px;

	border-left: 1px solid #f1f1f1;

	margin-top: 20px;

	padding-bottom: 10px;

}



.header .header-left .subnav_box2 .subnav_wrap3 {

	width: 211px;

	padding-left: 20px;

	border-left: 1px solid #f1f1f1;

	margin-top: 20px;

	padding-bottom: 10px;

}



.header .header-left .subnav_box2 .subtitle {

	line-height: 25px;

	font-weight: normal;

}



.header .header-left .subnav_box2 .bigTitle {

	float: left;

	display: inline;

	font-family: "微软雅黑";

	font-size: 18px;

}



.header .header-left .subnav_box2 .smallTitle {

	float: left;

	display: inline;

	font-family: "微软雅黑";

	font-size: 14px;

	margin-left: 10px;

}



.header .header-left .subnav_box2 .tryout {

	float: left;

	display: inline;

	font-family: "微软雅黑";

	font-size: 14px;

	color: #fff;

	margin-left: 8px;

	width: 40px;

	height: 24px;

	text-align: center;

	line-height: 24px;

	padding: 0;

	border-radius: 0;

}



.header .header-left .subnav_box2 .newWebsite {

	margin-top: 12px;

}



	.header .header-left .subnav_box2 .newWebsite li {

		height: auto;

		line-height: normal;

	}



		.header .header-left .subnav_box2 .newWebsite li a {

			padding: 0;

			font-size: 0;

		}



.header .header-left .subnav_box2 li.newWebsiteLi1 {

	width: 60px;

	height: 36px;

	text-align: center;

	background: #f1f1f1;

	border: 2px solid #4895e9;

	border-radius: 3px;

	line-height: 18px;

	padding: 18px;

}



	.header .header-left .subnav_box2 li.newWebsiteLi1 a {

		font-family: "宋体";

		font-size: 12px;

		color: #666;

	}



.header .header-left .subnav_box2 li.newWebsiteLi2 img {

	width: 96px;

	height: 72px;

	margin: 2px 0 0 6px;

}



.header .header-left .subnav_box2 li.newWebsiteLi3 {

	width: 38px;

	height: 70px;

	border: 1px solid #d5d5d5;

	margin: 2px 0 0 8px;

	text-align: center;

	line-height: 70px;

}



.header .header-left .subnav_box2 .runWebsiteWrap {

	margin-top: 15px;

}



.header .header-left .subnav_box2 .myWebsiteBtn {

	width: 36px;

	height: 36px;

	padding: 18px;

	text-align: center;

	line-height: 18px;

	font-family: "微软雅黑";

	font-size: 18px;

	color: #fff;

	background: #4895e9;

	border-radius: 6px;

}



.header .header-left .subnav_box2 .runWebsiteBox {

	/*margin-left: 16px;*/

	margin-left: 8px;

}



.header .header-left .subnav_box2 .subnav_wrap3 .runWebsiteBox {

	margin-left: 0;

}



.header .header-left .subnav_box2 .runWebsiteLink {

	padding: 0;

}



.header .header-left .subnav_box2 .runWebsiteDiv {

	margin-left: 16px;

}



	.header .header-left .subnav_box2 .runWebsiteDiv a {

		padding: 0;

		/*font-family: "微软雅黑";

		font-size: 14px;

		color: #666;

		line-height: 16px;*/

	}



	.header .header-left .subnav_box2 .runWebsiteDiv p {

		width: 108px;

		/*margin-top: 6px;*/

		line-height: 18px;

		font-family: "宋体";

		font-size: 12px;

		color: #666;

	}

		/*0907新增*/

		.header .header-left .subnav_box2 .runWebsiteDiv p:hover {

			color: #333;

		}



	/*.header .header-left .subnav_box2 .runWebsiteDiv p.sp2 {

			width: 84px;

		}*/

	.header .header-left .subnav_box2 .runWebsiteDiv .sp2 {

		width: 84px;

	}



	/*.header .header-left .subnav_box2 .runWebsiteDiv p.sp3 {

			width: 96px;

		}*/

	.header .header-left .subnav_box2 .runWebsiteDiv .sp3 {

		width: 90px;

	}



.header .header-left .subnav_box2 .appoint_pic {

	padding: 0;

}

/* 第三部分 */

.header .header-left .subnav_box3 .subnav_wrap1 {

	width: 774px;

}



.header .header-left .subnav_box3 .subnav_wrap2 {

	width: 290px;

	padding-left: 22px;

	border-left: 1px solid #f1f1f1;

}



.header .header-left .subnav_box3 .subnav_wrap3 {

}



.header .header-left .subnav_box3 .subnav_wrap1 li {

	float: left;

	display: inline;

	width: 252px;

	margin-right: 6px;

}



	.header .header-left .subnav_box3 .subnav_wrap1 li a {

		width: 252px;

		text-overflow: ellipsis;

		white-space: nowrap;

		overflow: hidden;

	}



	.header .header-left .subnav_box3 .subnav_wrap1 li.moreHot a {

		color: #4895e9;

	}



.header .header-left .subnav_box3 .subnav_wrap2 .subnav_list {

	float: left;

	display: inline;

	margin-right: 24px;

}



.header .header-left .subnav_box3 .subnav_wrap3 {

	margin-top: 6px;

}



	.header .header-left .subnav_box3 .subnav_wrap3 img {

		width: 112px;

		height: 113px;

	}

/* 修改底部公共样式 */

.footer .footer-nav {

	margin-left: 0;

}



	.footer .footer-nav ul {

		width: 160px;

		margin-left: 0px;

	}



	.footer .footer-nav .footerOne {

		width: 160px;

	}



	.footer .footer-nav .footerTwo {

		width: 178px;

	}



	.footer .footer-nav .footerThree {

		width: 178px;

	}



	.footer .footer-nav .footerFour {

		width: 150px;

	}



	.footer .footer-nav ul li a {

		font-family: "微软雅黑";

	}



		.footer .footer-nav ul li a:hover {

			color: #333;

		}



	.footer .footer-nav ul li.firstItem a {

		font-size: 18px;

		color: #333;

	}



.footer .clientSide {

}



.footer .clientSideTop {

	line-height: 32px;

}



.footer .clientSideOrder {

	float: left;

	display: inline;

	font-family: "微软雅黑";

	font-size: 18px;

	color: #333;

}



.footer .clientSideEntry {

	float: left;

	display: inline;

	width: 96px;

	height: 20px;

	text-align: center;

	line-height: 20px;

	font-family: "微软雅黑";

	font-size: 14px;

	color: #fff;

	margin: 5px 0 0 44px;

	background: #4895e9;

}



.footer .clientSideBox {

	margin-left: -20px;

	margin-top: 8px;

}



	.footer .clientSideBox li {

		float: left;

		display: inline;

		margin-left: 20px;

	}



.footer .clientSideImg {

	padding: 8px;

	background: #fff;

}



	.footer .clientSideImg img {

		width: 80px;

		height: 80px;

	}



.footer .clientSideTxt {

	line-height: 22px;

	font-family: "微软雅黑";

	font-size: 14px;

	color: #333;

	text-align: center;

}



.footer .footer-copyright p {

	font-family: Tahoma;text-align: right;

}







/* 预约窗口的样式 */

.js-orderDialog {

	position: fixed;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	z-index: 1050;

	overflow: auto;

	width: 100%;

	height: 100%;

	background: rgba(0,0,0,0.6);

}



	.js-orderDialog .orderDialog_box {

		position: relative;

		left: 50%;

		top: 50%;

		margin-left: -300px;

		margin-top: -215px;

		width: 580px;

		max-height: 360px;

		min-height: 360px;

		padding-bottom: 10px;

		background-color: #f1f1f1;

		border-radius: 6px;

		z-index: 1;

		box-shadow: 0 5px 8px rgba(0,0,0,0.3);

	}



	.js-orderDialog .wrap {

		width: 480px;

		margin: 0 auto;

		padding-top: 36px;

	}

	/* dialog 头部 */

	.js-orderDialog .hd {

		width: 296px;

		margin: 0 auto;

	}



		.js-orderDialog .hd .logo {

			margin: 0 20px 0 16px;

		}



		.js-orderDialog .hd .logo_help {

		}



		.js-orderDialog .hd span {

			margin-left: 20px;

			line-height: 40px;

			font-size: 18px;

			font-family: "微软雅黑";

		}



	/* dialog进度条部分 */

	.js-orderDialog .bd {

	}



	.js-orderDialog .orderDialog_wrap {

		width: 480px;

		margin: 0 auto;

	}



	.js-orderDialog .bd .progress {

	}



	.js-orderDialog .bd .progress_bar {

		position: relative;

		height: 23px;

		margin-top: 36px;

	}



	.js-orderDialog .bd .progress_bg {

		position: absolute;

		z-index: 9;

		top: 10px;

		background: #ccc;

		width: 100%;

		height: 5px;

		border-radius: 2px;

	}



	.js-orderDialog .bd .progress_bar ul {

		position: absolute;

		z-index: 10;

	}



	.js-orderDialog .bd .progress_bar li {

		float: left;

		display: inline;

		width: 160px;

		height: 23px;

		line-height: 23px;

		text-align: center;

		font-size: 12px;

		font-family: "Arial";

		color: #fff;

		background: url(../../images/site/Iezhan/Health/progress_bar.png) center center no-repeat;

	}



		.js-orderDialog .bd .progress_bar li.active {

			background: url(../../Content/images/site/Iezhan/Health/progress_bar_active.png) center center no-repeat;

		}



	.js-orderDialog .bd .progress_text li {

		float: left;

		display: inline;

		width: 160px;

		height: 20px;

		line-height: 20px;

		text-align: center;

		font-size: 12px;

		font-family: "宋体";

		color: #ccc;

	}



		.js-orderDialog .bd .progress_text li.active {

			color: #5cb85c;

		}



	/* 第一步设置新密码 */

	.js-orderDialog .bd .progress_step1 {

		width: 296px;

		margin: 26px auto 0;

	}



		.js-orderDialog .bd .progress_step1 .formItem {

			position: relative;

		}



		.js-orderDialog .bd .progress_step1 .loginInput {

			display: block;

			padding: 0 28px 0 15px;

			width: 250px;

			height: 38px;

			line-height: 38px;

			margin-bottom: 8px;

			color: #cccccc;

			font-size: 14px;

			background: #fff;

			border: 1px solid #d5d5d5;

			border-radius: 3px;

			outline: 0;

		}





		.js-orderDialog .bd .progress_step1 textarea {

			display: block;

			padding: 5px 28px 0 15px;

			margin-bottom: 8px;

			color: #cccccc;

			font-size: 14px;

			background: #fff;

			border: 1px solid #d5d5d5;

			border-radius: 3px;

			outline: 0;

		}



		.js-orderDialog .bd .progress_step1 .inputFocus {

			border: 1px solid #4895e9;

			color: #333;

		}



		.js-orderDialog .bd .progress_step1 .formItem span {

			display: none;

			position: absolute;

			top: 14px;

			right: 16px;

			width: 11px;

			height: 10px;

			background: #fff url(../images/HeaderV2/deleteTxt.png) no-repeat center center;

			cursor: pointer;

			z-index: 1060;

		}



		.js-orderDialog .bd .progress_step1 .loginBtn {

			display: block;

			height: 40px;

			line-height: 40px;

			text-align: center;

			font-size: 18px;

			margin-top: 30px;

		}



		.js-orderDialog .bd .progress_step1 .js-NeedBtn {

			display: block;

			height: 40px;

			line-height: 40px;

			text-align: center;

			font-size: 18px;

			margin-top: 30px;

		}





#myclass a{width:150px;height:100%;display: block;margin-left:5px;border-radius:2px;line-height:40px}

#myclass a:hover{background:#DDD;border:none;};



#my_tabcon ul{width:100%;}

#my_tabcon li{width:1190px;line-height:25px;clear:both;height:100px;border-bottom:1px dotted #BBB;padding:10px;border-radius: 2px}

#my_tabcon li:hover{background:#F5F5F5}

#my_tabcon a{color:#000;}

.my_module_date{width:8%;float:left;background:#0C5985;color:#FFF;}

.my_module_date p{width:100%;font-size:50px;line-height:60px;height:60px;text-align:center;border-bottom:1px dotted #CCC}

.my_module_date div{width:100%;font-size:20px;line-height:40px;height:40px;text-align:center;}

.my_content{width:92%;float:left;background:#F5F5F5;height:101px;}

.my_content_title{font-size:20px;line-height:60px;border-bottom:1px dotted #DDD;padding-left:2%;}

.my_content_title span{float:right;font-size:12px;line-height:50px;margin-right:10px;color:#777;}

#my_content_content{line-height:18px;padding-left:2%;}

#my_content_content a{color:#666;}

#my_content_content a:hover{color:#222;}

#paddingZero{padding-top:10px;padding-bottom:20px}

#youxiuyuangong{width:240px;line-height:50px;border-radius:2px;

	background:#4884DC;color:#FFF;position:relative;left:50%;

	margin-left:-120px;margin-top:10px;}

	#youxiuyuangong a{color:#FFF;}

#contentImg{width:1248px;position:relative;left:50%;overflow: hidden;

	margin-left:-624px;margin-top:20px}

.contentWrap{color:#FFF;font-size:14px;line-height:30px;}

.contentWrap p{font-size:25px;line-height:60px}

.right_0{float:right;}

#indemo{width:3130px;overflow:hidden;position:relative;}

#demo1,#demo2{width:1560px;float:left;display:inline-block;}

#demo2 img,#demo1 img{width:250px;height:250px;margin-right:10px;float:left;

display:inline-block;}



#jqPagin{

		color: #666;

		font-size: 14px;

		text-align: right;

		margin: auto;

	}



	#jqPagin span {

		background: #fff none repeat scroll 0 0;

		color: #4895e9;

		cursor: pointer;

		float: left;

		font-family: "宋体";

		font-size: 12px;

		height: 38px;

		line-height: 38px;

		margin-right: 5px;

		text-align: center;

		width: 40px;

	}

	#jqPagin span a{display:block;border-bottom: 2px solid #4895e9;}



	#current,#jqPagin span {

		float: left;

		margin: 0 3px;

		display: inline-block;

		font-weight: bold;

		float: left;

		border-bottom: 2px solid #4895e9;

	}



	#jqPagin span a:hover {

		color: #fff;

		border-bottom:2px solid #FFF;

		background: #4895e9 none repeat scroll 0 0;

		color: #fff;

		transition: background-color 0.2s ease-out 0s;

	}





.header-text {

		width: 136px;

		height: 12px;

		padding: 10px 0 10px 8px;

		font-size: 12px;

		outline: none;

	}



	.header-submit {

		width: 35px;

		height: 32px;

		cursor: pointer;

		background: #fff url(../images/header-search.png) center center no-repeat;

	}



	.header-search {

		border: 1px solid #cccccc;

		float: right;

	}

	.crumbs{height:50px;line-height:50px}

	.crumbs a{color:#555;}

	.crumbs a:hover{color:#222;}



#my_tag{padding:5px 15px;text-align:center;border:1px solid #EEE;

	line-height:20px;display: block;float:left;margin-left:5px;

border-radius:2px}

#my_tag a{color:#333;}

#my_tag a:hover{color:#666;}

#jinxinqiaoboxdongtai{padding-top:0px;}

.jinxinqiaodongtai{height:90px;background:url('../images/jinxinqiao.png') no-repeat center -5px;}

.jinxinqiaodongtai a{color:#FFF;}

#dongtaiul{width:100%;color:#444;height:250px;}

#dongtaiul li{width:46%;line-height:40px;border-bottom:1px dotted #CCC;

float:left;padding:0px 1%;margin:0px 1%}

#dongtaiul li span{float:right;}

#dongtaiul li a{color:#444;display:block;width:100%}

#dongtaiul li a:hover{color:#4884dc;}

































