A@charset "utf-8";
	/* by 寻云 2013-9*/
	@import url("reset.css");
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
img {	
	border: 0;
}
a {
	outline: none;
}
a:hover {
	text-decoration: none;
}
body {
	min-widht: 980px;
	font-family: Arial, Helvetica, "微软雅黑";
	font-size: 14px;
	color: #646567;
	background-color: #f0f1f1;
	background-image:  url(../Images/bg.png);:网站背景图片;
background-position: center;/*图片位置居中*/
/*background-position: left top;         /*图片位置*/
/*background-repeat: no-repeat;      /*图片无重复*/
/*background-attachment: fixed;       /*固定图片*/

}
/**top开始**/
#top {
	width: 100%;
}
.topCont {
	width: 980px;
	height: 40px;
	margin: 0 auto;
}
.topCont .t-language {
	height: 38px;
	position: relative;
	z-index: 5;
	/*修改IE*/
	margin-right: 12px;
}
.topCont .t-img-lan {
	width: 125px;
	height: 23px;
	margin-top: 6px;
	text-align: right;
	background: url(/Templates/Jumi/images/lan.png) no-repeat left top;
	overflow: hidden;/*修改IE*/
	cursor:pointer;
}
.topCont .t-img-lan span {
	display: inline-block;
	widht: 10px;
	height: 5px;
	margin: 10px 10px 0 0;
	background: url(/Templates/Jumi/images/u2.png) no-repeat -60px -261px;
}
.topCont .t-b-rlt {
	position: absolute;
	display: none;
}
.topCont .t-b-rlt p {
	width: 125px;
	height: 23px;
	cursor:pointer;
	background: url(/Templates/Jumi/images/lan.png) no-repeat 0 1px;
}
.topCont .t-notice {
	width: 545px;
	height: 20px;
	margin: 0 8px;
	margin-top: 8px;
	overflow: hidden;
	line-height: 20px;
}
.radio {
	display: inline-block;
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 10px;
}
.topCont .t-touch span {
	height: 35px;
	line-height: 35px;
	display: inline-block;
	font-size: 12px;
	padding-left: 25px;
	text-align: right;
	background: url(/Templates/Jumi/images/top_icon.png) no-repeat;
}
/**top结束**/
	/**header开始**/
#header {
	width: 100%;
	background: #fff;
}
.h-global {
	width: 980px;
	height: 104px;
	position: relative;
	margin: 0 auto;
}
.logo {
	width: 200px;
	height: 50px;
	margin-right: 62px;
	padding-top: 23px;
}
.search {
	width: 415px;
	height: 40px;
	border: 2px solid #ff6600;
	border-radius: 4px;
	margin-top: 30px;
}
.tym {
	display: inline-block;
	width: 85px;
	height: 40px;
	border-right: 1px solid #e8e8e8;
	background: url(/Templates/Jumi/images/u2.png) no-repeat 20px -36px #fff;
	font: 14px/40px "微软雅黑";
	color: #646567;
	padding-left: 15px;
	cursor: pointer;
	position: relative;
}
.search .txt {
	width: 205px;
	height: 40px;
	border: none;
	background: #fff;
	padding: 0 15px;
	line-height: 40px\9
}
.btn-search {
	width: 77px;
	height: 40px;
	background: #ff6600;
	outline: none;
	border: none;
	font: 16px "微软雅黑";
}
.tym-dropdown {
	width: 83px;
	padding-left: 15px;
	background: #f8f8f8;
	color: #666;
	border: 2px solid #ddd;
	position: absolute;
	top: 74px;
	left: 263px;
	display: none;
}
.lxkf {
	position: absolute;
	top: 40px;
	right: 2px;
}
.lxkf span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	margin-right: 8px;
	padding-left: 35px;
}
.lxkf span.pp-lxkf {
	background-position: -60px -152px;
}
.lxkf span.qq-lxkf {
	background-position: -60px -218px;
}
/**header结束**/
	/**nav开始**/
