/* 手机板css */
.nav-dao{
	float: right;
	margin-right: 15px;
	height: 100%;
	display: none;
    position: relative;
    cursor: pointer;
}
.nav-dao img{
   width: 33px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.dao-list {
	background-color: rgba(0,0,0,0.65);
	width:100%;
	height:100%;
	position: fixed;
	top: 0;
	right: 0;
	display: none;
	padding-top: 60px;
	z-index: 99999999999;
}
.dao-list-a{
	width: 95%;
	padding: 0 2.5%;
	height: calc(100% - 60px);
	overflow-y: scroll;
}
.dao-list-a>li{
	line-height: 40px;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999999;
	margin-bottom: 5px;
	position: relative;
}
.nav-div{
	width: 100%;
}
.nav-div>a{
	color: #ffffff;
	font-size: 18px;
	display: inline-block;
	
}
.nav-div img{
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 16px;
	width: 12px;
}
.dao_two{
	width: 100%;
	display: none;
}
.dao_two>li{
	width: 100%;
	line-height: 30px;
	padding: 5px 0;
	position: relative;
}
.nav-div2{
	width: 100%;
}
.nav-div2 img{
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 16px;
	width: 12px;
}
.nav-div2>a{
	color: #ffffff;
	font-size: 16px;
	margin-left: 16px;
}
.dao_three{
	width: 100%;
	display: none;
}
.dao_three>a{
	display: block;
	padding: 5px 0;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}
.occ{
	width: 33px;
	/* height: 33px; */
	position: absolute;
	right: 10px;
    top: 10px;
    cursor: pointer;
}
/* 手机版css结束 */


/* 头部 */
.head{
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #541726;
}
.top{
	/* background: rgba(126, 82, 93, 0.9); */
	box-shadow: 0px 1px 12px 2px rgba(84, 23, 38, 0.1);
}
.head-top{
    width: 100%;
    height: 100%;
    float: left;
}
.head-cent{
    max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.logo{
	height: 100%;
	float: left;
	position: relative;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.logo img{
	height: 56%;
	position: relative;
	top: 50%;
    transform: translateY(-50%);
}

.nav{
    float: right;
	height: 100%;
	position: relative;
    display: flex;
    justify-content: flex-end;
}
.nav>li{
	display: inline-block;
	/* width: 150px; */
	height: 100%;
	margin-left: 50px;
	position: relative;
}
.nav>li>a{
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	display: block;
	color: #ffffff;
    font-size: 20px;
	line-height: 100px;
}
.nav_bk{
   /* max-width: 1920px; */
    width: 100%;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 43;
    background: rgba(178,170,170,0.33);
    padding: 25px 0;
    display: none;
}

.nav_two{
	max-width: 1200px;
    padding: 10px 0;
	position: relative;
	/* top: 100%; */
    left: 50%;
    transform: translateX(-50%);
    z-index: 44;
    text-align: center;
    /* background: rgba(255,255,255,0.8); */
    /* display: none; */
}

.nav_two>li{
    /* width: 100%; */
    display: inline-block;
	/* height: 40px; */
	/* text-align: center; */
	position: relative;
}
.nav_two>li>a{
	/* width: 100%; */
	/* height: 100%; */
	/* display: block; */
	position: relative;
	text-align: center;
	font-size: 16px;
	/* line-height: 24px; */
    color: #ffffff;
    margin-right: 20px;
}

.nav_three{
	width: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 44;
	background: rgba(0,0,0,0.8);
	display: none;
}
.nav_three>a{
	width: 100%;
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}

.nav_two>li>a:hover{
    
  /*  font-weight: bold;*/
	/* text-decoration: underline; */
	color: #d9a64e;
	
}
.nav>li:hover>a{
	/*font-weight: bold;*/
	color: #d9a64e;
}

.nav_two>li:hover .nav_three{
	display: block;
}

.nav>.nave_active>a{
	/*font-weight: bold;*/
	color: #d9a64e;
}


/* 头部结束 */


/* foot */
.foot{
	width: 100%;
	background: #541726;
	padding: 40px 0;
}
.foot-cent{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.foot-nav{
	width: 100%;
	display: flex;
	justify-content: space-between;

}
.foot-nav li{
	display: inline-block;
}
.foot-nav li:last-child{
	width: 200px;
}
.foot-nav li>a{
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
	/* margin-bottom: 10px; */
}
.foot-nav_two{
	width: 100%;

}
.foot-nav_two a{
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
	/* margin-bottom: 10px; */
}
.foot_infz{
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
}
.foot_erw{
	width: 60%;

}
.foot_erw img{
	display: block;
	width: 100%;
}
.foot_infc{
	font-size: 14px;
	line-height: 24px;
	color: #cccccc;
	margin-top: 18px;
}
.footer{
	width: 100%;
	padding: 14px 0;
	margin-top: 20px;
	border-bottom: 1px solid #c1abb1;
	border-top: 1px solid #c1abb1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-z{
	display: inline-block;
	font-size: 16px;
	color: #cccccc;
}

.footer-z span{
	font-size: 30px;
}

.footer-input{
	display: inline-block;
	width: 206px;
	height: 35px;
	border: 1px solid #decdd3;
}

.footer-input form{
	display: inline-block;
	width: 206px;
	height: 35px;
	border: 1px solid #decdd3;
}

.f-inp{
	height: 100%;
	width: 50%;
	padding: 0 5%;
	float: left;
	background: transparent;
	outline: none;
	border: none;
	font-size: 14px;
	color: #ffffff;
}
.f-sou{
	width: 20%;
	height: 100%;
	float: right;
	position: relative;
	background: url(../img/f_fd.png) no-repeat #decdd3;
	background-size:18px 18px;
	background-position: center center;
	cursor: pointer;
	border: none;
	outline: none;
}
/* foot结束 */