﻿.dropdown {
	position:relative
}
.dropdown .drop_item {
	position:absolute;
	height:0;
	opacity:0;
	right:0;
	top:100%;
	overflow:hidden;
-webkit-transition:opacity .5s;
-moz-transition:opacity .5s;
-o-transition:opacity .5s;
-ms-transition:opacity .5s;
transition:opacity .5s
}
.dropdown:hover .drop_item {
	height:auto;
	opacity:1
}
html, body {
	width:100%;
	height:100%;
	font-family:"Microsoft YaHei", "Hiragino Sans GB", sans-serif;
	font-size:18px;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0)
}
a {
	text-decoration:none
}
.home_area {
	overflow:hidden
}

.body_area {
	max-width:1260px;
	margin:0 auto;
	position:relative;
	height:100%;
}
.index_logo {
	/*background:url('img/1e1866a215dc9fa2.LOGO.png') no-repeat;*/
	width:122px;
	height:38px;
	margin-top:11px;
	position:relative
}

.text-center{
	text-align: center;
}
.page{
	margin: 20px 0;
}
.layui-breadcrumb{
	padding: 10px;
	border-bottom: 1px solid #a1cafd;
	color: #999;
}
.layui-breadcrumb .layui-icon{
	margin-right: 5px;
}
.layui-input{
	border-color: #d4d4d4;
}
.layui-form-select dl{
	z-index: 9999;
}
.editor{
	width: 1140px;
}
.btns .layui-btn{
	margin-left: 110px;
}
.layui-title{
	padding-top: 50px;
	padding-bottom: 30px;
	text-indent: 55px;
}