/*公共样式*/
body {
	/*background: #FFFFFF;*/
}
/*公共样式*/

/*页面头部开始*/
header{
	width: 100%;height: 50px;position: relative;background: #FFFFFF;
}
/*logo开始*/
.logo{
	width: 75px;height: 50px;position: absolute;left: 2px;top:0px;
}
/*logo结束*/
.gsm{
	position: absolute;left: 82px;top:0px;
}
.gsm h1{
	font-size: 16px;letter-spacing: 3px;line-height: 50px;
}
.dh{
	width: 40px;height: 40px;position: absolute;right: 5px;top:5px;
}
/*页面头部结束*/

/*页面尾部开始*/
footer{
	width: 100%;margin-bottom: 50px;
}
footer .p1{
	width: 100%;height: 35px;line-height: 35px;text-align: center;font-size: 12px;letter-spacing: 1px;background: #E5E8E5;
}
footer .p1 a img{
	padding: 7px 5px 0px 0px;
}
/*页面尾部结束*/

/*底部菜单开始*/
.dcd{
	border-top: 1px #AD996D solid;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	background: #FFFFFF;
	position: fixed;
	bottom: 0px;left: 0px;
}
.dcd .cd{
	margin-top: 5px;
	width: 20vw;display: block;text-align: center;
}
.dcd .cd img{
	height: 25px;
}
.dcd .cd p{
	line-height: 20px;font-size: 10px;letter-spacing: 1px;color: #000000;
}
/*底部菜单结束*/

/*导航开始*/
.nav-l{
	width: 100%;background: #F7F7F7;position: absolute;left: 0px;top:50px;z-index: 2;display: none;
}
.nav-l .ul1 .li1 a{
	display: block;width: 100%;height: 50px;font-size: 14px;letter-spacing: 5px;font-weight: 600;
	text-indent: 2em;border-bottom: 1px #FFFFFF solid;line-height: 50px;
}
.nav-l .ul1 .li2{
	width: 100%;height: 40px;background: #404040;opacity:0.5;
}
.nav-l .ul1 .li2 img{
	display: block;width: 40px;height: 40px;margin:auto;
}

/*导航结束*/


/*标题开始*/
.bt{
	width: 100%;height: 50px;background: #FFFFFF;
	font-size: 18px;letter-spacing: 3px;line-height: 50px;text-align: center;color: #000000;
	border-bottom: 1px #AD996D solid;
	margin-top: 10px;
}
/*标题结束*/

/*标题1开始*/
.bt1{
	width: 100%;height: 40px;background: #FFFFFF;
	font-size: 16px;letter-spacing: 3px;line-height: 40px;text-align: center;color: #000000;
}
/*标题结束*/




/*标题图片开始*/
.bttp{
	width: 100%;height: 100px;
}
.bttp img{
	width: 100%;height: 100%;
}
/*标题图片结束*/


/*二导航开始*/
.cpzs{
	position: relative;
}
.cpzs .cd{
	width: 40px;height: 40px;position: absolute;right: 5px;top:5px;
}

.nav-2{
	width: 100%;background: #F7F7F7;position: absolute;left: 0px;top:50px;z-index: 2;display: none;
}
.nav-2 .ul11 .li11 a{
	display: block;width: 100%;height: 50px;font-size: 14px;letter-spacing: 5px;font-weight: 600;
	text-indent: 2em;border-bottom: 1px #FFFFFF solid;line-height: 50px;
}
.nav-2 .ul11 .li21{
	width: 100%;height: 40px;background: #404040;opacity:0.5;
}
.nav-2 .ul11 .li21 img{
	display: block;width: 40px;height: 40px;margin:auto;
}


/*二导航结束*/