@CHARSET "UTF-8";
html{
	width:16rem;
	overflow-x:hidden;
}
/*********banner***************/
.layout_banner_image{
	width:16rem;
	height:10rem;
	overflow:hidden;
	position:relative;
}
.layout_banner_image img{
	width:100%;
	height:100%;
}
.layout_banner_text{
	position:absolute;
	top:20%;
	left:20%;
	color:white;
	text-align:center;
	padding:0.8rem 0.5rem;
}
.layout_banner_text>div:first-child{
	font-size:0.8rem;
	font-weight:bold;
	line-height:1.5rem;
}
/************banner下面的标题********************/
.layout_banner_title{
	height: 3rem;
    border-bottom: 1px solid #eee;
    font-size: 1rem;
    color: #489cee;
    text-align: center;
    line-height: 3rem;
    font-weight: bold;
}
/*************主色调*******************/
.themes_color{
	color:#489cee;
}
/***********大数据教育下的子页面的布局********************/
.layout_seconed_nav{
	text-align:center;
}
.layout_seconed_nav>a{
	display:inline-block;
	padding:0.5rem 0.3rem;
}
.layout_bigDataChild_content{
	width:16rem;
	padding:0 1rem 1rem 1rem;
	color:#777;
	line-height:1rem;
	text-align:justify;
}
.layout_bigDataChild_content_text1{
	font-size:0.8rem;
	font-weight:bold;
	width:16rem;
	border-bottom:1px solid #ccc;
	margin-left:-1rem;
	height:1.5rem;
	margin-bottom:0.5rem;
	margin-top:1rem;
	text-align:center;
}
.layout_bigDataChild_content_text2{
	font-weight:bold;
	margin-bottom:0.5rem;
	margin-top:0.5rem;
}
.layout_bigDataChild_bottom_content{
	background:#489cee;
	width:16rem;
	height:6rem;
	color:white;
	text-align:center;
}
.layout_bigDataChild_bottom_content>div:nth-child(1){
	padding-top:2rem;
}
.layout_bigDataChild_bottom_content>div:nth-child(2){
	height:2rem;
	line-height:2rem;	
}
.layout_bigDataChild_content_image{
	width:16rem;
	height:8rem;
	margin-left:-1rem;
}
.layout_bigDataChild_content_image>img{
	width:100%;
	height:100%;
}
.layout_bigDataChild_contentHide{
	display:none;
}
.layout_bigDataChild_contentShow{
	display:block;
}
/*************新闻的banner********************/
.layout_news_banner{
	height:10rem;
	width:16rem;
}
.layout_news_banner img{
	width:100%;
	height:100%;
}
.layout_news_content{
	font-size:0.6rem;
	color:#666;
	line-height:1.4rem;
	width:16rem;
	padding:1rem;
	text-align:justify;
}
.layout_news_content a{
	color:#444;
}
.layout_news_header_text1{
	color:#333;
	font-weight:bold;
	font-size:0.8rem;
}
.layout_news_header_text2{
	margin-top:0.2rem;
	padding-bottom:0.5rem;
}
.layout_news_header_text2>span{
	color:#aaa;
}
.layout_news_header_text2 a{
	color:#489cee;
}
.layout_news_content_text1{
	margin-top:0.5rem;
}
.layout_news_content_text2{
	margin-top:1rem;
}
.layout_news_content_images{
	margin:0.5rem 0  0.5rem -1rem;
	width:16rem;
	height:8rem;
}
.layout_news_content_images>img{
	width:100%;
	height:100%;
}
.layout_news_content_text3>a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:14rem;
	display:inline-block;
}
.layout_news_content_text4{
	text-align:center;
	color:#666;
	line-height:1.4rem;
}
.layout_news_content_title{
	font-weight:bold;
}
/***********执行系统****************/
.layout_executiveChildern_content{
	width:16rem;
	padding:0 1rem 1rem 1rem;
	color:#777;
	line-height:1rem;
	text-align:justify;
}
/**********子模块的解决方案************/
.layout_solution_content{
	margin-bottom:1rem;
}
.layout_solution_title{
    height: 3rem;
    border-bottom: 1px solid #eee;
    font-size: 1rem;
    color: #489cee;
    text-align: center;
    line-height: 3rem;
    font-weight: bold;
}
.layout_solution_img{
	width:16rem;
	height:7rem;
}
.layout_solution_img>img{
	width:100%;
	height:100%;
}
.layout_solution_description{
	text-align:justify;
	line-height:1rem;
	margin:0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color:#999;
}
.layout_solution_more{
	text-align:center;
	padding-top:0.5rem;
}
.layout_solution_more>a{
    display: inline-block;
    width: 5rem;
    height: 1.7rem;
    border: 1px solid #489cee;
    font-size: 0.7rem;
    color: #489cee;
    line-height: 1.6rem;
    text-align: center;
    border-radius:1.5rem;
}
.layout_solution_nav{
	text-align:center;
}
.layout_solution_nav>a{
	display:inline-block;
	padding:0.8rem 0.3rem;
}
.layout_solution_show{
	display:block;
}
.layout_solution_hide{
	display:none;
}
.layout_solution_list{
	padding-left:1rem;
}
.layout_solution_list>a{
	display:block;
	color:#666;
	margin-bottom:0.5rem;
}
/***********智能制造下的执行系统****************/
.layout_executive_content{
	margin-bottom:1rem;
}