@charset "utf-8";
/* CSS Document */

.content{
	width:1200px;
	height:600px;
	margin:0 auto;
}

.content .con_title{
	text-align:center;
	font-size:36px;
	color:#333333;
	line-height:180px;
}

.con_tab{
	width:1000px;
	margin:0 auto;
}

.con_tab tr td img{
	padding-left:18px;	
}

.con_btn{
	width:1200px;
	margin:0 auto;
}

.con_btn_a{
	
	width:160px;
	margin:100px auto;
}

.content_text{
	width:1200px;
	margin:0 auto;
	height:599px;
	background-image:url(../images/appDowJpg.png);
	color:#FFF;
}

.content_text .con_text{
	margin-left:800px;
	width:320px;
	position: relative;
	top: 50%; 
	transform: translateY(-50%);
}

.content_text .con_text .con_text_title{
	line-height:50px;
	font-size:36px;
}

.content_text .con_text .con_text_p{
	font-size:14px;
	line-height:25px;
	margin-top:30px;
}

.content_text .con_text .con_text_btn{
	margin-top:30px;
}