/* 引入字体包 */
@font-face {
	font-family: FZQKBYSJW;
	src: url('../font/FZQKBYSJW.TTF')
}

/* 基础格式化样式 */
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	background: #f5f5f5 no-repeat top center;
	width: 100%;
	font: 16px "Microsoft Yahei";
	-webkit-text-size-adjust: 100%;
	color: #333;
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #a72525;
	text-decoration: none;
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}


img {
	opacity: 1.0;
}

img:hover {
	opacity: 0.8;
}

body {
	width: 100%;
	height: 100%;
}

/* ===================================================================================================================================================================== */

/* 头部样式 */
.header {
	background: #fff;
	position: absolute;
	width: 100%;
}

.header .menu>li:hover>a,
.indexbody .header .menu>li.active>a {
	color: #c19c6a;
}

.header.line {
	border: 0;
}

.header .allcenter {
	width: auto;
	margin: 0 40px;
}

.header .menu>li>a {
	color: #fffefe;
	font-size: 18px;
}

.header .quickmenu span,
.indexbody .header .quickmenu span a {
	color: #fff;
}

.header .quickmenu li span i {
	background-position-y: -24px;
}

.header {
	text-align: center;
	font-size: 0;
	z-index: 2;
	border-bottom: 1px solid rgba(148, 148, 148, 0);
}

.header.line {
	border-bottom: 1px solid rgba(148, 148, 148, 0.5);
}

.header .allcenter {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.header .logo {
	position: absolute;
	top: 50%;
	left: 8%;
	margin-top: -25px;
	width: 185px;
	height: 50px;
	background: url(../images/b111111.png) no-repeat center / contain;
}

/*一级菜单*/
.header .menu {
	display: inline-block;
	padding-right: 0;
}

.header .menu>li {
	display: inline-block;
	position: relative;
	height: 80px;
	line-height: 80px;
}

.header .menu>li:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -6.5px;
	width: 0;
	height: 0;
	border-bottom: 13px solid rgba(148, 148, 148, 0.5);
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	opacity: 0;
}

.header .menu>li:first-child:before {
	display: none;
}

.header .menu>li>a {
	position: relative;
	display: block;
	padding: 0 32px;
	font-size: 20px;
	color: #333;
	transition: color 0.4s;
	font-family: FZQKBYSJW;
}

.header .menu>li:hover>a,
.header .menu>li.active>a {
	color: #9e7b4b;
}

.header .menu>li:hover:before {
	opacity: 1;
	transition: all .2s ease-out 0s;
}

.header .menu>li:hover .secmenu {
	height: 50px;
	transition: all .2s ease-out 0s;
}

.header .menu>li.nochild:hover:before {
	display: none;
}

/*二级菜单*/
.header .menu .secmenu {
	position: absolute;
	top: 80px;
	left: 50%;
	width: 906px;
	height: 0;
	margin-left: -453px;
	line-height: 50px;
	text-align: center;
	z-index: 999;
	overflow: hidden;
}

