*{
	margin: 0;
	padding: 0;
}
ul,li{
	list-style: none;
}
h2{
	font-size: 2.5rem;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 36px;
}
p{
	font-size: 1.75rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 60px;
}
body{
	background: url('imgs/bg_background.png'),#5379FB;
	background-repeat: no-repeat;
	font-family: Microsoft YaHei;
}

header{
	background-color: rgba(255, 255, 255, 0.26);
}

nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 98px;
	padding-right: 43px;
}
.logo-box{
	display: flex;
	align-items: center;
}
.logo-box img{
	max-width: 100%;
	vertical-align: middle;
}
.logo-box img+img{
	margin-left: 40px;
}
nav ul{
	display: flex;
}
nav ul li{
	background: #FFFFFF;
	border-radius: 30px;
	padding: 0 40px;
	height: 60px;
	line-height: 60px;
}
nav ul li a{
	color: #6487FA;
	text-decoration: none;
	font-size: 1.625rem;
}
nav ul li+li{
	margin-left: 50px;
}
.title{
	font-family: Microsoft YaHei;
	margin-left: 10rem;
	margin-top: 362px;
	margin-bottom: 476px;
}
.title h1{
	font-size: 6.25rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 180px;
}
.title p{
	font-size: 3.75rem;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.77;
}
footer{
	background: rgba(143, 169, 251, 0.67);
}
.info{
	padding: 40px 198px 80px 160px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.contact{
	text-align: center;
	padding: 70px 0 128px;
}

@media screen and (max-width: 1360px){
  nav{
  	/* display: flex;
  	justify-content: space-between;
  	align-items: center;
  	padding-left: 98px;
  	padding-right: 43px; */
	flex-direction: column;
  }
  .logo-box{
	margin-top: 20px;
	margin-bottom: 20px;
  }
  nav ul li{
	  margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px){
	html{
		font-size: 10px;
	}
	.info{
		padding: 40px 40px 80px 40px;
	}
	.contact{
		text-align: center;
		padding: 70px 40px 128px;
	}
}
@media screen and (max-width: 600px){
	nav{
		padding-left: 20px;
		padding-right: 20px;
	}
  nav ul{
	  flex-direction: column;
	  text-align: center;
	  align-items: center;
  }
  nav ul li{
	  width: 100%;
  }
  nav ul li+li{
  	margin-left: 0;
  }
  .title{
  	font-family: Microsoft YaHei;
  	margin-left: 20px;
  }
  .title h1{
	font-size: 5rem;
  }
  .title p{
  	font-size: 2.75rem;
  }
}