.about-top-left-box{
	float: left;
	width: 63%;
	
}
.about-top-container{
	background-image: url(../img/other/ny_bg2.jpg);
	background-size: 100%;
	    overflow: hidden;
		    margin-top: 20px;
}
.about-top-right-box{
	float: right;
	width:36%
}
.about-top-title-line{
	    margin-top: 10px;
	width: 77px;
	height: 4px;
	background: #17328C;
	border-radius: 2px;
}
.about-top-title{
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 35px;
}
.about-top-left-box p{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
}
.about-bot-box{
	float: left;
	width:33.3%
}
.about-bot-smbox{
	    padding-bottom: 5px;
	background: #F0F3F8;
	border-radius: 20px 0px 20px 0px;
	    width: 92%;
		min-height: 758px;
}
.about-bot-smbox img{
	width: 100%;
	border-radius: 20px 0px 20px 0px;
}
.about-bot-smbox span{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 35px;
}
.about-bot-smbox-text{
    padding: 14px;
    background: #FFFFFF;
    border-radius: 20px 0px 20px 0px;
    margin: 15px;
	    min-height: 418px;
}
.about-bot-container {
    overflow: hidden;
    margin-top: 30px;
}
@media (max-width:1100px) {
	.about-top-right-box{
		display: none;
	}
	.about-top-left-box{
		width: 100%;
	}
	.about-bot-smbox img{
		display: none;
	}
	.about-bot-box{
		width: 100%;
	}
	.about-bot-smbox{
		width: 100%;
	}
	.about-bot-smbox-text{
		
	}
	.about-bot-smbox{
		 
		      min-height: 258px;
		      padding-top: 10px;
		      margin-bottom: 10px;
	}
	.about-bot-smbox-text{
		    min-height: 200px;
	}
	.about-bot-smbox-text{
		
	}
	.about-top-title{
		font-size: 22px;
	}
	.about-top-left-box p{
		font-size: 16px;
		line-height: 32px;
	}
}