.banner{
    width: 100%;
    height: 600px;
    text-align: center;
    padding: auto;
	position: relative;
	top: 0;
	left: 0;
}
.banner >img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 0;
	transform: translate(-50%,-50%);
	height: 100%;
}
.solution-nav-box{
    height: 100%;
    width: 100%;
    background: #FFFFFF;
}
.solution-nav{
    height: 56px;
    width: 1200px;
    margin: 0 auto;
}
.solution-nav ul li{
    float: left;
    width: 150px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #3A426B;
    font-size: 16px;
}
.solution-nav >ul >li >a{
    display: block;
}
.solution-nav ul li:hover{
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 2px solid #5F9DFB;
    background: -moz-linear-gradient(top, #E1EDFF 0%, #F1F7FF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1EDFF), color-stop(100%,#F1F7FF));
    background: -webkit-linear-gradient(top, #E1EDFF 0%,#F1F7FF 100%);
    background: -o-linear-gradient(top, #E1EDFF 0%,#F1F7FF 100%);
    background: -ms-linear-gradient(top, #E1EDFF 0%,#F1F7FF 100%);
    background: linear-gradient(to bottom, #E1EDFF 0%,#F1F7FF 100%);
}
.solution-nav-pitch{
    box-sizing: border-box;
    border-bottom: 2px solid #5F9DFB;
    background: -moz-linear-gradient(top, #E1EDFF 0%, #F1F7FF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1EDFF), color-stop(100%,#F1F7FF));
    background: -webkit-linear-gradient(top, #E1EDFF 0%,#F1F7FF 100%);
    background: -o-linear-gradient(top, #E1EDFF 0%,#F1F7FF 100%);
    background: -ms-linear-gradient(top, #E1EDFF 0%,#F1F7FF 100%);
    background: linear-gradient(to bottom, #E1EDFF 0%,#F1F7FF 100%);
}
.topBoo{
    background: #F1F7FF;
    opacity: 1.2;
    height: 20px;
    width: 100%;
}
.solution-section{
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    padding-bottom: 62px;
}
.solution-section >a{
    display: block;
    position: relative;
    margin-bottom: 38px;
}
.tit{
    color: #FFFFFF;
    position: absolute;
    font-size:36px;
    font-weight:400;
    width: 100%;
    top: 376px;
    text-align: center;
    z-index: 14;
}
.del{
    color: #FFFFFF;
    position: absolute;
    font-weight:400;
    font-size: 14px;
    top: 436px;
    width: 100%;
    margin-top: 24px;
    text-align: center;
    z-index: 14;
}
.solution-banner{
	width: 100%;
	height: 812px;
	text-align: center;
	padding: auto;
}
.solution-banner >img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 0;
	transform: translate(-50%,-50%);
	height: 100%;
}
.solution-banner-1{
	width: 100%;
	height: 812px;
	text-align: center;
	padding: auto;
}
.solution-banner-1 >img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 0;
	transform: translate(-50%,-50%);
	/* height: 100%; */
}
.solutionJunior-banner-float{
	z-index: 14;
}


