


/*header nav*/

	a:hover{
		text-decoration:none !important;
	}
	.header{
		background-color: #151515;
		width:100%;
		}
	.layui-header{
		position: fixed !important;	/*头部导航悬浮在顶部*/
	}
/*	.header>a{
		position: relative;
	}
	
	*/
	.headnav>layui-this:after,.headnav .layui-this:after, .headnav .layui-nav-item:after{
		display: none !important;
	}
	
	

/*main-content*/
/*iframe主页面的容器*/
.main-content{
	float: left;
	margin-top:90px;
	margin-left: 3%;
	height:80%;
	width:70%;
}



/*无侧边栏时主页位置*/
.mainCont{
	float: left;
	margin-top:70px;
	margin-left: 10px;
	
}

/*无时间线侧边栏时的按钮*/
.content-list {
    min-height: 650px;
    width: 1700px;
    padding: 5% 20% 5% 10%;
}

.content-list ul{
	float: left;
    margin: 30px 0 0 0;
    width: 150px;
    height: 400px;
    
}
.content-list li{
	margin-bottom: 24px;
    width: 80%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    border: 2px solid #d1d1d1;
    border-radius: 6px;
    background: white;
    text-align: center;
}

/*标题选中时颜色显示*/
.content-link:hover, .content-link.current {
    color: #0598FD !important;
}

.content-link {
    cursor: pointer;
    font-weight: bold;
    color: #8590a6;
    }
.content-list li a{
	font-size: 18px;
}
/*正文位置*/
.textContent{
	float: left;
	margin-top: 15px;
	margin-left: 45px;
	width:1100px;
}
	/*正文标题*/
.textContent h1{
	font-size: 40px;
}

#content h4 {
    font-weight: bold;
    font-size: 20px;
}

#content img{
	width:20%;
	height: 20%;
}

.textContent p{
	font-size: 1.2em;
    text-indent: 2em;
}
#abouts{
	background: #e7eaf1;
}
/*vue未加载完成时不显示变量*/

[v-cloak] {
  display: none;
}

/*登录弹窗的样式*/
.zyl_lofo_main {
    background-color: rgba(255,255,255,0.15);
    width: 450px;
    height: 350px;
    position: absolute;
}
.zyl_mar_02 {
    margin-top: 30px;
}
.zyl_pad_01 {
    padding: 5px 20px 5px 20px;
}
.layui-elem-quote{background-color: inherit!important;}
.layui-input1{background-color: inherit; padding-left: 30px;}
.zyl_lofo_icon {
    position: absolute;
    left: 5px;
    top: 8px;
    font-size: 20px;
}
.layui-elem-field legend {
	margin-left: 0px;
	text-align:center;
	}
/*主页粒子线条区域*/
.backLine{
	/* margin-left:268px; */
	/* margin-left:568px; */
	text-align: center;
	position: absolute;
	
}

/*产品服务页-内容区域*/
/*背景*/
.voiceIdent-banner-bg{
	/* width: 800px; */
	line-height: normal;
	height:100%;
}
.service-item-content{
	width:890px;
	list-style: none;
}

.service-item-content li{
	width:30%;
	float:left;
	margin-left:20px;
	height:150px;
}
.service-item-content-title{
	font-size:20px;
	height: 38px;
	line-height: 38px;
	font-weight: 700;
}
.service-item-content-desc{
	font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
/*
*/

	/*p标签*/
.banner-desc{
	margin-top: 10px;
    width: 490px;
    line-height: 2;
    color: #657384;
	/* height:250px; */
	height:50px;
    font-size: 18px;
}

/*frameItem*/
.layadmin-iframe{
	width:950px;
	margin-left:20px;
	height:100%;
}

.frameItem h1{
	font-size: 50px;
}
.frameItem h4{
	font-size: 30px;
}
/*版权所有*/
/*footer*/
.bottom{
	 bottom: 0; /* 关键 */  
     left:200px; /* IE下一定要记得 */  
     height: 100px;         /* footer的高度一定要是固定值*/  
    
    
}