html {
	font-size: 62.5%;
}
body{
	margin:0;
	padding:0;
	/* font-family: 'Open Sans', sans-serif; */
}
a{
	color: inherit;
	text-decoration: none;
	animation: none !important;
	transition: none !important;
}
a:active {
	background: rgba(0, 0, 0, 0) !important;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	/* font-family: 'Istok Web', sans-serif; */
}
p{
	margin:0;
	line-height:2;
}
ul{
	margin:0;
	padding:0;
}
p,ul,ol{
	font-size:1em;
}
ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
input{
	border: 0;/*清除自带的2px的边框*/
	padding: 0;/*清除自带的padding间距*/
	outline: none;/*清除input点击之后的黑色边框*/
	background: none;
	/* width: 100%;
	height: 100%; */
}
div {
	box-sizing: border-box;
	cursor: default;
}
img {
	display: block;
	padding: 0;
	margin: 0;
}
select {
	/* border: none; */
	outline: none;
	background: none;
	box-shadow: none;
	/* appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none; */
}
input {
	/* 清除默认样式 */
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	/* 给元素设置一致的样式 */
	background-color: rgba(0, 0, 0, 0) !important;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box;
}
input[type="submit"],a{
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
}
input[value]:not([value=""]) {
	background-color: transparent !important;
}
input {
	background-color: rgba(0, 0, 0, 0) !important;
}


.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.container {
	max-width: 120rem;
}