#nav {
	width: 100%;
}
.navbar {
	width: 980px;
	height: 48px;
	margin: 0 auto;  
	overflow: hidden;
}
.navbar li {
	float: left;
}
.navbar li a {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	color: #fff;
	font-size: 15px;
}
/**nav开始**/
	/*banner轮播开始*/
#banner {
	width: 100%;
	min-width: 980px;
	height: 250px;
	position: relative;
	overflow: hidden;
}
#banner .img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#banner .img li {
	width: 100%;
	float: left;
	display: block;
}
#banner .img img {
	width: 100%;
	height: 250px;
}
#banner .num {
	position: absolute;
	width: 100%;
	left: 50%;
	bottom: 10px;
	font-size: 0px;
	overflow: hidden;
}
#banner .num li {
	float: left;
	padding: 0 5px;
	height: 10px;
	background: #666;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}
#banner .num li.on {
	background: #F60;
}
#banner .btn1 {
	display: none;
	width: 30px;
	height: 60px;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	text-align: center;
	cursor: pointer;
	line-height: 60px;
	color: #ccc;
	font-size: 50px;
	font-family: "宋体";
}
#banner:hover .btn1 {
	display: block;
}
#banner .btn_left {
	left: 0;
}
#banner .btn_left1, #banner .btn_right1 {
	color: #fff;
	font-weight: bold;
}
#banner .btn_right {
	right: 0;
}
/*banner轮播结束*/
	/*我的位置*/
#location {
	width: 100%;
}
.place {
	width: 980px;
	height: 46px;
	margin: 0 auto;
	line-height: 46px;
}
/*我的位置结束*/
	/*****wrap内容部分*****/
#wrap {
	width: 100%;
}
.content {
	width: 980px;
	margin: 0 auto;
}
/*优质域名开始*/
.yzym {
	width: 980px;
	margin-top: 10px;
}
.yzym_left {
	width: 700px;
	border: 1px solid #e2e2e2;
}
.column {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e2e2e2;
}
.column h2.hd {
	height: 50px;
	text-indent: 3em;
	line-height: 55px;
}
.column h2.yz {
	background-position: -6px 3px;
}
.column a.more {
	display: inline-block;
	padding-right: 8px;
}
#slideshow {
	position: relative;
	width: 699px;
	height: 218px;
	overflow: hidden;
}
.yzym-list li {
	width: 174px;
	height: 109px;
	text-align: center;
	float: left;
	border-right: 1px solid #e2e5e4;
	border-bottom: 1px solid #e2e5e4;
}
#slideshow .img1 {
	width: 50000px;
	position: absolute;
	left: 0;
	top: 0;
}
#slideshow .yzym-list {
	float: left;
	width: 700px;
}
#slideshow .btn, .yuming .jx_btn {
 display:none;
	width: 30px;
	height: 70px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	text-align: center;
	cursor: pointer;
	line-height: 50px;
	color: #fff;
	font-size: 40px;
	font-family: "宋体";
}
#slideshow:hover .btn,
.yuming:hover .jx_btn
{
	display: block;
}
#slideshow .btn {
	width: 30px;
	height: 70px;
}
#slideshow .btn_l {
	left: 0;
	background-position: 0 0;
}
#slideshow .btn_r {
	right: 0;
}
.r-bn {
	border-right: none;
}
.b-bn {
	border-bottom: none;
}
.yzym-list li p {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}
.yzym-list li p.u-yuming {
	font-size: 20px;
	font-weight: bold;
}
.buy-btn {
	width: 72px;
	height: 28px;
	margin-top: 8px;
	display: inline-block;
	line-height: 28px;
	border-radius: 3px;
	cursor: pointer;
}
.yzym_right {
	width: 270px;
	border: 1px solid #e2e2e2;
}
.zjcj {
	text-indent: 1em;
}
.zjcj-list {
	background: red;
	width: 270px;
	overflow: hidden;
	height: 218px;
}
.zjcj-cont {
	margin: 0 15px;
	width: 240px;
	height: 218px;
}
.zjcj-list li {
	width: 100%;
	height: 35px;
	line-height: 35px;
 *height:34px;
 *line-height:34px;
	border-bottom: 1px solid #eee;
}
.zjcj-list a:hover {
	color: #f70;
	text-decoration: underline;
}
/*资讯首页*/

