html {
  overflow-y: scroll !important;
} /* *, *:before, *:after { 	-webkit-box-sizing: border-box; 	-moz-box-sizing: border-box; 	box-sizing: border-box; } */
* {
  padding: 0;
  margin: 0;
} /* Links ---------------------- */
a img {
  border: none;
}
a {
  color: #e85252;
  text-decoration: none;
  line-height: inherit;
}
body {
  padding: 0;
  margin: 0;
  background: #dc010d;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr='#FFDE010D',endColorstr='#FFBF0707');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(
    radial,
    50% 50%,
    0,
    50% 50%,
    70,
    color-stop(0%, #de010d),
    color-stop(70%, #bf0707)
  );
  background: -webkit-radial-gradient(#de010d, #bf0707 70%);
  background: -moz-radial-gradient(#de010d, #bf0707 70%);
  background: -o-radial-gradient(#de010d, #bf0707 70%);
  background: radial-gradient(#de010d, #bf0707 70%);
  background: radial-gradient(#de010d, #bf0707 70%); /*min-height: 700px;*/
  overflow: hidden;
}
body {
  font-size: 12px;
  color: #333;
  -webkit-text-size-adjust: none;
} /*body *{		font-family: '微软雅黑', Verdana, Arial, "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif !important;}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  color: #330;
  font-weight: bold;
  margin: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td,
textarea,
input {
  font-family: '微软雅黑', Verdana, Arial, 'Hiragino Sans GB', 'Microsoft YaHei',
    'STHeiti', 'WenQuanYi Micro Hei', SimSun, sans-serif !important;
  font-weight: normal;
}
.wrap {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  background: #dc010d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  display: inline-block;
  overflow: hidden;
}
header span:first-child {
  width: 50%;
  float: left;
  display: inline-block;
}
header span img {
  width: 60%;
  max-width: 60%;
  margin: 10px 6px 0 20px;
}
header span:last-child {
  width: 30%;
  float: right;
  display: inline-block;
  text-align: right;
  padding: 23px 20px 0 6px;
}
header span:last-child a {
  color: #fff;
  font-size: 20px;
}
.mapcontent {
  width: 100%;
  height: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 15px; /*border-bottom: 2px solid #c30708;*/
  display: inline-block;
  margin-top: 7px;
	z-index:1;
}
.map {
  padding: 15px !important;
}
.map h2 {
  color: #d80010;
  font-size: 18px;
  padding: 8px 0 15px 0;
}
.contactContent {
  width: 96%;
  min-height: 300px;
  display: inline-block;
  background: #fff;
  position: relative;
  left: 2%;
  padding: 15px 15px 15px 30px;
  color: #d80010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.danfoss {
  width: 100%;
  height: 100%;
  margin-top: 70px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mapbox {
  width: 100%;
  margin-top: 10px;
  display: inline-block;
  color: #666666;
  border-top: 2px solid #c30708;
  padding-top: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mapbox p {
  width: 100%;
  padding-bottom: 6px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: '微软雅黑', Verdana, Arial, 'Hiragino Sans GB', 'Microsoft YaHei',
    'STHeiti', 'WenQuanYi Micro Hei', SimSun, sans-serif;
}
.mapbox p a {
  color: #666;
}
.foot {
  height: 40px;
  width: 100%;
  background: #060001;
}
.foot p {
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.menu {
  /*-webkit-transform:rotateX(-90deg);	-moz-transform:rotateX(-90deg);	transform:rotateX(-90deg);*/
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: -100%;
  top: 0;
}
