.left{
	float: left;
}
.right{
	float: right;
}
.bg-grey{
	background: #f7f8f9;
}
.bg-write{
	background: #fff;
}
.mgt180{
	margin-top: 180px;
}
.pdt370{
	padding-top: 370px;
}
.mgb180{
	margin-bottom: 180px;
}
.f40{
	font-size: 40px;
}
.f20{
	font-size: 20px;
}
.font-color-grey{
	color: #333;
}
.headertop{
	height: 77px;
	line-height: 77px;
	width: 90%;
	margin:0 auto;
}
.headertop a:link,
.headertop a:visited{
	color:#666;
	font-weight: bold;
}
/*.download{
	position: absolute;
	left: 10%;
	bottom: 20%;
}*/
.text-content{
	color:#555;
	font-family: YouYuan;
	line-height: 40px;
}
.text-content h2{
	font-size: 40px;
}
.text-content p{
	font-size: 24px;
}
.img-content{
	margin-bottom: -80px;
}
.bottom{
	padding: 195px 0 0;
	background: url(http://picturesource.cctin.com/bot-bg.png) no-repeat top center;
	text-align: center;
	color: #fff;
	line-height: 60px;
}
.bottom h2{
    font-size: 40px;
}


.records{
	font-size: 12px!important;
	color: #bdb8ff;
	padding-bottom: 30px;
	line-height: 30px;
}

@media (min-width: 768px) {
	.download-m{
		display: none;
	}
    .menu-tp{
		width: 520px!important;
		position: absolute;
		left: 50%;
		margin-left: -530px!important;
		bottom:180px;
	}
	.menu-bt{
		width: 400px;
		margin:0 auto;
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.menu-bt .right img{
		width: 93%;
		padding: 10px;
		border-radius: 10px;
		background: #fff;
	}
	.menu-bt .bot img{
		padding: 0;
	}

}

@media (max-width: 768px) {
    .ban{
    	display: none;
    }
    .download-m{
    	padding: 20px 0;
    	display: block;
    	 background: -webkit-linear-gradient(left, #0d96e8 , #0370c9); /* Safari 5.1 - 6.0 */
	    background: -o-linear-gradient(right, #0d96e8 , #0370c9); /* Opera 11.1 - 12.0 */
	    background: -moz-linear-gradient(right, #0d96e8 , #0370c9); /* Firefox 3.6 - 15 */
	    background: linear-gradient(to right, #0d96e8 , #0370c9); /* 标准的语法（必须放在最后） */
    }
    .menu-tp{
    	width: 100%;
    	text-align: center;
    	margin-top: 15px;
    }
    .right,
    .left{
    	float: none;
    }
    .container img{
    	margin:0 auto;
    }
    .mgt180{
    	margin-top: 50px;
    }
    .pdt370{
    	padding-top: 50px;
    }
    .img-content{
    	margin-bottom: 0;
    }
    .bottom {
	    padding: 50px 0 0;
	}
}