/***
*
* 文化天府 header footer 样式 V fang 1.0.0
*
***/


/* ----------------------------  header start  ------------------------------------- */
/* --- 新加区域切换 --- */
.newTab {
    position: relative;
    float: left;
    width: 150px;
    height: 50px;
    margin-left: 20px;
}
.newTab .text{
    line-height: 45px;
    color: #333;
}
.newTab .adr {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 19px;
    background: url(../../common/img/re-pos.png) no-repeat;
    background-size: 13px 15px;
}
.newTab .tabCode {
    display: inline-block;
    font-size: 12px;
    padding: 1px 4px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    border-radius: 2px;
    cursor: pointer;
}
.dataTab {
    position: absolute;
    top: 50px;
    left: -30px;
    font-size: 14px;
    color: #666;
    width: 260px;
    height: 280px;
    box-shadow: 0 1px 12px 0 #ddd;
    background: #fff;
    padding: 0 20px 20px;
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.dataTab h3 {
    color: #222;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 14px 0;
    font-size: 100%;
}
.dataTab ul li {
    text-align: center;
    display: inline-block;
    width: 70px;
    cursor: pointer;
    margin-bottom: 12px;
}
.dataTab ul li:hover {
    color: #c49c52;

}
.newTab:hover .dataTab {
    visibility: visible;
    opacity: 1;
}
/* --- 登录与否判断 --- */

.offLogin,.onLogin,.outLogin {
	display: none;
}
.outLogin {
	cursor: pointer;
}
.outLogin:hover {
	color: red;
}
.onLogin span {
	margin-left: 10px;
	margin-right: 20px;
}
/** --- 顶部 --- **/
header{
	width: 100%;
	height: 40px;
	background-color: #333333;
}

.topl a,.topl span{
	line-height: 40px;
}
.topr a,.topr span{
	line-height: 40px;
}
.topl .login {
	color: #c49c52;
	margin-left: 20px;
	margin-right: 20px;
}
.topr .fgx {
	color: #6e6e6e;
	margin-left: 10px;
	margin-right: 10px;
}
.topr .myinfo{
	color: #fff;
}
.topr .download{
	color: #c49c52;
	cursor: pointer;
	position: relative;
}
.topr .download i {
	font-size: 12px;
	top: 3px;
}
.topr .download:hover .loadURL{
	visibility: visible;
	opacity: 1;
}
.loadURL{
	position: absolute;
	width: 100px;
	height: 115px;
	top: 30px;
	left: -5px;
	background-color: #fff;
	z-index: 10;
	box-shadow: 0px 0px 15px #ddd;
	padding: 10px;
	visibility: hidden;
	opacity: 0;
    -moz-transition: all .4s ease;       /* Firefox 4 */
    -webkit-transition: all .4s ease;   /* Safari 和 Chrome */
    -o-transition: all .4s ease;       /* Opera */
    transition: all .4s ease;
}
.loadURL:after{
    position: absolute;
    left: 40px;
    top: -8px;
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #fff;
}
.loadURL p {
	font-size: 12px;
	line-height: 20px;
}
/** --- 字体图标 --- **/
.vae-bottom{
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
}
 .vae-bottom:after{
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top:4px solid #c49c52;
}

/** --- 菜单 --- **/
.navMenu{
	background-color: #fff;
	height: 50px;
	border-bottom: 3px solid #c49c52;
}
.addr{
	width: 110px;
	height: 50px;
	background-color: #c49c52;
	cursor: pointer;
	position: relative;
}
/*地区切换按钮*/
.tabul {
    visibility:hidden;
    opacity: 0;
    z-index:999;
    padding:0;
    position: absolute;
    bottom: -420px;
    left: 0;
    width: 293px;
    height: 400px;
    background-image: linear-gradient(to bottom, #c49c52 0%, rgba(96, 125, 139, 0.4) 100%);
    border-radius:0 0 8px 8px;

    transition: all .3s ease;
}
.addr:hover .tabul{
    opacity: 1;
    bottom: -400px;
    visibility:visible;
    z-index: 999;
}

.tabul li {
	list-style-type: none;
	width: 84px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.tabul li a {
	width: 82px;
    padding: 5px 12px;
}
.tabul .btn-warning {
    color: #fff;
    background-color: #333333;
    border-color: #607D8B;
}
.tabul .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
/*地区end*/
.addrName {
	line-height: 50px;
	color: #fff;
	font-size: 16px;
}
.logo {
	display: block;
	line-height: 50px;
	/*margin-left: 20px;*/
	margin-top: 8px;
}
.menu-box {
	display: block;
	width: auto;
	height: 50px;
	margin-left: 25px;
}
.menu-box li {
    line-height: 50px;
    margin-left: 9px;
    margin-right: 9px;
}
.menu-box li a {
	color: #333;
	text-decoration: none;
}
.menu-box li:hover a {
	color: #c49c52;
}
.menu-box li.on a{
	color: #c49c52;
}

.search {
	width: 200px;
	height: 30px;
	border: 1px solid #c49c52;
	margin-top: 10px;
	border-radius: 20px;
	position: relative;
	/*overflow: height;*/
  overflow: hidden;
}
.search>input{
	height: 28px;
	width: 150px;
	border:none;
	background-color: #fff;
	margin-left: 15px;
	outline-style: none;
}
.seabtn {
	cursor: pointer;
	position: absolute;
	top: 1px;
	right: 1px;
}

/* ----------------------------  header end  ------------------------------------- */

/* ----------------------------  footer start  ------------------------------------- */

.footer{
	height: 350px;
	background-color: #333333;
	position: relative;

}
.footerTitle{
    color: #c49c52;
    border-bottom: 1px solid #4d4d4d;
    margin-top: 60px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 2px;
}
.footerTitle:after {
    content: "";
    width: 90px;
    height: 1px;
    background: #c49c52;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.footerBox p {
	color: #d7d0d0;
}
.footerLink a {
	color: #d7d0d0;
}
.botInfo {
	width: 100%;
	background-color: #242323;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid #4d4d4d;
}
.footerBot {
	height: 70px;
	line-height: 70px;
	color: #d7d0d0;
}
