* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 14px;
}
body {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #fff;
}
img {
  border: none;
}
input {
  padding: 1px;
  vertical-align: middle;
  line-height: normal;
}
ul {
  clear:both;
  overflow:hidden;
  width: 100%;
}
ul, li {
  list-style:none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,img {
  border: 0
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal
}
ol,ul {
  list-style: none
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.tl {
  text-align: left;
}
.clear {
  height:0px;
  clear:both;
  font-size:0px;
  line-height:0px;
  zoom: 1;
}
.head {
  height: 76px;
  background-color: #000;
}
.head .inner {
  display: flex;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.head .logo {
  display: flex;
  width: 300px;
  height: 100%;
  align-items: center;
  justify-content: center;
  /* background-color: #0786f7; */
  background-image: linear-gradient(to right, #6B65E2 , #3F38C0);
  font-size: 26px;
  color: #fff;
  text-decoration: none;
}
.head .nav {
  width: 800px;
  height: 20px;
  line-height: 20px;
  text-align: left;
}
.head .nav a {
  display: inline-block;
  margin: 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.head .nav .active {
  text-decoration: underline;
}
.head .share {
  width: 87px;
  height: 20px;
}
.head .share img {
  width: 100%;
}
.p1 {
  height: 852px;
  background: url('../img/banner.png') no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.p1 .inner {
  width: 1200px;
  height: 50%;
  margin: 15% auto;
}
.p1 .f1 {
  padding-bottom: 40px;
  text-align: center;
  font-size: 84px;
}
.p1 .f2 {
  padding-bottom: 40px;
  text-align: center;
  font-size: 34px;
}
.p1 a {
  display: block;
  margin: 0 auto;
  width: 260px;
  height: 67px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 67px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.p2 {
  padding: 100px 0;
  background-color: #fff;
  height: auto;
  overflow: hidden;
}
.p2 .inner {
  width: 1200px;
  margin: 0 auto;
}
.p2 .title {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  background-image: linear-gradient(135deg, #9e50f8, #0a66b9);
  -webkit-background-clip:text;
  color: transparent;
}
.p2 .f1 {
  padding-top: 50px;
  text-align: center;
  font-size: 28px;
  color: #666;
  line-height: 36px;
}
.p3 {
  padding: 80px 0;
  height: auto;
  background-color: #4133c8;
  overflow: hidden;
}
.p3 .inner {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.p3 .title {
  padding-bottom: 112px;
  text-align: center;
  font-size: 50px;
  text-shadow: 2px 4px 6px rgba(0,0,0,.5);
}
.p3 .content {
  display: flex;
  justify-content: space-between;
}
.p3 .box {
  width: 30%;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 30px;
}
.p3 .box .img-box {
  width: 120px;
  margin: 0 auto;
  text-align: center;
}
.p3 .box .img-box img {
  width: 0%;
}
.p3 .box .sub-title{
  font-size: 28px;
  padding: 30px;
}
.p3 .box .sub-title-2{
  font-size: 24px;
  padding-bottom: 30px;
}
.p3 .box .f2{
  font-size: 16px;
  line-height: 30px;
}
.p4 {
  padding: 80px 0;
  height: auto;
  overflow: hidden;
}
.p4 .inner {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.p4 .title {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  background-image: linear-gradient(135deg, #9e50f8, #0a66b9);
  -webkit-background-clip:text;
  color: transparent;
}
.p4 .content {
  padding-top: 80px;
  height: auto;
  overflow: hidden;
  justify-content: center;
}
.p4 .content img {
	width: 30%;
	display: inline-block;
	margin-left: 3%;
	border-radius: 10%;
}
	
.p5 {
  padding: 80px 0;
  height: auto;
  background-color: #4133c8;
  overflow: hidden;
}
.p5 .inner {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.p5 .title {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 2px 4px 6px rgba(0,0,0,.5);
}
.p5 .content {
  padding-top: 80px;
  height: auto;
  overflow: hidden;
  justify-content: center;
}
.foot {
  background-color: #000;
}
.foot .inner {
  display: flex;
  padding: 80px 0;
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  justify-content: space-between;
}
.foot .list {
  width: 30%;
}
.foot .list .title {
  padding-bottom: 30px;
  text-align: left;
  font-size: 18px;
  color: #939393;
}
.foot .list .f1 {
  text-align: left;
  padding-bottom: 20px;
  font-size: 20px;
}
.foot .list .f2 {
  text-align: left;
  padding-bottom: 50px;
  font-size: 14px;
  line-height: 24px;
}
.foot .list .f3 {
  text-align: left;
  font-size: 14px;
}
.foot .list .f3 span {
  text-align: left;
  font-size: 16px;
  color: #939393;
}
.foot .list .icon {
  text-align: left;
}