body {
	padding: 0;
	margin: 0;
	font-family: Microsoft YaHei;
	background-color: #f7f7f7;
	min-width: 1300px;
	overflow-x: hidden
}

a:link {
	color: inherit;
	text-decoration: none
}

a:visited {
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none
}

a:active {
	color: inherit;
	text-decoration: none
}

h1 {
	font-size: 18px;
	margin: 0;
	font-weight: 400
}

h2 {
	font-size: 34px;
	margin: 0;
	display: contents
}

.b-layout {
	width: 100%;
	height: 580px;
	background: linear-gradient(270deg, #4f52ff 0, #397ff6 100%)
}

.b-content {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}

.b-left {
	width: 580px;
	color: #fff
}

.b-left div:nth-child(1) {
	font-size: 50px;
	line-height: 60px;
	margin-top: 130px
}

.b-left div:nth-child(2) {
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px
}

.b-right {
	width: 472px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.b-right img {
	width: 100%;
	height: 398px
}

.layout {
	width: 1200px;
	margin: 30px auto
}

.codeContent {
	width: 100%;
	height: 220px;
	display: flex;
	justify-content: space-between;
	color: #fff
}

.codeContentLeft {
	width: 890px;
	background: url(../images/pic_guanzhu@2x.png) no-repeat center;
	background-size: contain
}

.codeContentLeft div span {
	color: #fada51;
	font-weight: 700
}

.codeContentLeft div:nth-child(1) {
	width: 550px;
	margin-top: 60px;
	margin-left: 50px;
	height: 110px;
	font-size: 36px
}

.codeContentLeft div:nth-child(2) {
	margin-left: 50px;
	font-size: 26px;
	height: 70px;
	display: flex;
	align-items: center
}

.codeContentLeft div:nth-child(2) img {
	width: 40px;
	height: 40px;
	margin-left: 10px
}

.codeContentRight {
	width: 300px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	box-shadow: 0 0 12px 0 #e6e6e6;
	border-radius: 14px
}

.codeContentRightItem {
	width: 100px;
	height: 140px;
	padding: 0 10px
}

.codeContentRightItem img {
	width: 100px;
	height: 100px
}

.codeContentRightItem div {
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 14px
}

.content {
	width: 100%;
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap
}

.content li {
	width: 370px;
	height: 390px;
	background-color: #fff;
	margin-right: 45px;
	margin-bottom: 30px;
	box-shadow: 0 0 5px 0 #e6e6e6;
	border-radius: 14px
}

.content li:nth-child(3n) {
	margin-right: 0
}

.content li:hover {
	box-shadow: 0 0 5px 0 #397ff6
}

.itemImg {
	width: 100%;
	height: 200px
}

.itemImg img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	height: 100%
}

.itemName {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #333;
	margin-left: 20px
}

.itemDes {
	width: calc(100% - 40px);
	max-height: 60px;
	margin: 0 auto;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden
}

.itemAct {
	margin-top: 20px;
	display: flex
}

.itemAct div {
	width: 110px;
	height: 30px;
	margin-left: 20px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px
}

.itemAct div:nth-child(1) {
	background-color: #2e82f7;
	color: #fff;
	opacity: .9
}

.itemAct div:nth-child(1):hover {
	opacity: 1
}

.itemAct div:nth-child(2) {
	border: 1px solid #2e82f7;
	color: #2e82f7;
	opacity: .9
}

.itemAct div:nth-child(2):hover {
	opacity: 1
}

.b-m-layout {
	padding-top: 1rem
}

.b-m-top {
	width: 100%;
	height: 3.2rem;
	background: linear-gradient(270deg, #4f52ff 0, #397ff6 100%);
	display: flex;
	align-items: center;
	justify-content: space-around
}

.b-m-top-txt {
	width: 3.7rem;
	color: #fff;
	font-size: .36rem
}

.b-m-top-img {
	width: 2.7rem;
	height: 2.3rem
}

.b-m-top-img img {
	width: 100%;
	height: 100%
}

.b-m-code {
	width: 6.9rem;
	height: 2.2rem;
	margin: .3rem;
	color: #fff;
	background: url(../images/pic_guanzhu_m@2x.png) no-repeat center;
	background-size: contain;
	display: flex;
	flex-direction: column;
	justify-content: space-around
}

.b-m-code-big {
	font-size: .34rem;
	height: 1rem;
	width: 3.8rem;
	margin-left: .3rem
}

.b-m-code-small {
	font-size: .24rem;
	margin-left: .3rem
}

@media screen and (min-width:768px) {
	.b-m-layout {
		display: none
	}
}

@media screen and (max-width:767px) {
	body {
		min-width: 7.5rem
	}

	.b-layout {
		display: none
	}

	.layout {
		width: 100%;
		margin: 0 auto
	}

	.codeContent {
		display: none
	}

	.content {
		margin: .2rem auto
	}

	.content li {
		width: 6.5rem;
		height: auto;
		margin: .2rem auto;
		box-shadow: 0 0 .05px 0 #e6e6e6;
		border-radius: .14rem;
		padding-bottom: .2rem
	}

	.content li:nth-child(3n) {
		margin-right: auto
	}

	.itemImg {
		width: 100%;
		height: 3rem
	}

	.itemAct div {
		width: 2rem;
		height: .6rem;
		margin-left: .2rem;
		border-radius: .2rem;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: .2rem
	}
}

.bg-orange {
	background-color: #ff8d1a !important
}

.bg-blue {
	background-color: #2e82f7
}

@media screen and (min-width:768px) {
	.banner-layout {
		width: 100%;
		height: 500px;
		background-color: #f5f7fa
	}

	.banner-content {
		width: 1200px;
		padding: 0 10px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between
	}

	.banner-txt {
		display: flex;
		flex-direction: column;
		width: 670px;
		margin-top: 67px
	}

	.banner-txt>div:nth-child(1) {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 270px;
		height: 50px;
		background: #ff8d1a;
		border-radius: 100px 100px 100px 0;
		font-size: 26px;
		color: #fff
	}

	.banner-txt>div:nth-child(2) {
		width: 378px;
		height: 72px;
		font-size: 54px;
		color: #000;
		line-height: 72px;
		margin-top: 20px
	}

	.banner-txt>div:nth-child(3) {
		width: 440px;
		margin-top: 20px;
		font-size: 18px;
		color: #333
	}

	.banner-txt>div:nth-child(3) li {
		padding-left: 20px;
		height: 40px;
		line-height: 40px;
		background: linear-gradient(270deg, rgba(245, 247, 250, 0) 0, rgba(46, 130, 247, .1) 100%);
		border-radius: 2px 6px 6px 2px;
		margin-bottom: 10px
	}

	.banner-img {
		margin-top: 60px
	}

	.banner-img img {
		width: 410px;
		height: 410px
	}

	.e-layout {
		background-color: #fff
	}

	.e-content {
		width: 1200px;
		padding: 120px 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		row-gap: 120px
	}

	.e-item {
		display: flex;
		column-gap: 60px
	}

	.e-item>div:first-child {
		display: none
	}

	.e-title {
		font-size: 36px;
		line-height: 48px;
		color: #000
	}

	.e-img {
		width: 400px;
		height: 230px
	}

	.e-img img {
		width: 100%;
		height: 100%
	}

	.e-content-layout {
		width: 740px;
		display: flex;
		flex-direction: column;
		row-gap: 20px
	}

	.e-des {
		font-size: 18px;
		line-height: 34px;
		color: #000
	}

	.e-action {
		display: flex;
		column-gap: 20px
	}

	.e-action a {
		background-color: #2e82f7;
		display: flex;
		width: 150px;
		height: 50px;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 18px;
		opacity: 1;
		border-radius: 6px
	}

	.e-action a:hover {
		opacity: .9
	}
}

@media screen and (max-width:767px) {
	.banner-layout {
		width: 100%;
		padding-top: .8rem;
		background-color: #fff
	}

	.banner-content {
		display: flex;
		flex-direction: column
	}

	.banner-txt {
		display: flex;
		flex-direction: column;
		padding: .5rem .5rem
	}

	.banner-txt>div:nth-child(1) {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 3.24rem;
		height: .6rem;
		background: #ff8d1a;
		border-radius: 1rem 1rem 1rem 0;
		font-size: .3rem;
		color: #fff
	}

	.banner-txt>div:nth-child(2) {
		font-size: .5rem;
		color: #000;
		line-height: .72rem;
		margin-top: .35rem
	}

	.banner-txt>div:nth-child(3) {
		width: 4.5rem;
		margin-top: .5rem;
		font-size: .32rem;
		color: #333
	}

	.banner-txt>div:nth-child(3) li {
		padding-left: 0;
		height: .4rem;
		line-height: .4rem;
		margin-bottom: .1rem
	}

	.banner-img {
		padding: .2rem 0;
		background-color: #f5f7fa;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.banner-img img {
		width: 3.6rem;
		height: 3.6rem
	}

	.e-layout {
		background-color: #fff
	}

	.e-content {
		padding: 1.2rem .5rem;
		display: flex;
		flex-wrap: wrap;
		row-gap: 0.8rem
	}

	.e-item {
		display: flex;
		flex-direction: column;
		row-gap: .3rem
	}

	.e-item>div:first-child {
		display: block
	}

	.e-title {
		font-size: .5rem;
		line-height: .7rem;
		color: #000;
		text-align: center
	}

	.e-img {
		width: 6.5rem;
		height: 3.7rem
	}

	.e-img img {
		width: 100%;
		height: 100%
	}

	.e-content-layout {
		width: 6.5rem;
		display: flex;
		flex-direction: column;
		row-gap: .2rem
	}

	.e-content-layout>div:first-child {
		display: none
	}

	.e-des {
		font-size: .32rem;
		line-height: .5rem;
		color: #333
	}

	.e-action {
		display: flex;
		column-gap: .2rem
	}

	.e-action a {
		background-color: #2e82f7;
		display: flex;
		width: 1.5rem;
		height: .6rem;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: .28rem;
		opacity: 1;
		border-radius: .08rem
	}
}