.header .menu .secmenu li {
	position: relative;
	display: inline-block;
	margin: 0 20px;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header .menu .secmenu li:first-child:before {
	display: none;
}

.header .menu .secmenu li:before {
	content: "";
	width: 7px;
	height: 17px;
	background: url(../images/second-menu.png) no-repeat left center;
	position: absolute;
	top: 50%;
	left: -23px;
	margin-top: -8px;
}

.header .menu .secmenu li a {
	font-size: 15px;
	color: #333;
	display: block;
	transition: all .3s;
	*font-size: 14px;
}

.header .menu .secmenu li:hover a,
.header .menu .secmenu li.active a {
	color: #9e7b4b;
}

.secmenu-bg {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(148, 148, 148, 0.5);
	transition: height .2s ease-out 0s;
}

.secmenu-bg.active {
	height: 50px;
	transition: height .2s ease-out 0s;
}

/* 搜索样式 */
.search-box {
	position: absolute;
	top: 10%;
	right: 3%;
}

.search-box .sskb {
	line-height: 37px;
	width: 96%;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	background: #eee;
	font-family: 'FZQKBYSJW';
}

.search-box .ss_box {
	float: right;
	height: 37px;
	width: 311px;
	background-color: #eee;
	margin-top: 14px;
	border-radius: 25px
}

.search-box .ss_box .srk {
	float: left;
	height: 37px;
	width: 240px;
	margin-left: 20px;
}

.search-box .ss_box .ssbtn {
	float: right;
	height: 27px;
	width: 27px;
	margin-top: 5px;
	margin-right: 20px;
}

/* 响应式部分代码 */
@media screen and (min-width: 1200px) and (max-width: 1500px) {
	.header .menu>li>a {
		padding: 0 15px;
		font-size: 18px;
	}

	.search-box .ss_box {
		width: 200px;
	}

	.search-box .ss_box .srk {
		width: 130px;
	}

}

@media screen and (min-width: 1501px) and (max-width: 1919px) {
	.header .menu>li>a {
		padding: 0 19px;
		font-size: 18px;
	}

	.search-box .ss_box {
		width: 270px;
	}

	.search-box .ss_box .srk {
		width: 200px;
	}

}




/* 底部样式 */
.footer {
	width: 100%;
	height: 271px;
	background: url(../images/b27.png) no-repeat center center;
	border-top: 2px solid #a4605c;
	background-size: cover;
}

.footer a {
	color: #fff;
}

.footer .fLinks {
	width: 86%;
	height: 65px;
	margin: 0 auto;
	line-height: 65px;
	border-bottom: 1px solid #b76c69
}

.fLinks .linkCont {
	width: 950px;
	height: 65px;
	text-align: center;
	margin: 0 auto;
	display: flex;
}

.fLinks .linkCont p,
.fLinks .linkCont a {
	flex: 1;
	color: #fff;
}

.footer .bottom-footer {
	width: 600px;
	height: 200px;
	margin: 0 auto;
	position: relative;
	color: #fff;
	line-height: 36px;
}

.footer .bottom-footer .code-pic {
	position: absolute;
	top: 70px;
	left: 7px;
}

.footer .bottom-footer .fCont {
	position: absolute;
	width: 465px;
	text-align: center;
	top: 25px;
	right: 7px;
}


/* 内容页样式 */
.show-box {
	background: url(../images/b25.png);
	background-size: 100%;
	overflow: hidden;
	padding-top: 80px;
}

.show-box .position {
	width: 86%;
	overflow: hidden;
	margin: 20px auto;
}

.show-box .main {
	width: 86%;
	overflow: hidden;
	background: #fff;
	margin: 0 auto 50px auto;
}

.show-box .main .title {
	font-weight: bold;
	width: 95%;
	height: auto;
	font-size: 28px;
	color: #333;
	text-align: center;
	line-height: 36px;
	margin: 40px auto 15px auto;
	overflow: hidden;
}

.show-box .main .time {
	width: 95%;
	line-height: 55px;
	color: #999;
	text-align: center;
	margin: 0 auto;
}

.show-box .main .content {
	width: 95%;
	height: auto;
	color: #333;
	line-height: 35px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 300px;
	padding-bottom: 50px;
}


/* 列表页样式 */
.list-box {
	background: url(../images/b25.png);
	background-size: 100%;
	overflow: hidden;
	padding-top: 80px;
}

.list-box .main {
	width: 86%;
	min-height: 600px;
	overflow: hidden;
	margin: 50px auto;
}

.list-box .left {
	width: 20%;
	overflow: hidden;
	background: #fff;
	text-align: center;
	float: left;
}

.list-box .left .pname {
	width: 90%;
	height: 100px;
	margin: 20px auto;
	line-height: 100px;
	font-size: 32px;
	font-weight: bold;
	background: url(../images/f.png) no-repeat center center;
}

.list-box .left .cname {
	width: 90%;
	margin: 20px auto;
	line-height: 86px;
	font-size: 22px;

}

.list-box .left .cname li {
	border-bottom: 1px #d9d9d9 dashed;
}

.list-box .right {
	width: 78%;
	overflow: hidden;
	min-height: 600px;
	background: #fff;
	padding: 42px 0;
	float: right;
}

.list-box .right .article-ul li {
	margin: 0 45px;
	line-height: 20px;
	text-indent: 20px;
	padding: 15px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	background: url(../images/c2.png) no-repeat left center;
	border-bottom: 1px dashed #e0d5b9;
}

.list-box .right .article-ul li .lb-time {
	float: right;
}