@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0 auto;
}

/* IE8*/
*+html * {
	padding: 0;
	margin: 0;
}

* {
	margin: 0;
	padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	font-family: "微软雅黑";
}

em,
i {
	font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

body {
	background: #fff url(bg.png) no-repeat top center;
}

ol,
ul {
	list-style: none;
}

input {
	border: 0 none;
	outline-style: none;
}

blockquote,
q {
	quotes: none;
}

img {
	border: 0px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
.clear,
.cl {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/* 
@font-size 
*
*/
.font_12px {
	font-size: 12px;
}

.font_14px {
	font-size: 14px;
}

.hide {
	display: none;
}

/* 
@font-colcr
*
*/
.disp {
	display: none;
}

.disp_no {
	display: block;
}

.left,
.fl {
	float: left;
}

.right,
.fr {
	float: right;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

.font_red {
	color: #f00;
}

.font_red a {
	color: #f00;
}

.font_red a:hover {
	color: #f00;
	text-decoration: underline;
}

.font_black {
	color: #000;
}

.font_red a {
	color: #000;
}

.font_red a:hover {
	color: #000;
	text-decoration: underline;
}

.font_white,
.font_white a {
	color: #fff;
}

.font_white a:hover {
	color: #fff;
	text-decoration: underline;
}

.font_red a {
	color: #fff;
}

.font_red a:hover {
	color: #fff;
	text-decoration: underline;
}

.liuyan .tow p a {
	color: #CB3301;
	text-decoration: none;
}

.liuyan .tow p a:hover {
	color: #CB3301;
	text-decoration: underline;
}

.yahei {
	font-family: "Microsoft Yahei";
}

.blue {
	color: #0167B2
}

.blue a {
	color: #0167B2
}

.orange {
	font-size: 12px;
	color: #FF5A14;
}

.main {
	width: 964px;
	margin: 0 auto;
	padding: 0 18px;
}

.w1280 {
	width: 1280px;
	margin: 0 auto;
	padding: 0px;
}

.content {
	width: 1280px;
	margin: 0 auto;
}

.p18 {
	padding: 0 18px;
}

.bgf {
	background: #fff;
}

.auto {
	margin: 0 auto;
}


/*分页样式开始*/
.page {
	text-align: center;
	margin-top: 50px;
}

.page div#page_div {
	display: inline-block;
}

.page li {
	float: left;
	height: 37px;
	line-height: 37px;
}

.page li span,
.page li a {
	display: block;
}

.page li span.text {
	border: 1px solid #ddd;
	color: #bbb;
}

/* .page span.cur, .page li a:hover {
	background: #a77e2f;
	color: #fff;
	border: 1px solid #a77e2f;
} */
.page li:hover a,
.page li a:hover {
	color: #fff;
}

.page li em {
	display: inline-block;
	float: left;
	margin: 0 5px;
}

.page li input {
	width: 37px;
	height: 37px;
	line-height: 37px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin: 0px 5px 0;
	text-align: center;
	background: none;
	float: left;
}

.page li button {
	width: 46px;
	height: 37px;
	line-height: 37px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	background: none;
	margin: 0 5px;
}

.page {
	list-style: none
}

.page>li {
	float: left;
	height: 37px;
	line-height: 37px;
}

.page .pageItem {
	float: left;
	height: 37px;
	line-height: 37px;
	padding: 0 10px;
	text-align: center;
	margin: 0 5px;
	min-width: 37px;
	font-size: 14px;
}

.page .pageItemActive {
	float: left;
	height: 37px;
	line-height: 37px;
	padding: 0 10px;
	border: 1px solid #a77e2f;
	border-radius: 4px;
	text-align: center;
	margin: 0 5px;
	min-width: 37px;
	font-size: 14px;
	background: #a77e2f;
	color: #fff;
}

.page .pageItemActive a {
	color: #fff;
}

.page .pageItem:hover {
	background: #a77e2f;
	color: #fff;
	border: 1px solid #a77e2f;
	cursor: pointer;
	border-radius: 20px;
}

.page .pageItemDisable {
	float: left;
	height: 37px;
	line-height: 37px;
	padding: 0 10px;
	border: 1px solid #ddd;
	color: #bbb;
	border-radius: 20px;
	text-align: center;
	margin: 0 5px;
	min-width: 37px;
	font-size: 14px;
}

.page .pageItemDisable a {
	color: #bbb;
}

.page .pageItemDisable:hover a,
.page .pageItemDisable a:hover {
	color: #bbb;
}

/* top */
.logo img {
	width: 95%;
}

.topRight img {
	width: 5%;
}

.msgTop {
	background-color: #bd964b;
	height: 120px;
}

.msgTop div.maWidth {
	max-width: 1280px;
	min-width: 1280px;
	text-align: center;
}

.msgTop h1.logo {
	margin-top: 30px;
	width: 218px;
}

.msgTop .navs {
	/*width: 50%;*/
}

.msgTop .topRight {
	width: 25%;
	padding-top: 65px;
}

.msgTop .topRight iframe {
	vertical-align: sub;
	margin-left: 10px;
}

.msgTop .topRight,
.msgTop .topRight a {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}

.msgTop .topRight a {
	border-right: 1px solid #fff;
	padding: 0 15px;
}

.msgTop .topRight a img {
	vertical-align: sub;
}

.innav {
	width: 100%;
}

.innav .m {
	position: relative;
	float: left;
	margin: 65px 0px 0 0;
	padding: 0 10px;
	/*width: 14%;*/
	height: 50px;
	overflow: visible;
	padding-bottom: 3px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	transition: background .3s ease-in-out;
	text-align: center;
}

.innav h3 a {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.innav h3 a:hover {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fee4a5;
}

.innav .on h3 a,
.innav .on h3 a:hover {
	color: #fee4a5;
}

.innav .sub {
	display: none;
	padding: 6px 0 3px;
	width: 100%;
	position: absolute;
	left: 0px;
	border-radius: 3px;
	top: 55px;
	opacity: 1;
	z-index: auto;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	z-index: 2;
}

.innav .sub li {
	vertical-align: middle;
	width: 80%;
	height: auto;
	color: #fff;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	white-space: nowrap;
	border-bottom: 1px solid #909090;
}

.innav .sub li a {
	line-height: 36px;
	font-size: 16px;
	display: block;
	color: #fff;
}

.innav .sub li a:hover {
	color: #f4e0a5;
}

.innav .sub li.on {}

.innav .sub li:last-child {
	border-bottom: 0;
}

/* top end */
/* bottom */
.msgBottom {
	text-align: center;
	background-color: #a77e30;
	padding: 50px 0 30px;
	color: #fff;
	font-size: 16px;
}

.x-footer .suds-mod {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #ffe0a3;
	margin-bottom: 25px;
	margin-top: 0;
	width: 100px
}

.x-footer .suds-mod .icon {
	width: 48px;
	height: 48px;
	background-color: #d1a34b;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 6px;
	-webkit-transition: all 0.32s;
	transition: all 0.32s
}

.x-footer .suds-mod .icon img {
	width: 100%
}

.x-footer .suds-mod:hover .icon {
	/* background-color: #852828; */
	-webkit-transition: all 0.32s;
	transition: all 0.32s
}

.x-footer .suds-mod .suds-pop {
	position: absolute;
	opacity: 0;
	padding: 8px;
	visibility: hidden;
	border-radius: 5px;
	-webkit-transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, transform;
	transition-property: opacity, visibility, transform, -webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.x-footer .suds-mod .suds-pop::before,
.x-footer .suds-mod .suds-pop::after {
	content: '';
	position: absolute;
	z-index: -1
}

.x-footer .suds-mod .suds-pop::before {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 1px solid #ddd
}

.x-footer .suds-mod .suds-pop::after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 5px
}

.x-footer .suds-mod .suds-pop.at-t {
	left: 50%;
	bottom: 100%;
	margin-bottom: 10px;
	-webkit-transform: translate(-50%, 10%);
	transform: translate(-50%, 10%);
	border: 1px solid #a77e30;
}

.x-footer .suds-mod .suds-pop.at-t::before {
	left: 50%;
	top: 100%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.x-footer .suds-mod .suds-pop.at-b {
	left: 50%;
	top: 100%;
	margin-top: 10px;
	-webkit-transform: translate(-50%, -10%);
	transform: translate(-50%, -10%)
}

.x-footer .suds-mod .suds-pop.at-b::before {
	left: 50%;
	bottom: 100%;
	-webkit-transform: translate(-50%, 50%) rotate(45deg);
	transform: translate(-50%, 50%) rotate(45deg)
}

.x-footer .suds-mod .suds-pop.at-l {
	right: 100%;
	top: 50%;
	margin-right: 10px;
	-webkit-transform: translate(10%, -50%);
	transform: translate(10%, -50%)
}

.x-footer .suds-mod .suds-pop.at-l::before {
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.x-footer .suds-mod .suds-pop.at-r {
	left: 100%;
	top: 50%;
	margin-left: 10px;
	-webkit-transform: translate(-10%, -50%);
	transform: translate(-10%, -50%)
}

.x-footer .suds-mod .suds-pop.at-r::before {
	top: 50%;
	right: 100%;
	-webkit-transform: translate(50%, -50%) rotate(45deg);
	transform: translate(50%, -50%) rotate(45deg)
}

.x-footer .suds-mod .suds-pop>* {
	position: relative;
	z-index: 1;
}

.x-footer .suds-mod .suds-pop>* img {
	max-width: 130px;
}

.x-footer .suds-mod.x-show,
.x-footer .suds-mod:hover {
	z-index: 1
}

.x-footer .suds-mod.x-show>.suds-pop,
.x-footer .suds-mod:hover>.suds-pop {
	opacity: 1;
	visibility: visible
}

.x-footer .suds-mod.x-show>.suds-pop.at-t,
.x-footer .suds-mod:hover>.suds-pop.at-t {
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%)
}

.x-footer .suds-mod.x-show>.suds-pop.at-b,
.x-footer .suds-mod:hover>.suds-pop.at-b {
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%)
}

.x-footer .suds-mod.x-show>.suds-pop.at-l,
.x-footer .suds-mod:hover>.suds-pop.at-l {
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%)
}

.x-footer .suds-mod.x-show>.suds-pop.at-r,
.x-footer .suds-mod:hover>.suds-pop.at-r {
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%)
}

.msgBotNavs {
	margin: 20px 0 30px;
}

.msgBotNavs a {
	padding: 0 10px;
}

.msgBotNavs a,
.msgBotCopy p a {
	color: #fff;
}

.msgBotCopy,
.msgBotCopy a {
	font-size: 14px;
}

.msgBotCopy {
	line-height: 30px;
}

.msgBotCopy a img {
	width: 16px;
	vertical-align: sub;
	margin-right: 3px;
}

.msgBotNavs a:hover,
.msgBotCopy a:hover {
	text-decoration: underline;
}

/* bottom end */
/* content */
.gbdqwz {
	background-color: #f7f7f7;
	padding: 6px 20px;
	margin: 30px 0;
}

.gbdqwz,
.gbdqwz a {
	color: #636363;
}

.gbdqwz a {
	margin-left: 7px;
	margin-right: 7px;
	font-size: 14px;
}

.gbdqwz span {
	margin-left: 7px;
	font-size: 14px;
}

.gbdqwz a:hover {
	color: #bd964b;
	font-size: 14px;
}

.gbcontent {
	border: 1px solid #e4e4e4;
	padding: 20px 30px;
	margin-bottom: 50px;
}

.lmName {
	color: #a77e30;
	font-size: 28px;
	margin-bottom: 20px;
}

.lmName img {
	vertical-align: sub;
	margin-right: 5px;
}

.ejlmName {
	color: #a77e30;
	font-size: 24px;
	margin-bottom: 30px;
}

.ejlmName img {
	vertical-align: sub;
	margin-right: 5px;
}

.gbcon_title {
	font-size: 30px;
	line-height: 46px;
	text-align: center;
	color: #000;
	padding: 10px 20px;
}

.gbcon_lysj {
	font-size: 16px;
	text-align: center;
	color: #636363;
	padding: 30px 20px 30px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 30px;
}

.gbcon_lysj span {
	margin-right: 50px;

}

.dhWapTopBj {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 9999999;
	width: 100%;
	transition: left 0.2s;
	left: 100%;
}

.dhWapTopHt {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	background: #bd964b;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	display: none;
}

.dhWapTopHt .fl img {
	height: 46px;
}

.dhWapTopHt .fl {
	margin-top: 7px;
	margin-left: 3%;
}

.dhWapTopHtIco {
	width: 26px;
	height: 17px;
	float: right;
	margin: 21px 3% 0 0;
}

.dhWapTop {
	background: #FFFFFF;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999;
	width: 80%;
	transition: left 0.2s;
	overflow-y: auto;
	left: 100%;
}

.dhWapTopTFix {
	/*position: fixed;width: 80%;bottom:100px;top:0;right: 0;overflow-y: auto;*/
}

.dhWapTop ul {
	width: 80%;
	margin: 0 auto 10px;
	display: block;
}

.dhWapTop li>a {
	line-height: 35px;
	font-size: 16px;
	background: url(../images/row1.png) no-repeat right center;
	margin-top: 10px;
}

.dhWapTop li.norow>a {
	background: none;
}

.dhWapTop dd {
	display: block;
	line-height: 30px;
	font-size: 14px;
	padding-left: 20px;
}

.dhWapTop dl {
	display: none;
}

.dhWapTop dd a {
	display: block;
}

.dhWapTopMk {
	width: 80%;
	margin: 0 auto 0;
	font-size: 16px;
	line-height: 35px;
	margin-top: 10px;
}

.dhWapTopMk img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 8px 0 0;
}

.dhWapTop .dhAllTopSea {
	position: relative;
	width: 80%;
	margin: 13px auto 20px;
	top: 0;
	height: 44px;
}

.dhWapTopaH {
	height: 60px;
	display: none;
}

.dhWapTopBj.on {
	left: 0;
}

.dhWapTop.on {
	left: 20%;
}

.dhWapTop li>a {
	display: block;
	font-size: 16px;
}

.dhWapTopBfIX {
	/*height: 100px;position: fixed;width: 80%;bottom: 0;right: 0;*/
}

.dhWapTopBfIX>div {
	width: 80%;
	margin: 15px auto 0;
	font-size: 16px;
}

.dhWapTopBfIX>div span {
	margin: 0 15px 0;
}

.pet_article_footer_info {
	text-align: center;
	font-size: 12px;
	color: #b9b8b8;
	height: 30px;
	line-height: 30px;
	margin: 17px;
}

@media screen and (max-width:750px) {
	.dhWapTopHt {
		display: block;
	}

	.dhWapTopaH {
		display: block;
	}

	.msgTop {
		display: none;
	}

	.dhWapTopHtIco {
		width: 26px;
		height: 26px;
		background: url(../images/icon_cd.png) no-repeat;
		background-size: 100%;
	}

	.w1280 {
		width: auto;
	}

	.msgTop div.maWidth {
		max-width: none;
		min-width: auto;
	}

	.msgTop .topRight,
	.msgBotZmt {
		display: none;
	}

	.msgBottom {
		padding: 10px 0 20px;
	}

	.gbdqwz {
		margin: 20px 0;
	}

	.gbcontent {
		padding: 10px;
		margin: 0 3% 20px;
	}

	.page {
		margin-top: 20px;
	}

	.page .pageTo {
		display: none;
	}
}