.textContent{
	text-align: center;
}
.concent{

}
@media (min-width: 1025px){
	.concent{
	    width: 60%;
	    max-width: 700px;
	    text-align: center;
	    margin: 20px auto;
	    font-size: 12px;
	    line-height: 1.6;
	    font-family:Futura, Microsoft Yahei, STHeiti, Arial;
	}

	.boxType5-component:nth-child(odd)>.boxText {
	    float: right;
	}
	.boxType5-component:nth-child(odd)>.boxPic {
	    float: left;
	}
	#titleBox {
	     margin-bottom: 0px; 
	}
	#breadTitleBox{
	    position: relative;
	        padding: 0 80px;
	}
	#breadTitleBox>.titleBtn{
        line-height: 32px;
	    font-size: 12px;
	    font-family: Futura, Microsoft Yahei, STHeiti, Arial;
	    text-transform: uppercase;
	    margin: 20px;
	    display: inline-block;
	}
	#breadTitleBox>.titleBtn:hover,#breadTitleBox>.titleBtn.active{
		text-decoration: underline;
	}
	#breadTitleBox>.title {
	    text-align: center;
	    line-height: 130px;
	    font-size: 32px;
	    font-family: SuperiorTitle, Microsoft Yahei, STHeiti, Arial;
	    border-bottom: 1px solid #c0c0c0;
	    text-transform: uppercase;
	}

	#breadTitleBox>.breadBox {
	    border-top: 1px solid #c0c0c0;
	    border-bottom: 0px;
	    font-size: 12px;
	    font-family: Futura, Microsoft Yahei, STHeiti, Arial;
	}
	#breadTitleBox>.breadBox {
	    text-align: left;
	    line-height: 65px;
	    vertical-align: middle;
	    position: relative;
	}

	#breadTitleBox>.breadBox>span {
	    color: #c0c0c0;
	}

	#breadTitleBox>.breadBox>a {
	    color: #000;
	}

	#breadTitleBox>.breadBox>a:hover {
	    text-decoration: underline;
	}
	.maskBox{
		width: 50%;
	    position: absolute;
	    top: 50%;
	    transform:translateY(-50%);
        right: 10%;
	    text-align: center;
	}
	.maskBox>.smollTitle{
		text-transform: uppercase;
	}
	#indexImg{
		padding:0 80px;
	}
	#indexImg .loadImgSingle{
		width: 100%;
		display: inline-block;
	}
	.col-left,.col-right{
		display: inline-block;
		width: calc(50% - 40px);
		font-size: 0;
	}
	.col-left{
		float: left;
	}
	.col-right{
		float: right;
		margin-left: 80px;
	}
	.col-left img,.col-right img{
	    display: inline-block;
	    width: 100%;
	    height: auto;
	}
	.smallText {
		text-align: left;
		padding: 20px 0;
	}
}
@media (max-width: 1025px){
	.concent{
		width: 100%;
		padding:20px;
	}
	.section-container.boxType5-component>.boxText {
		background-color: #e4e4e4;
	    padding: 20px;
	    text-align: center;
	}
	.boxType5-component+.boxType5-component{
		margin-top: 20px;
	}
	.boxType5-component>.boxPic {
	    float: left;
	    width: 100%;
	    height: 250px;
	    border:20px solid #e4e4e4;
	    background-position: center;
	    background-repeat: no-repeat;
	}
}
/*# sourceMappingURL=about-history.css.map*/