* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
}
select::-ms-expand { display: none; }
ul li {
  list-style-type: none;
}
select,input{color: #303030;}
a,
a:hover {
  text-decoration: none;
  cursor: pointer;
  /*color: #333;*/
}
body{background:#ece9e4;}
.fl{float: left;}
.fr{float: right;}
.overflow{overflow: hidden;}
.clear{clear: both;}
.wrapper {
  margin: 0 auto;
    width: 100%;
    min-width: 1150px;
}
.header1 {
  height: 50px;
  background: #ece9e4;
  /*padding: 10px 200px;
  width: 965px;*/
  padding-top: 10px;
  padding-bottom: 10px;
  width:1024px;
  margin:0 auto;	
}
.header1 .logo {
  width: 38%;
  height: auto;
  vertical-align: middle;
  border: none;
}
.header1 .head_rgt {
  display: inline-block;
  width: 59%;
  font-size: 14px;
  vertical-align: middle;
  text-align: right;
}

.header1 a {
  color: #8a724f;
  margin-left:20px;
}
.welcome{
	color: #666;
}
.skin {
  height: 9px;
  width: 100%;
  /*min-width: 1349px;*/
  background: url(../img/sear_skin.jpg) no-repeat;  
}
.contop {
  font-size: 14px;
  min-width: 965px;
  line-height: 35px;
  padding: 0 200px;
  background: #e5ddd0;
  border-bottom: 1px solid #dad1c0;
}
.contop .pos {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.contop span {
  vertical-align: middle;
  color: #666;
}
.contop span a{
	color: #666;
}
.foot {
  background: url(../img/bottom.jpg) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 30px 0 40px;
  font-size: 14px;
  color:#606060;
}
/*content*/
.content{
	
	
	background: #ece9e4;
	overflow: hidden;
  padding: 20px 0;
  width:1024px;
  margin:0 auto;
}
.lftnav{
	/*width:180px;*/
	width: 19%;
	background: #f9f9f9;
	padding: 10px 0;
	float: left;
	/*min-height: 393px;*/
}
.lftnav li{
	border-bottom: 1px solid #ededed;
	line-height: 40px;
	/*padding-left: 35px;*/
	padding-left: 19%;
	font-size: 14px;
}
.font1{
	color: #be8e59;
}
.font2{
	color: #be8e59;
}
.font3{
	font-size: 12px;
	color: #666;
}
.lftnav .active_li{
	background: url(../img/search_lft2.jpg);
	background-size: 100% 100%;	
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/search_lft2.jpg',sizingMethod='scale');			       
	margin-left: -20px;
	padding-left: 55px;
	margin-left: -15%;
	padding-left: 35%;
	color: #fff;
	border-bottom: none;
}
/*登录*/
.wrapper .bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6 !important;
    width: 100%;
    height: 100%;
}
/*右侧表单*/
.mainrgt{
	width: 720px;
	width: 78.5%;
    float: left;
    background:#fff;
    padding:10px;
    color: #666;
    font-size: 14px;
    /*min-height: 373px;*/
}
.mainrgt input{
	padding-left: 5px;
    height: 28px;
    line-height: 28px;
    outline: 0;
    vertical-align: middle;
    border-radius: 0;
    font-size: 14px;
    width: 215px;
}
.mainrgt .leninp{
	width: 300px;
}
.mainrgt .formgroup label{
	width: 105px;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
}
.formgroup{
	margin: 15px 0;
}
.abtn{
	display: inline-block;
	padding: 8px 25px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	border-bottom: 3px solid #d0a257;
	background: #deb671;
	margin-left: 115px;
	margin-top: 10px;
}
.bbtn{margin-left: 180px;}
.warn{color: #bdbdbd;margin-top: 40px;margin-left: 22px;}
.warn span{color: #be8e58;}
.errpsw{font-size:13px;color: #a4a4a4;}
/*浏览历史*/
.hislist{margin: 0 10px;}
.hislist li{line-height:35px;border-bottom: 1px solid #ececec;color: #333;overflow: hidden;}
.his_tit{color: #333;font-size: 14px;}
.his_time{color: #4a4a4a;font-size: 14px;float: right;}
.wrapper .login_con{
	display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 30;
  margin-top: -140px;
  margin-left: -200px;
  width: 400px;
  height: 280px;
}
.addbtn{   
		display: inline-block;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    border-bottom: 3px solid #d0a257;
    background: #deb671;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 14px;
}
.linegroup{
	margin: 15px 10px;
	text-align: left;
}
.keywordList{margin-top: 35px;}
.keywordList li{
	  float: left;
    padding: 5px 10px;
    border: 1px solid #be8e59;
    border-radius: 4px;
    margin: 0 10px;
    color: #be8e59;
    font-size: 14px;
    position: relative;
}
.keywordList li img{
    width: 20px;
    height: auto;
}
.keywordList li .delClick{
		display: inline-block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
}
.count_ul{
	min-width:auto;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 5px;
}
.count_ul li a{ padding:3px 14px;}
/*.count_ul li{
	  width: 14.28%;
	  float: left;
	  background: #E6E6E6;
	  padding: 7px 0;
	  text-align: center;
	  color: #be8e59;
	  font-size: 14px;
}*/
/*.count_ul .count_tit_act{
	  color: #ffffff;
	  background: rgb(213,181,103);
}*/
.count_con{margin-top: 10px;width:100%;}
.count_con .search_label input{display: inline-block;margin-left: 5px;}
.count_con .search_btn{padding: 3px 10px;margin-left:5px;background: #d5b567;color: #fff;outline: none;}
.count_con .count_li{
	display: none;
}
.count_con .showLi{
	display: block;
	overflow:hidden;
}
.allSiteTime{
	margin-bottom: 10px;
	text-align: left;
}
.allSiteCon{
	/*text-align: center;*/
}
.allSiteTime input{
	height: 26px;
	line-height: 26px;
	width: 200px;
	display: inline-block;
	padding: 0 0 0 5px;
}
.tj_dropdown{
	margin-left: 30px;
	width: 20px;
}
/*.tj_nav{
	display: none;
}*/
.lftnav .tj_nav li{
	font-size: 13px;
	line-height: 35px;
}
.lftnav .tj_nav  .tj_user{
	border: none;
}
.tj_nav{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 5px;
}
.tj_nav a{display: block;}
.tj_nav li{
	  width: 50%;
	  float: left;
	  background: #E6E6E6;
	  padding: 10px 0;
	  text-align: center;
	  color: #be8e59;
	  font-size: 14px;
}
.tj_nav .tjnav_tit_act{
	  color: #ffffff;
	  background: rgb(213,181,103);
}
.booknav li{
	  width: 16.66%;
	  background: #ece9e4;
}
.usernav li{background: #ece9e4;}
.none{
	display: none;
}
.tjmainCon{margin-top: 24px;}
.ejnavTit .btn-group{display:block;width:14%;float: left;}
.ejnavTit .btn-group .btn{width: 90%;background:#d5b567;border: none;/*color: #666;*/}
.ejnavTit .open span{font-weight:bold;}

.mar1{margin-left: 10px;}
.mainrgt .btn-warning{background: #d5b567;border: none;margin-right: 10px;outline: none;}
.mainrgt .ztTable tr td,.ztTable tr th{padding-left: 14px;vertical-align:middle;}
.xjztBtn{margin-bottom: 8px;float: right;}
.ztTable>thead>tr>th{padding-top: 5px;padding-bottom: 5px;}
.modal-title{font-size: 18px;color: #c13737;color:#be8e59;font-weight: 700;}
.del-modal-body{padding: 20px 20px 5px;}
.modal_Cover{width:150px;height: auto;}
/*.count_li table{table-layout: fixed;}*/

.stastic{display: none;}

.addMore{text-align:center; margin-top:10px; display:none;}
.addMore img{width:40px;}
.hislist{overflow:hidden;}
