.container {
  width: 960px;
  margin: 0 auto;
}
body, html {
	background-image: none;
}
.logo{
	display:inlie-block;
	width:auto;
	height:auto;
}
.site--header {
  background: url(../images/backgrounds/header.png) center top no-repeat;
  /*background-size: cover;*/
  min-height: 253px;
  position: relative;
  margin-bottom: 20px;
}
.site--header .container {
  height: 100%;
}
.site--header .top-new {
  height: 41px;
  background: url(../images/backgrounds/top.png) repeat-x;
}
.site--header .logo {
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
}
.site--header .title {
  font-size: 20px;
  color: black;
  margin-top: 21px;
  color: #333;
  font-size: 15px;
  font-weight: bold;
}
.site--header .list_contact {
  position: absolute;
  text-align: right;
  top: 40px;
  
  margin-left: 660px;
}
.site--header .list_contact li {
  font-family: 'century gothic', Arial;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
  font-size: 26px;
  color: #3056a1;
  margin-bottom: 3px;
}
.site--header .list_contact li .red {
  color: #c81703;
  font-size: 18px;
}
.site--header .list_contact li.phone {
  font-size: 28px;
}
.site--header .site_nav_holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  width: 960px;
  height: 54px;
  background: url(../images/backgrounds/site-nav.png) center no-repeat;
}
.site--header .site_nav_holder > ul {
	padding-left: 10px;
}
.site--header .search_holder {
  position: absolute;
  margin-left: 610px;
  bottom: 20px;
  width: 350px;
  height: 54px;
  padding: 10px;
  background: url(../images/backgrounds/search_hold.png) no-repeat;
}
.site--header .search_holder .inputStyle {
  width: 100%;
  height: 31px;
  background: url(../images/backgrounds/search_input.png) no-repeat;
  padding: 0 30px 0 10px;
  color: #333;
  border: 0;
}
.site--header .search_holder .submit_btn {
  width: 23px;
  height: 18px;
  position: absolute;
  right: 35px;
  top: 16px;
  border: 0;
  background: url(../images/icon/search_btn.png) no-repeat;
  cursor: pointer;
}
