.aboutText{
    font-size: 44px;
	display: flex;
	align-items: center;
}
.aboutText span:nth-child(1) {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: #FFFFFF;
	box-shadow: 0px 3px 9px 0px rgba(21,53,126,0.7100);
	border-radius: 50%;
	margin: 0 15px;
}
.about-second{
    width: 900px;
}
.about-second-t{
    padding: 200px 0px 30px 100px;
    font-size: 36px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
}
.about-second-t span:first-child{
    margin-bottom: 15px;
}
.about-second-t span:last-child{
    margin-bottom: 15px;
    font-weight: 700;
    color: #448AEA;
}
.about-second-c{
    padding-left: 100px;
    line-height: 32px;
	text-indent: 2em;
}
.about-second-b{
    padding: 200px 0 0 100px;
    display: flex;
}
.about-second-icon-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-right: 94px;
}
.about-second-icon-item-b{
    color: #333;
}
.about-second-icon-item-t img{
    width: 40px;
    height: 40px;
}
.about-second-right-bot{
    position: absolute;
    right: 0;
    bottom: 0; 
}
.about-second-main{
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.about-second-right{
    /* display: flex; */
    position: relative;
}
.about-second-right-top{
    display: flex;
    justify-content: flex-end;
    /* position: absolute; */
}
.about-second-right-1{
    width: 276px;
    height: 600px;
    background-color: #9BB9E2;
    opacity: 0.24;    
}
.about-second-right-2{
    width: 276px;
    height: 600px;
    background-color: #9BB9E2;    
}
.about-third{
    background-image: url('../images/about-third-one.jpg');    
    display: flex;    
    background-size: cover;
}
.about-third-item{
    width: 33%;
    color: #fff;
}
.about-third-one{
    border-right: 2px solid #9493934d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-third-one-main{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-third-one-main span:first-child{
    font-size: 30px;
}
.about-third-one-main span:last-child{
    /* width: 340px; */
    margin-top: 80px;
    line-height: 26px;
	text-align: center;
}
.about-third-two{
    border-right: 2px solid #9493934d;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.about-third-two-t{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;    
}
.about-third-two-t span:first-child{
    font-size: 36px;
    margin-bottom: 20px;
}
.about-third-two-t span:last-child{
    font-size: 30px;
}
.about-third-two-b{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 160px;
}
.about-third-two-b span:first-child{
    font-size: 30px;
}
.about-third-two-b span:last-child{
    margin-top: 80px;
    /* width: 300px; */
    line-height: 26px;
}
.about-third-three{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-third-three-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.about-third-three-main span:first-child{
    font-size: 30px;
}
.about-third-three-main span:last-child{
    /* width: 340px; */
    margin-top: 80px;
    line-height: 26px;
}
.about-four{
    display: flex;
}
.about-four-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 100px;
}
.about-four-right-t{
    display: flex;
    flex-direction: column;
}
.about-four-right-t span:first-child{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 18px;
}
.about-four-right-t span:last-child{
    font-size: 26px;
    color: #448AEA;
}
.about-four-right-c{
    line-height: 28px;
    color: #666666;
    margin: 55px 0;
    font-size: 15px;
}
.about-four-right-b-item{
    display: flex;
}
.about-four-right-b-item span{
    width: 120px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/about-unchecked.png');
    background-size: cover;
    margin-right: 65px;
    cursor: pointer;
}
.about-four-right-b-item-hover{
    background-image: url('../images/about-checked.png')!important;
}
.about-four-right-c{
    min-height: 135px;
}
.dengKuan{
    /*等宽字体 Menlo、Monaco、Courier New、monospace */
    font-family: Menlo;
}