body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Microsoft YaHei","Arial";
	font-size:14px;
	line-height: 1;
	color:#333;
    background-color:#f0e0cb;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
body,
html {
  width: 100%;
  height: 100%;
}
.page {
  width: 100%;
  background: url("../images/bg.png") top center no-repeat;
  background-size: cover;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}
.content {
    width: 100%;
    height: 100%;
}
.content .title {
    width: 100%;
    text-align: center;
    padding-top: 320px;
}
.content .title img {
    max-height: 10vh;
    max-width: 100%;
}
.content .button {
    width: 100%;
    text-align: center;
    padding: 60px 0 120px 0;
}
.content .button img {
    max-height: 50vh;
    max-width: 100%;
}

@media screen and (max-width: 1366px) {
    .content .title {
        padding-top: 350px;
    }
    .content .button {
        padding: 20px 0 0 0;
    }
}

@media screen and (max-width: 1200px) {
    .content .title {
        padding-top: 300px;
    }
    .content .button {
        padding: 20px 0 0 0;
    }
}
@media screen and (max-width: 768px) {
    .content .title {
        text-align: center;
        padding-top: 300px;
    }
    .content .title img{
        max-height: initial;
        width: 80%;
    }
    .content .button {
        padding: 40px 0 0 0;
    }
    .content .button img {
        max-height: initial;
        max-width: 80%;
    }
}
@media screen and (max-width: 436px) {
    .content .title {
        text-align: center;
        padding-top: 300px;
    }
    .content .title img{
        max-height: initial;
        width: 80%;
    }
    .content .button {
        padding: 40px 0 0 0;
    }
    .content .button img {
        width: 80%;
        max-width: initial;
    }
}
