﻿@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
ul li { list-style: none; }
body {
	background: #f9f9f9;
	font-size: 12pt;
	-webkit-text-size-adjust: none;
	font-family: arial, helvetica, sans-serif, trebuchet ms;
}
h1 {
	font-size: 16px;
	margin:0px;
	display:inline;
}
h2 {
	font-size: 16px;
	margin:0px;
	display:inline;
}
img { border: 0; }
.center { text-align: center; }
/*鬘ｶ*/
.top {
	height: 50px;
	line-height: 50px;
	background: -moz-linear-gradient(top, #4b9d5d 0%, #3c7a2f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b9d5d), color-stop(100%, #3c7a2f));
	background: -webkit-linear-gradient(top, #4b9d5d 0%, #3c7a2f 100%);
	background: -o-linear-gradient(top, #4b9d5d 0%, #3c7a2f 100%);
	background: -ms-linear-gradient(top, #4b9d5d 0%, #3c7a2f 100%);
	background: linear-gradient(top, #4b9d5d 0%, #3c7a2f 100%);
	border-bottom: 1px solid #266a17;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 0 8px 0 8px;
	font-size: 20px;
}
.top2 {
	height: 50px;
	line-height: 40px;
	background:#fff;
	text-align:center;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding:16px 0 4px 0;
	
}
.top span {
	float: right;
	font-size: 14px;
}
.top b { float: left; }
.top-1 {
	float: left;
	width: 25%;
	font-size: 16px;
}
.top-1-1 {
	float: left;
	padding-right: 10px;
}
.top-1-1 img {
	width: 13px;
	height: 18px;
	align: absmiddle;
	margin-bottom: -4px;
	margin-right: 4px;
}
.top-1-1 a {
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.top-2 {
	float: left;
	width: 50%;
	text-align: center;
}
.top_fg {
	float: left;
	width: 1px;
	height: 50px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(1%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0 ); /* IE6-9 */
}
/*底*/

.foot-1 {
	text-align: center;
	padding: 15px 0 15px 0;
	color: #666;
	font-size: 16px;
	font-weight: lighter;
	background: #FFF;
}
.foot-1 a {
	color: #4D8F48;
	padding: 0 8px 0 8px;
}
.foot-1 span {
	font-size: 12px;
	color: #999;
}
.foot-2 {
	line-height: 30px;
	border-top: 1px solid #e9e9e9;
	font-size: 14px;
	padding: 0 8px 0px 8px;
	background: #f7f7f7;
	overflow: hidden;
	clear: both;
	zoom: 1;
	color: #666;
}
.foot-2 a { color: #4D8F48; }
/*搜索*/
.search-jg {
	color: #888;
	overflow: hidden;
	clear: both;
	zoom: 1;
	background: #fff;

	border-top: 1px solid #fff;
	border-bottom: 1px solid #dfdfdf;
	padding: 5px 8px 5px 8px;
}
.search-zt {
	height: 34px;
	border: solid 1px #3db136;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset, 0;
	background: #FFF;
	position: relative;
}
.search-xuanze {
	width: 55px;
	float: left;
	background: none;
}
.search-put {
	zoom: 1;
	overflow: hidden;
}
.search {
	height: 34px;
	line-height: 34px;
}
.search-1 {
	width: 81px;
	float: right;
}
.search-2 {
	overflow: hidden;
	zoom: 1;
	height: 34px;
}
.search-2 input {
	border: 0;
	height: 34px;
	line-height: 34px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	font-weight: lighter;
	color: #333;
	font-size: 18px;
	outline: none;
	width: 100%;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	text-indent: 8px;
}
.qingchu {
	padding-top: 5px;
	float: left;
	width: 31px;
	text-align: center;
}
.qingchu img {
	padding: 0px;
	margin: 0px;
}
.search-button-ss {
	width: 50px;
	border: 0;
	height: 34px;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	background: #f0f2ef;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #f0f2ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f0f2ef));
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #f0f2ef 100%);
	background: -o-linear-gradient(top, #fcfcfc 0%, #f0f2ef 100%);
	background: -ms-linear-gradient(top, #fcfcfc 0%, #f0f2ef 100%);
	background: linear-gradient(top, #fcfcfc 0%, #f0f2ef 100%);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset, 0;
	text-align: center;
	float: right;
}
.search-button-ss button:hover {
	background: #ececec;
	background: -moz-linear-gradient(top, #ececec 0%, #fafafa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #fafafa));
	background: -webkit-linear-gradient(top, #ececec 0%, #fafafa 100%);
	background: -o-linear-gradient(top, #ececec 0%, #fafafa 100%);
	background: -ms-linear-gradient(top, #ececec 0%, #fafafa 100%);
	background: linear-gradient(top, #ececec 0%, #fafafa 100%);
}
.search-button-ss img {
	padding: 0px;
	width: 26px;
	height: 26px;
	margin-top: 5px;
}
.more-search-box-2,.more-search-box-3 {
	font-size: 12px;
	text-align: center;
}
.more-search-box-2-lb {
	float: left;
	width: 40px;
	height: 40px;
	padding: 5px;
	border: #d3d3d3 solid 1px;
	border-radius: 5px;
	background: #fff;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.box-2-lb {
	width: 50px;
	float: left;
	margin-right: 10px;
	display: block;
	list-style-type: none;
	color: #555;
}
.box-2-lb-foot{
	width: 50px;
	float: left;
	margin-right: 10px;
	display: block;
	list-style-type: none;
	color: #555;
}
.cp-bg-image, .cp-bg-news, .cp-bg-local, .cp-bg-video, .cp-bg-web, .cp-bg-blog {
	background-image: url(http://sp.yicha.jp/img/zh-bg3.png);
	background-repeat: no-repeat;
}
.cp-bg-image { background-position: center -87px; }   /*3*/
.cp-bg-news { background-position: center bottom; } /*6*/
.cp-bg-local { background-position: center -187px; } /*5*/
.cp-bg-video { background-position: center -40px; }  /*2*/
.cp-bg-web { background-position: center 6px; } /*1*/
.cp-bg-blog { background-position: center -136px; }/*4*/
.ss-image { background-position: center -56px; } /*3*/
.ss-news { background-position: center -151px; } /*6*/
.ss-local { background-position: center -121px; } /*5*/
.ss-video { background-position: center -26px; } /*2*/
.ss-web { background-position: center 4px; } /*1*/
.ss-blog { background-position: center -88px; } /*4*/
.more-xz {
	width: 30px;
	height: 34px;
	background-size: 26px auto;
	-o-background-size: 26px auto;
	-moz-background-size: 26px auto;
	-webkit-background-size: 26px auto;
	margin: 0 2px 0 4px;
	float: left;
}
.more-xz-1 {
	float: left;
	padding-top: 10px;
}
/*分邀ｻ譬・｢鬆*/
.fenlei-bt {
	font-size: 16px;
	color: #4D8F48;
	line-height: 40px;
	background: #f4f4f4;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dfdfdf;
	padding: 0 8px 0 8px;
}
.fenlei-bt b {
	float: right;
	font-weight: lighter;
	font-size: 14px;
}
.fenlei-bt b a {
	text-decoration: none;
	color: #4D8F48;
	display: block;
}
.fenlei-bt span {
	height: 30px;
	background: #4D8F48;
	background: -moz-linear-gradient(top, #4b9d5d 0%, #4D8F48 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b9d5d), color-stop(100%, #3c7a2f));
	background: -webkit-linear-gradient(top, #4b9d5d 0%, #4D8F48 100%);
	background: -o-linear-gradient(top, #4b9d5d 0%, #4D8F48 100%);
	background: -ms-linear-gradient(top, #4b9d5d 0%, #4D8F48 100%);
	background: linear-gradient(top, #4b9d5d 0%, #4D8F48 100%);
	padding: 0 1px 0 1px;
	margin-right: 8px;
}
.fenlei-nr {
	margin-bottom: -1px;
	background: #FFF;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dfdfdf;
	-webkit-box-shadow: 2px 5px 7px 0px rgba(233,233,233,.5) inset;
	box-shadow: 2px 5px 7px 0px rgba(233,233,233,.5) inset;
	overflow: hidden;
	clear: both;
	zoom: 1;
	font-size: 14px;
}

.fenlei-nr_topicon{
	margin-bottom: -1px;
	background: #FFF;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dfdfdf;
	-webkit-box-shadow: 2px 5px 7px 0px rgba(233,233,233,.5) inset;
	box-shadow: 2px 5px 7px 0px rgba(233,233,233,.5) inset;
	overflow: hidden;
	clear: both;
	zoom: 1;
	font-size: 13px;

}

.fenlei-nr li {
	float: left;
	width: 25%;
	line-height: 35px;
	text-align: center;
}

.fenlei-nr_topicon li {
	float: left;
	width: 25%;
	line-height: 18px;
	text-align: center;
}

.fenlei-nr li img {
	margin-right: 5px;
	align: absmiddle;
	margin-bottom: -3px;
}

.fenlei-nr_topicon li img {
	align: absmiddle;
	margin-bottom: -3px;
	margin-top:5px;
}

.fenlei-nr li a {
	display: block;
	color: #555;
	text-decoration: none;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.fenlei-nr_topicon li a {
	display: block;
	color: #555;
	text-decoration: none;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.c_table{
	width:100%;
	text-align:center;
	}
	

.c_table tr td{
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	border-radius: 4px;
	border:#CCC 1px solid;
	line-height:28px;
	-webkit-box-shadow: 2px 5px 7px 0px rgba(233,233,233,.5) inset;
	box-shadow: 2px 5px 7px 0px rgba(233,233,233,.5) inset;
	}
	
.fenlei-tj {
	float: left;
	text-align: center;
	color: #fff;
	width: 50px;
	line-height: 28px;
	margin: 5px 8px 5px 8px;
	border-radius: 3px;
	background: #3db136;
	background: -moz-linear-gradient(top, #6eae7a 0%, #65965b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6eae7a), color-stop(100%, #65965b));
	background: -webkit-linear-gradient(top, #6eae7a 0%, #65965b 100%);
	background: -o-linear-gradient(top, #6eae7a 0%, #65965b 100%);
	background: -ms-linear-gradient(top, #6eae7a 0%, #65965b 100%);
	background: linear-gradient(top, #6eae7a 0%, #65965b 100%);
	border: 1px solid #65965b;
}
.fenlei-tj2 {
	float: left;
	text-align: center;
	color: #fff;
	width: 50px;
	line-height: 28px;
	margin: 5px 8px 5px 8px;
	border-radius: 3px;
	background: #3db136;
	background: -moz-linear-gradient(top, #FF8FC6 0%, #FF60AC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF8FC6), color-stop(100%, #FF60AC));
	background: -webkit-linear-gradient(top, #FF8FC6 0%, #FF60AC 100%);
	background: -o-linear-gradient(top, #FF8FC6 0%, #FF60AC 100%);
	background: -ms-linear-gradient(top, #FF8FC6 0%, #FF60AC 100%);
	background: linear-gradient(top, #FF8FC6 0%, #FF60AC 100%);
	border: 1px solid #FF55AA;
}
.fenlei-tj2 a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.fenlei-tj2-nr {
	overflow: hidden;
	zoom: 1;
	margin: 3px 0 3px 0;
	line-height: 25px;
	color: #777;
	font-size: 14px;
}
.fenlei-tj2-box {
	
	overflow: hidden;
	clear: both;
	zoom: 1;
}
.fenlei-tj2-nr a {
	color: #555;
	text-decoration: none;
	font-size: 14px;
	padding: 0 6px 0 6px;
	border-bottom: none;
}
.fenlei-tj a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.fenlei-tj-nr {
	overflow: hidden;
	zoom: 1;
	margin: 3px 0 3px 0;
	line-height: 25px;
	color: #777;
	font-size: 14px;
}
.fenlei-tj-box {
	
	overflow: hidden;
	clear: both;
	zoom: 1;
}
.fenlei-tj-nr a {
	color: #555;
	text-decoration: none;
	font-size: 14px;
	padding: 0 6px 0 6px;
	border-bottom: none;
}
.fenlei-bd {
	overflow: hidden;
	clear: both;
	zoom: 1;
	height: 35px;
	line-height: 35px;
	background: white;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dfdfdf;
	background: -moz-linear-gradient(top, white 0%, whiteSmoke 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whiteSmoke) );
	background: -webkit-linear-gradient(top, white 0%, whiteSmoke 100%);
	background: -o-linear-gradient(top, white 0%, whiteSmoke 100%);
	background: -ms-linear-gradient(top, white 0%, whiteSmoke 100%);
	background: linear-gradient(top, white 0%, whiteSmoke 100%);
}
.fenlei-bd li {
	text-align: center;
	float: left;
	width: 33%;
}
.fenlei-bd li a {
	display: block;
	border-left: 1px solid #fff;
	border-right: 1px solid #dfdfdf;
	color: #4D8F48;
	text-decoration: none;
	font-size: 15px;
}
.tj-padding {
	padding: 0 0 8px 8px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 0px;
}
.fenlei-gj {
	margin-bottom: -1px;
	background: #FFF;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dfdfdf;
	-webkit-box-shadow: 2px 5px 7px 0px rgba(233,233,233,.5) inset;
	box-shadow: 2px 5px 7px 0px rgba(233,233,233,.5) inset;
	overflow: hidden;
	clear: both;
	zoom: 1;
	font-size: 14px;
}
.fenlei-gj li {
	float: left;
	width: 20%;
	line-height: 35px;
	text-align: center;
}
.fenlei-gj li a {
	display: block;
	color: #555;
	text-decoration: none;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.fenlei-nr-2 {
	margin-bottom: -1px;
	background: #FFF;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dfdfdf;
	-webkit-box-shadow: 2px 5px 7px 0px rgba(233,233,233,.5) inset;
	box-shadow: 2px 5px 7px 0px rgba(233,233,233,.5) inset;
	overflow: hidden;
	clear: both;
	zoom: 1;
	font-size: 14px;
}
.fenlei-nr-2 li {
	float: left;
	width: 50%;
	line-height: 38px;
	text-align: center;
}
.fenlei-nr-2 li img {
	margin-right: 5px;
	align: absmiddle;
	margin-bottom: -3px;
}
.fenlei-nr-2 li a {
	display: block;
	color: #555;
	text-decoration: none;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.tishi-gjc {
	background: #fff;
	border: 1px solid #f1f1f1;
}
.tishi-gjc-txt {
	line-height: 38px;
	border-bottom: 1px solid #f1f1f1;
	text-indent: 35px;
	color: #666;
	background-image: url(http://res.yicha.cn/website/images/h_search.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	-webkit-background-size: 18px 18px;
}
.qc-gjc {
	text-align: right;
	line-height: 35px;
	padding-right: 15px;
	color: #266419;
	font-size: 16px;
}
#sugspace  {
    padding:1px 0 0;
    margin:0px 10px;

}
.popup {
    border: 1px solid #dfdfdf;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.popup_title {
    background-color:#EDF6FF;
    color:#4291FB;
    padding:5px;
    text-align:left;
}
.popup_close {
    background-color:#EDF6FF;
    color:#24488C;
    font-size:85%;
    padding:5px;
    text-align:right;
}
.popup_close a {
    color:inherit;
    text-decoration:none;
}
.sug_item {
    background-color:#FFFFFF;
	border-bottom:1px solid #dfdfdf;
    color:#666;
    padding:5px;
    text-align:left;
	line-height:30px;
}
.tuijian-box-2-lb {
	float: left;
	width: 52px;
	margin-right: 10px;
	font-size: 12px;
	color: #888;
	font-weight: lighter;
	text-align: center;


}
.tuijian-box-2-lb img{
	width:40px;
	height:40px;
	padding:5px;
	border: #d3d3d3 solid 1px;
	border-radius: 5px;
	background:#fff;
	display:block;
	margin-top:10px;
	margin-bottom:5px;
}
.tuijian-box-3-lb {
	float: left;
#	width: 35px;
#	margin-right: 10px;
#	font-size: 12px;
#	color: #888;
#	font-weight: lighter;
#	text-align: center;


}
.tuijian-box-3-lb img{
	width:35px;
	height:35px;
	padding:4px;
#	border: #d3d3d3 solid 1px;
#	border-radius: 5px;
	background:#fff;
#	display:block;
#	margin-top:10px;
#	margin-bottom:5px;
}

.pr_list {
	margin-bottom: -1px;
	background: #FFF;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dfdfdf;
	-webkit-box-shadow: 2px 5px 7px 0px rgba(233,233,233,.5) inset;
	box-shadow: 2px 5px 7px 0px rgba(233,233,233,.5) inset;
	overflow: hidden;
	clear: both;
	zoom: 1;
	font-size: 13px;
	padding:2%;
	display:block;

}

.pr_list a{
	text-decoration:none;
	color:#06C;
	width:100%;
	height:100%;
}

#pr_bl{
	color:#454545;}