.logo img {
	width: 160px;
}
.banner {
  background: url(../img/banner.jpg) center/cover no-repeat fixed;
}
.header_nav-list_item {
  padding: 0 18px;
}
.page_cover {
  background: url(../img/slide6.jpg) center/cover no-repeat;
}
.hero_main .section_header-title {
  max-width: 500px;
  margin-left: 38px;
}
.section_header-subtitle {
  margin-left: 42px;
}
.header .container {
	padding: 0 60px;
}
.header .logo {
	margin-left: 0px;
}
@media (max-width:768px){
.logo img {
	width: 130px;
	margin-top: 20px;
}
}