.book {
	text-indent: 1em;
}
.book-list {
	background: red;
	width: 270px;
	overflow: hidden;
	height: 218px;
}
.book-cont {
	width: 240px;
	height: 250px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
}
.book-list li {
	width: 100%;
	height: 35px;
	line-height: 35px;
 *height:34px;
 *line-height:34px;
	border-bottom: 1px solid #eee;
}
.book-list a:hover {
	color: #f70;
	text-decoration: underline;
}
/*优质域名结束*/
.yuming .next {
	right:0;
}
/*精选域名开始*/
.jxym {
	width: 980px;
	margin-top: 10px;
}
.jxym .pinyin {
	margin-right: 4px;
}
.jxym .pinyin li {
	float: left;
}
.jxym .pinyin li a {
	width: 40px;
	/*修改 IE*/
	height: 50px;
	line-height: 50px;
	padding-left: 40px;
	display: inline-block;
	background: url(/Templates/Jumi/images/spell_icon.png) no-repeat;
}
.jxym .pinyin li a.danpin {
	background-position: 1px 7px;
}
.jxym .pinyin li a.shuangpin {
	background-position: 1px -45px;
}
.jxym .pinyin li a.sanpin {
	background-position: 1px -98px;
}
.jxym .pinyin li a.zimu {
	background-position: 1px -153px;
}
.jxym-list {
	width: 960px;
	height: 580px;
	margin: 10px 0px 0px 24px;
	overflow: hidden;
}
.jxym-list li {
	width: 200px;
	height: 265px;
	border: 1px solid #e1e1e1;
	margin: 10px 15px;
	_margin: 10px 10px;
	float: left;
	position:relative;
	border-radius: 10px;
}
.jxym-list .jxym-logo {
	width: 200px;
	height: 154px;/*修改添加*/
	/*margin-top: 50px;修改删除*/
	text-align: center;/*修改添加*/
	vertical-align: middle;
}
/*修改添加*/
.jxym-logo img{
	width:154px;
	height:154px;
	vertical-align:top;
	}
.boxShadow{
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
	box-shadow:0 5px 8px #cccccc;
	-moz-box-shadow:0 5px 8px #cccccc;
	-webkit-box-shadow:0 5px 8px #cccccc;
	}
.jxym-list .shadow{
	width:180px;
	height:70px;
	padding:10px;
	position:absolute;
	left:0;
	bottom:0;
	top:auto;
	overflow:hidden;
	background: #000000;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	z-index:5;
	border-radius:0px 0px 10px 10px;
	}
