@charset "utf-8";
/*base*/
*{
	padding:0px;
	margin:0px;
}
/* html{
	background: repeat;
	color: #191919;
} */
body{
    font-family:arial,tahoma,'microsoft yahei','\5b8b\4f53',sans-serif;
    font-size: 14px;
	color:#191919;
	line-height: 24px;
}
table{	
	border-collapse:collapse;
	border: 1px solid #ebdbd3;
	line-height: 32px;
}
table td{
	padding: 0 10px;
}
h1,h2,h3,h4,h5{
	font-size: 15px;
	line-height: 32px;
}
h1,h2{
	color: #f60;
}
h3,h4,h5{
	color: #9a7240;
}
h1{
	color: #f60;
}
img{
	border:none;
}
a{
	color:#191919;
	text-decoration:none;
}
a:hover{
	color:#f60;
	text-decoration:none;
}
:focus{outline:0;}
.a a {
	color: #f60;
}
ul,li{
	list-style:none;
}
p{
	text-indent: 2em;
}
.tac p {
	text-indent: 0em;
}
input,select,button{
	font:14px verdana,arial,tahoma;
	vertical-align:middle;
	min-height: 22px;
	/*line-height: 22px;*/
}
input,select{
    border: 1px solid #ccc;
}
input {
    padding: 1px 5px;
}
.clear {
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 0;
	clear: both;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.clearfix {
    *zoom:1;
}
.dn {
	display: none;
}
.btn {
	_width: 65px;
	padding: 2px 15px;
	line-height: 22px;
	color: #333;
	background: #e7caa7;
	border: #926e46 1px solid;
    -moz-border-radius: 3px;      /* gecko browsers */
    -webkit-border-radius: 3px;   /* webkit browsers */
	border-radius:3px;
	cursor: pointer;
}
.btn:hover {
	background: #926e46;
	border: #5a3914 1px solid;
	color: #fff;
}

.btn2 {
	padding: 5px 15px;
	margin-top: 10px;
	font-size: 16px;
	background: #e7caa7;
	border: #926e46 1px solid;
    -moz-border-radius: 3px;      /* gecko browsers */
    -webkit-border-radius: 3px;   /* webkit browsers */
	border-radius:3px;
	cursor: pointer;
}
.btn2:hover {
	background: #926e46;
	border: #5a3914 1px solid;
	color: #fff;
}
.btn3 {
	_width: 65px;
	padding: 1px 6px;
	line-height: 20px;
	font-weight: normal;
	color: #f60;
	background: #faf3e2;
	border: #f60 1px solid;
    -moz-border-radius: 3px;      /* gecko browsers */
    -webkit-border-radius: 3px;   /* webkit browsers */
	border-radius:3px;
	cursor: pointer;
}
.btn3:hover {
	background: #926e46;
	border: #5a3914 1px solid;
	color: #fff;
}
input.imgbtn {
	border: 0;
	cursor: pointer;
}
.tbg {
	border: solid 1px #ecbfd5;
	background: #fff3f8;
	padding: 10px;
}
/*common*/
.layout{
	width: 1200px;
	margin: 10px auto;
	padding: 0;
}
.box {
	background: #faf3e2;	
	border: #9a7240 1px solid;
}
.box2 {
	height: auto;
	background: #faf3e2;	
	border: #9a7240 1px solid;
	border-top: #9a7240 5px solid;
	clear: both;
}
/*height*/
.h26 {
    height: 26px;
    line-height: 26px;
}
.h30 {
	height: 30px;
	line-height: 30px;
}
.h50 {
	height: 50px;
	line-height: 50px;
}
.w40{
    width: 40px;
}
.w50{
    width: 50px;
}
.w60{
	width: 60px;
}
.w80{
	width: 80px;
}
.w98 {
	width: 98px;
}
/*width*/
.w100 {
	width: 100px;
}
.w110 {
	width: 110px;
}
.w130 {
	width: 130px;
}
.w106 {
	width: 106px;
}
.w250{
	width: 250px;
}
.w200{
	width: 200px;
}
.w300{
	width: 300px;
}
.w500{
	width: 500px;
}
.w550{
	width: 550px;
}
.h250{
	height: 250px;
}
/*margin*/
.mt5 {
	margin-top: 5px
}
.mt10 {
	margin-top: 10px
}
.mb10 {
	margin-bottom: 10px
}
.ml10{
	left-margin: 10px;
}
.ml10 {
	margin-left: 10px
}
.mr10 {
	margin-right: 10px
}
.mr20 {
	margin-right: 20px
}
.mr30 {
	margin-right: 30px
}
.mr100 {
    margin-right: 100px
}
/*padding*/
.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pl20{
	padding-left: 20px;
}
.pt10 {
    padding-top: 10px;
}
/*float*/
.fl{
	float: left;
}
.fr{
	float: right;
}
/*text-align*/
.tal{
	text-align: left;
}
.tar{
	text-align: right;
}
.tac{
	text-align: center;
}
/*color*/
.red{
	color: #f00;
}
.green{
	color: green;
}
.yellow{
	color: #f60;
}
.gray{
	color:#aaa;
}
.white{
	color: #fff;
}
/*font*/
.fs20 {
	font-size: 20px;
}
.fs18 {
	font-size: 18px;
}
.fs16 {
	font-size: 16px;
}
.fs14{
	font-size: 14px;
}
.fwb{
	font-weight: bold;
}
.fs12{
	font-size: 12px;
}
/*h*/
h1 small {
	color: #999;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
}
/*header*/
/* .header {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
} */
/* .logo{
	width: 278px;
	height: 60px;
	margin: 10px 0;
	float: left;
} */
.topbanner {
	height: 50px;
	margin: 10px 0;
	float: right;
}
.menu{
	/* width: 1000px;
	height: 42px;
	font-size: 16px;
	background: url(/uploads/image/simages/menubg.png) repeat-x;
	clear: both; */
	font-size: 16px;
    height: 44px;
    background: #3fa23f;
}
.menu li{
	float: left;
	
	padding: 0px 20px;
	text-align: center;
	line-height: 42px;
	font-family:verdana,arial,tahoma,"微软雅黑","宋体";
	overflow: hidden;
	width: 70px;
	cursor:pointer;
}
.menu li:hover{
	background: #357b12;
	height: 45px;
}
.menu li a {
	color: #fff;
}
.menu li.on {
	width: 60px;
	background: #357b12;
	height: 45px;
}
.menu .site-nav {
    float: right;
    color: #fff;
}
.menu .site-nav .title {
    width: 90px;
    height: 22px;
    padding: 10px 26px 10px 10px;
}
.menu .site-nav .applist {
    line-height: 24px;
    right: -1px;
    width: 1200px;
    padding: 20px 0 16px;
    _right: -1px;
}
.cw-icon {
    position: relative;
    cursor: default;
    zoom: 1;
}
.cw-icon i {
    display: block;
    position: absolute;
    overflow: hidden;
}
.menu .site-nav .sdg {
    background:  no-repeat -2px -2px;
    padding-left: 25px;
}
.menu .site-nav .ci-right {
    top: 17px;
    right: 8px;
    height: 7px;
    overflow: hidden;
    font: 400 15px/15px consolas;
    color: #fff;
    transition: transform .1s ease-in 0s;
    -webkit-transition: -webkit-transform .1s ease-in 0s;
}
.menu .site-nav .ci-right s {
    position: relative;
    top: -7px;
    text-decoration: none;
}
.dorpdown {
    position: relative;
    z-index: 100;
}
.dorpdown:hover {
    border: 1px solid #f60;
}
.dorpdown:hover .title {
    background: #faf3e2;
    border: solid #ddd;
    border-width: 0 1px;
    color: #000;
}
.dorpdown:hover .ci-right {
    color: #000;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.dorpdown:hover .applist-spacer {
    position: absolute;
    top: -1px;
    right: 0;
    width: 128px;
    height: 1px;
    background: #faf3e2;
    overflow: hidden;
}
.dorpdown-layer {
    display: none;
    position: absolute;
    top: 43px;
    background: #faf3e2;
    border: 1px solid #f60;
}
.dorpdown:hover .dorpdown-layer {
    display: block;
}
.dorpdown-layer dl {
    float: left;
    width: 110px;
    border-left: 1px solid #ddd;
}
.dorpdown-layer dl.fore1 {
    border-left: none;
}
.dorpdown-layer dl.fore2 {
}
.dorpdown-layer dt {
    margin-bottom: 6px;
    font-weight: bold;
    text-align: center;
}
.dorpdown-layer dt a {
}
.dorpdown-layer dd {
    line-height: 24px;
}
.dorpdown-layer .item {
    float: left;
    width: 110px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}
.dorpdown-layer .item a {
    color: #9a7240;
}
.dorpdown-layer .hl a {
    color: #f60;
}
.yline {
	width: 100%;
	height: 5px;
	font-size: 0;
	margin: 0;
	padding: 0;
	background: #f60;
}
/*sidebar*/
.sidebar{
	width: 150px;
	height: auto;
	float: left;
    min-height: 800px;
}
.sidebar .jiemeng,
.sidebar .jiemeng .btn_search{background-image: url(/uploads/image/sijiemeng/index-dream-bg.png);background-repeat: no-repeat;}
.sidebar .jiemeng{width:140px;border: 1px solid #9a7240;background-color: #d8bfa2;padding: 0 5px 5px 5px;margin-bottom: 10px;position: relative;zoom: 1;}
.sidebar a.mbk{
    display: block;
    height: 48px;
    margin-left: 50px;
    text-indent: -9999px;
}
.sidebar .jiemeng .search-lemma .search-text{
    width: 62px;
    height:27px;
    line-height:26px;
    border: 1px solid #afafaf;
    padding: 0 0 0 34px;
    position: relative;
    zoom: 1;
}
.sidebar .jiemeng .search-lemma{position: relative;}
.sidebar .jiemeng .search-lemma span{width: 32px;height: 26px;text-align: center;font:14px/27px 'microsoft yahei';background-color: #ece5dd; color:#b07052;border-right: 1px solid #d4b9a1;position: absolute;left: 2px;top: 2px;z-index: 99;zoom: 1;}
.sidebar .jiemeng input{float:left;}
.sidebar .jiemeng .lemma-text { width: 60px; height: 27px; border: 0 none; line-height: 27px; color: #999; font-size: 14px; padding:0;padding-left: 2px;}
.sidebar .jiemeng .btn_search{width:35px;height:28px;line-height: 30px;text-align: center;font-size: 14px;color:#fff;border:0 none;cursor:pointer;position: absolute;top: 48px;right: 8px;background-color:#9a7240;background-position: -124px -302px;}
.sidebar .jiemeng .lemma-list{
}
.sidebar .jiemeng .lemma-list li{
    float: left;
    width: 50%;
    text-align: center;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}
.sidebar h2{
	color: #fff;
}
.sidebar .nav {
	width: 150px;
	height: auto;
	background: #d8bfa2;
	border: #9a7240 1px solid;
}
.sidebar .nav h2 {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background: #9a7240;
	font-size: 20px;
}
.sidebar .nav li{
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	border-bottom: #cab49a 1px solid;
	font-size: 16px;
}
.sidebar .nav li a{
	font-size: 16px;
}
.sidebar .nav li.cat{
    border-bottom: 1px dotted #000;
    font-weight: bold;
}
.sidebar .tg1{
	width: 150px;
	height: auto;
	text-align: center;
	background: #d8bfa2;
	border: #5c3f1a 1px solid;
	clear: both;
}
/*main*/
.main {
	width: 1035px;
	margin-left: 10px;
	_margin-left: 6px;
	_float: left;
	float: right;
}
.main .tg2 {
	width: 834px;
	height: 90px;
}
.main .tg2 .tit{
	width: 32px;
	height: 100%;
	float: left;
	background:  no-repeat;
}
.main .gray{
	font-size: 12px;
	font-weight: normal;
}
.main .tit {
	color:#f60;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
}
.main .tit small {
	color: #999;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
}
.main .bgico {
    background:  no-repeat;
    padding-left: 42px;
}
.main .sm {
    border-top: 1px solid #ccc;
}
.main .sm .tip {
    padding-left: 28px;
}
.main .sm form .btn-div a{
    color: #f60;
}
/*footer*/
.footer {
	width: 100%;
	height: 80px;
	background: url(/uploads/image/simages/foot.png) repeat-x;
}
.copy {
	width: 800px;
	color: #faf3e2;
	padding-top: 20px;
	line-height: 22px;
	float: left;
}
.copy a {
	color: #faf3e2;
}
.blogo {
	width: 200px;
	height: 50px;
	padding-top: 15px;
	background:  no-repeat bottom;
	float:left;
}
/*搜索*/
.sc{
	background: #e7caa7;
	padding: 10px ;
	height: 35px;
}
.sc .scform {
	width: 330px;
	float: left;
	background: #fff;
	border: #ceac81 1px solid;
}
.sc .scform form {
	margin: 0;
}
.sc .scform .kw {
	width: 235px;
	height: 25px;
	line-height: 25px;
	border: none;
    padding-left:10px;
    height:32px;
    font-size:12px;
    color:#999;
}
.sc .hot {
	width: 450px;
	line-height: 35px;
	margin-left: 15px;
	float: left;
	overflow: hidden;
}
.sc .hot strong{
	color: #f00;
	float: left;
}
.sc .hot li{
	margin-right: 10px;
	float: left;
}
/*page*/

.pages {
  margin: 20px 0;
}

.pages div {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pages div > a {
  display: inline;
}

.pages div >  a,
.pages div >  span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}


.pages div > .current {
  background-color: #f5f5f5;
  color: #f60;
  cursor: default;
  font-weight: bold;
  font-size: 18px;
}


.pages div > :first-child  {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pages div > :last-child  {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}


/* page.class.php 分页类 bootstrap样式 */
.pages-large div >  a,
.pages-large div >  span {
    padding: 11px 19px;
    font-size: 17.5px;
}
.pages-large div > :first-child  {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}
.pages-large div > :last-child {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}
.pages-mini div > li:first-child {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
}
.pages-mini div > :last-child {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}
.pages-small div >  a,
.pages-small div >  span {
    padding: 2px 10px;
    font-size: 11.9px;
}
.pages-mini div > a,
.pages-mini div > span {
    padding: 0 6px;
    font-size: 10.5px;
}
/*友情链接*/
.plist a { 
	margin-right: 10px;
}
/*分享*/
.sharebg {
	background: #e7caa7;
	border: #9a7240 1px solid;
	height: 40px;
	line-height: 40px;
	border-top: 0;
}
/*评论框*/
.hook-dda {
    display: none;
}
form[name="myform"] select{
    width: 70px;
    padding: 2px 0;
}
form[name="myform"] select[name="year"]{
    width: 80px;
}

/*数字滚动插件的css可调整样式*/
.mt-number-animate{ line-height:40px; height: 30px;/*设置数字显示高度*/; /*font-size: 36px;*//*设置数字大小*/ overflow: hidden; display: inline-block; position: relative;}
.mt-number-animate .mt-number-animate-dot{ width: 8px;/*设置分割符宽度*/ line-height: 35px; float: left; text-align: center;}
.mt-number-animate .mt-number-animate-dom{ width: 15px;/*设置单个数字宽度*/ text-align: center; float: left; position: relative; top: 0;}
.mt-number-animate .mt-number-animate-dom .mt-number-animate-span{ width: 100%; float: left;}
.statistics table{margin-top: 10px;border:0;color:#f60;line-height: 46px;}
.statistics table td{padding:0;}
.statistics table td.num{font-size:26px;width: 165px;text-align: right;}
.statistics table td.word{font-size:16px;width: 80px;}


