@charset "utf-8";
/* CSS Document */
.page {
	background: none  #d8dcf2;
}
.head .logo .sub {
	display: none;
}
.head .user {
	display: none;
}
.head + .content .index {
    height: calc(100% - 50px);
}

.foot {
	background-color: transparent;
}
.foot:after {
	display: none;
}
.index {
	min-height: 760px;
	background:  url(../images/index-pic.png) no-repeat center top
}
.index .wrapper {
	position: relative;
	height: 100%;
}
.index .text {
	position: absolute;
	left: 0;
	top: 70px;
}
.index .text h1 {
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
	color: #5468ff;
}
.index .text h2 {
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
	color: #3a416f;
}
.index a:hover {
	opacity: .8;
}
.index .btn-new {
	position: absolute;
	left: 0;
	top: 220px;
}
.index .btn-group {
	position: absolute;
	left: 0;
	top: 330px;
}
.index .btn-group a + a {
	margin-left: 10px;
}
.index .intro {
	display: flex;
	position: absolute;
	left: 50%;
	top: 565px;
	width: 1200px;
	height: 186px;
	margin-left: -600px;
	background: url("../images/index-intro-bg.png") no-repeat;
	box-shadow: 0 0 20px rgba(40,51,135,.06);
}
.index .intro dl {
	flex: 1;
	padding: 30px 20px 0 100px;
	border-right: 1px solid #fff;
	background-position: 20px center;
	background-repeat: no-repeat;
}
.index .intro dl:last-child {
	border-right: 0;
}
.index .intro dl:nth-child(1) {
	background-image: url("../images/index-intro-icon1.png");
}
.index .intro dl:nth-child(2) {
	background-image: url("../images/index-intro-icon2.png");
}
.index .intro dl:nth-child(3) {
	background-image: url("../images/index-intro-icon3.png");
}
.index .intro dl:nth-child(4) {
	background-image: url("../images/index-intro-icon4.png");
}

.index .intro dt {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 26px;
	color: #666666;
}
.index .intro dd {
	font-size: 14px;
	line-height: 22px;
	color: #bcbcbc;
}