/*header*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 30;
	-moz-box-shadow: 1px 1px 5px #919191;
	-webkit-box-shadow: 1px 1px 5px #919191;
	box-shadow: 1px 1px 5px #919191;
}

.top-fixed {
	background: #f05771;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 30;
}

.top-fixed-area {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-fixed-area ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
}

.top-fixed-area ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 30px 0 0;
}

.top-fixed-area ul li i {
	width: 35px;
	height: 28px;
	background: url(../../picture/szxiyuehui/spire.png);
}

.top-fixed-area ul li:nth-child(1) i {
	background-position: 0 0;
}

.top-fixed-area ul li:nth-child(2) i {
	background-position: -26px 0;
}

.top-fixed-area ul li:nth-child(3) i {
	background-position: -62px 0;
}

.top-fixed-area ul li p {
	color: #ffdfb3;
}

.top-fixed-area div {
	display: flex;
	align-items: center;
}

.top-fixed-area div i {
	width: 35px;
	height: 28px;
	background: url(../../picture/szxiyuehui/spire.png);
	background-position: -94px 0;
}

.top-fixed-area div p {
	color: #ffdfb3;
}

.nav-area {
	padding: 60px 0 20px 0;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-area ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-area ul li {
	width: 106px;
	text-align: center;
	margin: 0 0 0 11px;
	padding: 6px 0;
	position: relative;
}

.nav-area ul li:nth-child(4):after {
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -12px;
	content: "";
	width: 24px;
	height: 10px;
	background: url(../../picture/szxiyuehui/spire.png);
	background-position: -143px -11px;
}

.nav-area ul li:nth-child(5):after {
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -12px;
	content: "";
	width: 24px;
	height: 10px;
	background: url(../../picture/szxiyuehui/spire.png);
	background-position: -143px -11px;
}

.nav {
	background: #fff;
}

.nav-area ul li:hover {
	background: #f05771;
}

.nav-area ul li:hover a {
	color: #fff;
}

.nav-area ul li:hover .sub-nav {
	display: block;
}

.nav-area ul li a {
	color: #1a1a1a;
	font-size: 16px;
}

.sub-nav {
	display: none;
	position: absolute;
	width: 100%;
	background: #fff;
	top: 33px;
	left: 0;
	z-index: 21;
}

.nav-area ul li .sub-nav a {
	display: block;
	color: #4c4c4c !important;
	font-size: 15px;
	line-height: 2.4;
	border-bottom: 1px solid #fdefee;
}

.nav-area ul li .sub-nav a:hover {
	background: #fe768c;
	color: #fff !important;
}

/* footer ------------------------------------------ */
.fixBar {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	background: #ef5a72;
}

.fixBar .list {
	width: 980px;
	margin: 9px auto;
	height: 52px;
}

.fixBar .list li {
	float: left;
	position: relative;
	left: 0;
	top: 0;
	z-index: 10;
	border-left: 1px solid #bfa05e;
}

.fixBar .list li a {
	display: block;
	padding: 0 20px;
}

.fixBar .list li a img {
	display: block;
	height: 40px;
	margin: 6px auto;
}

.fixBar .list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 0;
	height: 52px;
	border-left: 1px solid #e9cb8a;
}

.fixBar .list li:first-child {
	border: 0 none;
}

.fixBar .list li:first-child a {
	padding-left: 0;
}

.fixBar .list li:first-child:before {
	border: 0 none;
}

.fixBar .list li:first-child img {
	height: 52px;
	margin: 0;
}

.fixBar .list .last a {
	padding-right: 0;
}

.footContact {
	height: 140px;
	background-color: #ef5a72;
}

.footContact .m-list li {
	width: 278px;
	height: 80px;
	margin: -12px 0 -3px 0;
	padding-top: 25px;
	padding-left: 22px;
	background: none;
}

.footContact .m-list li:hover {
	background: url("../image/bg-contact.png")
		/*tpa=http://www.szxbyx.com/template/yuezi/asset/image/bg-contact.png*/
		0 0 no-repeat;
}

.footContact .m-list li img {
	float: left;
}

.footContact .m-list li:first-child img {
	margin-top: -1px;
}

.footContact .m-list li img:first-child {
	margin-right: 10px;
}

.footContact .m-list .address {
	float: right;
	width: 270px;
	color: #fff;
	text-shadow: 0 0 3px #3b2903;
	-webkit-text-shadow: 0 0 3px #3b2903;
}

.footContact .m-list .address:hover {
	background: none;
}

.footContact .m-list .address img {
	float: none;
	display: block;
}
