body,
div,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333;
	/* font: 14px/22px"\5B8B\4F53", Arial, Helvetica, sans-serif */
}
body {
	background-color: #fff;
}
ol,
ul,
li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

body {
	width: 100%;
	min-height: 100vh;
   
}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
	margin-top: -1px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}
 
.index{
	width: 100%;
	height: 100%;
	 background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
    padding-top: 30px
}
.layout{width: 1270px;margin:0 auto;}
.header{height: 200px;}
/*.header .logo{margin}*/
.main {display: flex;}
.main .left .text{
	margin-top: 30px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 20px;
    text-align: left;
    line-height: 35px;
}
.main .left .download{margin-top: 40px}
.main .right{margin-top: -80px;margin-left: -25px;}
.bottom{text-align: center;margin-top:-20px;padding-bottom: 20px}
.bottom p{color: #fff;line-height: 30px}
