@charset "utf-8";
.head{
	height: 116px;
	background: #202020;
	width: 1005;
}
.logo{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
.nav{
	margin-left: 270px;
}
.nav li{
	float: left;
	display: inline-block;
	width: 110px;
	text-align: center;
	position: relative;
	height: 116px;
}
.nava{
	display: inline-block;
	width: 78px;
	height: 60px;
	margin-top: 37px;
	transition: 0s;
}
.nav li a.active,.nav li:hover a.nava{
	background: url(../images/navbg_03.png) no-repeat center bottom;
}
.nava p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}
.nava span{
	font-size: 14px;
	color: #848484;
}
.nav li:hover a.nava p,.nav li:hover a.nava span{
	color: #b78a4b;
}
.nav li a.active p,.nav li a.active span{
	color: #b78a4b;
}
.navhide{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(183, 138, 75, 1);
	z-index: 999;
	transition: all .25s ease-in-out;
    visibility: hidden;
    opacity: 0;
    margin-top: 126px;
}
.navhide a{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-bottom: 1px dashed rgba(255,255,255,.1);
}
.navhide a:hover{
	background: #a57b42;
}
.nav li:hover .navhide{
	visibility: visible;
    opacity: 1;
	margin-top: 116px;
}
.phone{
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/phoneico_03.png) no-repeat left center;
	padding-left: 40px;
	margin-right: -50px;
	margin-top: 37px;
}
.phone p{
	font-size: 13px;
	color: #B78A4B;
}
.phone h4{
	font-weight: bold;
	font-size: 20px;
	color: #B78A4B;
}


.foot{
	background: #202020;
}
.foottop{
	padding: 20px 0;
	border-bottom: 1px solid #b4b4b4;
}
.foottop_1{
	width: 220px;
}
.foottop_1 p{
	font-size: 24px;
	font-weight: bold;
	color: #dd104b;
	margin: 5px 0 10px 0;
}
.foottop_1 h4{
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
.foottop_1 span{
	color: #dddddd;
	font-size: 13px;
}
.foottop_1 a{
	width: 138px;
	height: 25px;
	display: block;
	background: url(../images/ftdzico_13.png) no-repeat center;
	margin-top: 15px;
}
.foottopul{
	width: 980px;
}
.foottopul li{
	width: 163px;
	min-height: 130px;
	border-left: 1px solid #b4b4b4;
	padding-left: 35px;
}
.foottopul li.active{
	padding-left: 0;
	text-align: center;
}
.foottopul h4{
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.foottopula{
	margin-top: 10px;
}
.foottopula img{
	max-width: 130px;
}
.foottopula a{
	display: block;
	font-size: 13px;
	color: #d7d7d7;
	line-height: 28px;
}
.foottopula a:hover{
	color: #dd104b;
}
.foottopul li.active p{
	font-size: 12px;
	color: #ddd;
}
.footmid{
	padding: 25px 0;
	border-bottom: 1px solid #b4b4b4;
}
/*搜索*/
.ssbox{
	margin-top: 5px;
}
.ssbox input[type="text"]{
	width: 175px;
	border: 1px solid #e0e0e0;
	background: none;
	height: 26px;
	line-height: 24px;
	float: left;
	border-right: 0;
	padding-left: 10px;
	color: #ddd;
}
.ssbox input[type="submit"],.ssbox input[type="button"]{
	width: 53px;
	height: 26px;
	line-height: 26px;
	background: #DD104B;
	float: left;
	border-left: 0;
	cursor: pointer;
	color: #fff;
}
.footmidr span{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
	margin-left: 30px;
}
.footmidr span img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.footbot{
	padding: 15px 0 10px 0;
}
.footbot1 {
	font-size: 12px;
	color: #939393;
}
.footbot1 a{
	font-size: 12px;
	color: #939393;
}
.footbot1 a:hover{
	color: #dd104b;
}
.footbot2 a{
	color: #ededed;
	font-size: 12px;
}
.footbot2 a:hover{
	color: #dd104b;
}
.footbot2 i{
	font-size: 12px;
	color: #EDEDED;
	margin: 0 5px;
	vertical-align: middle;
	margin-top: -4px;
}
.footbot2 p{
	font-size: 12px;
	color: #b6b6b6;
	line-height: 22px;
}
