.banner .title h1 .pro-name{
	font-size: 62px;
	line-height: 94px;
	padding-top: 110px;
}
.banner .title h1 .sch-name{
	display: inline-block;
	border-radius: 10px;
	margin-top: 40px;
	font-size: 41px;
	letter-spacing: 2px;
	color: #fff;
	padding: 1rem 88px;
	background-color: #0148dd;
}

.inf .currency-tit{
	margin-top: 80px;
	margin-bottom: 70px;
}
.inf .content{
	padding-left: 80px;
	padding-right: 80px;
	font-size: 20px;
	color: #777;
	line-height: 34px;
	padding-bottom: 78px;
}

.baom{
	height: 645px;
	background-image: url(../images/c-bg-01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.project-row{
	height: 100%;
	display: -webkit-flex;
	display: flex;
}
.project-item{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
}
.project-item .group{
	
}
.project-name{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,.8);
	border-radius: 50%;
	width: 296px;
	height: 296px;
	font-size: 28px;
	color: #0148dd;
	text-align: center;
	line-height: 50px;
}
.pro-name-bg{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background-color: #fff;
}
.project-btn{
	width: 246px;
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
	margin-top: 68px;
	color: #0148dd;
	background-color: #fff;
	border-radius: 16px;
	padding-top: .8rem;
	padding-bottom: 1rem;
	transition: all .5s;
	box-shadow: 0 0 4px #0148dd;
}
.project-btn:hover{
	background-color: #0148dd;
	color: #fff;
	box-shadow: 0 0 4px #fff;
}

.basic{
	padding-top: 78px;
}
.basic .ls-td{
	color: #0148dd;
}
.basic .ls-td .ls-dl{
	font-size: 22px;
	color: #000;
}
.basic .ls-td:last-of-type{
	width: 80%;
	text-align: left;

}
.basic .ls-td:last-of-type .ls-dl{
	padding: 1rem 0;
	padding-left: 60px;
	line-height: 42px;
}
.basic .more{
	text-align: center;
	padding-top: 80px;
	padding-bottom: 84px;
}
.basic .more a{
	color: #0148dd;
	font-size: 24px;
	line-height: 2em;
	border-bottom: 1px solid #0148dd;
}
