/*公共*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.svg);
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";

}
body{
	min-width: 300px;
}
.text_center{
	text-align: center;
}
.hr{
	margin-top: 20px;
	border:1px solid #ccc;
	height: 1px;
	width: 100%;
}
.navbar{
	margin-bottom: 0!important;
}
.child_img{
	width: 100%;
	height: auto;
}
.child_img img{
	width: 100%;
}
.child_title{
	height: 150px;
	width: 100%;
	border-bottom:1px solid #e7e7e7;
	padding-top: 20px;
	position:relative;
}
.chiild_cm{
	position:absolute;
	right:50px;
	top:50px;
	border:1px solid red;
	width:200px;
	font-size:28px;
}
.child_Chinese{
	text-align: center;
	font-size: 40px;
	color: #241e2a;
	margin-bottom:0;
}
.child_English{
	text-align: center;
	font-size:24px;
	color: #454445;
	margin-top: 0;
}

.child_box{
	border: 1px solid #b4b4b4;
	   display: block;
    width: 100%;
    text-align: center;
    border-radius: 0;
    margin: 20px auto;
  
}
.child_icon{
	height: 170px;
	width:30%;
	vertical-align: top;
	line-height:170px;

	display: inline-block;
}
.child_intro{
	display: inline-block;
	height: auto;
	width:70%;
	vertical-align: top;
	overflow: hidden;

}
.child_intro h4{
	margin-top: 20px;
	font-size:20px;
	font-weight: 500;
	color: #333333;
	text-align: center;
	display: block;
	height: 43px;
	line-height: auto;
}
.child_intro div{
	width: 100%;
	height: 120px;
	margin: 0 auto;
	line-height: 19px;
	font-size:12px;
	color: #666666;
	letter-spacing: 2px;
	overflow: hidden;
	text-overflow:ellipsis;
	text-align: center;
}
.child_content div a:hover{
	border: 1px solid #00d597;
}



/*app*/
.app_content{

}
.app_title:before{
	content: url(../img/product/icon.png);
	background-position: center;
    position: relative;
    top:0;
    margin-right: 10px;
}
.app_title{
	margin-top: 20px;
	width: 100%;
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}
.app_intro {
	width: 100%;
	word-wrap: break-word;
	margin-bottom: 15px;
}
.app_intro div{
   word-wrap: break-word;
   font-size: 14px;
}
.app_intro_title{
	color: #07a376;
}
.app_intro_content{
	text-indent: 28px;
}
.app_intro_img{
	text-align: center;
	height: auto;
	width: 100%;
}
.app_intro_img img{
	
}
.app_product{
	border: 1px solid #b4b4b4;
	height: 125px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
}
/*.app_product_content{
width: 100%;
padding-left: 10px;
padding-right: 10px;
}*/
.app_product_title{
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #333;
}
.app_product_content{
	height: 70px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;
	font-size: 13px;
}
/*高端网站建设*/
.card{
	width: 100%;
	display: inline-block;
text-align: center;
}

.arrow{
	width: 100%;
	display:none;
}
.glyphicon{
	color: #ccc;
}

/*数据*/
.date_main{
	padding-left:40px!important;
}
.date_title{
	color: #333333;
	font-size: 20px;
	margin-top: 20px;
	
}
.date_tit{
	color: #5d5d5d;
	font-size: 14px;
	margin-top: 20px;
}
.date_content{
	font-size: 14px;
	line-height: 28px;
	color: #333;
}
/*解决方案*/
.solution_content{
	color:#666666;
	font-size: 14px;
    line-height: 28px;
}
.img-responsive{
	margin: 30px auto;
}
.text_color{
	color: #333;
	margin-top:10px ;
	margin-bottom: 10px;
}
.text-indent{
	text-indent: 28px;
}
/*微服务*/
.img_text{
	height: 189px;
	text-align: center;
	padding-top: 70px;
}
/*响应式*/
@media (max-width: 460px) and (orientation: portrait){
	.child_intro div{
		height: 145px;
	}
	.app_intro_img img{
	width: 100%;
}
}
@media (min-width: 990px){
	.card{
		width:14.2%;
	}
	.arrow{
		width: 6.25%;
		display: inline-block;
	}
.card img{
	width:auto;
}
}
@media (max-width: 768px){
	.img_text{
	padding: 0!important;
	height: auto;
	}
	
}