* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "microsoft yahei";
}
a {
  text-decoration: none;
}
a:hover {
  color: #977a51;
}
ul li {
  list-style: none;
}
.index_left {
  float: left;
  width: 870px;
}
.index_right {
  float: right;
  width: 440px;
}
.p_width {
  width: 100%;
  min-width: 1360px;
}
.m_width {
  width: 1360px;
  margin: auto;
}
.index_main {
  margin: 25px auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.leftbox {
  float: left;
  width: 1010px;
}
.rightbox {
  float: right;
  width: 340px;
}
.index_bottom {
  background: url(../images/bg_img_list.png) center no-repeat;
  height: 200px;
  padding: 48px 30px;
  margin: 30px auto 20px auto;
}
.index_bottom ul.img_list  {
margin-top:15px;
  width: 1300px;
height:165px;
over-flow:hidden;
}
.index_bottom ul.img_list  li {
  margin-left: 15px;
  float: left;
}
.index_bottom ul.img_list li:first-child {
  margin-left: 60px;
}
.index_bottom ul.img_list li a img {
  width: 235px;
  height: 165px;
display:block;
}
.footerbox {
  background: #850101 url(../images/bg_footbox.png) center top repeat-x;
  height: 190px;
  padding: 30px 0 0 0;
}
.footerbox .ewmbox {
  width: 725px;
  margin-bottom: 45px;
}
.footerbox .ewmbox .ewm_img {
  margin: 15px 10px;
  width: 110px;
  height: 110px;
}
.footerbox .ewmbox .site_info {
  margin-top: 10px;
}
.footerbox .ewmbox .site_info ul li {
  font-size: 15px;
  line-height: 45px;
  color: #fff;
}
.footerbox .ewmbox .site_info ul li img {
  margin-right: 15px;
  vertical-align: middle;
  line-height: 45px;
}
.footerbox .link_list {
  height: 55px;
  line-height: 55px;
  margin-bottom: 45px;
  width: 615px;
  margin-top: 10px;
}
.footerbox .link_list li {
  color: #fff;
  float: left;
  margin-right: 10px;
  font-size: 15px;
  margin-bottom: 10px;
}
.footerbox .link_list li a {
  color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  display: block;
  border: 1px dashed #ae5a57;
}
.index_foot .copyright {
  font-size: 15px;
  line-height: 80px;
  text-align: center;
  color: #000;
}
.index_foot .copyright span {
  margin: 0 5px;
}


.index_foot{height:80px;line-height:80px;}
.search {
  width: 285px;
  height: 42px;
  margin: 14px 0;
  background: url(../images/bg_searchbox.png) center no-repeat;
}
.search .search_txt {
  height: 42px;
  line-height: 42px;
  background: none;
  width: 234px;
  padding: 0 3px;
}
.search .search_btn {
  height: 42px;
  width: 42px;
  background: url(../images/btn_search_ico.png) center no-repeat;
}

.ljbox{width:265px;height:45px;margin:10px 20px;float:left;background:#fff;float:left;position:relative;margin:10px 15px;}
select option {
	line-height: 40px;
	height: 40px;
	color: #252525;
	font-size: 15px;
}

.ljbox span {
	position: absolute;
	right: 2px;
	top: 1px;
	background: #fff url(../images/select_ico.png) center no-repeat;
	width: 35px;
	height: 38px;
	z-index: 10;
}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: none;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	line-height: 40px;
	height: 40px;
	color: #555;
	background: none;
	width: 280px;
	padding-left: 10px;
	font-size: 15px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
	display: none;
}






