@charset "utf-8";
.content{
				border-top: 1px #ddd solid;
				padding: 50px 0;
			
			}
			.tit{
				color: #333333;
				font-size: 40px;
				letter-spacing: 2px;
				font-weight: 600;
				padding-bottom: 30px;
			}
			.tit span{
				font-size: 28px;
				color: #999999;
				letter-spacing: 0;
				font-weight: 300;
			}
			.con_left,.con_right{
				width: 580px;
				height: 600px;
				background-color: #DDDDDD;
				overflow: hidden;
				/*position: relative;*/
			}
			.con_left{
				background: url(../images/bg1.png) no-repeat;
			}
			.con_right{
				background: url(../images/bg2.png) no-repeat;
			}
			.con_left:hover,.con_right:hover{
				box-shadow:0px 0px 1px 1px rgba(0,0,0,0.3);
			}
			.son{
				height: 180px;
				padding: 10px;
				background-color: #eeeeee;
				margin-top: 400px;
				position: relative;
			}
			.son:hover{
				height: 300px;
				margin-top: 280px;
			}
			.son_logo{
				padding: 15px;
			}
			/*.son_logo img{
				max-width: 100px;
			}*/
			.btn{
				position: absolute;
				right: 20px;
				top: 30px;
			}
			.btn a{
				display:block;
				font-size: 15px;
				color: #fff;
				background-color: #5ac9fb;
				border-radius: 10px;
				padding: 12px 20px;
			}
			.neirong{
				margin-top: 10px;
				padding:0 10px;
				color: #555;
				letter-spacing: 1px;
				font-size: 16px;
				line-height: 35px;
				height: 70px;
				overflow: hidden;
			}
			
			.qixia{
				padding:30px 15px;

			}
			.qixia h1{
				color: #333;
				font-size: 20px;
				line-height: 40px;
				float: left;
			}
			.app1,.app2{
				float: left;
				width: 80px;
				height: 80px;
				margin-left: 20px;
				border-radius: 10px;
				background-color: #FFffFF;
			}
			.h300{
				height: 300px;
			}