html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    text-decoration: none;
}
body{
    background: #72b9fa;
}
.main_bg div{
    width: 100%;
    height: 142px;
    margin: 0 auto;
}
.bg_1 {
    background: url('../../WebUI/img/bg_01.jpg');
}
.bg_2 {
    background: url('../../WebUI/img/bg_02.jpg');
}
.bg_3 {
    background: url('../../WebUI/img/bg_03.jpg');
}

.main_bg .bg_4 {
    height: 75px;
    background: url('../../WebUI/img/bg_04.jpg');
}
.page p{
    font-size: 70px;
    color: #fff;
    line-height: 100px;
    font-weight: 700;
    margin-left: 50px;
}
.page .content_2 span {
    color: #ffc501;
}
.main_bg{
    position: absolute;
    height: 512px;
    width: 100%;
}
.page{
    position: absolute;
    margin: 0 400px;
}
.fh{
    width: 140px;
    height: 45px;
    display: block;
    background: url('../../WebUI/img/fh_btn.png');
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 50px;
}
.page .android, .page .ios {
    width: 240px;
    height: 92px;
    background-color: #98b815;
    line-height: 92px;
    font-size: 24px;
    color: #fff;
    margin: 10px;
    font-weight: 700;
    padding-left: 28px;
    display: inline-block;
    margin-left: 50px;
}
.page .ios {
    background-color: #fe9812;
    margin-left: 0;
}
.page .android i, .page .ios i {
    display: inline-block;
    background: url('../../WebUI/img/icon_a.png') no-repeat center;
    width: 43px;
    height: 53px;
    vertical-align: middle;
    margin-right: 7px;
}
.page .ios i {
    background: url('../../WebUI/img/icon_i.png') no-repeat center;
}
.page .a_wechat, .page .i_wechat {
    width:540px;
    height: 170px;
    background: #ebebeb;
    display: inline-block;
    margin-top: 220px;
}
.page .a_wechat i, .page .i_wechat i {
    width: 120px;
    height: 120px;
    background-size: cover;
 float: left;
    vertical-align: middle;
    margin: 28px 0 0 100px;
    margin-right: 20px;
}
.page .a_wechat p, .page .i_wechat p {
    font-size: 22px;
    color: #333;
    width: 460px;
       line-height: 40px;
       margin-top: 20px;
       margin-left: 10px;
}
.page .a_wechat span, .page .i_wechat span {
    font-size: 14px;
    color: #999;
    display: block;
    margin-top: 14px;
    padding-left: 10px;
}
.page .phone {
    position: absolute;
    background: url('../../WebUI/img/phone.png') no-repeat;
    width: 343px;
    height: 741px;
    top: 30px;
    right: 20px;
}