@charset "utf-8";

/*全局*/
* { margin:0; padding:0; list-style:none; outline:0 none; cursor:default;}
body, html, ul, li, dl, dd, h1, h2, h3, h4, h5, h6,img, input, p, button{margin: 0;border: 0;padding: 0; font-family: "微软雅黑";font-weight:normal ; font-size:14px; color:#333;}
body, html{height:100%;}
img {vertical-align: middle;}
a {text-decoration: none;}
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*登录*/
.login{
	width: 100%;
	background: url(../img/login-bg.png);
	height:100%;
	position: absolute;
}
.max-width{
	max-width:1360px;
	margin:auto;
}
.logo{
	padding: 28px 10%;
}
.login-wrap{
	background: url(../img/login-bg2.jpg) no-repeat center;
	background-color:#f4bc06;
	height: 468px;
}
.login-content{
	float: right;
	position: relative;
	margin-right: 10%;
	padding-top:80px;
	width:300px;
}
.input-login{
	font-size: 15px;
	background: #735000;
	color: #fff;
	height: 38px;
	line-height:38px;
	width: 250px;
	padding: 0 40px 0 10px;
	background-image: url(../img/icon-s01.png);
	background-repeat: no-repeat;
	background-position: 270px 50%;
	margin-top: 20px;
	display:block;
}
.password-img{
	background-image:url(../img/icon-s02.png) !important;
}
.code{
	width:160px !important;
	padding: 0 10px !important;
	float:left !important;
}
.btn-1{
	width: 90px;
	height:38px;
	color: #888;
	font-size: 15px;
	cursor: pointer;
	margin: 20px 0px 20px 30px;
	border: 1px solid #ddd;
	background: #f2f2f2;
}
.btn-2{
	width:300px;
	line-height:38px;
	background:#fff;
	color:#d12723;
	font-size:19px;
	font-weight:bold;
	cursor:pointer;
}
.btn-2:hover{
	background:#d12723;
	color: #fff;
}
.footer{
	width:100%;
	font-size: 13px;
	text-align:center;
	padding-top:15px;
	color:#777;
}

/*首页*/
.container{
	width:100%;
	min-height:100%;
	position:relative;
	background: url(../img/index-bg1.png);

}

.top-head{
	height: 54px;
	/* background: url(../img/top-bg.png) no-repeat; */
	background-color: #1bafef;
	line-height: 54px;
	padding: 9px 25px;
	overflow: hidden;
	box-sizing: content-box;
}
.f-l{
	float:left;
}
.f-r{
	float:right;
}
.img-top img {
    vertical-align: top;
}
.logo-name{
	font-size:28px;
	color:#fff;
	margin-left:10px;
}
.head-list{
	float: left;
	margin-left: 30px;
	color: #fff;
	display:block;
}
.cursor{
	cursor:pointer;
}
.icon-top {
	width:50px;
	height:50px;
	border-radius:100%;
	overflow:hidden;
	background:#f2f2f2;
	display:inline-block;
	margin-top:3px;
}
.user-info {
	display: inline-block;
	position: relative;
	top: -20px;
	color:#fff;
	left:5px;
}
.top-nav{
	background:#3f99d9;
	overflow:hidden;
	height: 15px;
	padding:10px 25px;
}
.top-nav ul li{
	float:left;
	line-height:15px;
	padding:0 20px;
	font-size:15px;
	color:#fff;
	border-right:1px solid #fff;
	margin-bottom:10px;
	cursor:pointer;
}
.top-nav ul li:hover{
	color:#fffd64;
}

.top-nav ul li.active{
	color:#fffd64;
	font-weight:bolder ;
}

.top-nav ul li a{
	color: #fff;
	cursor: pointer;
}

.main{
	background: url(../img/index-bg2.png) no-repeat 50% 0%;
    height: 530px;
	padding-top:60px;
	font-size:24px;
}
.main ul{
	width:72%;
	margin:auto;
}
.main ul li {
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 40px;
}
.main img{
	cursor:pointer;
}
.main p{
	font-size:24px;
	line-height:60px;
}
.main-hide{
	display: none;
}
.main-show{
	display: block;
}

#main .bmap-cover {
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .3;
    height: 100%;
    position: absolute;
    background-color: #000;
	filter: alpha(opacity=30);
	display: none;
}

/* 文化机构详情展示 */
.org-info-wrapper{
	width: 580px;
	height: 100%;
	position: absolute;
	top:0;
	left:283px;
	float: left;
	background-color: #fff;
	z-index: 2;
	display: none;
	border-left: 1px solid #e6e6e6;
	overflow-y:auto;
}

.photo-swiper{ height: 300px; margin-top:15px;}


.m-org-info{width: 480px; margin:0 auto;}
.m-org-info h3{ padding-top:15px; font-size: 22px;color: #333; font-weight: bold; height: auto;}

.m-org-info .info-detail{padding-top:15px;}
.m-org-info .info-detail .detail-list dt{ width:70px;  line-height: 30px; float: left; color:#666;}
.m-org-info .info-detail .detail-list dd{ min-height: 30px; line-height: 30px;}

.m-org-info h5{ margin-top:20px; margin-bottom: 10px; padding-bottom: 6px; height: 30px; line-height: 30px; font-size: 18px; font-weight: bold; border-bottom: 1px solid #e6e6e6; color:#333;}
.m-org-info .intro{ position: relative; font-size: 14px;}
#org-content{ height: 100px; overflow: hidden;}
#content-open{ margin-top:10px; border:1px solid #e6e6e6; text-align: center;line-height: 30px; cursor: pointer;}
.m-org-info .intro p{margin-bottom: 10px; }
.m-org-info .gallery-list{margin-left:-6.5px; padding-top:10px;}
.m-org-info .gallery-list li{float: left; width:115px; height: 80px; margin-bottom: 10px; margin-left:6.5px;}
.m-org-info .gallery-list li img{width:100%; cursor: pointer;}

.tongji{position: absolute; background: rgba(0,0,0,0.5);right: 10px; top: 10px; z-index: 10; width: 100px; height: 40px; line-height: 40px; color: #fff; text-align: center;}

.footer-bg{
	background: url(../img/footer.png) repeat-x;
	height:159px;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
}

/* 树结构 */
.ztree li { padding:3px 0;}

/* 地图标注 */
.org-marker-info{ height: 25px; border:1px solid #3d8cd7; border-radius: 4px; box-shadow: 3px 3px 4px rgba(0,0,0,0.3); background: #3d8cd7; }
.org-marker-info .title{ display: block; max-width: 110px; padding: 0 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #fff;cursor: pointer; font-size: 12px;}
.org-marker-info .i-arrow-down{ display: inline-block; position: absolute; top:27px; left:50%; width:0;height: 0; border-top:8px solid #3d8cd7; border-left: 8px solid transparent; border-right:8px solid transparent; margin-left:-8px;}


.org-marker-info:hover { border:1px solid #fff; background:#fff;}
.org-marker-info:hover .title{color:#3d8cd7;}
.org-marker-info:hover .i-arrow-down{ border-top:8px solid #fff; }

/* 搜索框 */
.search-box{ padding: 10px 15px;}
.search-box #org-name{border:1px solid #e6e6e6; padding: 5px; width: 140px;}
.search-box #search-btn{ padding: 6px 10px; background: #e6e6e6; cursor: pointer;}