*{
	margin: 0;
	padding: 0;
}
ul,li{
	list-style: none;
}
html{
	font-family: Arial-Black, Arial;
}
header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 90px;
	background: linear-gradient(135deg, #F8CC67 0%, #FE431C 100%);
	color: #ffffff;
	font-size: 22px;
	padding: 0 70px;
}
header img{
	vertical-align: middle;
}
header nav a{
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ffffff;
	padding: 0 50px;
	border-radius: 50px;
}
header nav a+a{
	margin-left: 45px;
}

.main{
	padding-top: 100px;
	background-color: #FCFAF1;
	overflow: hidden;
}
.w{
	max-width: 1700px;
	margin: auto;
}
.introduction{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 146px;
}
.introduction ul{
	margin-left: 34px;
	margin-top: 78px;
	margin-bottom: 249px;
}
.introduction li{
	font-size: 52px;
	color: #463F5D;
	font-weight: 900;
	margin-bottom: 35px;
}

.introduction li.title{
	margin-bottom: 55px;
	max-width: 806px;
}
.introduction li.title img{
	width: 100%;
}
.introduction .phone{
	position: absolute;
	top: 0;
	right: 0;
	max-width: 971px;
	margin: auto;
}
.introduction .phone img{
	width: 100%;
}
.download-btn-box{
	max-width: 668px;
}
.download-btn{
	background: linear-gradient(135deg, #F8CC67 0%, #FE431C 100%);
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	height: 80px;
	line-height: 80px;
	border: 2px solid #ffffff;
	border-radius: 50px;
	width: 100%;
	text-align: center;
	font-size: 34px;
	box-shadow: 2px 2px 6px 0px #bebebe;
	margin-top: 18px;
	box-sizing: border-box;
}

.description{
	background-color: #F5F2E5;
	border-radius: 50px;
	padding-top: 30px;
}
.description h1{
	font-size: 52px;
	font-weight: 900;
	text-align: center;
	margin: auto;
	max-width: 658px;
	background: linear-gradient(133deg, #F8C95B 0%, #FF411C 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.description ul{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 98px 112px 60px 112px;
}
.description ul li{
	width: 50%;
	box-sizing: border-box;
}
.description ul li p{
	font-size: 28px;
	color: #463F5D;
	font-weight: 900;
	margin-left: 118px;
	max-width: 514px;
}
.description ul li div img{
	width: 100%;
}

.contact{
	margin-top: 146px;
	text-align: center;
}
.contact h1{
	color: #463F5D;
	font-size: 52px;
	font-weight: 900;
}
.contact p{
	font-size: 28px;
	font-weight: 900;
	margin-top: 35px;
	margin-bottom: 67px;
}
.contact p a{
	color: #FE9940;
	text-decoration: none;
	word-wrap: break-word;
}
.contact img{
	width: 100%;
}
@media screen and (max-width: 1199px){
	header{
		flex-direction: column;
		padding: 0 20px;
		padding-top: 20px;
	}
	header div{
		margin-bottom: 20px;
	}
	nav{
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	nav a{
		margin-bottom: 20px;
	}
	header nav a+a{
		margin-left: 0;
	}
	.description{
		margin: 0 0!important;
		text-align: center;
	}
	.description h1 img{
		display: none;
	}
	.description ul{
		padding-left: 10px;
		padding-right: 10px;
	}
	.description ul li{
		width: 100%;
		margin-bottom: 60px;
	}
	.description ul li p{
		margin-left: 0px;
		max-width: 100%;
	}
	.description ul li div{
		text-align: center;
		margin: auto;
	}
}
@media screen and (max-width: 1499px){
	.introduction ul{
		margin: auto;
		margin-bottom: 40px;
	}
  .introduction .phone{
	width: 100%;
  	position: relative;
	text-align: center;
  }
  .description{
	  margin: 0 40px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1920px){
	.description{
		  margin: 0 40px;
	}
}