.jxym-list .shadow > span{
	display:block;
	width:180px;
	height:70px;
	background:#000000;
	position:absolute;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	color:#fff;
	font:12px/20px "宋体";
}
.jxym-list .jxym-caption {
	width: 200px;
	height: 28px;
	text-align: center;
	margin-top:28px;/*修改添加*/
	font-size: 18px;
	font-weight: 900;
}
.jxym-list .jxym-bar {
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.yuming {
	width: 980px;
	height: 600px;
	position: relative;
	overflow: hidden;
}
.yuming .yuming_lunbo {
	width: 50000px;
	height: 600px;
	position: absolute;
	left: 0;
}
.jxym-list {
	float: left;
}
.jxym .pinyin li.selected a {
	color: #f60;
}
/*精选域名结束*/
	/*其他域名开始*/
.qtym {
	width: 980px;
	margin-top: 10px;
}
.otherDomain{
	width:980px;
}
.otherDomain .thead{
	width:980px;
	height:45px;
	font-size:15px;
	color:#666;
	background:#fbfbfb;
	border:1px solid #ddd;
	border-top:none;
	border-collapse:collapse;
	font-weight:bold;
}

.thead li,.tcont li{
	height:45px;
	line-height:45px;
	float:left;
	vertical-align:bottom;
}
.tcont{border:1px solid #ddd; border-top:none;}
.tcont .tcont_single{float:none;}
.thead_single,.tcont_single{
	width:980px;
	text-align:center;
	height:45px;
}
.thead_single span,
.thead_double span{
	display:block;
	height:45px;
	float:left;
}
.thead_double,.tcont_double{
	width:50%;
	text-align:center;
}
.tcont_double{border-bottom:1px dashed #ccc;}
.otherDomain span,.otherDomain a{}
.otherDomain .tcont{width:980px;}
.otherDomain .tcont_single{width:100%;border-bottom:1px dashed #ccc;}
.tcont_single a,
.tcont_single span,
.tcont_double a,
.tcont_double span{display:block; height:45px; float:left; overflow:hidden;}
.tcont_single a:hover,.tcont_double a:hover{color:#ff8800;}
.otherDomain a,.otherDomain span{border-right:1px solid #ddd;}
/*头部宽度*/
.other_name{width:27%;}
.other_mean{width:56%;}
.other_price{width:16%; *width:15%; float:right !important;}
.tcont .other_mean{color:#666;}
.tcont .other_price{color:#ff8800;}
.tcont li:hover{background:#eee;}


	/*三行文字的div*/
.jxym-list .ymName {
	margin-top: 65px;
	margin-bottom: 8px;
	font-size: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}
.jxym-list .ymTit {
	width: 75%;
	margin: 0 auto;
	line-height: 22px;
	margin-bottom: 8px;
	font-size: 15px;
	color: #666;
	height: 85px;
	margin-top: 25px;
	text-align: center;
	overflow:hidden;
}
/*交易流程开始*/
.jylc {
	width: 980px;
	margin-top: 10px;
}
.flowsheet {
	width: 980px;
	text-align: center;
	padding: 15px 0;
}
/*交易流程结束*/
	/*域名资讯开始*/
.ymzx {
	width: 980px;
	margin-top: 10px;
}
.ymzx .ymzx-list dl {
	float: left;
	width: 300px;
	margin: 0 12px;
	_margin-right: -8px;
}
.ymzx .ymzx-list a {
	width: 220px;
	display: inline-block;
	color: #666;
	height: 38px;
	overflow: hidden;
}
.ymzx .ymzx-list dl dt {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 16px;
}
.ymzx .ymzx-list dl dd {
	line-height: 38px;
	color: #ababab;
	
}
/*域名资讯结束*/
	/*****wrap内容部分结束*****/
	/*footer开始*/
#footer {
	width: 100%
}
.footer1 {
	margin-top: 50px;
	width: 100%;
}
.footer1 .reason {
	width: 980px;
	height: 95px;
	margin: 0 auto;
}
.footer1 .reason li {
	float: left;
	padding: 0 40px;
}
.footer1 .reason img {
	float: left;
	margin: 14px 0;
}
.footer2 {
	width: 100%;
}
.footer2 .copyRight {
	width: 940px;
	padding: 20px 0;
	height: 237px;
	margin: 0 auto;
	text-align: center;
}
.copyRight p {
	padding-bottom: 12px;
	font-size: 12px;
}
.copyRight p a {
	color: #ccc;
	margin: 0 5px;
}
.prove {
	width: 680px;
	padding: 10px 0;
	margin: 0 auto;
}
.prove li {
	width: 103px;
	height: 39px;
	float: left;
	margin: 0 4px;
}
.prove li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/Templates/Jumi/images/footer_icon.png) no-repeat;
}
.prove li a.p-p1 {
	background-position: -232px 0;
}
.prove li a.p-p2 {
	background-position: 0 0;
}
.prove li a.p-p3 {
	background-position: -116px 0;
}
.prove li a.p-p4 {
	background-position: -347px 0;
}
.prove li a.p-p5 {
	background-position: -463px 0;
}
.prove li a.p-p6 {
	background-position: -579px 0;
}
.footer2 .jumi:hover {
	text-decoration: underline;
}
/*footer结束*/
	/**************About关于我们开始*********************/
.AboutUs {
	width: 700px;
	margin-top: 10px;
}
h2.AboutUs-title {
	text-indent: 1em;
	font-weight: 900;
	text-align: center;
}
.AboutUs-Cont {
	width: 660px;
	min-height:400px;
	margin-top: 2px;
	padding: 20px;
}

.AboutUs-Cont img{max-width:600px; display:block; text-align:center;}


.AboutUs-Cont p {
	line-height: 260%;
	font-size: 13px;
	padding: 0 1em;
}
.AboutUs-Cont a.qq-talk {
	width: 92px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	background: url(/Templates/Jumi/images/qq_talk.png) no-repeat;
}
.AboutUs-Cont a.qq-pro {
	width: 102px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background: url(/Templates/Jumi/images/qq_pro.png) no-repeat;
}
.wzdh {
	width: 265px;
	background: #fff;
	margin-top: 10px;
}
.wzdh dt, .wzdh dd {
	width: 265px;
	height: 50px;
	line-height: 50px;
	display: block;
}
.wzdh dt {
	text-indent: 1em;
	font-size: 16px;
	font-weight: bold;
}
.wzdh dd {
	text-indent: 2em;
	font-size: 15px;
	font-weight: 600;
}
.wzdh dd a {
	display: block;
	width: 100%;
	height: 100%;
	color: #3c3c3c;
}
/**************About关于我们结束*********************/
	/**************list列表*********************/
.all-type {
	width: 980px;
	margin-top: 10px;
	border: 1px solid #dfe0e0;
}
.c-type {
	width: 980px;
	overflow:hidden;
	line-height: 55px;
	border-bottom: 1px solid #dfe0e0;
}
.c-type h3.head {
	text-indent: 2em;
	margin-right: 15px;
	font-weight: 600;
}
.c-type span {
	height: 22px;
	line-height: 22px;
	padding: 0 14px;
	cursor: pointer;
	margin-right: 3px;
	border-radius: 4px;
	display: inline-block;
	border: 1px solid #e5e5e5;
	_margin-top: 15px;
	margin-bottom:15px;
}
.c-type .limit {
	background: url(/Templates/Jumi/images/limit.png) no-repeat 45px 5px;
}
.sousuo .type-btn {
	cursor: pointer;
	border: medium none;
	width: 72px;
	height: 32px;
	display: inline-block;
	border-radius: 4px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
}
.sousuo .keyword {
	width: 152px;
	padding: 0 5px;
	height: 30px;
	line-height: 30px\9;
	outline: none;
	margin-top: 12px;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	margin-right: 14px;
}
.sousuo .check, .sousuo .label {
	vertical-align: middle;
 *margin-bottom:12px;
}
.sousuo .check {
	margin-right: 7px;
	position: relative;
	bottom: 1px;
}
.sousuo .label {
	margin-right: 14px;
 *margin-bottom:12px;
	display: inline-block;
}
.s-result {
	width: 980px;
	margin-top: 10px;
}
.result-left {
	width: 100%;
	border: 1px solid #dfe0e0;
}
.s-result tr.tab-tr {
	text-align: center;
	height: 55px;
	line-height: 55px;
}
.tab-tr th, .tab-tr td {
	border-bottom: 1px solid #f0f1f1;
}
.s-result .tab-tr:hover {
	background: #eeeeee;
}
.s-result .tab-th:hover {
	background: none;
}
.s-result .btn-details {
	display: inline-block;
	width: 52px;
	height: 24px;
	line-height: 24px;
	background: #f8f8f8;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	color: #646567;
}
.j-sort {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #f0f1f1;
 *margin-top:8px;
}
.j-sort span {
	padding: 0 20px;
	height: 30px;
	margin-left: 14px;
	line-height: 30px;
	display: inline-block;
	border: 1px solid #e1e1e1;
	background: #fff;
	border-radius: 2px;
	cursor: pointer;
}
.j-sort span.z-down {
	background: url(/Templates/Jumi/images/u2.png) no-repeat -57px -660px;
	padding: 0 15px 0 25px;
}
.j-sort span:hover {
	background: url(/Templates/Jumi/images/u2.png) no-repeat -57px -660px #f0f0f0;
}
.j-sort span.z-active {
	color: #fff;
}
.detail_right {
	width: 268px;
}
.s-column {
	width: 268px;
	height: 50px;
	line-height: 50px;
	text-indent: 1em;
}
.tjym-title .break {
	display: inline-block;
	width: 70px;
	line-height: 50px;
	color: #fff;
	text-indent: 2.2em;
	background: url(/Templates/Jumi/images/break.png) no-repeat 0px 13px;
}
.tjym-list a {
	display: inline-block;
	width: 254px;
	border-bottom: 1px solid #f0f1f1;
	padding:8px 12px;
}
.tjym-list li:hover {
	background: #eee;
}
.tjym-list li p {
	line-height: 18px;
}
.tjym-list li b {
	margin-top: 15px;
	font-size: 16px;
}
.tjym-list li .slide_txt{
	display:inline-block;
	width:70%;
	height:38px;
	overflow:hidden;
	line-height: 18px;
}
.tjym-list li .price {
	display:inline-block;
	width:30%;
	text-align:center;
	vertical-align: middle;
 	*position:relative;
 	*top:-18px;
}
.lxgm {
	width: 268px;
	margin-top: 10px;

	padding-bottom: 10px;
}
.lxgm-list p {
	font-size:15px;
	padding-top: 10px;
	text-indent: 1em;
	color: #333;
}
.lxgm-list p span {
	display: inline-block;
	margin-right: 15px;
}
.lxgm-list .code {
	margin: 5px 28px;
	_margin: 5px 20px;
}
/**************list列表结束*********************/
	/********分页*********/
.g-padding {
	width: 902px;
	padding-top: 10px;
	line-heigth: 30px;
}
.g-padding a {
	border: 1px solid #cfcfcf;
	border-radius: 30px;
	display: inline-block;
	height: 30px;
	margin-left: 3px;
	min-width: 10px;
	padding: 0 10px;
	text-align: center;
	vertical-align: top;
	color: #646567;
}
.g-padding a.prev-page, .g-padding a.next-page {
	background: url(/Templates/Jumi/images/page.png) no-repeat;
}
.g-padding a.prev-page {
	background-position: -46px -148px;
}
.g-padding a.next-page {
	background-position: -47px -0px;
}
/********分页结束*********/
	/***详情页****/
.detail {
	width: 980px;
	margin-top: 10px;
}
.detail_left {
	width: 630px;
	padding: 0 35px;
	padding-bottom: 20px;
	border: 1px solid #dfe0e0;
}
.detail_left h1.url-name {
	font-size: 24px;
	line-height: 85px;
}
.detail_left h1.url-name a {
 color:#;
}
.detail_left ul li strong {
	color: #333;
	font-size: 16px;
	line-height: 32px;
}
.detail_left ul li {
	color: #666;
}
.detail_left h1 {
	color: #ff6600;
	border-bottom: 1px dashed #dadada;
}
.url-name a {
	font-size: 14px;
	color: #0066cc;
}
.detail_left .url-detail {
	padding: 15px 0;
}
.detail_left .contact-way {
	line-height: 40px;
	font-size: 18px;
}
.detail_left .contact-list {
	padding: 15px 0;
	border-bottom: 1px dashed #dadada;
}
.detail_left .Interest {
	padding: 10px 0 30px 0;
}
/*.detail_left table {
	width: 700px;
	margin-left: 160px;
}*/
.detail_left table tr {
	line-height: 40px;
}
.detail_left table input {
	width: 126px;
	height: 34px;
	border-radius: 4px;
	outline: none;
	border: 1px solid #ebebeb;
}
.detail_left table .RMB {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	line-height: 20px;
	text-align: center;
	background: #e3e3e3;
	color: #aeaeaf;
}
.detail_left a.submit {
	width: 96px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	display: block;
	border-radius: 4px;
	margin-left: 240px;
	margin-top: 25px;
}
/*侧边栏*/
.gototop_wrap {
	position: fixed;
	width: 60px;
	z-index: 99;
	display: none;
	right: 5px;
	background-color: #fff;
	border-radius: 3px;
	_position: absolute;
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
.gototop_wrap div {
	width: 60px;
	height: 56px;
	text-align: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #fff;
	line-height: 87px;
	border-radius: 3px;
	cursor: pointer;
}
.gototop_wrap .gotoTop {
	line-height: 80px;
}
.gototop_wrap .phone {
	background-position: -5px -62px;
	position: relative;
}
.gototop_wrap .phone div {
	display: none;
	background: none;
	background-color: #fff;
	height: 40px;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	border: 1px solid #d9dada;
	width: 153px;
	padding: 15px 0 0 20px;
	position: absolute;
	left: -178px;
	top: -1px;
}
.gototop_wrap .phone span, .gototop_wrap .showWechat span {
	display: none;
	position: absolute;
	top: -1px;
	left: -4px;
	height: 56px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #d9dada;
	background-color: #fff;
	width: 5px;
}
.gototop_wrap .qqkf {
	background-position: -5px -129px;
}
.gototop_wrap .showWechat {
	background-position: -5px -197px;
	position: relative;
}
.gototop_wrap .showWechat div {
	display: none;
	border: 1px solid #d9dada;
	line-height: 20px;
	background-color: #fff;
	height: 130px;
	width: 110px;
	position: absolute;
	left: -114px;
	top: -1px;
}
.gototop_wrap .gotoBottom {
	background-position: -5px -260px;
	line-height: 80px;
}
/*news部分*/
.detail_left .news li {
	color: #C5C5C5;
	line-height: 40px;
	border-bottom: 1px dotted #c5c5c5;
	background: url(/Templates/Jumi/images/block.png) no-repeat left center;
}
.detail_left .news .block {
	width: 6px;
	height: 6px;
	display: inline-block;
	float: left;
	vertical-align: middle;
	margin-right: 4px;
	position: relative;
	bottom: 2px;
}
.detail_left .news a {
	margin-left: 13px;
}
.detail_left .news a:hover {
	color: #ff6600;
}
.detail_left .news a, .detail_left .news span {
	color: #646567;
}
.detail_left {
	border: 1px solid #dfe0e0;
}
.detail_left .notice {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	line-height: 50px;
	border-bottom: 2px solid #F0F1F1
}
.PageChange .change a {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	line-height: 32px;
	font-family: "宋体";
	font-size: 20px;
}
.PageChange .change a:hover {
	background: #ff6600;
	color: #fff;
}
.PageChange .change a.font_color {
	background: #ff6600;
	color: #ffffff;
}
.PageChange {
	overflow: hidden;
	padding-top: 20px;
}
.Page .news_sum, .Page .page_sum {
	font-weight: bold;
}
.detail_left .pageW {
	width: 628px;
}
.gobuy{border-bottom: 1px dashed #dadada;}
.gobuy a{ background: #eb0c1c none repeat scroll 0 0;
    border: 1px solid #eb0c1c;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    margin: 10px auto;
    text-align: center;
    width: 180px;}
	
.bg{position:absolute;z-index:99;filter:alpha(opacity=50);background:#333333;opacity: 0.5;-moz-opacity: 0.5;left:0;top:0;height:150px;width:100%;TOP: 30px;}
.beian_winBG {
MARGIN-TOP: -100px; LEFT: 50%; MARGIN-LEFT: -500px; WIDTH: 720px; POSITION: absolute; TOP: 440px; HEIGHT:150px;border:#666666 0px solid;z-index: 100;
}
