/* 公共样式 */
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
body {
	background: #edeadf;
	color: #333;
}
[v-cloak] {
display: none
}
a:link, a:hover, a:active, a:visited {
	color: #72116f;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
ul, li, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.text-center {
	text-align: center;
}
/* header */

.top-container {
	background: #721e6f;
}
.content-box {
	margin: 0 auto;
	width: 1000px;
	height: 110px;
	background: #721e6f;
}
.content-box img {
	float: left;
}
.content-box h1 {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	line-height: 110px;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}
.center-container {
	margin: 0 auto;
	padding: 0 20px 25px 20px;
	width: 1000px;
	background: #f5f3eb;
}
.nav-container {
	float: left;
	width: 220px;
}
.nav-container .nav-content {
	min-height: 600px;
	padding: 20px 0 160px 0;
	background: #e0d9c9;
}
.nav-bg {
	width: 220px;
	height: 120px;
	background: url(nav-bottom.png) no-repeat;
}
.loading {
	text-align: center;
	padding-top: 150px;
}
/* right */

.right-container {
	float: right;
	width: 714px;
	height: auto;
	padding-top: 20px;
}
.banner-box {
	width: 714px;
	height: 280px;
}
.intro-box {
	margin-top: 20px;
}
.intro-box .title {
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-indent: 44px;
	background: url(intro-title.png) no-repeat;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.intro-box .title:before {
	position: absolute;
	top: 12px;
	left: 20px;
	width: 14px;
	height: 14px;
	content: " ";
	background: url(intro-tb.png) no-repeat;
}
.intro-box .content {
	margin-top: 12px;
}
.intro-box .content img {
	float: left;
	margin-top: 16px;
	margin-right: 10px;
}
.intro-box .content p {
	line-height: 36px;
	text-indent: 24px;
}
.foot-container {
	width: 100%;
	height: 100px;
	background: #721e6f;
}
.foot-container .foot-box {
	width: 1000px;
	margin: 0 auto;
	line-height: 100px;
	text-align: center;
	background: #721e6f;
}
.foot-container .foot-box span {
	display: inline-block;
	color: #fff;
}
.foot-container .foot-box span:first-child {
	margin-right: 55px;
	text-indent: 40px;
	background: url(foot-tb1.png) left center no-repeat;
}
.foot-container .foot-box span:last-child {
	text-indent: 45px;
	background: url(foot-tb2.png) left center no-repeat;
}
/* 幻灯片 */

.banner {
	position: relative;
	overflow: auto;
	text-align: center;
	height: 280px !important;
}
.banner li {
	list-style: none;
}
.banner ul li {
	float: left;
}
#b04 {
	width: 714px;
}
#b04 .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}
#b04 .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background 1s, opacity 1s;
	-moz-transition: background 1s, opacity 1s;
	transition: background 1s, opacity 1s;
}
#b04 .dots li.active {
	background: #fff;
	opacity: 1;
}
#b04 .arrow {
	position: absolute;
	top: 111px;
}
#b04 #al {
	left: 9px;
}
#b04 #ar {
	right: 9px;
}
/* 幻灯片end */

.ny-banner {
	margin: 0 auto;
	width: 1000px;
	background: #f5f3eb;
	padding-bottom: 12px;
}
.ny-banner img {
	vertical-align: top;
}
.ny-right {
	padding-top: 0;
}
.ny-right .title {
	height: 38px;
	line-height: 36px;
	border-bottom: 2px solid #c1b394;
	font-size: 16px;
	font-weight: bold;
	color: #63065f;
	text-indent: 22px;
	background: url(ny-tb.png) left center no-repeat;
}
.list-ul li {
	border-bottom: 1px dashed #ccc1a8;
	line-height: 25px;
	padding: 12px 0;
}
.list-ul li a {
	float: left;
	width: 560px;
}
.list-ul li span {
	float: right;
	width: 90px;
}
/* 翻页 */

.pagination {
	margin-top: 30px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #dddddd;
	font-family: Arial, Helvetica, sans-serif;
}
.pagination li a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #fff;
}
.pagination li.current a {
	background: #721e6f;
	color: #fff;
}
.pagination li:first-child a:before {
	content: "<"
}
.pagination li:last-child a:before {
	content: ">"
}
.pagination li.disabled a {
	text-decoration: none;
	background: #f0f0f0;
}
.news-content {
	padding-top: 10px;
}
.news-content h2 {
	text-align: center;
	color: #721e6f;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}
.news-content .pub-date {
	text-align: right;
	color: #888;
	margin-bottom: 10px;
}
.news-content .content {
	line-height: 25px;
}
.news-content .content p {
	text-indent: 30px;
}
.wp_nav .nav-item a.parent {
	color: #72116f;
	background: #c1b394 url(nav-tb_hover.png) no-repeat 15px 15px;
}
.wp_nav .nav-item a:hover {
    text-decoration: underline;
}
.nav-item.i2 a.parent {
	background-position-y: -32px;
}
.nav-item.i3 a.parent {
	background-position-y: -80px;
}
.nav-item.i4 a.parent {
	background-position-y: -130px;
}
.nav-item.i5 a.parent {
	background-position-y: -188px;
}
.nav-item.i6 a.parent {
	background-position-y: -237px;
}
.nav-item.i7 a.parent {
	background-position-y: -285px;
}
.wp_nav .nav-item a span.item-name {
	padding: 0px 45px;
	line-height: 48px;
}
.wp_nav .nav-item {
	width: 100%;
	background: url(nav-tb.png) no-repeat 15px 15px;
}
.nav-item.i2 {
	background-position-y: -32px;
}
.nav-item.i3 {
	background-position-y: -80px;
}
.nav-item.i4 {
	background-position-y: -130px;
}
.nav-item.i5 {
	background-position-y: -188px;
}
.nav-item.i6 {
	background-position-y: -237px;
}
.nav-item.i7 {
	background-position-y: -285px;
}
.wp_nav .nav-item a {
	text-align: left;
}
.nav-item.i2.selected {
	background: #c1b394 url(nav-tb_hover.png) no-repeat 15px -32px;
}
.nav-item.i3.selected {
	background: #c1b394 url(nav-tb_hover.png) no-repeat 15px -80px;
}
.nav-item.i4.selected {
	background: #c1b394 url(nav-tb_hover.png) no-repeat 15px -130px;
}
.nav-item.i5.selected {
	background: #c1b394 url(nav-tb_hover.png) no-repeat 15px -188px;
}
.nav-item.i6.selected {
	background: #c1b394 url(nav-tb_hover.png) no-repeat 15px -237px;
}
.nav-item.i7.selected {
	background: #c1b394 url(nav-tb_hover.png) no-repeat 15px -285px;
}
