.index {
  width: 100%;
	height: 100vh;
  background: url(../Css/images/index-bg.jpg) no-repeat;
	background-size: cover;
	overflow: auto;
}
/*top-bar*/
#top-bar {
  background-color: transparent;
  border-bottom: 0;
  height: auto;
}
.top-right a {
	color: #fff;
  line-height: 14px;
  margin-top: 20px;
}
.top-right .login i {
	background: url(../Css/images/icon-list-new.png) no-repeat -95px 0;
}

.top-right .signin i {
	background: url(../Css/images/icon-list-new.png) no-repeat -93px -17px;
}

/*main*/
.index-con {
  min-height: 380px;
  background: url(../Css/images/index-pic.png) no-repeat center top;
}
.index-con .title {
  text-align: center;
  padding: 90px 0 0 120px;
}
.index-con ul {
  margin-top: 160px;
  width: 1150px;
  padding: 0 25px;
  height: 282px;
  background-color: #236dec;
  border-top: 6px solid #5fbfff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-con ul li {
  width: 370px;
  height: 230px;
  margin-top: 24px;
}
.index-con ul li:first-child {
  background: url(../Css/images/data-bg-1.jpg) no-repeat center bottom;
}
.index-con ul li:nth-child(2) {
  background: url(../Css/images/data-bg-2.jpg) no-repeat center bottom;
}
.index-con ul li:last-child {
  background: url(../Css/images/data-bg-3.jpg) no-repeat center bottom;
}
.index-con ul li h4 {
  width: 100%;
  text-align: center;
  height: 64px;
  line-height: 64px;
  background-color: #5fbfff;
}
.index-con ul li h4 a {
  font-size: 22px;
  color: #fff;
  font-family: 'themeFont';
}
.index-con ul li p {
 padding: 24px;
 font-size: 14px;
 line-height: 28px;
 text-indent: 2em;
 cursor: pointer;
}

/*footer*/
#footer {
  background-color: transparent;
  margin-top: 30px;
}