/**全局css设置*/
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: 0,
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

img {
	border: 0;
	vertical-align: top
}

em,
i {
	font-style: normal
}

ol,
ul {
	list-style: none
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select {
	font-size: 100%;
	font-family: inherit
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a,
a:visited {
	text-decoration: none;
	color: #333
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	/* min-width: 1440px; */
	margin: 0 auto;
	background: #fff;
	font-size: 12px;
	line-height: 13px;
	margin: 0;
	padding: 0;
}


.banner-box {
	box-sizing: border-box;
	width:100%;
	min-height: 771px;
	box-sizing: border-box;
	/* background: url(../images/banner.png) no-repeat; */
	background: url(../images/banner.png) no-repeat center center;
	background-size: cover;
	/* background-size: 100% 100%; */
}

.top-logo-block {
	width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 50px;
}

.top-logo-block .logo {
	/*width: 80px;*/
	/*height: 80px;*/
    
     width: 266px;
     height: 80px;
}

.top-logo-block .logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.content-ad {
	width: 60%;
	margin: 5% auto 0 auto;
	background: url(../images/ad-img.png) no-repeat;
	background-size: 100% 100%;
}

.content-ad img {
	display: block;
	width: 100%;
}

.main-info-box {
	box-sizing: border-box;
	background-color: #fff;
	padding: 90px 0;
}

.main-info-content {
	width: 60%;
	margin: 0 auto;
}

.main-info-box .title-text {
	text-align: center;
	color: #333333;
	font-size: 44px;
	line-height: 66px;
	font-weight: bold;
}

.main-info-box .title-text span {
	color: #6E6FFF;
}

.main-info-box .desc-text {
	color: #333333;
	font-size: 28px;
	margin-top: 30px;
	line-height: 34px;
	font-weight: bold;
	text-align: center;
}

.main-info-box .qr-code-list {
	margin-top: 76px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;

}

.main-info-box .qr-code-item {
	box-sizing: border-box;
	width: 240px;
	height: 240px;
	border: 1px solid rgba(196, 196, 204, 0.5);
	padding-top: 40px;
}

.main-info-box .qr-code-item-img {
	text-align: center;
}

.main-info-box .qr-code-item-img img {
	display: inline-block;
	width: 130px;
	height: 130px;

}

.main-info-box .qr-code-item-text {
	font-size: 20px;
	color: #5A5A6B;
	text-align: center;
	margin-top: 10px;
	line-height: 34px;

}

.recommend-block {
	background-color: #F9F9FF;
	padding-top: 185px;
	padding-bottom: 185px;
}

.recommend-list {
	padding: 0 240px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.recommend-list-item {
	padding: 14px;
	background: #FFFFFF;
	box-shadow: 0px 3px 4px 0px rgba(140, 140, 140, 0.1);
}

.recommend-list-item-img {
	box-sizing: border-box;
	width: 304px;
	height: auto;
}

.recommend-list-item-img img {
	display: block;
	width: 100%;
	height: 100%;
}

.recommend-list-item-desc {
	width: 304px;
	margin-top: 15px;
	font-size: 14px;
	color: #292939;
	line-height: 20px;
	font-weight: 400;
}

.footer {
    width: 100%;
	height: 91px;
	line-height: 91px;
	background-color: #6E6FFF;
	text-align: center;
}

.footer .desc-text {
	font-size: 16px;
	color: #fff;
}

.footer .desc-text a {
	color: #fff;
	text-decoration: underline;
}

.footer .desc-text a:active {
	color: #fff;
}