
.about1{
	width: 58%;
	float: right;
}
.about2{
	width: 19%;
	float: left;
}
.top_content{
	width: 320px;
	position: absolute;
	top: 20%;
	right: 55%;
	text-align: center;
}
.tc_title{
	width: 100%;
	line-height: 0;
	margin-bottom: 10px;
	text-align: center;
}
.tc_title img{
	width: 40%;
}

.tc_mint{
	width: 100%;
	font-size: 18px;
	color: #0F0F0F;
	margin-top: 16px;
	margin-bottom: 6px;
}
.tc_text{
	width: 100%;
	font-size: 14px;
	color: #0F0F0F;
	text-align: left;
	line-height: 26px;
}
.tc_text div{
	margin-bottom: 10px;
}

@media only screen and (min-width: 1260px) {
	
	.top_content{
		width: 350px;
		top: 14%;
	}
	.tc_mint{
		font-size: 20px;
	}
	.tc_img{
		width: 200px;
	}
	.tc_text{
		font-size: 17px;
		margin-top: 20px;
	}
}

@media only screen and (min-width: 1600px) {
	
	.tc_text{
		margin-top: 30px;
		line-height: 36px;
	}
}

.hosb_bot{
	width: 100%;
	overflow: hidden;
	background: #3277FD;
	padding: 38px 15px 10px 15px;
	box-sizing: border-box;
	position: relative;
}
.ibb_text , .ibb_text2{
	position: absolute;
    width: 864px;
    bottom: 26px;
    left: 50%;
    margin-left: -432px;
    font-size: 14px;
    color: #FFFFFF;
	text-align: center;
}
.ibb_text2{
	bottom: 6px;
}
.ibb_text span, .ibb_text2 span{
	margin-right: 20px;
}
.ibb_text a, .ibb_text2 a{
	color: #fff;
	text-decoration: none;
}
.ibb_text2 span{
    position: relative;
    padding-left: 24px;
    box-sizing: border-box;
	margin-right: 0;
}
.ibb_text span img, .ibb_text2 span img{
	width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
