/*reset*/
* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "Light";
	color: #666;
	font-weight: normal;
}

body {
	overflow-x: hidden;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal
}

ul,
ol,
dl {
	list-style: none
}

a {
	text-decoration: none;
	outline: none;
	font-family: "Light";
	color: #666;
	cursor: pointer;
	font-size: 12px;
}

li {
	font-size: 12px;
	font-family: "Light";
	list-style: none;
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
	font-size: 12px;
}

body,
p,
span {
	font-family: "Light";
}

img {
	border: none;
}

p {
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
}

:focus {
	outline: none;
}

img {
	border: 0;
	vertical-align: middle;
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	mainContent: "";
	clear: both;
}

.transtion {
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	content: "";
	clear: both;
}

@font-face {
	font-family: 'Regular';
	src: url('SourceHanSansCN-Regular-2.otf');
}

@font-face {
	font-family: 'Light';
	src: url('SourceHanSansCN-Light-2.otf');
}

@font-face {
	font-family: 'Bold';
	src: url('SourceHanSansCN-Bold-2.otf');
}

@font-face {
	font-family: 'Oswald';
	src: url('Oswald-Regular.ttf');
}

@font-face {
	font-family: 'title-sy';
	src: url('SOURCEHANSERIFCN-SEMIBOLD.OTF');
}




.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 80px;
	background: #78871e;
	z-index: 999;
	text-align: center;
}

.header .nav {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.header .nav>ul {
	display: inline-block;
}

.header .nav>ul>li {
	/* margin-right: 80px; */
	width: 150px;
	text-align: center;
	float: left;
	/* display: inline-block; */
	/* vertical-align: middle; */
}

.header .nav>ul>li:last-child {
	margin-right: 0;
}

.header .nav>ul>li>a {
	display: block;
	line-height: 80px;
	font-size: 16px;
	color: #fad47f;
}

.header .nav a.logo {
	/* display: inline-block; */
	/* vertical-align: middle; */
	float: left;
	font-size: 0;
	line-height: 80px;
	/* margin-right: 80px; */
	width: 210px;
	text-align: center;
}

.header .nav>ul>li>a {
	display: block;
}

.header .nav>ul>li ul {
	text-align: center;
	width: 100%;
	display: block;
}

.header .nav>ul>li ul li {
	line-height: 40px;
}

.header .nav>ul>li ul li a {
	line-height: 40px;
	display: block;
	color: #fad47f;
	font-size: 14px;
	background-color: rgb(120, 135, 30, 0.8);
}

.header .nav>ul>li ul li a:hover {
	background-color: rgb(120, 135, 30, 0.9);
}

.header .search-language {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	width: 1400px;
	margin: 0 auto;
}

.header .search-language-list {
	position: absolute;
	right: -110px;
	top: 0;
}

.header .search-box {
	float: left;
	position: relative;
	margin-top: 30px;
	margin-right: 30px;
}

.header .search-box span {
	display: block;
	width: 20px;
	height: 20px;
	background: url(search.png) no-repeat center;
	cursor: pointer;
}

.header .search-box .search {
	position: absolute;
	right: 0;
	top: 50px;
	height: 50px;
	overflow: hidden;
	background: #404040;
	width: 254px;
	display: none;
	box-sizing: border-box;
	padding: 10px;
}

.header .search-box .search input {
	border: none;
	width: 192px;
	font-size: 14px;
	height: 32px;
	line-height: 34px;
	background: none;
	float: left;
	border-radius: 3px;
	background-color: #f5ebd5;
	color: #333;
	box-sizing: border-box;
	padding-left: 8px;
}

.header .search-box .search input::-webkit-input-placeholder {
	color: #999;
}

.header .search-box .search input::-moz-input-placeholder {
	color: #999;
}

.header .search-box .search input::-ms-input-placeholder {
	color: #999;
}

.header .search-box .search a {
	width: 34px;
	height: 32px;
	padding: 8px 9px;
	float: right;
	background: #78871e;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 0;
}

.header .language {
	float: left;
	margin-top: 28px;
	position: relative;
	text-align: left;
}

.header .language span {
	width: 58px;
	height: 22px;
	border: 1px solid rgba(230, 210, 145, 0.3);
	border-radius: 22px;
	font-size: 14px;
	color: #fad47f;
	display: block;
	background: url(down.png) no-repeat 36px center;
	text-indent: 10px;
	line-height: 22px;
	font-family: arial;
	text-transform: uppercase;
}

.header .language a {
	position: absolute;
	right: 0;
	top: 24px;
	left: 0;
	border: 1px solid rgba(230, 210, 145, 0.3);
	color: #fad47f;
	line-height: 22px;
	border-radius: 22px;
	text-align: center;
	text-transform: uppercase;
	font-family: arial;
	font-size: 14px;
	display: none;
}

.header .language:hover a {
	display: block;
}

.banner {
	margin-top: 80px;
}

.banner li {
	font-size: 0;
}

.banner li img {
	max-width: 100%;
	height: auto;
}

.banner .swiper-pagination {
	bottom: 30px !important;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	border: 2px solid #e4b859;
	background: none;
	opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #e4b859;
}

.footer {
	background: #212121;
}

.footer-link {
	border-bottom: 1px solid rgba(153, 153, 153, 0.15);
}

.footer-link-list {
	width: 1400px;
	margin: 0 auto;
	padding: 30px 0;
	zoom: 1;
}

.footer-link-list:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.footer-link-list p {
	float: right;
	overflow: hidden;
}

.footer-link-list p a {
	float: left;
	width: 200px;
	height: 54px;
	background: url(link.png) no-repeat center;
	text-align: center;
	line-height: 54px;
	font-size: 0;
	margin-left: 20px;
}

.footer-link-list p a:first-child {
	margin-left: 0;
}

.footer-link-list p a img {
	max-width: 72.5%;
	max-height: 55%;
}

.footer-link-list div {
	float: left;
	background: url(select.png) no-repeat center;
	width: 394px;
	padding: 0 18px;
	margin-left: 20px;
}

.footer-link-list div:first-child {
	margin-left: 0;
}

.footer-link-list select {
	border: none;
	font-size: 15px;
	color: #a68e58;
	appearance: none;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 54px;
	height: 54px;
	background: none;
	width: 100%;
	background: url(down02.png) no-repeat right center;
	padding-right: 25px;
}

.footer-link-list select option {
	background: #292929;
}

.footer-nav {
	width: 1400px;
	margin: 0 auto;
	zoom: 1;
	padding: 40px 0;
}

.footer-nav:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.footer-nav-list {
	float: left;
	overflow: hidden;
	margin-right: 25px;
}

.footer-nav-list ul li {
	float: left;
	margin-right: 30px;
}

.footer-nav-list ul li a {
	font-size: 14px;
	color: #a68e58;
	font-family: 'Regular';
}

.footer-nav-list ul li ul {
	margin-top: 10px;
	display: block !important;
}

.footer-nav-list ul li ul li {
	float: none;
	margin: 0;
	line-height: 24px;
}

.footer-nav-list ul li ul li a {
	font-size: 14px;
	color: #a68e58;
	font-family: 'Light';
	opacity: 0.8;
}

.footer-nav-list ul li ul li a:hover {
	opacity: 1;
	text-decoration: underline;
}

.footer-nav-contact {
	float: left;
	width: 185px;
}

.footer-nav-contact h3 {
	font-size: 14px;
	color: #a68e58;
	opacity: 0.8;
}

.footer-nav-contact b {
	font-size: 30px;
	color: #a68e58;
	font-family: 'Oswald';
	display: block;
	margin: 7px 0;
}

.footer-nav-contact p {
	font-size: 14px;
	color: #a68e58;
	margin-top: 10px;
}

.footer-nav-media {
	float: right;
}



.footer-nav-media dl {
	float: left;
	position: relative;
	margin-left: 48px;
}

.footer-nav-media dl dt p {
	width: 58px;
	height: 58px;
	border: 1px solid #5b661b;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
}

.footer-nav-media dl dt p img {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	transition: all 0.35s;
}

.footer-nav-media dl dt em {
	display: block;
	text-align: center;
	width: 70px;
	color: #a68e58;
	opacity: 0.8;
	margin: 10px auto;
	font-size: 14px;
}

.footer-nav-media dl dd {
	width: 120px;
	height: 128px;
	background: url(line.png) no-repeat center;
	text-align: center;
	line-height: 136px;
	font-size: 0;
	display: none;
	position: absolute;
	left: -100px;
	right: -100px;
	top: 63px;
	margin: auto;
	z-index: 9;
}

.footer-nav-media dl:hover dt p {
	background: #5b661b;
}

.footer-nav-media dl:hover dt p img {
	top: -60px;
}

.footer-nav-media dl:hover dd {
	display: block;
}

.footer-copyright {
	background: #111111;
	padding: 25px 0;
}

.footer-copyright div {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.footer-copyright div p {
	float: left;
	font-size: 14px;
	color: #a68e58;
	opacity: 0.8;
}

.footer-copyright div p a {
	font-size: 14px;
	color: #a68e58;
}

.footer-copyright div a.support {
	float: right;
	font-size: 14px;
	color: #a68e58;
	opacity: 0.8;
}

.innerBanner {
	margin-top: 80px;
	font-size: 0;
	position: relative;
	height: auto;
	overflow: hidden;
	background-color: #333;
}

.innerBanner img {
	width: 100%;
	position: relative;
	z-index: 500;
}

.gsjj-bgi {
	background-image: url(banner-bgi.jpg);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.innerBanner .banner-bf {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
	width: auto;
}

.innerBanner video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 400;
	opacity: 0;
}

.innerNav {
	border-bottom: 1px solid #e1e2dd;
	font-size: 0;
	text-align: center;
	background-color: #ecefdb;
	width: 100%;
}

.innerNav ul {
	/* display: block; */
	display: inline-block;
	/* overflow-x: auto; */
	overflow: hidden;
	/* white-space: nowrap; */
	/* width: 1400px; */
	/* margin: auto; */
}

/* .innerNav ul::-webkit-scrollbar {
	background-color: rgba(255, 255, 255, 0.2);
	width: 10px;
	height: 5px;
	border-radius: 3px;
} */

/* .innerNav ul::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 0px #fad47f;
	background-color: #fad47f;
} */

.innerNav ul li {
	/* display: inline-block; */
	float: left;
	border-left: 1px solid #eaeaea;
}

.innerNav ul li:last-child {
	border-right: 1px solid #eaeaea;
}

.innerNav ul li a {
	display: block;
	padding: 0 35px;
	color: #333;
	line-height: 79px;
	font-size: 16px;
	transition: all 0.35s;
}

.innerNav ul li a.on {
	background: #78871e;
	color: #fad47f;
}

.innerNav ul li a:hover {
	background: #78871e;
	color: #fad47f;
}




.jjnav {
	border-bottom: 1px solid #e1e2dd;
	font-size: 0;
	text-align: center;
	background-color: #ecefdb;
	width: 100%;
}

.jjnav ul {
	/* display: block; */
	display: inline-block;
	/* overflow-x: auto; */
	overflow: hidden;
	/* white-space: nowrap; */
	/* width: 1400px; */
	/* margin: auto; */
}

/* .innerNav ul::-webkit-scrollbar {
	background-color: rgba(255, 255, 255, 0.2);
	width: 10px;
	height: 5px;
	border-radius: 3px;
} */

/* .innerNav ul::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 0px #fad47f;
	background-color: #fad47f;
} */

.jjnav ul li {
	/* display: inline-block; */
	float: left;
	border-left: 1px solid #eaeaea;
}

.jjnav ul li:last-child {
	border-right: 1px solid #eaeaea;
}

.jjnav ul li a {
	display: block;
	padding: 0 66px;
	color: #333;
	line-height: 79px;
	font-size: 16px;
	transition: all 0.35s;
}

.jjnav ul li a.on {
	background: #78871e;
	color: #fad47f;
}


.innerAbout-title {
	text-align: center;
	padding: 40px 0;
}

.innerAbout-title h3 {
	font-size: 40px;
	color: #333;
	font-family: 'Bold';
}

.innerAbout-title p {
	font-size: 18px;
	color: #ccc;
	text-transform: uppercase;
	font-family: arial;
}

.innerAbout-brief {
	background: url(about-img02.png) no-repeat bottom center;
	padding-bottom: 80px;
}

.innerAbout-brief dl {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.innerAbout-brief dt {
	float: left;
	width: 46.5%;
	position: relative;
	height: 450px;
}

.innerAbout-brief dt img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.innerAbout-brief dt img.play {
	cursor: pointer;
	width: auto;
	height: auto;
}

.innerAbout-brief dt video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.innerAbout-brief dd {
	float: right;
	border: 10px solid #ded9b9;
	border-left: none;
	width: 53.5%;
	box-sizing: border-box;
	padding: 50px;
	background: #f4f5ec;
	height: 450px;
}

.innerAbout-brief dd h3 {
	font-size: 24px;
	color: #333;
	font-family: 'Bold';
}

.innerAbout-brief dd span {
	font-size: 16px;
	color: #bbbbbb;
	text-transform: uppercase;
	display: block;
}

.innerAbout-brief dd p {
	font-size: 16px;
	color: #666;
	margin-top: 20px;
	line-height: 28px;
}

.innerAbout-brief dd a {
	display: block;
	border: 1px solid #78871e;
	border-radius: 40px;
	line-height: 38px;
	width: 128px;
	text-align: center;
	margin-top: 45px;
	color: #78871e;
	font-size: 16px;
	transition: all 0.35s;
}

.innerAbout-brief dd a:hover {
	background: #78871e;
	color: #f4f5ec;
}

.innerAbout-garden {
	background: url(about-img03.jpg) no-repeat center;
	overflow: hidden;
}

.innerAbout-garden .innerAbout-title {
	width: 1400px;
	margin: 0 auto;
	color: #f4f5ec;
}

.innerAbout-garden .innerAbout-title h3 {
	color: #f4f5ec;
}

.innerAbout-garden .innerAbout-title p {
	color: #f4f5ec;
}

.innerAbout-garden .innerAbout-title div {
	font-size: 16px;
	margin-top: 30px;
}

.innerAbout-garden-list {
	width: 1400px;
	margin: 0 auto 90px;
	overflow: hidden;
}

.innerAbout-garden-list .hd {
	float: left;
	width: 21.5%;
}

.innerAbout-garden-list .hd li {
	height: 120px;
	text-align: center;
	font-size: 0;
	background: #f5f5f5;
	line-height: 120px;
	transition: all 0.35s;
}

.innerAbout-garden-list .hd li em {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 20px;
	background: url(tea.png) no-repeat center;
	margin-right: 10px;
	transition: all 0.35s;
}

.innerAbout-garden-list .hd li span {
	font-size: 20px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.35s;
}

.innerAbout-garden-list .hd li.on {
	background: #78871e;
}

.innerAbout-garden-list .hd li.on em {
	background: url(tea02.png) no-repeat center;
}

.innerAbout-garden-list .hd li.on span {
	color: #fad47f;
}

.innerAbout-garden-list .hd p {
	height: 120px;
	text-align: center;
	font-size: 0;
	background: #f4f5ec;
	line-height: 120px;
}

.innerAbout-garden-list .hd p a {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #d4d4d4;
	height: 38px;
	width: 128px;
	border-radius: 40px;
	line-height: 38px;
	font-size: 16px;
	transition: all 0.35s;
}

.innerAbout-garden-list .hd p a:hover {
	background: #78871e;
	color: #f4f5ec;
}

.innerAbout-garden-list .bd {
	float: right;
	width: 78.5%;
}

.innerAbout-garden-list .bd li {
	display: none;
	background: rgba(255, 255, 255, 0.9);
}

.innerAbout-garden-list .bd li.on {
	display: block;
}

.innerAbout-garden-list .bd li dl {
	overflow: hidden;
}

.innerAbout-garden-list .bd li dl dt {
	float: right;
	padding: 20px;
	font-size: 0;
	height: 320px;
	width: 400px;
	overflow: hidden;
}

.innerAbout-garden-list .bd li dl dt img {
	max-width: 100%;
}

.innerAbout-garden-list .bd li dl dd {
	float: left;
	width: 540px;
	padding: 20px 59px;
}

.innerAbout-garden-list .bd li dl dd h3 {
	font-size: 24px;
	color: #333;
	font-family: 'Bold';
	line-height: 75px;
	border-bottom: 1px solid #dddddd;
}

.innerAbout-garden-list .bd li dl dd p {
	font-size: 16px;
	margin-top: 35px;
	line-height: 28px;
}

.innerAbout-shortCut {
	background: url(about-img05.png) no-repeat center;
	padding: 20px 0 130px;
}

.innerAbout-shortCut-list {
	text-align: center;
	font-size: 0;
	margin-top: 40px;
}

.innerAbout-shortCut-list dl {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	height: 200px;
	margin: 0 50px;
	border-radius: 50%;
	transition: all 0.35s;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.05);
	border: 1px solid rgb(229, 229, 229);
}

.innerAbout-shortCut-list dl dt {
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin: 50px auto 0;
	transition: all 0.35s;
	position: relative;
}

.innerAbout-shortCut-list dl dt img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.35s;
}

.innerAbout-shortCut-list dl dt img.green {
	opacity: 1;
}

.innerAbout-shortCut-list dl dt img.yellow {
	opacity: 0;
}

.innerAbout-shortCut-list dl dd {
	font-size: 16px;
	color: #333;
	margin-top: 15px;
	transition: all 0.35s;
}

.innerAbout-shortCut-list dl:hover {
	background: #78871e;
}

.innerAbout-shortCut-list dl:hover dt {
	transform: rotateY(180deg);
}

.innerAbout-shortCut-list dl:hover dt img.green {
	opacity: 0;
}

.innerAbout-shortCut-list dl:hover dt img.yellow {
	opacity: 1;
}

.innerAbout-shortCut-list dl:hover dd {
	color: #fad47f;
}

.innerBrief {
	width: 1400px;
	margin: 60px auto;
	border: 1px solid #eaeaea;
	box-shadow: 0px 2px 30px 0px rgba(118, 132, 47, 0.12);
	min-height: 300px;
	padding: 50px;
	box-sizing: border-box;
}

.innerBrief-title {
	text-align: center;
	font-size: 24px;
	color: #333;
	font-family: 'Bold';
}

.innerBrief-video {
	width: 800px;
	margin: 30px auto 0;
	position: relative;
	font-size: 0;
}

.innerBrief-video video {
	max-width: 100%;
}

.innerBrief-video img {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.innerBrief-video img.play {
	width: auto;
	height: auto;
	cursor: pointer;
}

.innerBrief-content {
	margin-top: 50px;
	font-size: 16px;
	line-height: 30px;
}

.innerBrief-content * {
	max-width: 100%;
}

.innerDevelop {
	width: 1400px;
	margin: 50px auto;
}

.innerDevelop-title {
	font-size: 0;
	position: relative;
}

.innerDevelop-title img {
	max-width: 100%;
}

.innerDevelop-title div {
	position: absolute;
	left: 50px;
	right: 50px;
	top: 0;
	bottom: 0;
	color: #f4f5ec;
	text-align: center;
	height: 80px;
	margin: auto;
}

.innerDevelop-title div h3 {
	font-size: 36px;
	font-family: 'Bold';
}

.innerDevelop-title div p {
	font-size: 16px;
}

.innerDevelop-list {
	padding: 100px 0;
	position: relative;
}

.innerDevelop-list:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	width: 4px;
	background: #e5e5e5;
	margin: auto;
}

.innerDevelop-item {
	position: relative;
}

.innerDevelop-item .innerDevelop-year {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	border: 6px solid #e5e5e5;
	width: 88px;
	height: 88px;
	line-height: 88px;
	border-radius: 50%;
	text-align: center;
	background: #f4f5ec;
}

.innerDevelop-item .innerDevelop-year b {
	font-size: 24px;
	color: #333;
	font-family: arial;
	display: block;
	white-space: normal;
	display: inline-block;
	width: 54px;
	vertical-align: middle;
	line-height: 28px;
}

.innerDevelop-item .innerDevelop-content {
	overflow: hidden;
	margin-bottom: 60px;
}

.innerDevelop-item .innerDevelop-content dt {
	float: left;
	width: 42.85%;
	font-size: 0;
	text-align: right;
}

.innerDevelop-item .innerDevelop-content dt span {
	height: 225px;
	width: 300px;
	font-size: 0;
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}

.innerDevelop-item .innerDevelop-content dt span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}

.innerDevelop-item .innerDevelop-content dt span:before {
	position: absolute;
	top: 10px;
	right: 10px;
	content: "";
	width: 100%;
	height: 100%;
	background: #f4f5f0;
}

.innerDevelop-item .innerDevelop-content dd {
	float: right;
	width: 42.85%;
	background: #f4f5f0;
	padding: 30px 50px;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	position: relative;
	height: 225px;
}

.innerDevelop-item .innerDevelop-content dd:before {
	position: absolute;
	left: -17px;
	top: 40px;
	width: 17px;
	height: 20px;
	content: "";
	background: url(leftTriangle.png) no-repeat center;
}

.innerDevelop-item:nth-child(even) .innerDevelop-content dt {
	float: right;
	text-align: left;
}

.innerDevelop-item:nth-child(even) .innerDevelop-content dt span:before {
	position: absolute;
	top: 10px;
	left: 10px;
	content: "";
}

.innerDevelop-item:nth-child(even) .innerDevelop-content dd {
	float: left;
}

.innerDevelop-item:nth-child(even) .innerDevelop-content dd:before {
	right: -17px;
	left: initial;
	background: url(rightTriangle.png) no-repeat center;
}

.subclass {
	text-align: center;
	font-size: 0;
	margin: 50px 0;
}

.subclass li {
	display: inline-block;
	margin: 0 20px;
}

.subclass li a {
	display: block;
	height: 43px;
	width: 148px;
	border: 1px solid #78871e;
	border-radius: 3px;
	font-size: 16px;
	color: #78871e;
	line-height: 43px;
}

.subclass li a.on {
	background: #78871e;
	color: #f4f5ec;
}

.innerHonor {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background-color: #ecefdb;
	padding-top: 75px;
}

.innerHonor dl {
	float: left;
	width: 434px;
	margin: 0 49px 10px 0;
}

.innerHonor dl:nth-child(3n) {
	margin-right: 0;
}

.innerHonor dl dt {
	height: 300px;
	font-size: 0;
	border: 1px solid #bec58f;
	line-height: 320px;
	text-align: center;
	transition: all 0.35s;
	position: relative;
	overflow: hidden;
}

.innerHonor dl dt img {
	max-width: 95%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	transition: 0.4s;
	max-height: 95%;
}

.innerHonor dl dt:hover img {
	transform: scale(1.05);
}

.innerHonor dl dd {
	padding: 15px 50px;
	text-align: center;
}

.innerHonor dl dd p {
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 48px;
	transition: all 0.35s;
}

.innerHonor dl:hover dt {
	border-color: #78871e;
}

.innerHonor dl:hover dd p {
	/* color: #78871e; */
}

.innerBrand {
	width: 1400px;
	margin: 80px auto;
}

.innerBrand dl {
	padding: 0 0 20px 20px;
	position: relative;
	overflow: hidden;
}

.innerBrand dl:before {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 20px;
	right: 20px;
	background: #d6dbbb;
	content: "";
}

.innerBrand dl dt {
	background: #f4f5ec;
	position: relative;
	float: left;
	width: 50%;
}

.innerBrand dl dd {
	background: #f4f5ec;
	position: relative;
	border: 1px solid #eaeaea;
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding: 55px 50px 55px 60px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.innerBrand dl dd * {
	max-width: 100%;
}

.innerNews {
	width: 1400px;
	margin: 80px auto 0;
	zoom: 1;
}

.innerNews:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.innerNews dl {
	float: left;
	width: 448px;
	margin: 0 28px 40px 0;
	transition: all 0.35s;
}

.innerNews dl:nth-child(3n) {
	margin-right: 0;
}

.innerNews dl dt {
	height: 298px;
	font-size: 0;
}

.innerNews dl dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.innerNews dl dd {
	border: 1px solid #d5dab5;
	padding: 0 30px;
	background-color: #f0f2e3;
}

.innerNews dl dd h3 {
	height: 54px;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	font-family: 'Regular';
	margin-top: 25px;
	transition: all 0.35s;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.innerNews dl dd p {
	font-size: 14px;
	margin-top: 15px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.innerNews dl dd div {
	margin-top: 40px;
	border-top: 1px solid #dee2c3;
	padding: 25px 0;
	font-size: 14px;
	color: #333;
	background: url(eye.png) no-repeat right center;
	transition: all 0.35s;
}

.innerNews dl:hover {
	box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.15);
}

.innerNews dl:hover dd h3 {
	color: #78871e;
}

.innerNews dl:hover dd div {
	background: url(eye02.png) no-repeat right center;
}

.innerDetails {
	padding: 0 50px;
	width: 1400px;
	margin: 60px auto;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

.innerDetails-title {
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	padding: 40px 0 30px;
}

.innerDetails-title h3 {
	font-size: 30px;
	font-family: 'Bold';
	color: #333;
}

.innerDetails-title p {
	font-size: 16px;
	margin-top: 20px;
}

.innerDetails-content {
	margin: 40px 0;
	min-height: 300px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.innerDetails-content * {
	max-width: 100%;
}

.innerDetails-link {
	background: #f5f5f5;
	margin-bottom: 80px;
	padding: 15px 30px;
	overflow: hidden;
	position: relative;
}

.innerDetails-link .prev {
	float: left;
	padding-left: 30px;
	width: 40%;
	background: url(left.png) no-repeat left center;
}

.innerDetails-link .next {
	float: right;
	padding-right: 30px;
	width: 40%;
	background: url(right.png) no-repeat right center;
}

.innerDetails-link p {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 46px;
	font-size: 0;
}

.innerDetails-link p a {
	font-size: 15px;
	color: #333;
	line-height: 23px;
	display: inline-block;
	vertical-align: middle;
}

.innerDetails-link p em {
	font-size: 15px;
	color: #333;
	line-height: 23px;
	display: inline-block;
	vertical-align: middle;
}

.innerDetails-link .back {
	position: absolute;
	height: 40px;
	font-size: 15px;
	padding-left: 30px;
	background: url(list.png) no-repeat left center;
	line-height: 40px;
	width: 60px;
	margin: auto;
	color: #333;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.jianjie-title {
	color: #333333;
	font-weight: 600;
	font-size: 42px;
	text-align: center;
	margin-top: 70px;
	font-family: 'Bold';
}

.ecefdb {
	overflow: hidden;
	background-color: #ecefdb;
	position: relative;
}

.jianjie-title-e {
	text-align: center;
	color: #78871e;
	font-size: 24px;
	font-family: "Arial";
	font-weight: 600;
	opacity: 0.25;
	margin-top: -10px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.margin-c {
	width: 1400px;
	margin: 0 auto;
}

.jianjie-content {
	margin-bottom: 90px;
	overflow: hidden;
}

.jianjie-left {
	float: left;
	width: 680px;
}

.jianjie-left img {
	width: 100%;
}

.jianjie-right {
	float: right;
	width: 660px;
}

.jianjie-right>.gsjj-text {
	text-indent: 2em;
}

.gsmc-title {
	font-family: 'Bold';
	color: #78871e;
	font-size: 26px;
	font-weight: 600;
	margin-top: 24px;
}

.gsmc-title-e {
	color: #78871e;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 28px;
}

.gsjj-text {
	color: #333333;
	font-size: 16px;
	line-height: 1.75;
}

.gsjj-text a {
	font-size: 16px;
	color: #78871e;
}

.gsjj-list::after {
	content: " ";
	display: block;
	clear: both;
}

.gsjj-item {
	width: 33.3%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	margin-top: 34px;
}

.gsjj-title {
	color: #78871e;
	font-size: 42px;
	font-weight: 600;
	font-family: "Arial";
}

.gsjj-title span {
	font-size: 18px;
	margin-left: -5px;
}

.gsjj-item .gsjj-text {
	font-size: 14px;
	color: #333333;
	padding: 0 18px;
	margin-top: -6px;
}

.cyzz {
	width: 100%;
	height: 750px;
	background-image: url(cyzz.png);
	overflow: hidden;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.cyzz-title {
	color: #f4f5ec;
	font-size: 42px;
	font-family: 'Bold';
	margin-top: 70px;
	text-align: center;
}

.cyzz-title-e {
	text-transform: uppercase;
	text-align: center;
	color: #f4f5ec;
	font-size: 24px;
	opacity: 0.6;
	font-weight: 600;
	font-family: "Arial";
	letter-spacing: 1px;
	margin-top: -6px;
	margin-bottom: 40px;
}

.cyzz-text {
	text-align: left;
	text-indent: 2em;
	color: #f4f5ec;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 40px;
}

.cyzz-bl {
	width: 100%;
	position: relative;
	height: 360px;
	background-color: #f4f5ec;
}

.btn-box {
	position: absolute;
	width: 300px;
	height: 120px;
	left: 0;
	bottom: 0;
	background-color: #f4f6eb;
}

.cyzz-bl-btn {
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #78871e;
	font-size: 16px;
	border-radius: 20px;
	border: 1px solid #78871e;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.4s;
}

.cyzz-bl-btn:hover {
	background-color: #f4f5ec;
}

.cyzz-bl-btn img {
	margin-left: 5px;
	vertical-align: middle;
}

.cyzz-bl .hd {
	float: left;
	width: 300px;
}

.cyzz-bl .hd li {
	text-align: center;
	line-height: 120px;
	height: 120px;
	color: #333333;
	font-size: 20px;
	background-color: #eff1e3;
	transition: 0.4s;
	cursor: pointer;
}

.cyzz-bl .hd .on {
	background-color: #78871e;
	color: #fad47f;
}

.cyzz-bl .hd li img:nth-child(2) {
	display: none;
}

.cyzz-bl .hd li img {
	margin-right: 5px;
}

.cyzz-bl .hd .on img {
	display: none;
}

.cyzz-bl .hd .on img:nth-child(2) {
	display: initial;
}

.cyzz-bl .bd {
	width: 1100px;
	float: left;
}

.cyzz-bl .bd li {
	width: 1100px;
	background-color: #f9faf2;
	height: 360px;
	box-sizing: border-box;
	padding: 20px 20px 20px 60px;
}

.cyzz-left {
	float: left;
	width: 540px;
}

.cyzz-left-title {
	line-height: 75px;
	border-bottom: 1px solid #dddddd;
	color: #333333;
	font-size: 24px;
	font-family: 'Bold';
	margin-bottom: 35px;
}

.cyzz-left-text {
	color: #666666;
	font-size: 16px;
	line-height: 1.75;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-indent: 2em;
}

.cyzz-right {
	float: right;
	width: 400px;
	height: 320px;
}

.cyzz-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kjrk {
	overflow: hidden;
	background-color: #ecefdb;
	position: relative;
}

.hddb {
	position: fixed;
	right: 50px;
	bottom: 50px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	font-size: 0;
	background-color: initial;
	cursor: pointer;
	z-index: 900;
	background-image: url(wap-hfdb.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.hddb p {
	margin-top: -6px;
}

.hddb img {
	display: none;
	width: 26px;
	height: 30px;
	margin: 10px auto;
}

.kjrk-list {
	margin-bottom: 125px;
	text-align: center;
	padding-top: 30px;
}

.kjrk-item {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0 50px;
	display: inline-block;
	background-color: #eef1df;
	box-shadow: 0 0 4px 4px #e6e8db;
	transition: 0.4s;
	color: #333333;
	font-size: 16px;
}

.kjrk-item-img {
	width: 60px;
	height: 60px;
	margin: 50px auto 10px;
	text-align: center;
}

.kjrk-item img:nth-child(2) {
	display: none;
}

.kjrk-item img {
	max-width: 100%;
}

.kjrk-item:hover img:nth-child(2) {
	display: initial;
}

.kjrk-item:hover img:nth-child(1) {
	display: none;
}

.kjrk-item:hover {
	color: #fad47f;
	background-color: #78871e;
}

.gsjj {
	background-color: #ecefdb;
	overflow: hidden;
}

.jj-info {
	overflow: hidden;
	margin-bottom: 50px;
}

.jj-info-left {
	float: left;
	width: 670px;
	height: 380px;
}

.jj-info-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jj-info-right {
	float: right;
	width: 670px;
}

.jj-info:nth-child(2) .jj-info-left {
	float: right;
}

.jj-info:nth-child(2) .jj-info-right {
	float: left;
}

.jj-info:nth-child(2) .gsjj-text {
	margin-top: 50px;
}

.cyzz-info {
	overflow: hidden;
	background-color: #e6ead1;
}

.cyzz-info-title {
	text-align: left;
	text-indent: 2em;
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 30px;
}

.cyzz-info-list {
	overflow: hidden;
	margin-bottom: 90px;
}

.cyzz-info-item {
	float: left;
	width: 680px;
	height: 450px;
	position: relative;
}

.cyzz-info-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cyzz-info-item:nth-child(2) {
	float: right;
}

.cyzz-info-item::after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.3));
}

.cyzz-info-item-title {
	position: absolute;
	left: 30px;
	top: 290px;
	color: #f4f5ec;
	font-size: 24px;
	font-family: "Bold";
	z-index: 800;
}

.cyzz-info-item-text {
	width: 630px;
	z-index: 800;
	position: absolute;
	left: 30px;
	top: 335px;
	color: #f4f5ec;
	font-size: 16px;
	line-height: 1.7;
}

.scjg {
	overflow: hidden;
	background-color: #ecefdb;
	padding-bottom: 80px;
}

.scjg-fuwenben {
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}

.lct-title {
	font-family: "Bold";
	color: #333333;
	font-size: 30px;
	text-align: center;
	margin: 35px 0;
}

.lct-list {
	width: 1155px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 50px;
}

.lct-list::after {
	content: " ";
	width: 6px;
	height: 100%;
	background-color: #666666;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}

.lct-item {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.lct-item::after {
	position: absolute;
	z-index: 500;
	content: " ";
	background-image: url(lct-item.png);
	width: 30px;
	height: 30px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.lct-item-title {
	color: #78871e;
	font-size: 36px;
	font-family: "Bold";
	margin-top: 75px;
}

.lct-item-text {
	color: #333333;
	font-size: 22px;
	margin-top: 10px;
}

.lct-item-right {
	float: right;
	width: 490px;
}

.lct-item-left {
	float: left;
}

.lct-item:nth-child(2n) .lct-item-left {
	float: right;
}

.lct-item:nth-child(2n) .lct-item-right {
	float: left;
}

.ccwl {
	overflow: hidden;
	background-color: #e6ead1;
	padding-bottom: 90px;
}

.ccwl-content::after {
	content: " ";
	display: block;
	clear: both;
}

.ccwl-left {
	float: left;
	width: 680px;
	height: 450px;
	overflow: hidden;
}

.ccwl-right {
	float: left;
	width: 720px;
	height: 450px;
	background-color: #eff1e3;
	box-sizing: border-box;
	padding: 65px 45px 0 50px;
	color: #333333;
	font-size: 16px;
}

.cxy {
	overflow: hidden;
	background-color: #ecefdb;
}

.xsysc {
	overflow: hidden;
	background-color: #ecefdb;
}

.cxy-list {
	overflow: hidden;
}

.cxy-item {
	width: 685px;
	margin-bottom: 30px;
}

.cxy-item:nth-child(1) {
	width: 100%;
}

.cxy-item:nth-child(2) {
	float: left;
}

.cxy-item:nth-child(3) {
	float: right;
}

.cxy-item-head {
	width: 100%;
	height: auto;
}

.cxy-item-head img {
	width: 100%;
}

.cxy-item-foot {
	width: 100%;
	background-color: #eff1e3;
	padding: 25px 30px;
	box-sizing: border-box;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	min-height: 250px;
}

.cxy-item-title {
	font-weight: 600;
	font-family: "Bold";
}

.xsysc-list {
	padding-bottom: 80px;
}

.xsysc-item::after {
	content: " ";
	display: block;
	clear: both;
}

.xsysc-item-left {
	float: left;
	width: 700px;
	height: 360px;
}

.xsysc-item-left img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.xsysc-item-right {
	float: right;
	width: 700px;
	height: 360px;
	background-color: #eff1e3;
	box-sizing: border-box;
	padding: 50px;
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
}

.xsysc-item:nth-child(2) .xsysc-item-left {
	float: right;
}

.xsysc-item:nth-child(2) .xsysc-item-right {
	float: left;
}

.fzlc-lb {
	position: relative;
	padding-bottom: 70px;
}

.fzlc-lb .prev {
	position: absolute;
	width: 36px;
	height: 50px;
	background-color: #bec58f;
	transition: 0.4s;
	left: 0;
	top: 0;
	border-radius: 3px;
	z-index: 888;
}

.fzlc-lb .prev img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.fzlc-lb .prev:hover {
	background-color: #78871e;
}

.fzlc-lb .next {
	position: absolute;
	width: 36px;
	height: 50px;
	background-color: #bec58f;
	transition: 0.4s;
	right: 0;
	top: 0;
	border-radius: 3px;
	z-index: 888;
}

.fzlc-lb .next img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.fzlc-lb .next:hover {
	background-color: #78871e;
}

.fzlc-lb .hd {
	padding-left: 50px;
	overflow: hidden;
	margin-bottom: 70px;
	padding-right: 50px;
}

.fzlc-lb .hd li {
	float: left;
	border-radius: 3px;
	width: 426px;
	height: 50px;
	line-height: 50px;
	color: #f4f5ec;
	font-size: 18px;
	text-align: center;
	background-color: #bec58f;
	cursor: pointer;
	margin-right: 11px;
}

.fzlc-lb .hd .on {
	background-color: #78871e;
	color: #fad47f;
}

.fzlc-lb .hd .swiper-slide-thumb-active {
	background-color: #78871e;
	color: #fad47f;
}

.fzlc-lb .bd li {
	position: relative;
	overflow: hidden;
}

.fzlc-lb .bd ul {
	position: relative;
	height: 500px;
	overflow-y: auto;
	/* margin-right: 0px; */
}

.fzlc-lb .bd ul::-webkit-scrollbar {
	background-color: rgba(255, 255, 255, 0.2);
	width: 5px;
	height: 10px;
	border-radius: 3px;
}

.fzlc-lb .bd ul::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 0px #78871e;
	background-color: #78871e;
}


.fzlc-lb .bd ul li::after {
	content: " ";
	display: block;
	width: 1px;
	height: calc(100% + 50px);
	background-color: #bec58f;
	position: absolute;
	top: 0;
	left: 127px;
}

.fzlc-left {
	float: left;
	color: #333333;
	font-size: 20px;
	font-family: 'Light';
	margin-top: 20px;
	position: relative;
	margin-left: 5px;
}

.fzlc-left::after {
	content: " ";
	display: block;
	width: 11px;
	height: 11px;
	background-color: #78871e;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 117px;
	margin: auto;
	z-index: 300;
}


.fzlc-right {
	float: right;
	padding: 25px 40px;
	box-sizing: border-box;
	border: 1px solid #bec58f;
	width: 1212px;
	color: #333333;
	font-size: 16px;
	line-height: 1.75;
}

.fzlc-lb .bd li {
	padding-bottom: 50px;
}

.ppgs .jianjie-title-e {
	font-size: 30px;
	color: #78871e;
	opacity: 0.15;
}

.ppgs .jianjie-title {
	font-size: 48px;
}

.ppgs-list {
	padding-bottom: 100px;
}

.ppgs-item {
	overflow: hidden;
}

.ppgs-item-left {
	float: left;
	width: 700px;
	height: 500px;
	overflow: hidden;
}

.ppgs-item img {
	width: 100%;
}

.ppgs-item-right {
	float: right;
	width: 700px;
	height: 500px;
	overflow: hidden;
	background-color: #f4f5ec;
	box-sizing: border-box;
	padding: 0 80px;
}

.ppgs-item-title {
	color: #78871e;
	font-size: 30px;
	font-weight: 600;
	font-family: "Bold";
	margin-top: 110px;
}

.ppgs-item-fg {
	margin: 20px 0 35px;
	width: 50px;
	height: 1px;
	background-color: #78871e;
}

.ppgs-item-text {
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
}

.ppgs-item:nth-child(2n) .ppgs-item-left {
	float: right;
}

.ppgs-item:nth-child(2n) .ppgs-item-right {
	float: left;
}

.ppxx-content {
	margin-top: 60px;
	background-color: #f4f5ec;
	padding: 0 60px 65px;
	overflow: hidden;
	margin-bottom: 50px;
}

.ppxx-lb {
	position: relative;
	width: 100%;
}

.ppxx-lb .hd {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 30px;
	left: 0;
	z-index: 100;
}

.ppxx-lb .hd li {
	display: inline-block;
	margin: 0 8px;
	background-color: #f4f5ec;
	opacity: 0.5;
	width: 15px;
	height: 15px;
	font-size: 0;
	border-radius: 50%;
}

.ppxx-lb .hd .on {
	background-color: #78871e;
}

.ppxx-lb .prev {
	position: absolute;
	width: 23px;
	height: 40px;
	left: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 200;
}

.ppxx-lb .next {
	position: absolute;
	width: 23px;
	height: 40px;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 200;
}

.ppxx-lb .bd img {
	width: 100%;
}

.ppxx-fuwenben {
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
	margin-top: 35px;
}

.ppwh-list {
	background-color: #ecefdb;
	padding-top: 80px;
	padding-bottom: 80px;
}

.ppwh-banner01 {
	position: relative;
}

.ppwh-banner01-left {
	width: 1040px;
}

.ppwh-banner01-right {
	position: absolute;
	top: 26px;
	right: 336px;
}

.ppwh-banner01-content {
	width: 1040px;
	height: 500px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #f0f2e3;
	box-shadow: 0px 2px 30px 0px rgb(85, 99, 3, 0.1);
	padding: 0 260px 0 60px;
	box-sizing: border-box;
}

.ppwh-yh {
	position: absolute;
	left: 60px;
	top: 40px;
}

.ppwh-bq {
	position: absolute;
	right: 161px;
	top: 0px;
}

.ppwh-item-title {
	margin-top: 120px;
	color: #78871e;
	font-size: 30px;
	font-weight: 600;
	font-family: "Bold";
}

.ppwh-item-span {
	width: 25px;
	height: 2px;
	background-color: #78871e;
	margin: 25px 0;
}

.ppwh-item-fuwenben {
	color: #666666;
	font-size: 16px;
	line-height: 1.7;
	text-indent: 2em;
}

.ppwh-btn {
	margin-top: 35px;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #78871e;
	font-size: 16px;
	border: 1px solid #78871e;
	display: block;
	border-radius: 21px;
	transition: 0.4s;
}

.ppwh-btn:hover {
	background-color: #f4f5ec;
}

.ppwh-btn img {
	vertical-align: middle;
	margin-left: 3px;
}

.ppwh-banner02 {
	position: relative;
	height: 610px;
}

.ppwh-banner02::after {
	content: " ";
	display: block;
	clear: both;
}

.ppwh-banner02 .ppwh-banner02-right {
	float: right;
}

.ppwh-banner02-left {
	width: 1040px;
	position: absolute;
	left: 0;
	height: 610px;
	box-sizing: border-box;
	padding-left: 260px;
	padding-right: 50px;
	background-image: url(ppwh-banner02-left.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.ppwh-banner02-yh {
	margin: 70px 0 25px;
}

.ppwh-banner02-title {
	color: #fad47f;
	font-size: 30px;
	font-weight: 600;
	font-family: "Bold";
}

.ppwh-banner02-span {
	width: 25px;
	height: 2px;
	background-color: #fad47f;
	margin: 25px 0;
}

.ppwh-banner02-fuwenben {
	color: #fad47f;
	font-size: 16px;
	line-height: 1.7;
	text-indent: 2em;
}

.ppwh-banner02 .ppwh-btn {
	color: #fad47f;
	border: 1px solid #fad47f;
}

.yldcdzy-title {
	text-align: center;
	margin: 85px 0 0;
	padding-bottom: 54px;
	font-size: 54px;
	color: #78871e;
	font-family: 'bold';
}

.yldcdzy-content {
	background-color: #f0f2e3;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 30px 60px;
	box-shadow: 0px 0px 4px 4px #e4e7cf;
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
}

.yldcdzy-content a {
	color: #78871e;
	font-size: 16px;
}

.yldcdzy-content a:hover {
	text-decoration: underline;
}

.yldcdzy-content img {
	margin-bottom: 35px;
	width: 100%;
}

.xwxq-title {
	margin-top: 65px;
	color: #333;
	font-size: 36px;
	font-family: "Bold";
	margin-bottom: 25px;
	text-align: center;
}

.xwxq-text {
	text-align: center;
	color: #666666;
	font-size: 16px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d5dab5;
	margin-bottom: 35px;
	position: relative;
}

.xwxq-text span {
	margin: 0 10px;
}

.xwxq-fx {
	position: absolute;
	top: 0;
	right: 50px;
}

.xwxq-fx-item {
	float: left;
	color: #666666;
	font-size: 16px;
	margin-left: 10px;
	cursor: pointer;
}

.xwxq-fx-item:nth-child(1) {
	cursor: initial;
}

.xwxq-fuwenben {
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
	padding-bottom: 35px;
	border-bottom: 1px solid #d5dab5;
	margin-bottom: 50px;
}

.xwxq-fuwenben * {
	max-width: 100%;
	height: auto;
}

.xwxq-foot {
	padding-bottom: 40px;
}

.xwxq-foot-left {
	float: left;
	width: calc(100% - 200px);
}

.xwxq-foot-right {
	float: right;
	margin-top: 15px;
	display: block;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fad47f;
	font-size: 16px;
	background-color: #78871e;
	border: 1px solid #78871e;
	transition: 0.4s;
}

.xwxq-foot-right:hover {
	background-color: #f4f5ec;
	color: #78871e;
}

.xwxq-foot::after {
	content: " ";
	display: block;
	clear: both;
}

.xwxq-foot-syp {
	margin-bottom: 20px;
	line-height: 36px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 16px;
}

.xwxq-foot-syp em {
	width: 100px;
	height: 36px;
	color: #fad47f;
	font-size: 16px;
	background-color: #78871e;
	display: block;
	float: left;
	text-align: center;
	line-height: 36px;
	margin-right: 20px;
}

.xwxq-foot-syp a {
	color: #333333;
	font-size: 16px;
}

.xwxq-foot-syp a:hover {
	text-decoration: underline;
}

.ysxq-list {
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 60px;
}

.ysxq-item {
	width: 680px;
	overflow: hidden;
	float: left;
	margin-bottom: 40px;
}

.ysxq-item:nth-child(2n) {
	float: right;
}

.ysxq-item-head {
	position: relative;
	width: 100%;
	height: 330px;
	background-color: #000;
}

.ysxq-foot {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	background-color: #f0f2e3;
	border: 1px solid #e5e9d0;
	box-sizing: border-box;
}

.ysxq-item-head img:nth-child(1) {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 100;
	position: relative;
}

.ysxq-item-head img:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 300;
	cursor: pointer;
}

.ysxq-item-head video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.qmcz-title {
	margin-top: 75px;
	color: #78871e;
	font-size: 42px;
	font-weight: 600;
	text-align: center;
	font-family: "Bold";
}

.qmcz-title-text {
	color: #333333;
	font-size: 20px;
	text-align: center;
	margin-bottom: 45px;
}

.qmcz-b1-content {
	width: 100%;
	height: 450px;
	background-color: #f4f5ec;
	margin-bottom: 100px;
}

.qmcz-b1-left {
	float: left;
	width: 780px;
	height: 450px;
}

.qmcz-b1-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.qmcz-b1-right {
	float: right;
	width: 620px;
	box-sizing: border-box;
	padding: 0 70px;
}

.qmcz-b1-title {
	color: #333333;
	font-size: 24px;
	font-family: "Bold";
	margin-top: 75px;
	margin-bottom: 45px;
}

.qmcz-b1-fuwenben {
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
}

.qmcz-banner02-top {
	background-image: url(qmcz-banner02.png);
	width: 100%;
	height: 600px;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

.qmcz-banner02 {
	position: relative;
	background-color: #ecefdb;
	overflow: hidden;
}

.qmcz-title.f4f5ec {
	color: #f4f5ec;
	position: relative;
}

.qmcz-title-text.f4f5ec {
	color: #f4f5ec;
	position: relative;
}

.lsqb-content {
	position: relative;
}

.lsqb-content::after {
	content: " ";
	display: block;
	clear: both;
}

.lsqb-item {
	float: left;
	width: 680px;
	height: 680px;
	box-sizing: border-box;
	padding: 30px;
	background-color: #f4f5ec;
	box-shadow: 0 5px 20px 0px rgb(0 0 0 / 5%);
}

.lsqb-item:nth-child(2) {
	float: right;
}

.lsqb-item-head {
	width: 100%;
	height: 400px;
	margin-bottom: 30px;
}

.lsqb-item-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lsqb-item-fuwenben {
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
}

.lsqb-item-fuwenben strong {
	font-family: "Bold";
}

.qzccq {
	height: 300px;
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.qzccq-item {
	width: 450px;
	height: 240px;
	box-sizing: border-box;
	border: 1px solid #d5dab5;
	background-color: #f4f5ec;
	color: #333333;
	font-size: 24px;
	line-height: 1.7;
	padding: 0 116px;
	display: flex;
	align-items: center;
}

.qzccq-content {
	width: 304px;
	height: 300px;
	background-image: url(qzccq-content.png);
}

.qmcz-banner03 {
	background-image: url(qmcz-banner03.png);
	width: 100%;
	height: 750px;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.qmcz-b3-lb {
	height: 450px;
	position: relative;
}

.qmcz-b3-lb .prev {
	position: absolute;
	width: 32px;
	height: 50px;
	left: -82px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.3;
	transition: 0.4s;
}

.qmcz-b3-lb .next:hover,
.qmcz-b3-lb .prev:hover {
	opacity: 1;
}

.qmcz-b3-lb .next {
	position: absolute;
	width: 32px;
	height: 50px;
	right: -82px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.3;
	transition: 0.4s;
}

.qmcz-b3-item {
	width: 100%;
	height: 450px;
}

.qmcz-b3-left {
	float: left;
	width: 700px;
	height: 450px;
}

.qmcz-b3-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.qmcz-b3-right {
	float: right;
	width: 700px;
	height: 450px;
	background-color: #f4f5ec;
	box-sizing: border-box;
	padding: 0 40px 0 60px;
}

.qmcz-b3-title {
	font-family: "Bold";
	margin-top: 45px;
	color: #78871e;
	font-size: 24px;
	margin-bottom: 5px;
}

.qmcz-b3-title-e {
	color: #78871e;
	font-size: 30px;
	opacity: 0.2;
	font-family: "Bold";
	text-transform: uppercase;
}

.qmcz-b3-span {
	margin-bottom: 20px;
	margin-top: 10px;
}

.qmcz-b3-text {
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	margin-bottom: 40px;
	-webkit-box-orient: vertical;
	height: 165px;
}

.qmcz-b3-btn {
	display: block;
	width: 120px;
	height: 36px;
	box-sizing: border-box;
	line-height: 34px;
	border: 1px solid #78871e;
	color: #78871e;
	border-radius: 18px;
	text-align: center;
	font-size: 14px;
	transition: 0.4s;
}

.qmcz-b3-btn:hover {
	background-color: #78871e;
	color: #f4f5ec;
}

.qmcz-banner04 {
	padding-bottom: 80px;
}

.qmcz-b4-lb {
	height: 700px;
	position: relative;
}

.qmcz-b4-lb .prev {
	position: absolute;
	width: 32px;
	height: 50px;
	left: -82px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.3;
	transition: 0.4s;
}

.qmcz-b4-lb .next:hover,
.qmcz-b4-lb .prev:hover {
	opacity: 1;
}

.qmcz-b4-lb .next {
	position: absolute;
	width: 32px;
	height: 50px;
	right: -82px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.3;
	transition: 0.4s;
}

.qmcz-b4-lb .bd li {
	width: 680px;
	margin-right: 40px;
}

.qmcz-b4-item {
	width: 680px;
	height: 700px;
	overflow: hidden;
	background-color: #f4f5ec;
}

.qmcz-b4-item-head {
	width: 100%;
	height: 400px;
}

.qmcz-b4-item-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.qmcz-b4-item-foot {
	height: 300px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px 30px;
	overflow: hidden;
	min-height: 300px;
}

.qmcz-b4-title {
	font-family: "Bold";
	color: #333333;
	font-size: 24px;
	margin-top: 35px;
	margin-bottom: 25px;
}

.qmcz-b4-text {
	color: #333333;
	font-size: 16px;
	line-height: 1.75;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cp-list {
	padding-top: 80px;
}

.cp-list::after {
	content: " ";
	display: block;
	clear: both;
}

.cp-item {
	float: left;
	width: 446px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #f4f5ec;
}

.cp-item:nth-child(3n) {
	margin-right: 0;
}

.cp-item-head {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.cp-item-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.cp-item-head:hover img {
	transform: scale(1.05);
}

.cp-item-foot {
	height: auto;
	padding: 0 30px;
	text-align: center;
	box-sizing: border-box;
}

.cp-item-title {
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cp-item-text {
	color: #666666;
	font-size: 16px;
	line-height: 1.75;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 56px;
	margin-bottom: 40px;
}

.cp-item-btn {
	display: block;
	width: 280px;
	height: 42px;
	box-sizing: border-box;
	background-color: #78871e;
	text-align: center;
	margin: 0 auto 50px;
	line-height: 40px;
	color: #fad47f;
	font-size: 16px;
	transition: 0.4s;
	border: 1px solid #78871e;
}

.cp-item-btn:hover {
	background-color: rgb(120, 135, 30, 0.8);
	color: #fad47f;
	border: 1px solid #78871e;
}

.cp-item:hover .cp-item-title {
	color: #78871e;
}

.cpxq-head {
	overflow: hidden;
	padding: 60px 0 50px;
}

.cpxq-left {
	float: left;
	width: 750px;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.cpxq-left .prev {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 100px;
	z-index: 333;
}

.cpxq-left .next {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 100px;
	z-index: 333;
}

.cpxq-left .bd li img {
	width: 750px;
	height: 500px;
	object-fit: cover;
}

.cpxq-right {
	float: right;
	width: 590px;
}

.cpxq-title {
	color: #333333;
	font-size: 36px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cpxq-item {
	border-bottom: 1px solid #d5dab5;
	line-height: 51px;
	color: #333333;
	font-size: 16px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cpxq-item span {
	margin-left: 30px;
}

.spms-title {
	color: #333333;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.inner-lb {
	position: relative;
}

.inner-lb a {
	opacity: 0.4;
	position: absolute;
	width: 32px;
	height: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 666;
	transition: 0.4s;
}

.inner-lb .prev {
	left: 50px;
}

.inner-lb .next {
	right: 50px;
}

.inner-lb .next img,
.inner-lb .prev img {
	width: 100%;
}

.inner-lb a:hover {
	opacity: 1;
}

.spms-text {
	color: #666666;
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 33px;
	/* height: 56px; */
	min-height: 112px;
}

.cpxq-right-foot {
	overflow: hidden;
}

.cpxq-right-foot-btn {
	width: 280px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fad47f;
	font-size: 16px;
	background-color: #78871e;
	float: left;
	transition: 0.4s;
}

.cpxq-right-foot-btn:nth-child(2) {
	float: right;
}

.cpxq-right-foot-btn:hover {
	background-color: #859334;
	color: #fad47f;
}

.cpxq-foot-title {
	margin-bottom: 50px;
	background-color: #dee2c8;
	height: 60px;
}

.cpxq-foot-title span {
	float: left;
	width: 160px;
	height: 60px;
	text-align: center;
	color: #fad47f;
	font-size: 18px;
	line-height: 60px;
	background-color: #859334;
}

.cpxq-fuwenben {
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 50px;
}

.cpxq-fuwenben * {
	max-width: 100%;
}

.cpxq-fuwenben img {
	height: auto;
	margin-bottom: 2px;
}

.cp-fy {
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-top: 1px solid #d5dab5;
	border-bottom: 1px solid #d5dab5;
	margin-bottom: 30px;
}

.cpshangyige {
	float: left;
	color: #333333;
	font-size: 18px;
}

.cpshangyige * {
	color: #333333;
	font-size: 18px;
}

.cpshangyige:nth-child(2) {
	float: right;
}

.xgcp-title {
	width: 100%;
	margin-bottom: 30px;
	height: 90px;
	line-height: 90px;
	padding-left: 30px;
	color: #fad47f;
	font-size: 28px;
	background-color: #78871e;
	box-sizing: border-box;
}

.cpxq-list {
	margin-bottom: 50px;
}

.lxwm-gsmc {
	text-align: center;
	color: #333333;
	font-size: 24px;
	font-family: "Bold";
	margin-top: 45px;
	margin-bottom: 50px;
}

.lxwm-head-list {
	padding-bottom: 50px;
	border-bottom: 1px solid #d5dab5;
	margin-bottom: 55px;
	display: flex;
	justify-content: space-between;
}

.lxwm-head-item {
	display: flex;
	align-items: center;
}

.lxwm-head-item:nth-child(1) .lxwm-head-text {
	width: 230px;
}

.lxwm-head-left {
	width: 86px;
	height: 86px;
	border-radius: 50%;
	margin-right: 30px;
}

.lxwm-head-left img {
	width: 100%;
}

.lxwm-head-title {
	color: #78871e;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 7px;
}

.lxwm-head-text {
	color: #666666;
	font-size: 16px;
}

.lxwm-foot-list {
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
}

.lxwm-foot-item {
	display: flex;
	align-items: center;
}

.lxwm-foot-item-left {
	margin-right: 20px;
	width: 120px;
	height: 120px;
	box-sizing: border-box;
	position: relative;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
}

.lxwm-foot-item-left img {
	width: 110px;
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.lxwm-foot-item-right {
	color: #666666;
	font-size: 16px;
}

.lxwm-map {
	width: 100%;
	height: 600px;
	/* background-color: red; */
}

.lxwm-zyxz-title {
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-family: "Bold";
	margin-top: 75px;
	margin-bottom: 35px;
}

.lxwm-zyxz-list::after {
	content: " ";
	display: block;
	clear: both;
}

.lxwm-zyxz-item {
	float: left;
	width: 685px;
	height: 180px;
	box-shadow: 0 0 4px 4px #e4e7d3;
	background-color: #f0f2e4;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 60px;
}

.lxwm-zyxz-item:nth-child(2n) {
	float: right;
}

.lxwm-zyxz-right {
	height: 100px;
	border-left: 1px solid #d5dab5;
	padding-left: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	color: #666666;
	font-size: 14px;
}

.lxwm-zyxz-right img {
	margin-top: 10px;
}

.lxwm-zyxz-left {
	width: 410px;
	color: #333333;
	font-size: 18px;
}

.lxwm-zyxz-item:hover .lxwm-zyxz-left {
	/* font-family: "Bold"; */
	color: #78871e;
	font-weight: 600;
}

.lxwm-rczp-text {
	font-size: 16px;
	color: #333333;
	line-height: 1.7;
	width: 100%;
	margin: 0 auto 30px;
}

.lxwm-rczp-text-left {
	float: left;
	width: 47%;
	margin-left: 1%;
}

.lxwm-rczp-text-right {
	float: right;
	width: 47%;
	margin-right: 1%;
	margin-top: 25px;
	line-height: 2.3;
}

.lxwm-rczp-text-item {
	text-indent: 2em;
}

.rczp-table {
	padding-bottom: 150px;
	position: relative;
}

.rczp-table .layui-box {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 45px !important;
}

.rczp-table table {
	width: 100%;
	border-collapse: collapse;
}

.rczp-table table th {
	color: #fad47f;
	font-size: 16px;
	font-family: "Bold";
	background-color: #78871e;
	height: 80px;
}

.rczp-table table td {
	color: #333333;
	font-size: 16px;
	text-align: center;
	height: 80px;
	padding: 0 0.25rem;
}

.rczp-table table td:nth-child(1) {
	text-align: left;
	width: 300px;
	box-sizing: border-box;
	padding-left: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.rczp-table table td a {
	color: #333333;
	font-size: 16px;
}

.rczp-table table td a:hover {
	text-decoration: underline;
}

.rczp-table table tr {
	background-color: #f1f2ea;
}

.rczp-table table tr:nth-child(2n+1) {
	background-color: #f8f9f4;
}

.rczp-foot {
	margin: 50px 0 35px;
	text-align: center;
	line-height: 1.8;
	color: #333333;
	font-size: 16px;
}

.gwxq::after {
	content: " ";
	display: block;
	clear: both;
}

.gwxq {
	padding: 0 50px;
	box-sizing: border-box;
	box-shadow: 0 0 4px 4px #e5e9d1;
	margin: 60px auto;
	border: 1px solid #e1e2dd;
}

.gwxq-head {
	margin-top: 55px;
	position: relative;
}

.gwxq-head-btn {
	position: absolute;
	top: 10px;
	right: 0;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #78871e;
	box-sizing: border-box;
	color: #f4f5ec;
	border-radius: 20px;
	background-color: #78871e;
	font-size: 16px;
	transition: 0.4s;
}

.gwxq-head-btn:hover {
	color: #78871e;
	background-color: #f4f5ec;
}

.gwxq-title {
	color: #333333;
	font-size: 30px;
	font-family: "Bold";
	margin-bottom: 25px;
}

.gwxq-head-text span {
	color: #666666;
	font-size: 16px;
	margin-right: 80px;
	display: flex;
	float: left;
	align-items: center;
}

.gwxq-head-text span img {
	margin-right: 10px;
}

.gwxq-head-text {
	overflow: hidden;
	margin-bottom: 55px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dddddd;
}

.zwms-title {
	color: #333333;
	font-size: 24px;
	margin-bottom: 55px;
}

.gwxq-fuwenben {
	width: 100%;
	margin-bottom: 70px;
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
}

.gwxq-fuwenben * {
	max-width: 100%;
}

.lxxx-banner01 {
	margin-top: 65px;
}

.lxxx-banner01-left {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 100px;
	margin-top: 0px;
}

.lxxx01-title {
	width: 100%;
	border-bottom: 1px solid #d5dab5;
	color: #333333;
	font-size: 22px;
	font-family: 'Regular';
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.lxxx-banner01-left-item {
	margin-bottom: 24px;
	position: relative;
	padding-left: 30px;
}

.lxxx-banner01-left-item::after {
	content: " ";
	display: block;
	position: absolute;
	background-color: #78871e;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: 8px;
	top: 12px;
}

.lxxx-banner01-left-title {
	color: #333333;
	font-size: 18px;
	margin-bottom: 3px;
}

.lxxx-banner01-left-text {
	color: #333333;
	font-size: 16px;
}

.lxxx01-title img {
	margin-right: 3px;
}

.lxxx-banner01-right {
	float: left;
	width: 50%;
	text-align: center;
}

.zxly-banner {
	margin-top: 40px;
}

.zxly-left {
	float: left;
	width: 50%;
	height: 437px;
	background-color: #fff;
}

.zxly-right {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 100px;
}

.zxly-form {
	margin-top: 38px;
}

.zxly-item {
	margin-bottom: 15px;
}

.zxly-item input {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #d5dab5;
	border-radius: 3px;
	background-color: #ecefdb;
	padding: 0 20px;
	font-size: 16px;
}

.zxly-item textarea {
	width: 100%;
	height: 140px;
	box-sizing: border-box;
	border: 1px solid #d5dab5;
	border-radius: 3px;
	background-color: #ecefdb;
	padding: 10px 20px;
	font-size: 16px;
	margin-bottom: 5px;
	resize: none;
	outline: none;
}

.zxly-right .lxxx01-title {
	margin-top: 0;
}

.zxly-item-last img {
	float: left;
	margin-right: 3%;
}

.zxly-item-last input {
	width: 40%;
	float: left;
}

.zxly-item .zxly-item-btn {
	float: right;
	width: 30%;
	background-color: #78871e;
	border: 1px solid #78871e;
	color: #fad47f;
	cursor: pointer;
	line-height: 48px;
	transition: 0.4s;
}

.zxly-item .zxly-item-btn:hover {
	color: #78871e;
	background-color: #fad47f;
}

.ewm-list {
	margin-top: 100px;
	margin-bottom: 88px;
}

.ewm-item {
	float: left;
	width: 160px;
	text-align: center;
	margin-right: 88px;
	margin-bottom: 15px;
}

.ewm-item:nth-child(6n) {
	margin-right: 0;
}

.ewm-item-img {
	width: 160px;
	height: 160px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #b2bb7c;
	margin-bottom: 10px;
}

.ewm-item-img img {
	width: 100%;
}

.ewm-item-text {
	color: #333333;
	font-size: 16px;
}

.xswd-title {
	text-align: center;
	margin-bottom: 40px;
	color: #333333;
	font-size: 36px;
	font-family: "Bold";
}

.xswd-list {
	margin-bottom: 48px;
}

.xswd-item {
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
	width: 446px;
	height: 250px;
	box-sizing: border-box;
	border: 1px solid #d5dab5;
}

.xswd-item:nth-child(3n) {
	margin-right: 0;
}

.xswd-item-title {
	height: 70px;
	border-bottom: 1px solid #d5dab5;
	line-height: 70px;
	padding: 0 30px;
	color: #333333;
	font-size: 18px;
	font-family: "Regular";
	background-color: #e7ebd3;
}

.xswd-item-text {
	color: #333333;
	font-size: 16px;
	padding: 20px 30px;
	line-height: 1.7;
}

.djm-banner01 {
	overflow: hidden;
	background-color: #ecefdb;
	text-align: center;
}

.djm-title {
	color: #333333;
	font-size: 40px;
	font-family: "Bold";
	text-align: center;
	margin-top: 65px;
	margin-bottom: 80px;
}

.djm-banner01 img {
	margin-bottom: 80px;
	max-width: 100%;
}

.djm-banner02 {
	overflow: hidden;
	background-image: url(djm-banner02.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.djm-banner02-title {
	text-align: center;
	color: #f4f5ec;
	font-size: 42px;
	font-family: "Bold";
	margin-top: 70px;
}

.djm-banner02-title-e {
	text-align: center;
	color: #f4f5ec;
	font-size: 24px;
	font-family: "Arial";
	margin-bottom: 35px;
	text-transform: uppercase;
	opacity: 0.5;
	font-weight: bold;
}

.djm-banner02 img {
	max-width: 100%;
	margin-bottom: 125px;
}

.djm-title-e {
	color: #78871e;
	font-size: 24px;
	font-family: "Arial";
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	opacity: 0.25;
	margin-bottom: 40px;
	margin-top: -85px;
}

.djm-banner03-lb {
	position: relative;
}

.djm-banner03-lb .bd {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.djm-banner03-lb .bd li {
	width: 680px;
	margin-right: 40px;
}

.djm-banner03-lb .bd li img {
	width: 100%;
}

.djm-banner03-lb .prev {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -82px;
	margin: auto;
	width: 32px;
	height: 50px;
}

.djm-banner03-lb .next {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -82px;
	margin: auto;
	width: 32px;
	height: 50px;
}

.djm-banner03-lb .prev img {
	width: 100%;
}

.djm-banner03-lb .next img {
	width: 100%;
}

.djm-banner03-lb-text {
	text-align: center;
	width: 100%;
	height: 80px;
	line-height: 80px;
	color: #333333;
	font-size: 18px;
	background-color: #f4f5ec;
	box-sizing: border-box;
	padding: 0 25px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.djm-banner04 {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 50px 150px;
	background-color: #f4f5ec;
	margin-bottom: 90px;
}

.djm-banner04-left {
	float: left;
	width: 350px;
}

.djm-banner04-title-e {
	color: #333333;
	font-size: 30px;
	font-family: "Arial";
	font-weight: bold;
	text-transform: uppercase;
	line-height: 35px;
}

.djm-banner04-title {
	color: #333333;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: "微软雅黑";
	margin-top: 10px;
}

.djm-banner04-text {
	color: #666666;
	font-size: 16px;
	padding-top: 28px;
	border-top: 1px solid #b6be85;
}

.djm-banner04-right {
	float: right;
}

.djm-form-item {
	margin-bottom: 15px;
}

.djm-form-item::after {
	content: " ";
	display: block;
	clear: both;
}

.djm-form-item-text {
	float: left;
	line-height: 54px;
	color: #666666;
	font-size: 18px;
	margin-right: 23px;
}

.djm-form-item-right {
	float: right;
}

.djm-form-item-right::after {
	content: " ";
	display: block;
	clear: both;
}

.djm-form-item-right input {
	width: 510px;
	height: 54px;
	border: 1px solid #cfd4ae;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 16px;
	background-color: #f4f5ec;
}

.djm-form-item-right .select {
	width: 185px;
	height: 54px;
}

.inner-diqu {
	width: 120px;
	height: 54px;
	box-sizing: border-box;
	color: #333333;
	font-size: 16px;
	float: left;
	text-align: center;
	margin-right: 10px;
	line-height: 52px;
}

.djm-form-item-right .djm-btn {
	cursor: pointer;
	transition: 0.4s;
	background-color: #78871e;
	vertical-align: inherit;
	margin-left: 15px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	padding: 0;
	width: 175px;
}

.djm-form-item-right .djm-btn:hover {
	background-color: #f4f5ec;
	color: #78871e;
}

.fxhz-title {
	color: #78871e;
	font-size: 42px;
	font-weight: bold;
	font-family: "Bold";
	text-align: center;
	margin-top: 70px;
}

.fxhz-title-text {
	color: #333333;
	font-size: 20px;
	margin-bottom: 45px;
	text-align: center;
}

.fxhz-list {
	text-align: center;
	margin-bottom: 80px;
}

.fxhz-item {
	display: inline-block;
	width: 360px;
	height: 360px;
	border: 1px solid #d5dab5;
	margin: 0 25px;
}

.fxhz-item img {
	width: 150px;
	height: auto;
	margin-top: 80px;
	margin-bottom: 20px;
}

.fxhz-item p {
	color: #333333;
	font-size: 24px;
	font-family: "Regular";
}

.fxhz-xsy {
	background-image: url(fxhz-xsy.png);
	overflow: hidden;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 115px;
}

.fxhz-xsy-title {
	color: #f3f7cf;
	font-size: 42px;
	font-weight: bold;
	font-family: "Bold";
	text-align: center;
	margin-top: 70px;
	margin-bottom: 40px;
}

.fxhz-xsy-list {
	overflow: hidden;
}

.fxhz-xsy-item {
	float: left;
	width: 325px;
	height: 250px;
	margin-right: 33px;
	background-color: rgba(255, 255, 255, 0.1);
	text-align: center;
}

.fxhz-xsy-item:nth-child(4) {
	margin-right: 0;
}

.fxhz-xsy-item img {
	width: 110px;
	margin-top: 45px;
	margin-bottom: 20px;
}

.fxhz-xsy-item p {
	color: #fad47f;
	font-size: 24px;
	font-family: "Regular";
}

.gyl-head {
	width: 100%;
	height: 400px;
	margin-top: 80px;
	background-color: #f4f5ec;
}

.gyl-head-left {
	width: 780px;
	height: 400px;
	float: left;
}

.gyl-head-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gyl-head-right {
	float: right;
	width: 440px;
	margin-right: 90px;
	margin-top: 68px;
}

.gyl-head-title {
	color: #78871e;
	font-size: 30px;
	font-weight: bold;
	font-family: "Bold";
}

.gyl-head-inner-title {
	color: #333333;
	font-size: 24px;
	font-family: "Regular";
	margin: 10px 0;
}

.gyl-head-text {
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
}

.gyl-lb {
	position: relative;
	margin-bottom: 95px;
}

.gyl-lb .bd {
	overflow: hidden;
}

.gyl-lb .bd li {
	width: 440px;
	margin-right: 40px;
	height: 660px;
}

.gyl-lb .bd li img {
	width: 100%;
}

.gyl-lb-text {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #333333;
	font-size: 20px;
	font-family: "Regular";
	background-color: #f4f5ec;
}

.gyl-lb .prev {
	position: absolute;
	left: -83px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 32px;
	height: 50px;
}

.gyl-lb .prev img {
	width: 100%;
}

.gyl-lb .next {
	position: absolute;
	right: -83px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 32px;
	height: 50px;
}

.gyl-lb .next img {
	width: 100%;
}

.hwsc-list {
	margin: 80px 0;
}

.hwsc-item {
	float: left;
	width: 680px;
	height: 440px;
}

.hwsc-item:nth-child(2) {
	float: right;
}

.hwsc-item-head {
	width: 100%;
	height: 360px;
	overflow: hidden;
}

.hwsc-item-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.hwsc-item:hover img {
	transform: scale(1.05);
}

.hwsc-item-foot {
	height: 80px;
	background-color: #f4f5ec;
	padding: 0 30px;
	line-height: 80px;
}

.hwsc-item-foot-left {
	float: left;
	color: #333333;
	font-size: 18px;
	padding-left: 30px;
	background-image: url(hwsc-item-foot-left.png);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: left;
}

.hwsc-item-foot-right {
	float: right;
}

.cjdz-list {
	margin-bottom: 105px;
}

.cjdz-item {
	float: left;
	border-radius: 8px;
	overflow: hidden;
	width: 450px;
	margin-right: 25px;
}

.cjdz-item:nth-child(3) {
	margin-right: 0;
}

.cjdz-item-head {
	width: 100%;
	height: 180px;
	text-align: center;
	overflow: hidden;
}

.qddz {
	background-color: #8d9d2f;
}

.sddz {
	background-color: #78871e;
}

.gybjdz {
	background-color: #6d7c11;
}

.cjdz-item-title {
	color: #fad47f;
	font-size: 24px;
	font-family: "Bold";
	margin-top: 25px;
}

.cjdz-item-span {
	width: 30px;
	height: 2px;
	background-color: #b3a84d;
	margin: 13px auto;
}

.cjdz-item-text {
	width: 390px;
	color: #fad47f;
	font-size: 16px;
	margin: 0 auto;
}

.cjdz-item-content {
	background-color: #f4f5ec;
	padding: 40px 64px;
	height: 640px;
	box-sizing: border-box;
}

.qddz-item {
	float: left;
	width: 130px;
	margin-bottom: 25px;
}

.qddz-item:nth-child(2n) {
	float: right;
}

.qddz-item-img {
	width: 130px;
	height: 130px;
	box-sizing: border-box;
	border: 1px solid #b6be85;
	border-radius: 4px;
	padding: 5px;
	margin-bottom: 10px;
}

.qddz-item p {
	text-align: center;
	color: #333333;
	font-size: 18px;
}

.qddz-item-img img {
	width: 100%;
}

.sddz-item {
	float: left;
	width: 130px;
	margin-bottom: 25px;
}

.sddz-item:nth-child(2n) {
	float: right;
}

.sddz-item-img {
	width: 130px;
	height: 130px;
	box-sizing: border-box;
	border: 1px dashed #b6be85;
	border-radius: 50%;
	padding: 5px;
	margin-bottom: 10px;
}

.sddz-item p {
	text-align: center;
	color: #333333;
	font-size: 18px;
}

.sddz-item-img img {
	width: 100%;
}

.gybjdz-item {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.gybjdz-item-img {
	width: 100%;
	margin-bottom: 10px;
}

.gybjdz-item-img img {
	width: 100%;
	height: auto;
}

.gybjdz-item p {
	text-align: center;
	color: #333333;
	font-size: 18px;
}

.ylcgy-title {
	font-size: 36px;
}

.ylcgy-text {
	font-size: 18px;
}

.ylc-list {
	margin-bottom: 80px;
}

.ylc-item {
	float: left;
	width: 320px;
	margin-right: 40px;
}

.ylc-item:nth-child(4) {
	margin-right: 0;
}

.ylc-item img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.ylc-item p {
	text-align: center;
	color: #333333;
	font-size: 18px;
	margin-top: 10px;
}

.ylgy-bgi {
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	background-image: url(ylgy-bgi.png);
	overflow: hidden;
}

.ylgy-content {
	height: 400px;
	margin: 100px 0;
	background-color: #f4f5ec;
}

.ylgy-left {
	float: left;
	width: 700px;
	height: 400px;
}

.ylgy-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ylgy-right {
	float: left;
	width: 578px;
	margin-left: 58px;
	color: #333333;
	font-size: 16px;
	line-height: 1.75;
	height: 400px;
	overflow: hidden;
}

.dghz-head {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}

.dghz-head img {
	width: 100%;
}

.dghz-head-text {
	text-align: center;
	font-size: 24px;
	font-family: "Regular";
	color: #333333;
	margin-bottom: 60px;
}

.dghz-img-list {
	text-align: center;
	overflow-x: auto;
	white-space: nowrap;
	margin-bottom: 60px;
	height: 300px;
	overflow-y: hidden;
}

.dghz-img-list li {
	height: 100%;
}

.dghz-img-list img {
	margin: 0 2px;
	height: 100%;
}

.dghz-foot-list {
	margin-bottom: 80px;
}

.dghz-foot-item {
	float: left;
	width: 680px;
	background-color: #f4f5ec;
}

.dghz-foot-item:nth-child(2) {
	float: right;
}

.dghz-foot-head {
	width: 100%;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: #fad47f;
	font-size: 24px;
	font-family: "Regular";
	background-color: #78871e;
}

.dghz-cp-list {
	padding: 30px;
}

.dghz-cp-item {
	float: left;
	width: 300px;
	margin-bottom: 30px;
}

.dghz-cp-item:nth-child(2n) {
	float: right;
}

.dghz-cp-item img {
	width: 300px;
	height: 200px;
	object-fit: cover;
}

.dghz-cp-item p {
	text-align: center;
	color: #333333;
	font-size: 16px;
	margin-top: 20px;
}

.ccwl .margin-c {
	position: relative;
}

.ccwl .prev {
	position: absolute;
	width: 32px;
	height: 50px;
	left: -82px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.3;
	transition: 0.4s;
}

.ccwl .next {
	position: absolute;
	width: 32px;
	height: 50px;
	right: -82px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.3;
	transition: 0.4s;
}









.pc-hide {
	display: none;
}

.layui-laypage * {
	margin-right: 5px !important;
	height: 35px !important;
	line-height: 35px !important;
	font-size: 15px !important;
	background-color: #ecefdb !important;
}

.layui-laypage {
	width: 100%;
	text-align: center;
	margin-bottom: 75px !important;
	margin-top: 0px !important;
}

.layui-laypage-curr em:nth-child(2) {
	background-color: initial !important;
}

.layui-laypage-count {
	padding: 0 10px !important;
	border: 1px solid rgb(120, 135, 30, 0.3) !important;
}

.layui-laypage-prev {
	border: 1px solid rgb(120, 135, 30, 0.3) !important;
}

.layui-laypage a {
	border: 1px solid rgb(120, 135, 30, 0.3) !important;
}

.layui-laypage-next {
	border: 1px solid rgb(120, 135, 30, 0.3) !important;
}

.layui-laypage-em {
	color: #f4f5ec !important;
	background-color: #78871e !important;
}

.layui-laypage .layui-laypage-curr em {
	margin-right: 0 !important;
}

.layui-laypage a:hover {
	color: #78871e !important;
}


/* 兼容 */

@media screen and (max-width: 1750px) {
	.header .search-language-list {
		right: -55px;
	}
}

@media screen and (max-width: 1650px) {
	.header .search-language-list {
		right: -25px;
	}
}

@media screen and (max-width: 1550px) {
	.header .search-language-list {
		right: 0px;
	}
}

@media screen and (max-width: 1500px) {
	.innerNav ul li a {
		padding: 0 30px;
	}

	.header .search-language {
		width: 90%;
	}

	.header .search-language-list {
		right: -30px;
	}

	.footer-link-list {
		width: 90%;
	}

	.footer-link-list div {
		width: 320px;
		background-size: 100%;
	}

	.footer-link-list div select {
		height: 45px;
	}

	.footer-link-list p a {
		width: 166px;
		background-size: 100%;
		height: 45px;
		line-height: 45px;
	}

	.footer-nav {
		width: 90%;
	}

	.footer-nav-list {
		margin-right: 0;
	}

	.footer-nav-contact {
		display: none;
	}

	.footer-nav-media dl {
		margin-left: 26px;
	}

	.footer-copyright div {
		width: 90%;
	}
}


@media screen and (max-width: 1300px) {

	.footer-link-list div {
		width: 280px;
	}

	.footer-link-list div select {
		height: 40px;
	}

	.footer-link-list p a {
		width: 147px;
		background-size: 100%;
		height: 40px;
		line-height: 40px;
	}

	.footer-nav-media dl {
		margin-left: 12px;
	}
}

@media screen and (max-width: 1200px) {
	.header .search-box {
		margin-right: 20px;
	}
}

@media screen and (max-width: 1150px) {
	.footer-link-list div {
		width: 27%;
		background-size: 99% 100%;
	}

	.footer-link-list p {
		width: 30%;
	}

	.footer-link-list p a {
		width: 47%;
	}

	.footer-link-list p a {
		margin-left: 6%;
		background-size: 99% 100%;
	}

	.footer-nav-list {
		width: 60%;
	}

	.footer-nav-list ul li {
		width: 33.33%;
		margin: 15px 0;
	}

	.footer-nav-list ul li ul li {
		width: 100%;
	}

	.footer-nav-media {
		width: 30%;
	}

	.footer-nav-media dl {
		margin: 15px 0;
		width: 50%;
	}

}

@media screen and (max-width: 1100px) {

	/* .header .nav{text-align: left;} */
	.header .nav ul li {
		margin-right: 50px;
	}

	.header .nav a.logo {
		margin-right: 50px;
	}

	.header .search-language {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.header .nav {
		text-align: center;
	}

	.header .nav ul li {
		margin-right: 35px;
	}

	.header .nav a.logo {
		margin-right: 35px;
	}

}

@media screen and (max-width: 900px) {

	/* .header .nav{width: 90%;} */
	.header .nav ul li {
		margin-right: 25px;
	}

	.header .nav ul li a {
		font-size: 15px;
	}

	.header .nav a.logo {
		margin-right: 25px;
	}

	.footer-copyright div p {
		font-size: 13px;
	}

	.footer-copyright div p a {
		font-size: 13px;
	}

	.footer-copyright div a.support {
		font-size: 13px;
	}
}

@media only screen and (min-width: 1401px) and (max-width:1600px) {
	.djm-banner03-lb {
		width: 1200px;
		margin: 0 auto;
	}

	.djm-banner03-lb .bd {
		width: 1200px;
	}

	.djm-banner03-lb .bd li {
		width: 580px;
	}
}

@media only screen and (min-width: 1250px) and (max-width:1400px) {
	.margin-c {
		width: 1200px;
	}

	.dghz-cp-item {
		width: 250px;
	}

	.dghz-cp-item img {
		width: 100%;
	}

	.dghz-foot-item {
		width: 580px;
		background-color: #f4f5ec;
	}

	.ylc-item {
		width: 270px;
	}

	.ylgy-left {
		width: 500px;
	}

	.cjdz-item {
		width: 383px;
	}

	.cjdz-item-text {
		width: 340px;
	}

	.cjdz-item-head {
		height: 200px;
	}

	.cjdz-item-content {
		padding: 40px 40px;
	}

	.hwsc-item {
		width: 580px;
	}

	.gyl-lb .bd li {
		width: 373px;
		height: 570px;
	}

	.gyl-head-left {
		width: 580px;
	}

	.fxhz-item {
		display: inline-block;
		width: 345px;
	}

	.fxhz-xsy-item {
		width: 275px;
	}

	.djm-banner03-lb {
		width: 1000px;
		margin: 0 auto;
	}

	.djm-banner03-lb .bd {
		width: 1000px;
	}

	.djm-banner03-lb .bd li {
		width: 480px;
	}

	.djm-banner04 {
		padding: 50px 75px;
	}

	.header .nav ul li {
		margin-right: 5px;
	}

	.header .nav {
		width: 1200px;
	}

	.header .nav>ul>li {
		width: 120px;
	}

	.header .nav a.logo {
		margin-right: 5px;
	}

	.header .nav>ul>li ul {
		width: 130%;
		margin-left: -15%;
	}

	.zxly-item-last input {
		width: 33%;
	}


	.lxxx01-title {
		width: 100%;
	}

	.ewm-item {
		margin-right: 48px;
	}

	.xswd-item {
		width: 380px;
	}

	.jianjie-left {
		width: 580px;
		margin-top: 70px;
	}

	.jianjie-right {
		width: 560px;
	}

	.cyzz-bl .bd li {
		width: 900px;
	}

	.cyzz-bl .bd {
		width: 900px;
	}

	.cyzz-left {
		width: 400px;
	}

	.cyzz-right {
		width: 350px;
	}

	.jj-info-left {
		width: 570px;
	}

	.jj-info-right {
		width: 570px;
	}

	.cyzz-info-item {
		width: 580px;
	}

	.cyzz-info-item-text {
		width: 530px;
		top: 315px;
	}

	.cyzz-info-item-title {
		top: 270px;
	}

	.ccwl-right {
		width: 620px;
	}

	.ccwl-left {
		width: 580px;
	}

	.cxy-item {
		width: 585px;
	}

	.cxy-item-foot {
		min-height: 270px;
	}

	.xsysc-item-right {
		width: 600px;
	}

	.xsysc-item-left {
		width: 600px;
	}

	.fzlc-lb .hd li {
		width: 360px;
	}

	.fzlc-right {
		width: 1012px;
	}

	.innerHonor dl {
		width: 367px;
	}

	.innerHonor dl dt {
		height: 255px;
	}

	.ppgs-item-right {
		width: 600px;
		padding: 0 50px;
	}

	.ppgs-item-left {
		width: 600px;
	}

	.ppgs-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.ppgs-item-title {
		margin-top: 70px;
	}

	.ppwh-banner01-content {
		width: 840px;
		padding: 0 60px 0 60px;
	}

	.ppwh-banner02-left {
		width: 840px;
		padding-left: 60px;
	}

	.innerNews {
		width: 1200px;
	}

	.innerNews dl {
		width: 381px;
	}

	.innerNews dl dd h3 {
		margin-top: 15px;
	}

	.innerNews dl dd div {
		margin-top: 20px;
	}

	.ysxq-item {
		width: 580px;
	}

	.qmcz-b1-left {
		width: 680px;
	}

	.qmcz-b1-right {
		width: 520px;
	}

	.lsqb-item {
		width: 580px;
	}

	.qzccq-item {
		width: 350px;
		padding: 0 65px;
	}

	.qmcz-b3-left {
		width: 500px;
	}

	.qmcz-b4-item {
		width: 580px;
	}

	.qmcz-b4-lb .bd li {
		width: 580px;
	}

	.innerNav ul li a {
		padding: 0 20px;
	}

	.jjnav ul li a {
		padding: 0 30px;
	}

	.cp-item {
		width: 380px;
	}

	.cp-item-title {
		margin-top: 15px;
		margin-bottom: 5px;
	}

	.cp-item-text {
		margin-bottom: 20px;
	}

	.cp-item-foot {
		padding: 0 40px;
	}

	.cp-item-btn {
		margin: 0 auto 30px;
	}

	.cpxq-left {
		width: 650px;
	}

	.cpxq-left .bd li img {
		width: 650px;
	}

	.cpxq-right {
		width: 500px;
	}

	.spms-title {
		margin-top: 20px;
	}

	.cpxq-item {
		line-height: 43px;
	}

	.cpxq-right-foot-btn {
		width: 230px;
	}

	.spms-text {
		margin-bottom: 36px;
	}

	.lxwm-zyxz-item {
		width: 585px;
	}

	.lxwm-zyxz-left {
		width: 310px;
	}

	.lxwm-rczp-text {
		width: 100%;
	}

}

@media only screen and (min-width: 1000px) and (max-width:1250px) {
	.margin-c {
		width: 950px;
	}

	.dghz-cp-item {
		width: 180px;
	}

	.dghz-cp-item img {
		width: 100%;
	}

	.dghz-foot-item {
		width: 450px;
		background-color: #f4f5ec;
	}

	.ylc-item {
		width: 207px;
	}

	.ylgy-right {
		width: 478px;
	}

	.ylgy-left {
		width: 400px;
	}

	.cjdz-item {
		width: 300px;
	}

	.cjdz-item-text {
		width: 240px;
	}

	.cjdz-item-head {
		height: 225px;
	}

	.cjdz-item-content {
		padding: 30px 10px;
		height: 600px;
	}

	.hwsc-item {
		width: 460px;
	}

	.gyl-lb .bd li {
		width: 290px;
		height: 460px;
	}

	.gyl-head-left {
		width: 480px;
	}

	.gyl-head-right {
		width: 340px;
	}

	.fxhz-xsy-item {
		width: 212px;
	}

	.fxhz-item {
		width: 262px;
	}

	.djm-banner03-lb {
		width: 800px;
		margin: 0 auto;
	}

	.djm-banner03-lb .bd {
		width: 800px;
	}

	.djm-banner03-lb .bd li {
		width: 380px;
	}

	.djm-banner04 {
		padding: 25px;
	}

	.djm-banner04-left {
		width: 235px;
	}

	.zxly-item-last input {
		width: 35%;
	}

	.zxly-item-last img {
		width: 30%;
		height: 50px;
	}

	.ewm-item {
		width: 140px;
		margin-right: 22px;
	}

	.ewm-item-img {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

	.xswd-item:nth-child(3n) {
		margin-right: 0;
	}

	.xswd-item:nth-child(2n) {
		margin-right: 0;
		float: right;
	}

	.xswd-item {
		margin-right: 0;
		width: 455px;
	}

	.header .nav {
		width: 950px;
	}

	.header .nav ul li {
		margin-right: 0;
	}

	.header .nav>ul>li {
		width: 115px;
	}

	.header .nav a.logo {
		margin-right: 0;
	}

	.header .nav>ul>li ul {
		width: 130%;
		margin-left: -15%;
	}

	.footer-nav-list>ul>li {
		height: 140px;
	}

	.jianjie-left {
		width: 100%;
		text-align: center;
	}

	.jianjie-right {
		width: 100%;
	}

	.gsmc-title {
		text-align: center;
	}

	.gsmc-title-e {
		text-align: center;
	}

	.jianjie-left img {
		width: 50%;
	}

	.cyzz-bl .hd {
		width: 200px;
	}

	.cyzz-bl .bd {
		width: 750px;
		float: left;
	}

	.btn-box {
		width: 200px;
	}

	.cyzz-bl .bd li {
		padding: 20px;
	}

	.cyzz-right {
		width: 285px;
		height: 320px;
	}

	.kjrk-item {
		width: 150px;
		height: 150px;
		margin: 0 30px;
	}

	.kjrk-item-img {
		margin: 30px auto 10px;
	}

	.innerNav ul li a {
		padding: 0 10px;
	}

	.jjnav ul li a {
		padding: 0 10px;
	}

	.innerNav ul li a {
		font-size: 14px;
	}

	.jjnav ul li a {
		font-size: 14px;
	}

	.jj-info-right {
		width: 470px;
	}

	.jj-info-left {
		width: 420px;
	}

	.cyzz-info-item {
		width: 450px;
	}

	.cyzz-info-item-title {
		top: 250px;
	}

	.cyzz-info-item-text {
		width: 390px;
		top: 295px;
	}

	.lct-list {
		width: 950px;
	}

	.lct-item-left {
		width: 420px;
	}

	.lct-item-left img {
		width: 100%;
	}

	.lct-item-right {
		width: 400px;
	}

	.lct-item-title {
		font-size: 28px;
		font-family: "Bold";
		margin-top: 40px;
	}

	.lct-item-text {
		font-size: 18px;
	}

	.ccwl-left {
		float: left;
		width: 50%;
		height: 450px;
		overflow: hidden;
		text-align: center;
	}

	.ccwl-left img {
		width: 100%;
		height: 450px;
		object-fit: cover;
	}

	.ccwl-right {
		width: 50%;
		padding: 25px;
	}

	.cxy-item {
		width: 460px;
	}

	.cxy-item-foot {
		min-height: 320px;
	}

	.xsysc-item-right {
		width: 100%;
		padding: 25px;
	}

	.xsysc-item-left {
		width: 100%;
	}

	.fzlc-lb .hd li {
		width: 275px;
		font-size: 16px;
	}

	.fzlc-right {
		width: 760px;
	}

	.innerHonor dl {
		width: 300px;
		margin: 0 25px 25px 0;
	}

	.innerHonor dl dt {
		height: 200px;
	}

	.innerHonor dl dd {
		padding: 15px 20px;
	}

	.ppgs-item-left {
		width: 50%;
		height: 400px;
	}

	.ppgs-item-left img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.ppgs-item-right {
		width: 50%;
		height: 400px;
		padding: 0 25px;
	}

	.ppgs-item-title {
		font-size: 24px;
		margin-top: 28px;
	}

	.ppgs-item-fg {
		margin: 15px 0 15px;
	}

	.ppgs-item-text {
		font-size: 15px;
	}

	.ppwh-banner01-right {
		display: none;
	}

	.ppwh-banner01-left {
		width: 640px;
		height: 404px;
	}

	.ppwh-banner01-content {
		width: 640px;
		padding: 0 60px 20px 60px;
		height: auto;
	}

	.ppwh-yh {
		display: none;
	}

	.ppwh-item-title {
		margin-top: 20px;
	}

	.ppwh-item-fuwenben {
		font-size: 14px;
	}

	.ppwh-banner02 {
		height: auto;
		margin-top: 50px;
	}

	.ppwh-banner02 .ppwh-banner02-right {
		float: right;
		width: 640px;
	}

	.ppwh-banner02 .ppwh-banner02-right img {
		width: 100%;
		height: 495px;
		object-fit: cover;
	}

	.ppwh-banner02-left {
		width: 640px;
		position: absolute;
		left: 0;
		top: 0;
		height: 495px;
		padding: 25px;
	}

	.ppwh-banner02-yh {
		display: none;
	}

	.ppwh-banner02-fuwenben {
		font-size: 14px;
	}

	.innerNews {
		width: 950px;
	}

	.innerNews dl {
		width: 300px;
		margin: 0 25px 25px 0;
	}

	.innerNews dl dd h3 {
		height: 50px;
		font-size: 16px;
		margin-top: 10px;
		-webkit-line-clamp: 1;
	}

	.innerNews dl dd p {
		font-size: 14px;
		margin-top: 5px;
	}

	.innerNews dl dd div {
		margin-top: 10px;
		padding: 15px 0;
	}

	.xwxq-text {
		text-align: left;
	}

	.xwxq-title {
		font-size: 32px;
	}

	.ysxq-item {
		width: 460px;
	}

	.qmcz-b1-right {
		width: 50%;
		padding: 0 35px;
	}

	.qmcz-b1-left {
		width: 50%;
	}

	.lsqb-item-head {
		height: 350px;
	}

	.lsqb-item {
		width: 48%;
	}

	.qzccq-item {
		width: 290px;
		height: 200px;
		padding: 0 25px;
	}

	.qmcz-b3-right {
		width: 50%;
	}

	.qmcz-b3-left {
		width: 50%;
	}

	.qmcz-b3-lb .prev {
		left: -52px;
		z-index: 500;
	}

	.qmcz-b3-lb .next {
		right: -52px;
		z-index: 500;
	}

	.qmcz-b4-item {
		width: 455px;
	}

	.qmcz-b4-lb .bd li {
		width: 455px;
	}

	.qmcz-b4-lb .prev {
		left: -52px;
	}

	.qmcz-b4-lb .next {
		right: -52px;
		z-index: 500;
	}

	.cp-item {
		width: 300px;
		margin-right: 25px;
	}

	.cp-item-foot {
		height: auto;
		padding: 0 25px;
	}

	.cp-item-title {
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.cp-item-text {
		font-size: 12px;
		line-height: 1.75;
		margin-bottom: 0;
	}

	.cp-item-btn {
		width: 100%;
		margin: 0 auto 25px;
	}

	.cpxq-right {
		float: right;
		width: 100%;
	}

	.cpxq-left {
		float: none;
		margin: 0 auto 35px;
	}

	.spms-text {
		margin-bottom: 35px;
	}

	.lxwm-head-right {
		width: 205px;
	}

	.lxwm-head-left {
		width: 65px;
		height: 65px;
		margin-right: 10px;
	}

	.lxwm-foot-item-left img {
		width: 90px;
		height: 90px;
	}

	.lxwm-foot-item-left {
		margin-right: 10px;
		width: 100px;
		height: 100px;
	}

	.lxwm-foot-item-right {
		font-size: 14px;
	}

	.lxwm-zyxz-item {
		width: 100%;
	}

	.lxwm-rczp-text {
		width: 100%;
	}
}

@media only screen and (min-width: 751px) and (max-width:999px) {
	.margin-c {
		width: 700px;
	}

	.dghz-foot-item {
		float: left;
		width: 100%;
		background-color: #f4f5ec;
		margin-bottom: 30px;
	}

	.dghz-foot-list {
		margin-bottom: 40px;
	}

	.ylc-item {
		width: 48%;
		margin-right: 0;
		margin-bottom: 25px;
	}

	.ylc-item:nth-child(2n) {
		float: right;
	}

	.ylgy-right {
		width: 100%;
		margin-left: 0;
		height: auto;
		box-sizing: border-box;
		padding: 0 30px 80px;
	}

	.ylgy-content {
		height: auto;
		overflow: hidden;
	}

	.ylgy-left {
		width: 100%;
		height: auto;
	}

	.cjdz-item {
		width: 100%;
		margin-bottom: 30px;
	}

	.qddz-item:nth-child(2n) {
		float: left;
	}

	.qddz-item {
		margin-right: 90px;
	}

	.qddz-item:nth-child(3n) {
		margin-right: 0;
	}

	.sddz-item {
		margin-right: 90px;
	}

	.sddz-item:nth-child(3n) {
		margin-right: 0;
	}

	.sddz-item:nth-child(2n) {
		float: left;
	}

	.gybjdz-item {
		float: left;
		width: 48%;
	}

	.gybjdz-item:nth-child(2n) {
		float: right;
	}

	.cjdz-item:nth-child(3) .cjdz-item-content {
		height: auto;
		overflow: hidden;
	}

	.cjdz-item-content {
		height: 440px;
	}

	.cjdz-item-text {
		width: 475px;
	}

	.hwsc-item {
		width: 100%;
		margin-bottom: 25px;
	}

	.hwsc-list {
		margin: 30px 0;
	}

	.gyl-lb .bd li {
		width: 206px;
		height: 350px;
	}

	.gyl-head {
		height: auto;
	}

	.gyl-head-left {
		width: 100%;
		height: auto;
	}

	.gyl-head-right {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
		box-sizing: border-box;
		padding: 0 30px 30px;
	}

	.fxhz-item {
		width: 180px;
		height: 240px;
		margin: 0 24px;
	}

	.fxhz-item img {
		width: 100px;
		margin-top: 45px;
	}

	.fxhz-xsy-item {
		width: 150px;
		height: 200px;
	}

	.fxhz-xsy-item img {
		width: 80px;
		margin-top: 30px;
		margin-bottom: 12px;
	}

	.djm-banner03-lb {
		width: 600px;
		margin: 0 auto;
	}

	.djm-banner03-lb .bd {
		width: 600px;
	}

	.djm-banner03-lb .bd li {
		width: 280px;
	}

	.zxly-item-last input {
		width: 35%;
	}

	.zxly-item-last img {
		width: 30%;
		height: 50px;
	}

	.zxly-item input {
		padding: 0 10px;
		font-size: 14px;
	}

	.lxxx-banner01-right {
		float: right;
		width: 45%;
		margin-top: 60px;
	}

	.lxxx-banner01-right img {
		width: 100%;
	}

	.lxxx-banner01-left {
		padding-right: 0px;
	}

	.zxly-right {
		padding-left: 25px;
	}

	.ewm-list {
		margin-top: 50px;
		margin-bottom: 25px;
	}

	.xswd-item {
		width: 48%;
		margin-right: 0;
	}

	.xswd-item:nth-child(2n) {
		float: right;
	}

	.ewm-item {
		margin-right: 110px;
		margin-bottom: 25px;
	}

	.ewm-item:nth-child(3n) {
		margin-right: 0;
	}

	.lxwm-rczp-text-left {
		float: none;
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

	.lxwm-rczp-text-right {
		float: none;
		width: 100%;
		margin: 0;
	}

	.header .nav {
		width: 700px;
		overflow: visible;
	}

	.header .nav ul li {
		margin-right: 0;
	}

	.header .nav>ul>li {
		width: 80px;
	}

	.header .nav a.logo {
		margin-right: 0;
	}

	.header .nav>ul>li ul {
		width: 200%;
		margin-left: -50%;
	}

	.footer-nav-list {
		display: none;
	}

	.footer-link-list {
		width: auto;
		margin: 0 25px;
		padding: 15px 0;
	}

	.footer-link-list div {
		width: 100%;
		box-sizing: border-box;
		margin: 10px 0;
		padding: 0 25px;
		background-size: 99% 99%;
	}

	.footer-link-list div select {
		font-size: 14px;
		height: 35px;
		line-height: 35px;
		padding-right: 70px;
		background-size: 15px;
	}

	.footer-link-list p {
		width: 100%;
	}

	.footer-nav-media {
		width: 100%;
	}

	.footer-nav {
		padding: 25px 0;
	}

	.footer-nav-media dl {
		margin: 15px 0;
		width: 25%;
		min-height: 150px;
	}

	.innerNav ul {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		width: 700px;
		margin: 0 auto;
	}

	.rczp-table table td:nth-child(1) {
		width: 200px;
		padding-left: 65px;
	}

	.innerNav ul::-webkit-scrollbar {
		background-color: rgba(255, 255, 255, 0.2);
		width: 10px;
		height: 5px;
		border-radius: 3px;
	}

	.innerNav ul::-webkit-scrollbar-thumb {
		box-shadow: inset 0 0 0px #fad47f;
		background-color: #fad47f;
	}

	.innerNav ul li {
		display: inline-block;
		float: none;
		border-left: 1px solid #eaeaea;
	}

	.innerNav ul li a {
		padding: 0 25px;
	}

	.jjnav ul {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		width: 700px;
		margin: 0 auto;
	}

	.jjnav ul::-webkit-scrollbar {
		background-color: rgba(255, 255, 255, 0.2);
		width: 10px;
		height: 5px;
		border-radius: 3px;
	}

	.jjnav ul::-webkit-scrollbar-thumb {
		box-shadow: inset 0 0 0px #fad47f;
		background-color: #fad47f;
	}

	.jjnav ul li {
		display: inline-block;
		float: none;
		border-left: 1px solid #eaeaea;
	}

	.jjnav ul li a {
		padding: 0 25px;
	}

	.jianjie-title {
		font-size: 32px;
		margin-top: 35px;
	}

	.cyzz-title {
		font-size: 32px;
		margin-top: 35px;
	}

	.jianjie-title-e {
		font-size: 18px;
		margin-top: -5px;
		margin-bottom: 20px;
	}

	.cyzz-title-e {
		font-size: 18px;
		margin-top: -5px;
		margin-bottom: 20px;
	}

	.jianjie-left {
		width: 100%;
	}

	.jianjie-right {
		width: 100%;
	}

	.cyzz-bl {
		height: auto;
	}

	.cyzz {
		height: auto;
		padding-bottom: 35px;
	}

	.cyzz-bl .hd {
		width: 66.6%;
	}

	.btn-box {
		position: absolute;
		width: 33.3%;
		height: 100px;
		left: inherit;
		bottom: inherit;
		right: 0;
		top: 0;
	}

	.cyzz-bl .hd li {
		line-height: 100px;
		height: 100px;
		font-size: 20px;
		width: 50%;
		float: left;
	}

	.cyzz-bl .bd {
		width: 100%;
		float: left;
	}

	.cyzz-bl .bd li {
		width: 100%;
		background-color: #f9faf2;
		/* height: 360px; */
		box-sizing: border-box;
		padding: 20px;
	}

	.cyzz-bl .bd li::after {
		content: " ";
		display: block;
		clear: both;
	}

	.cyzz-left {
		width: 100%;
		margin-bottom: 15px;
	}

	.cyzz-right {
		float: right;
		width: 100%;
		height: auto;
		margin-bottom: 25px;
	}

	.kjrk-item {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		margin: 0 25px;
		font-size: 14px;
	}

	.kjrk-item-img {
		width: 35px;
		height: 35px;
		margin: 20px auto 5px;
	}

	.kjrk-list {
		margin-bottom: 65px;
	}

	.jj-info-left {
		float: left;
		width: 100%;
		height: auto;
	}

	.jj-info-right {
		width: 100%;
	}

	.jj-info {
		margin-bottom: 25px;
	}

	.jj-info:nth-child(2) .gsjj-text {
		margin-top: 15px;
	}

	.cyzz-info-item {
		width: 100%;
		margin-bottom: 35px;
	}

	.lct-list {
		width: 100%;
	}

	.lct-item-left {
		width: 46%;
	}

	.lct-item-left img {
		width: 100%;
	}

	.lct-item-right {
		width: 45%;
	}

	.lct-item-text {
		font-size: 16px;
	}

	.lct-item-title {
		font-size: 22px;
		margin-top: 30px;
	}

	.ccwl-left {
		width: 100%;
		height: auto;
	}

	.ccwl-left img {
		width: 100%;
	}

	.ccwl-right {
		height: auto;
		padding: 25px;
	}

	.cxy-item {
		width: 100%;
	}

	.xsysc-item-right {
		height: auto;
		padding: 25px;
	}

	.fzlc-lb .hd li {
		width: 92%;
		font-size: 18px;
		display: none;
	}

	.fzlc-lb .hd .on {
		display: block;
	}

	.fzlc-right {
		width: 520px;
	}

	.innerHonor dl {
		width: 48%;
		margin: 0 0 25px 0;
	}

	.innerHonor dl:nth-child(2n) {
		float: right;
	}

	.innerHonor {
		padding-top: 45px;
	}

	.innerHonor dl dt {
		height: 225px;
	}

	.ppgs-item-right {
		padding: 25px;
		height: auto;
	}

	.ppgs-item-title {
		margin-top: 0;
	}

	.ppwh-banner01-left {
		width: 100%;
	}

	.ppwh-banner01-right {
		position: initial;
		margin: 20px auto;
		display: block;
	}

	.ppwh-banner01-content {
		width: 100%;
		height: auto;
		position: inherit;
		background-color: inherit;
		box-shadow: inherit;
		padding: 0 60px;
		box-sizing: border-box;
		margin-bottom: 35px;
	}

	.ppwh-yh {
		display: none;
	}

	.ppwh-bq {
		display: none;
	}

	.ppwh-item-title {
		margin-top: 25px;
		font-size: 28px;
	}

	.ppwh-item-span {
		margin: 15px 0;
	}

	.ppwh-item-fuwenben {
		font-size: 14px;
	}

	.ppwh-btn {
		margin-top: 20px;
	}

	.ppwh-banner02 {
		height: auto;
	}

	.ppwh-banner02-left {
		width: 100%;
		position: inherit;
		height: auto;
		padding: 25px 60px;
	}

	.ppwh-banner02-yh {
		margin: 70px 0 25px;
		display: none;
	}

	.ppwh-banner02-fuwenben {
		font-size: 14px;
	}

	.yldcdzy-title {
		margin: 35px 0 0;
		padding-bottom: 35px;
	}

	.innerNews {
		width: 700px;
		margin: 35px auto 0;
	}

	.innerNews dl {
		float: left;
		width: 48%;
		margin: 0 0 25px 0;
	}

	.innerNews dl:nth-child(2n) {
		float: right;
	}

	.innerNews dl dd h3 {
		font-size: 16px;
		margin-top: 10px;
		-webkit-line-clamp: 1;
	}

	.innerNews dl dd p {
		font-size: 14px;
		margin-top: 5px;
	}

	.innerNews dl dd div {
		margin-top: 10px;
		padding: 15px 0;
	}

	.xwxq-text {
		padding-bottom: 65px;
	}

	.xwxq-fx {
		top: 40px;
	}

	.ysxq-list {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.ysxq-item {
		width: 100%;
		margin-bottom: 40px;
	}

	.qmcz-title {
		margin-top: 35px;
		font-size: 36px;
	}

	.qmcz-title-text {
		margin-bottom: 25px;
	}

	.qmcz-b1-content {
		width: 100%;
		height: auto;
		margin-bottom: 55px;
		overflow: hidden;
	}

	.qmcz-b1-left {
		width: 100%;
		height: auto;
	}

	.qmcz-b1-right {
		width: 100%;
		padding: 25px;
	}

	.qmcz-b1-title {
		margin-top: 0;
		margin-bottom: 15px;
	}

	.lsqb-item {
		width: 100%;
		margin-bottom: 25px;
		height: auto;
		padding: 30px;
	}

	.qzccq-item {
		width: 240px;
		height: 140px;
		padding: 0 20px;
		font-size: 18px;
	}

	.qzccq-content {
		width: 200px;
		height: 200px;
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.qzccq {
		height: auto;
		margin-bottom: 60px;
	}

	.qmcz-banner03 {
		height: auto;
		padding-bottom: 35px;
	}

	.qmcz-b3-lb {
		height: auto;
	}

	.qmcz-b3-lb .prev {
		left: -50px;
	}

	.qmcz-b3-lb .next {
		right: -50px;
	}

	.qmcz-b3-item {
		height: auto;
	}

	.qmcz-b3-left {
		float: none;
	}

	.qmcz-b3-right {
		height: auto;
		padding: 25px;
		float: none;
	}

	.qmcz-b3-title {
		margin-top: 0;
	}

	.qmcz-b3-title-e {
		font-size: 24px;
	}

	.qmcz-b3-span {
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.qmcz-b3-text {
		margin-bottom: 20px;
		height: auto;
	}

	.qmcz-b4-lb .prev {
		left: -50px;
	}

	.qmcz-b4-lb .next {
		right: -50px;
	}

	.qmcz-b4-item {
		width: 100%;
		height: auto;
	}

	.qmcz-b4-item-foot {
		padding: 25px;
		min-height: 300px;
	}

	.qmcz-b4-title {
		margin-top: 0;
		margin-bottom: 15px;
	}

	.cp-item {
		float: left;
		width: 48%;
		margin-right: 0;
		margin-bottom: 25px;
	}

	.cp-item:nth-child(2n) {
		float: right;
	}

	.cp-item-foot {
		padding: 0 15px;
	}

	.cp-item-title {
		font-size: 18px;
		margin-top: 15px;
		margin-bottom: 5px;
	}

	.cp-item-text {
		font-size: 14px;
		height: 50px;
		margin-bottom: 15px;
	}

	.cp-item-btn {
		width: 280px;
		margin: 0 auto 25px;
	}

	.cpxq-left {
		height: 467px;
	}

	.cpxq-left .bd li img {
		width: 700px;
		height: 467px;
		object-fit: cover;
	}

	.cpxq-right {
		width: 100%;
	}

	.spms-text {
		margin-bottom: 30px;
	}

	.cpxq-right-foot-btn {
		width: 48%;
	}

	.lxwm-head-list {
		padding-bottom: 0px;
		margin-bottom: 25px;
		flex-wrap: wrap;
	}

	.lxwm-head-item {
		margin-bottom: 25px;
	}

	.lxwm-foot-list {
		margin-bottom: 50px;
		flex-wrap: wrap;
	}

	.lxwm-foot-item {
		margin-bottom: 25px;
	}

	.lxwm-zyxz-item {
		width: 100%;
		height: auto;
		padding: 20px;
	}

	.lxwm-zyxz-left {
		width: 80%;
	}

	.lxwm-zyxz-right {
		padding-left: 30px;
		margin-right: 20px;
	}

	.rczp-foot {
		margin: 30px 0 35px;
		font-size: 14px;
	}

	.lxwm-rczp-text {
		width: 100%;
	}

	.lxwm-zyxz-title {
		font-size: 32px;
		margin-top: 35px;
		margin-bottom: 15px;
	}

	.gwxq {
		padding: 0 25px;
		margin: 30px auto;
	}

	.gwxq-head {
		margin-top: 25px;
	}

	.gwxq-head-text span:nth-child(3) {
		margin-right: 0;
	}

	.gwxq-head-text {
		margin-bottom: 25px;
		padding-bottom: 20px;
	}

	.zwms-title {
		margin-bottom: 25px;
	}

	.gwxq-fuwenben {
		margin-bottom: 30px;
	}

}

/* 手机端 */
.menu_list_bor {
	position: fixed;
	height: 100%;
	width: 100%;
	right: -100%;
	top: 0;
	z-index: 8888;
}

.colse_menu {
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
}

.menu_right {
	width: 60%;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background: #f4f5ec;
	z-index: 9999;
	overflow-x: hidden;
}

.menu_top {
	width: 100%;
	height: 1rem;
	border-bottom: 1px solid #bbbbbb;
}

.clo {
	line-height: 1rem;
	color: #333;
	font-size: 0.3rem;
	/* width: 1.8rem; */
	margin-left: 0.3rem;
	height: 1rem;
	background-size: auto 0.25rem;
	padding-left: 0.35rem;
}

.menu_list {
	width: 100%;
}

.clo b {
	float: left;
	height: 100%;
	width: 20px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	;
	background: url('fl.png') no-repeat right center;
	background-size: 40%;
}

.clo span {
	display: inline-block;
	line-height: 0.8rem;
	margin-left: 0.1rem;
}

.menu_list>ul>li,
.menu_list>ul>li div>ul>li {
	line-height: 0.8rem;
	*height: 0.8rem;
	position: relative;
	border-bottom: 1px solid #e9e9e9;
}

.menu_list>ul>li div>ul {
	display: none;
}

.menu_list>ul>li>a,
.menu_list>ul>li div>ul>li>a {
	line-height: 0.8rem;
	*height: 0.8rem;
	color: #333;
	font-size: 0.28rem;
	display: inline-block;
	padding-left: 0.65rem;
	/*width: 100%;*/
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.menu_list ul li a {
	line-height: 0.8rem;
	*height: 0.8rem;
	color: #333;
	font-size: 0.3rem;
	display: inline-block;
	padding-left: 0.65rem;
	/*width: 100%;*/
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.menu_list ul li ul li a {
	border-top: 1px solid #e9e9e9;
	padding-left: 1rem;
}

.menu_list>ul>li div>ul>li {
	border: 0;
	border-top: 1px solid #e9e9e9;
	padding-left: 0.3rem;
}

.menu_list>ul>li div>ul>li>a {
	color: #575757;
}

.menu_list>ul>li>b,
.menu_list>ul>li div>ul>li b {
	position: absolute;
	display: block;
	width: 24%;
	height: 0.8rem;
	right: 0;
	top: 0;
	background: url('fl.png') no-repeat center;
	background-size: 15%;
}

.menu_list>ul>li div>ul>li li {
	border-top: 1px solid #e9e9e9;
}

.menu_list>ul>li div>ul>li li a {
	padding-left: 1.25rem;
	color: #333;
	font-size: 0.28rem;
}

.menu_list>ul>li>b.nex,
.menu_list>ul>li div>ul>li b.nex {
	background: url('nex.png') no-repeat center;
	background-size: 30%;
}

.menu_list>ul>li {
	line-height: 0.8rem;
}

.menu_list>ul>li ul {
	display: none;
}

.menu_list>ul>li ul#ul_2f32ce1b-1f71-4b52-93f7-11b4b723131a {
	height: 5.35rem;
	overflow-y: auto;
}

.wap-header {
	position: fixed;
	top: 0rem;
	left: 0;
	width: 100%;
	height: 1rem;
	z-index: 999;
	transition: all 0.5s;
	display: none;
	background: #78871e;
}

.wap-header.on {
	background: #0070ba;
}

/* .header-on{background: #303036;} */
.wap-header .logo {
	/* width: 0.61rem; */
	/* height: 0.63rem; */
	text-align: center;
	line-height: 1rem;
	font-size: 0;
	float: left;
	/* margin-top: 0.18rem; */
	margin-left: 0.25rem;
	height: 1rem;
}

.wap-header .logo img {
	/*max-width: 3.06rem;*/
	height: 75%;
}

.wap-header .icon {
	float: right;
	margin-right: 0.25rem;
	margin-top: 0.35rem;
	width: 0.41rem;
	height: 0.29rem;
	background: url("nav.png") no-repeat center;
	background-size: contain;
}

@media screen and (max-width: 750px) {
	.header {
		display: none;
	}

	.wap-header {
		display: block;
	}

	.banner .swiper-pagination {
		bottom: 0.2rem !important;
	}

	.banner .swiper-pagination .swiper-pagination-bullet {
		width: 0.15rem;
		height: 0.15rem;
		border: 1px solid #e4b859;
	}

	.footer-link-list {
		width: auto;
		margin: 0 0.25rem;
		padding: 0.15rem 0;
	}

	.footer-link-list div {
		width: 100%;
		box-sizing: border-box;
		margin: 0.1rem 0;
		padding: 0 0.25rem;
		background-size: 99% 99%;
	}

	.footer-link-list div select {
		font-size: 0.28rem;
		height: 0.7rem;
		line-height: 0.7rem;
		padding-right: 0.35rem;
		background-size: 0.2rem;
	}

	.footer-link-list p {
		width: 100%;
		padding: 0.1rem 0;
	}

	.footer-link-list p a {
		height: 0.7rem;
		line-height: 0.7rem;
		width: 48%;
		margin: 0;
	}

	.footer-link-list p a:nth-child(even) {
		float: right;
	}

	.footer-nav {
		width: auto;
		margin: 0.25rem;
		padding: 0rem 0;
	}

	.footer-nav-list {
		display: none;
	}

	.footer-nav-contact {
		display: block;
		width: 100%;
	}

	.footer-nav-contact h3 {
		font-size: 0.28rem;
	}

	.footer-nav-contact b {
		font-size: 0.5rem;
		margin: 0.1rem 0;
	}

	.footer-nav-contact p {
		font-size: 0.28rem;
		margin-top: 0.1rem;
	}

	.footer-nav-media {
		width: 100%;
		padding: 0.1rem 0;
	}

	.footer-nav-media dl {
		width: 25%;
		margin: 0.15rem 0;
	}

	.footer-nav-media dl dt p {
		width: 1rem;
		height: 1rem;
	}

	.footer-nav-media dl:hover dt p img {
		top: -1rem;
	}

	.footer-nav-media dl dt em {
		font-size: 0.26rem;
		width: 1.3rem;
		margin: 0.1rem auto;
	}

	.footer-copyright {
		padding: 0.25rem 0;
	}

	.footer-copyright div {
		width: auto;
		margin: 0 0.25rem;
	}

	.footer-copyright div p {
		font-size: 0.24rem;
	}

	.footer-copyright div p a {
		font-size: 0.24rem;
	}

	.footer-copyright div a.support {
		font-size: 0.24rem;
		width: 100%;
		margin-top: 0.1rem;
	}

	.innerBanner {
		margin-top: 1rem;
	}

	.innerNav ul {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		width: 100%;
		margin: 0 auto;
	}

	.innerNav ul::-webkit-scrollbar {
		background-color: rgba(255, 255, 255, 0.2);
		width: 0.2rem;
		height: 0.05rem;
		border-radius: 0.06rem;
	}

	.innerNav ul::-webkit-scrollbar-thumb {
		box-shadow: inset 0 0 0px #fad47f;
		background-color: #fad47f;
	}

	.innerNav ul li {
		display: inline-block;
		float: none;
		border-left: 1px solid #eaeaea;
	}

	.innerNav ul li a {
		line-height: 1.1rem;
		font-size: 0.28rem;
		padding: 0 0.25rem;
	}


	.jjnav ul {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		width: 100%;
		margin: 0 auto;
	}

	.jjnav ul::-webkit-scrollbar {
		background-color: rgba(255, 255, 255, 0.2);
		width: 0.2rem;
		height: 0.05rem;
		border-radius: 0.06rem;
	}

	.jjnav ul::-webkit-scrollbar-thumb {
		box-shadow: inset 0 0 0px #fad47f;
		background-color: #fad47f;
	}

	.jjnav ul li {
		display: inline-block;
		float: none;
		border-left: 1px solid #eaeaea;
	}

	.jjnav ul li a {
		line-height: 1.1rem;
		font-size: 0.28rem;
		padding: 0 0.25rem;
	}

	.innerBanner .banner-bf {
		width: 10%;
	}

	.jianjie-title {
		font-size: 0.42rem;
		margin-top: 0.25rem;
	}

	.jianjie-title-e {
		font-size: 0.32rem;
		margin-top: 0;
		margin-bottom: 0.25rem;
	}

	.margin-c {
		width: 7rem;
	}

	.jianjie-left {
		width: 100%;
	}

	.jianjie-right {
		width: 100%;
	}

	.gsmc-title {
		font-size: 0.38rem;
		margin-top: 0.15rem;
		text-align: center;
	}

	.gsmc-title-e {
		font-size: 0.28rem;
		margin-bottom: 0.15rem;
		text-align: center;
	}

	.gsjj-text {
		color: #333333;
		font-size: 0.28rem;
		line-height: 1.7;
	}

	.gsjj-text a {
		font-size: 0.28rem;
	}

	.gsjj-list {
		display: flex;
		justify-content: space-between;
	}

	.gsjj-item {
		margin-top: 0.2rem;
		border: 1px solid #d5dab5;
		font-size: 24px;
		padding: 0.25rem 0.12rem;
		width: 2.24rem;
	}

	.gsjj-title {
		font-size: 0.42rem;
	}

	.gsjj-title span {
		font-size: 0.32rem;
		margin-left: -0.05rem;
	}

	.gsjj-item .gsjj-text {
		font-size: 0.24rem;
		padding: 0rem;
		margin-top: 0;
	}

	.jianjie-content {
		margin-bottom: 0.5rem;
	}

	.cyzz-title {
		font-size: 0.42rem;
		margin-top: 0.25rem;
	}

	.cyzz-title-e {
		font-size: 0.32rem;
		margin-top: 0.05rem;
		margin-bottom: 0.25rem;
	}

	.cyzz-text {
		font-size: 0.28rem;
		margin-bottom: 0.25rem;
		text-align: left;
	}

	.cyzz-bl {
		height: auto;
		overflow: hidden;
	}

	.cyzz {
		height: auto;
		padding-bottom: 0.45rem;
	}

	.cyzz-bl .hd {
		width: 66.6%;
	}

	.btn-box {
		width: 33.3%;
		height: 1.3rem;
		left: initial;
		bottom: initial;
		right: 0;
		top: 0;
	}

	.cyzz-bl-btn {
		width: 88%;
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.28rem;
		border-radius: 0.6rem;
	}

	.cyzz-bl .hd li {
		line-height: 1.3rem;
		width: 50%;
		float: left;
		height: 1.3rem;
		font-size: 0.28rem;
	}

	.cyzz-left {
		width: 100%;
		float: none;
	}

	.cyzz-right {
		float: none;
		width: 100%;
		height: auto;
		margin-top: 0.25rem;
	}

	.cyzz-bl .bd li {
		width: 7rem;
		height: auto;
		padding: 0.25rem;
		padding-bottom: 0.5rem;
	}

	.cyzz-left-title {
		line-height: inherit;
		font-size: 0.36rem;
		margin-bottom: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.cyzz-left-text {
		font-size: 0.28rem;
	}

	.kjrk-item {
		width: 2rem;
		height: 2rem;
		margin: 0 0.25rem 0.35rem;
		font-size: 0.28rem;
	}

	.kjrk-item:hover img:nth-child(2) {
		display: none;
	}

	.kjrk-item:hover img:nth-child(1) {
		display: initial;
	}

	.kjrk-item:hover {
		color: #333333;
		background-color: initial;
	}

	.kjrk-item-img {
		width: 0.8rem;
		height: 0.8rem;
		margin: 0.35rem auto 0.15rem;
	}

	.kjrk-list {
		margin-bottom: 2rem;
		padding-top: 0;
	}

	.hddb {
		right: 0.5rem;
		bottom: 0.8rem;
		width: 1.2rem;
		height: 1.2rem;
		border-radius: 0.04rem;
		background-image: url(wap-hfdb.png);
		background-color: initial;
		font-size: 0;
		border-radius: 50%;
		background-repeat: repeat;
		background-size: cover;
		background-position: center;
	}

	.hddb img {
		display: none;
	}

	.fzlc-lb .prev {
		width: 0.72rem;
		height: 1rem;
	}

	.fzlc-lb .next {
		width: 0.72rem;
		height: 1rem;
	}

	.fzlc-lb .hd {
		padding-left: 1rem;
		margin-bottom: 0.5rem;
	}

	.fzlc-lb .hd li {
		float: none;
		width: 5rem;
		height: 1rem;
		line-height: 1rem;
		font-size: 0.3rem;
		display: none;
	}

	.fzlc-lb .hd .on {
		display: block;
	}

	.fzlc-left {
		float: none;
		font-size: 0.36rem;
		margin-top: 0;
	}

	.fzlc-left::after {
		display: none;
	}

	.fzlc-right {
		float: none;
		padding: 0.25rem;
		width: 100%;
		font-size: 0.28rem;
		margin-top: 0.25rem;
	}

	.fzlc-lb .bd ul::after {
		display: none;
	}

	.fzlc-lb .bd li {
		margin-bottom: 0.5rem;
		padding-bottom: 0;
	}

	.fzlc-lb {
		padding-bottom: 2.5rem;
	}

	.innerHonor {
		width: 100%;
		padding-top: 0.45rem;
	}

	.innerHonor dl {
		width: 100%;
		margin: 0 0 0.25rem 0;
	}

	.innerHonor dl dt {
		height: auto;
		line-height: initial;
	}

	.innerHonor dl dt img {
		position: initial;
		width: 100%;
		max-width: initial;
		max-height: initial;
	}

	.innerHonor dl dt:hover img {
		transform: scale(1);
	}

	.innerHonor dl dd {
		padding: 0.25rem;
		text-align: center;
	}

	.innerHonor dl dd p {
		font-size: 0.32rem;
		height: auto;
	}

	.innerHonor .hddb {
		display: none;
	}

	.layui-laypage {
		margin-bottom: 0.25rem !important;
	}

	.ppgs .jianjie-title {
		font-size: 0.42rem;
	}

	.ppgs .jianjie-title-e {
		font-size: 0.32rem;
	}

	.ppgs-item-left {
		width: 100%;
		height: auto;
	}

	.ppgs-item-right {
		width: 100%;
		height: auto;
		padding: 0.25rem;
	}

	.ppgs-item-title {
		font-size: 0.32rem;
		margin-top: 0;
	}

	.ppgs-item-fg {
		margin: 0.15rem 0 0.25rem;
		width: 1rem;
	}

	.ppgs-item {
		margin-bottom: 0.4rem;
	}

	.ppgs-item-text {
		font-size: 0.28rem;
		line-height: 1.7;
	}

	.ppgs-list {
		padding-bottom: 0.25rem;
	}

	.ppxx-content {
		margin-top: 0.25rem;
		padding: 0 0.25rem;
		margin-bottom: 0.65rem;
	}

	.ppxx-lb .prev {
		width: 0.35rem;
		height: 0.6rem;
		left: 0.25rem;
	}

	.ppxx-lb .prev img {
		width: 100%;
	}

	.ppxx-lb .next {
		width: 0.35rem;
		height: 0.6rem;
		right: 0.25rem;
	}

	.ppxx-lb .next img {
		width: 100%;
	}

	.ppxx-lb .hd {
		bottom: 0.3rem;
	}

	.ppxx-lb .hd li {
		margin: 0 0.1rem;
		width: 0.15rem;
		height: 0.15rem;
	}

	.ppxx-fuwenben {
		font-size: 0.28rem;
		padding-bottom: 0.25rem;
		margin-top: 0.25rem;
	}

	.ppwh-list {
		padding-top: 0.25rem;
		padding-bottom: 0.65rem;
	}

	.ppwh-banner01-left {
		width: 100%;
	}

	.ppwh-banner01-right {
		position: initial;
		margin: 0.25rem auto;
		display: block;
		width: 60%;
	}

	.ppwh-banner01-content {
		width: 100%;
		height: auto;
		position: inherit;
		background-color: inherit;
		box-shadow: inherit;
		padding: 0 0.25rem;
		box-sizing: border-box;
		margin-bottom: 0.35rem;
	}

	.ppwh-yh {
		display: none;
	}

	.ppwh-bq {
		display: none;
	}

	.ppwh-item-title {
		margin-top: 0.15rem;
		font-size: 0.36rem;
	}

	.ppwh-item-span {
		margin: 0.25rem 0;
		width: 0.5rem;
		height: 0.04rem;
	}

	.ppwh-item-fuwenben {
		font-size: 0.28rem;
	}

	.ppwh-btn {
		margin-top: 0.25rem;
		width: 3rem;
		height: 0.65rem;
		line-height: 0.65rem;
		font-size: 0.32rem;
		border-radius: 0.65rem;
	}

	.ppwh-banner02 {
		height: auto;
	}

	.ppwh-banner02-left {
		width: 100%;
		position: inherit;
		height: auto;
		padding: 0.25rem;
	}

	.ppwh-banner02-title {
		font-size: 0.36rem;
	}

	.ppwh-banner02-span {
		margin: 0.25rem 0;
		width: 0.5rem;
		height: 0.04rem;
	}

	.ppwh-banner02-yh {
		display: none;
	}

	.ppwh-banner02-fuwenben {
		font-size: 0.28rem;
	}

	.ppwh-banner02 .ppwh-banner02-right {
		width: 100%;
	}

	.ppwh-banner02 .ppwh-banner02-right img {
		width: 100%;
	}

	.yldcdzy-title {
		text-align: center;
		margin: 0.5rem 0 0.25rem;
		padding-bottom: 0.25rem;
		font-size: 0.42rem;
	}

	.yldcdzy-title img {
		width: 70%;
	}

	.yldcdzy-content {
		padding: 0.25rem;
		font-size: 0.28rem;
	}

	.xwxq-title {
		margin-top: 0.25rem;
		font-size: 0.42rem;
		margin-bottom: 0.15rem;
	}

	.xwxq-fx {
		display: none;
	}

	.xwxq-text {
		font-size: 0.28rem;
		padding-bottom: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.xwxq-text span {
		margin: 0 0.25rem;
		text-align: left;
	}

	.xwxq-text span:nth-child(2) {
		display: none;
	}

	.xwxq-fuwenben {
		color: #333333;
		font-size: 0.28rem;
		line-height: 1.7;
		padding-bottom: 0.15rem;
		border-bottom: 1px solid #d5dab5;
		margin-bottom: 0.25rem;
	}

	.xwxq-foot {
		padding-bottom: 0.45rem;
	}

	.xwxq-foot-left {
		float: none;
		width: 100%;
	}

	.xwxq-foot-syp em {
		width: 1.3rem;
		height: 0.65rem;
		font-size: 0.28rem;
		line-height: 0.65rem;
		margin-right: 0.2rem;
	}

	.xwxq-foot-syp {
		margin-bottom: 0.25rem;
		line-height: 0.65rem;
		font-size: 0.28rem;
	}

	.xwxq-foot-syp a {
		font-size: 0.28rem;
	}

	.xwxq-foot-right {
		float: none;
		margin-top: 0.25rem;
		width: 2.8rem;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.32rem;
		margin: 0.25rem auto 0;
	}

	.xwxq-foot-right:hover {
		background-color: #78871e;
		color: #fad47f;
	}

	.xwxq-foot-syp a:hover {
		text-decoration: initial;
	}

	.innerNews {
		width: 7rem;
		margin: 0.25rem auto 0;
		zoom: 1;
	}

	.innerNews dl {
		float: none;
		width: 7rem;
		margin: 0 0 0.25rem 0;
	}

	.innerNews dl:hover {
		box-shadow: initial;
	}

	.innerNews dl:hover dd h3 {
		color: #333;
	}

	.innerNews dl:hover dd div {
		background: url(eye.png) no-repeat right center;
	}

	.innerNews dl dt {
		height: auto;
	}

	.innerNews dl dd {
		padding: 0 0.25rem;
	}

	.innerNews dl dd h3 {
		height: auto;
		font-size: 0.32rem;
		margin-top: 0.15rem;
	}

	.innerNews dl dd p {
		font-size: 0.28rem;
		margin-top: 0.15rem;
	}

	.innerNews dl dd div {
		margin-top: 0.15rem;
		padding: 0.15rem 0;
		font-size: 0.28rem;
	}

	.ysxq-list {
		padding-top: 0.35rem;
		padding-bottom: 0.65rem;
	}

	.ysxq-item {
		width: 100%;
		margin-bottom: 0.25rem;
	}

	.ysxq-item-head {
		height: 4rem;
	}

	.ysxq-foot {
		height: 1rem;
		line-height: 1rem;
		font-size: 0.28rem;
	}

	.ysxq-item-head img:nth-child(2) {
		width: 15%;
	}

	.innerNav ul li a:hover {
		background: initial;
		color: #333;
	}

	.qmcz-title {
		margin-top: 0.25rem;
		font-size: 0.42rem;
	}

	.qmcz-title-text {
		font-size: 0.32rem;
		margin-bottom: 0.25rem;
	}

	.qmcz-b1-content {
		height: auto;
		margin-bottom: 0.5rem;
		overflow: hidden;
	}

	.qmcz-b1-left {
		width: 100%;
		height: auto;
	}

	.qmcz-b1-right {
		width: 100%;
		padding: 0.25rem;
	}

	.qmcz-b1-title {
		font-size: 0.36rem;
		margin-top: 0;
		margin-bottom: 0.15rem;
	}

	.qmcz-b1-fuwenben {
		font-size: 0.28rem;
		line-height: 1.7;
	}

	.qmcz-banner02-top {
		height: 9.9rem;
	}

	.rczp-table {
		padding-bottom: 2.5rem;
	}

	.lsqb-item {
		width: 100%;
		height: auto;
		padding: 0.25rem;
		margin-bottom: 0.3rem;
	}

	.lsqb-item-head {
		height: auto;
		margin-bottom: 0.25rem;
	}

	.lsqb-item-fuwenben {
		font-size: 0.28rem;
	}

	.qzccq {
		height: auto;
		margin-bottom: 0.65rem;
		flex-wrap: wrap;
	}

	.qzccq-item {
		width: 100%;
		height: auto;
		font-size: 0.32rem;
		padding: 0.25rem;
		align-items: center;
	}

	.qzccq-content {
		width: 100%;
		height: 3.8rem;
		background-image: url(qzccq-content.png);
		background-repeat: no-repeat;
		background-size: 50%;
		background-position: center;
	}

	.qmcz-b3-lb {
		height: auto;
	}

	.qmcz-b3-item {
		width: 100%;
		height: auto;
	}

	.qmcz-b3-left {
		width: 100%;
		height: auto;
	}

	.qmcz-b3-right {
		width: 100%;
		height: auto;
		padding: 0.25rem;
	}

	.qmcz-b3-title {
		margin-top: 0;
		font-size: 0.36rem;
		margin-bottom: 0;
	}

	.qmcz-b3-title-e {
		font-size: 0.36rem;
	}

	.qmcz-b3-span {
		margin-bottom: 0.15rem;
		margin-top: 0.1rem;
	}

	.qmcz-b3-text {
		font-size: 0.28rem;
		margin-bottom: 0.25rem;
		height: auto;
	}

	.qmcz-banner03 {
		height: auto;
		padding-bottom: 0.65rem;
	}

	.qmcz-b3-btn {
		width: 2rem;
		height: 0.7rem;
		line-height: 0.7rem;
		border-radius: 0.35rem;
		font-size: 0.28rem;
	}

	.qmcz-b3-btn:hover {
		background-color: initial;
		color: #78871e;
	}

	.qmcz-b4-lb .bd li {
		width: 7rem;
		margin-right: 0px;
	}

	.qmcz-b4-item {
		width: 100%;
		height: auto;
	}

	.qmcz-b4-item-head {
		height: auto;
	}

	.qmcz-b4-item-foot {
		height: auto;
		width: 100%;
		padding: 0.25rem;
		min-height: initial;
	}

	.qmcz-b4-title {
		color: #333333;
		font-size: 0.32rem;
		margin-top: 0;
		margin-bottom: 0.15rem;
	}

	.qmcz-b4-text {
		font-size: 0.28rem;
		line-height: 1.7;
		-webkit-line-clamp: 99;
	}

	.qmcz-b4-lb {
		height: auto;
		padding-bottom: 0.35rem;
	}

	.qmcz-banner04 {
		padding-bottom: 0;
	}

	.qmcz-b3-lb .prev,
	.qmcz-b4-lb .prev {
		left: 0.25rem;
		top: 1.5rem;
		bottom: initial;
		z-index: 500;
		opacity: 0.7 !important;
	}

	.qmcz-b3-lb .next,
	.qmcz-b4-lb .next {
		right: 0.25rem;
		top: 1.5rem;
		bottom: initial;
		z-index: 500;
		opacity: 0.7 !important;
	}

	.cp-list {
		padding-top: 0.35rem;
	}

	.cp-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.35rem;
	}

	.cp-item-head {
		height: auto;
	}

	.cp-item-foot {
		padding: 0 0.25rem;
	}

	.cp-item-title {
		font-size: 0.36rem;
		margin-top: 0.25rem;
		margin-bottom: 0.15rem;
	}

	.cp-item-text {
		font-size: 0.28rem;
		line-height: 1.7;
		height: auto;
		margin-bottom: 0.25rem;
	}

	.cp-item-btn {
		width: 5.6rem;
		height: 0.8rem;
		background-color: #78871e;
		margin: 0 auto 0.5rem;
		line-height: 0.8rem;
		font-size: 0.32rem;
		border: none !important;
	}

	.cp-item-btn:hover {
		background-color: #78871e;
		color: #fad47f;
		border: none;
	}

	.cp-item:hover .cp-item-title {
		color: #78871e;
	}

	.cp-item-head:hover img {
		transform: scale(1);
	}

	.cpxq-head {
		padding: 0.35rem 0 0.65rem;
	}

	.cpxq-left {
		float: none;
		width: 100%;
		height: auto;
	}

	.cpxq-left .bd li img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.cpxq-right {
		float: none;
		width: 100%;
	}

	.cpxq-title {
		font-size: 0.42rem;
		margin-top: 0.25rem;
		margin-bottom: 0.15rem;
	}

	.cpxq-item {
		line-height: 0.8rem;
		font-size: 0.28rem;
	}

	.spms-title {
		font-size: 0.32rem;
		margin-top: 0.25rem;
		margin-bottom: 0.15rem;
	}

	.spms-text {
		font-size: 0.28rem;
		line-height: 1.7;
		margin-bottom: 0.5rem;
		min-height: initial;
	}

	.cpxq-right-foot-btn {
		width: 48%;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.28rem;
		background-color: #78871e;
	}

	.cpxq-right-foot-btn:hover {
		background-color: #78871e;
	}

	.cpxq-foot-title {
		margin-bottom: 0.45rem;
		height: 0.8rem;
	}

	.cpxq-foot-title span {
		width: 3.2rem;
		height: 0.8rem;
		font-size: 0.32rem;
		line-height: 0.8rem;
	}

	.cpxq-fuwenben {
		font-size: 0.28rem;
		margin-bottom: 0.65rem;
	}

	.lxwm-gsmc {
		font-size: 0.42rem;
		margin-top: 0.25rem;
		margin-bottom: 0.35rem;
	}

	.lxwm-head-list {
		padding-bottom: 0.35rem;
		margin-bottom: 0.35rem;
		flex-wrap: wrap;
	}

	.lxwm-head-right {
		width: 50%;
	}

	.lxwm-head-left {
		width: 1.25rem;
		height: 1.25rem;
		margin-right: 0.35rem;
	}

	.lxwm-head-item {
		margin-bottom: 0.25rem;
	}

	.lxwm-head-title {
		font-size: 0.32rem;
		margin-top: 0;
		margin-bottom: 0;
	}

	.lxwm-head-text {
		font-size: 0.28rem;
	}

	.lxwm-foot-list {
		margin-bottom: 0.5rem;
		flex-wrap: wrap;
	}

	.lxwm-foot-item-left img {
		width: 1rem;
		height: 1rem;
	}

	.lxwm-foot-item-left {
		margin-right: 0.25rem;
		width: 1.2rem;
		height: 1.2rem;
	}

	.lxwm-foot-item {
		margin-bottom: 0.25rem;
	}

	.lxwm-map {
		height: 6rem;
		overflow: hidden;
	}

	.lxwm-zyxz-title {
		font-size: 0.42rem;
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.lxwm-zyxz-item {
		width: 100%;
		height: auto;
		margin-bottom: 0.25rem;
		padding: 0.25rem;
	}

	.lxwm-zyxz-right {
		height: auto;
		border-left: 1px solid #d5dab5;
		padding-left: 0.25rem;
		width: 20%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		color: #666666;
		font-size: 0.28rem;
	}

	.lxwm-zyxz-right img {
		margin-top: 0;
		margin-bottom: 0.25rem;
		width: 60%;
	}

	.lxwm-zyxz-left {
		width: 80%;
		font-size: 0.28rem;
	}

	.rczp-table table td {
		font-size: 0.28rem;
		height: 1rem;
		padding: 0 0.25rem;
	}

	.rczp-table table td:nth-child(1) {
		width: 0rem;
		padding-left: 1rem;
	}

	.rczp-table table tr td:nth-child(3),
	.rczp-table table tr th:nth-child(3) {
		display: none;
	}

	.rczp-table table tr td:nth-child(4),
	.rczp-table table tr th:nth-child(4) {
		display: none;
	}

	.rczp-table table td a {
		color: #333333;
		font-size: 0.28rem;
	}

	.rczp-table table th {
		font-size: 0.32rem;
		height: 1rem;
	}

	.rczp-table table td a:hover {
		text-decoration: initial;
	}

	.lxwm-rczp-text {
		font-size: 0.28rem;
		width: 100%;
		margin: 0 auto 0.25rem;
	}

	.rczp-foot {
		margin: 0.25rem 0;
		font-size: 0.28rem;
	}

	.gwxq {
		padding: 0.25rem;
		margin: 0.25rem;
	}

	.gwxq-head {
		margin-top: 0;
	}

	.gwxq-title {
		font-size: 0.42rem;
		margin-bottom: 0.25rem;
	}

	.gwxq-head-btn {
		top: 0.6rem;
		width: 2.4rem;
		height: 0.65rem;
		line-height: 0.65rem;
		border: none;
		border-radius: 0.4rem;
		background-color: #78871e;
		font-size: 0.28rem;
	}

	.gwxq-head-btn:hover {
		color: #f4f5ec;
		background-color: #78871e;
	}

	.gwxq-head-text {
		margin-bottom: 0.35rem;
		padding-bottom: 0.25rem;
	}

	.gwxq-head-text span {
		font-size: 0.28rem;
		margin-right: 0;
		width: 100%;
		margin-bottom: 0.15rem;
	}

	.zwms-title {
		font-size: 0.36rem;
		margin-bottom: 0.25rem;
	}

	.gwxq-fuwenben {
		margin-bottom: 0.25rem;
		font-size: 0.28rem;
		line-height: 1.7;
	}

	.fzlc-lb .bd ul li::after {
		content: " ";
		display: none;
	}

	.fzlc-lb .bd ul {
		position: relative;
		height: 10rem;
		overflow-y: auto;
		padding-right: 0.1rem;
		padding-left: 0.2rem;
	}

	.jj-info {
		margin-bottom: 0.25rem;
	}

	.jj-info-left {
		width: 100%;
		height: auto;
	}

	.jj-info-right {
		float: right;
		width: 100%;
	}

	.jj-info:nth-child(2) .gsjj-text {
		margin-top: 0.25rem;
	}

	.cyzz-info-title {
		font-size: 0.28rem;
		margin-bottom: 0.25rem;
	}

	.cyzz-info-list {
		margin-bottom: 0.6rem;
	}

	.cyzz-info-item {
		width: 100%;
		height: auto;
		margin-bottom: 0.25rem;
	}

	.cyzz-info-item-text {
		width: 100%;
		z-index: 800;
		left: 0.25rem;
		top: 1rem;
		font-size: 0.28rem;
		padding-right: 0.5rem;
		box-sizing: border-box;
	}

	.cyzz-info-item-title {
		left: 0.25rem;
		top: 0.25rem;
		font-size: 0.32rem;
	}

	.scjg {
		padding-bottom: 0.6rem;
	}

	.scjg-fuwenben {
		font-size: 0.28rem;
	}

	.lct-title {
		font-size: 0.42rem;
		margin: 0.25rem 0;
	}

	.lct-list {
		width: 100%;
		margin-top: 0.35rem;
		padding-bottom: 0.1rem;
	}

	.lct-item {
		margin-bottom: 0.7rem;
	}

	.lct-item-left {
		width: 46%;
	}

	.lct-item-right {
		width: 45%;
	}

	.lct-item::after {
		width: 0.3rem;
		height: 0.3rem;
		background-repeat: repeat;
		background-size: cover;
		background-position: center;
	}

	.lct-item-left img {
		width: 100%;
	}

	.lct-item-title {
		font-size: 0.32rem;
		margin-top: 0;
	}

	.lct-item-text {
		font-size: 0.28rem;
		margin-top: 0.15rem;
	}

	.ccwl-left {
		width: 100%;
		height: auto;
	}

	.ccwl-left img {
		width: 100%;
	}

	.ccwl-right {
		width: 100%;
		height: auto;
		padding: 0.25rem;
		font-size: 0.28rem;
	}

	.ccwl {
		padding-bottom: 0.5rem;
	}

	.cxy-item-foot {
		padding: 0.25rem;
		font-size: 0.28rem;
		min-height: auto;
	}

	.cxy-item {
		width: 100%;
		margin-bottom: 0.35rem;
	}

	.xsysc-item {
		width: 100%;
	}

	.xsysc-item-left {
		width: 100%;
		height: auto;
	}

	.xsysc-item-left img {
		width: 100%;
		height: auto;
	}

	.xsysc-item-right {
		width: 100%;
		height: auto;
		padding: 0.25rem;
		font-size: 0.28rem;
	}

	.xsysc-list {
		padding-bottom: 0.65rem;
	}

	.height43rem {
		height: 4.3rem;
	}

	.height43rem img:nth-child(1) {
		height: 4.3rem;
		object-fit: cover;
	}

	.yyqh {
		margin: 0.5rem 0;
		padding: 0 0.5rem;
		font-size: 0.28rem;
		font-size: #333;
	}

	.yyqh a {
		font-size: 0.28rem;
		color: #333;
		margin: 0 0.15rem;
	}

	.yyqh .on {
		color: #78871e;
	}

	.pc-hide {
		display: block;
	}

	.e3e7cb {
		background-color: #e3e7cb;
		overflow: hidden;
	}

	.wap-qmcz-btn {
		position: relative;
		width: 2.8rem;
		height: 0.7rem;
		display: block;
		z-index: 500;
		margin: 0.2rem auto 0.5rem;
		text-align: center;
		line-height: 0.66rem;
		color: #78871e;
		font-size: 0.28rem;
		border: 1px solid #78871e;
		border-radius: 0.35rem;
		box-sizing: border-box;
	}

	.innerNews-lb {
		margin: 0 0.25rem;
		position: relative;
		padding-bottom: 0.5rem;
	}

	.innerNews-lb .swiper-pagination-bullet-active {
		background-color: #78871e;
	}

	.innerNews-lb .swiper-pagination {
		bottom: 0.6rem;
	}

	.iphone-hide {
		display: none;
	}

	.pc-hide {
		display: block;
	}

	.banner {
		margin-top: 1rem;
	}

	.lxwm-rczp-text-left {
		float: none;
		width: 100%;
		margin: 0;
		margin-bottom: 0.2rem;
	}

	.lxwm-rczp-text-right {
		float: none;
		width: 100%;
		margin: 0;
		line-height: 1.7;
	}

	.inner-lb a {
		opacity: 1;
		width: 0.32rem;
		height: 0.5rem;
	}

	.inner-lb .prev {
		left: 0.25rem;
	}

	.inner-lb a:hover {
		opacity: 1;
	}

	.inner-lb .next {
		right: 0.25rem;
	}

	.zxly-item .zxly-item-btn:hover {
		color: #fad47f;
		background-color: #78871e;
	}

	.lxxx-banner01 {
		margin-top: 0.25rem;
	}

	.lxxx-banner01-left {
		width: 100%;
		padding-right: 0;
	}

	.lxxx01-title {
		font-size: 0.36rem;
		margin-top: 0.15rem;
		padding-bottom: 0.15rem;
		margin-bottom: 0.25rem;
	}

	.lxxx-banner01-left-item {
		margin-bottom: 0.2rem;
		padding-left: 0.6rem;
	}

	.lxxx-banner01-left-title {
		font-size: 0.32rem;
		margin-bottom: 0.05rem;
	}

	.lxxx-banner01-left-text {
		font-size: 0.28rem;
	}

	.lxxx-banner01-left-item::after {
		width: 0.12rem;
		height: 0.12rem;
		left: 0.25rem;
		top: 0.18rem;
	}

	.lxxx-banner01-right {
		width: 100%;
		margin-top: 0.25rem;
	}

	.lxxx-banner01-right img {
		width: 100%;
	}

	.zxly-banner {
		margin-top: 0.5rem;
	}

	.zxly-left {
		width: 100%;
		height: 8.74rem;
	}

	.zxly-right {
		width: 100%;
		padding-left: 0;
		margin-top: 0.35rem;
	}

	.zxly-form {
		margin-top: 0.15rem;
	}

	.zxly-item {
		margin-bottom: 0.25rem;
	}

	.zxly-item input {
		height: 0.9rem;
		border-radius: 0.06rem;
		padding: 0 0.25rem;
		font-size: 0.28rem;
	}

	.zxly-item textarea {
		height: 2.3rem;
		border-radius: 0.06rem;
		padding: 0.15rem 0.25rem;
		font-size: 0.28rem;
		margin-bottom: 0;
	}

	.zxly-item .zxly-item-btn {
		line-height: 0.86rem;
	}

	.ewm-list {
		margin-top: 0.5rem;
		margin-bottom: 0.35rem;
	}

	.ewm-item {
		width: 47%;
		margin-right: 0;
		margin-bottom: 0.25rem;
	}

	.ewm-item:nth-child(2n) {
		float: right;
	}

	.ewm-item-img {
		width: 100%;
		height: auto;
		margin-bottom: 0.15rem;
	}

	.ewm-item-text {
		font-size: 0.28rem;
	}

	.xswd-title {
		margin-bottom: 0.25rem;
		font-size: 0.48rem;
	}

	.xswd-item {
		float: none;
		margin-bottom: 0.25rem;
		margin-right: 0;
		width: 100%;
		height: auto;
	}

	.xswd-item-title {
		height: 0.8rem;
		line-height: 0.8rem;
		padding: 0 0.25rem;
		font-size: 0.32rem;
	}

	.xswd-item-text {
		font-size: 0.28rem;
		padding: 0.25rem;
	}

	.zxly-item-last input {
		width: 33%;
	}

	.zxly-item-last img {
		width: 30%;
		height: 0.9rem;
	}

	.cp-fy {
		width: 100%;
		height: auto;
		line-height: 0.8rem;
		border-top: 1px solid #d5dab5;
		border-bottom: 0;
		margin-bottom: 0.35rem;
	}

	.cp-fy::after {
		content: " ";
		display: block;
		clear: both;
	}

	.cpshangyige {
		float: left;
		color: #333333;
		font-size: 0.28rem;
		width: 100%;
		border-bottom: 1px solid #d5dab5;
	}

	.cpshangyige * {
		font-size: 0.28rem;
	}

	.xgcp-title {
		margin-bottom: 0.35rem;
		height: 0.8rem;
		line-height: 0.8rem;
		padding-left: 0.25rem;
		font-size: 0.32rem;
		box-sizing: border-box;
	}

	.cpxq-list {
		margin-bottom: 0.25rem;
	}

	.djm-title {
		font-size: 0.42rem;
		margin-top: 0.35rem;
		margin-bottom: 0.45rem;
	}

	.djm-banner01 img {
		margin-bottom: 0.5rem;
	}

	.djm-banner02-title {
		font-size: 0.42rem;
		margin-top: 0.35rem;
	}

	.djm-banner02-title-e {
		font-size: 0.36rem;
		margin-bottom: 0.25rem;
	}

	.djm-banner02 img {
		margin-bottom: 0.5rem;
	}

	.djm-title-e {
		font-size: 0.32rem;
		opacity: 0.25;
		margin-bottom: 0.25rem;
		margin-top: -0.5rem;
	}

	.djm-banner03-lb .bd {
		width: 6rem;
		margin: 0 auto;
	}

	.djm-banner03-lb .bd li {
		width: 6rem;
	}

	.djm-banner03-lb .prev {
		left: 0;
		margin: auto;
		width: 0.32rem;
		height: 0.5rem;
	}

	.djm-banner03-lb .next {
		right: 0;
		margin: auto;
		width: 0.32rem;
		height: 0.5rem;
		z-index: 888;
	}

	.djm-banner03-lb-text {
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.28rem;
		padding: 0 0.25rem;
	}

	.djm-banner04 {
		padding: 0.25rem;
		margin-bottom: 0.5rem;
	}

	.djm-banner04-left {
		width: 100%;
	}

	.djm-banner04-title-e {
		font-size: 0.28rem;
		line-height: initial;
	}

	.djm-banner04-title {
		font-size: 0.36rem;
		margin-bottom: 0.25rem;
		margin-top: 0.15rem;
	}

	.djm-banner04-text {
		color: #666666;
		font-size: 0.28rem;
		padding-top: 0.15rem;
		border-top: 1px solid #b6be85;
	}

	.djm-banner04-right {
		margin-top: 0.25rem;
	}

	.djm-form-item {
		margin-bottom: 0.25rem;
	}

	.djm-form-item-text {
		line-height: initial;
		color: #666666;
		font-size: 0.32rem;
		margin-right: 0;
		width: 100%;
		margin-bottom: 0.15rem;
	}

	.djm-form-item-right {
		width: 100%;
	}

	.djm-form-item-right input {
		width: 100%;
		height: 0.8rem;
		padding: 0 0.15rem;
		font-size: 0.28rem;
		line-height: 0.8rem;
	}

	.djm-form-item-right .select {
		width: 68%;
		height: 0.8rem;
		float: right;
	}

	.inner-diqu {
		width: 28%;
		height: 0.8rem;
		font-size: 0.28rem;
		margin-right: 0;
		line-height: 0.8rem;
	}

	.djm-form-item-right .djm-btn:hover {
		background-color: #78871e;
		color: #ffffff;
	}

	.djm-form-item-right .djm-btn {
		margin-top: 0.45rem;
		margin-left: 0;
		width: 100%;
	}

	.fxhz-title {
		font-size: 0.42rem;
		margin-top: 0.5rem;
	}

	.fxhz-title-text {
		font-size: 0.32rem;
		margin-bottom: 0.35rem;
	}

	.fxhz-list {
		margin-bottom: 0.5rem;
	}

	.fxhz-item {
		width: 30%;
		height: auto;
		margin: 1.1%;
	}

	.fxhz-item img {
		width: 60%;
		height: auto;
		margin-top: 0.25rem;
		margin-bottom: 0.15rem;
	}

	.fxhz-item p {
		font-size: 0.28rem;
		margin-bottom: 0.2rem;
	}

	.fxhz-xsy-title {
		font-size: 0.42rem;
		margin-top: 0.35rem;
		margin-bottom: 0.25rem;
	}

	.fxhz-xsy-item {
		float: left;
		width: 48%;
		height: auto;
		margin-right: 0;
		margin-bottom: 0.25rem;
	}

	.fxhz-xsy-item:nth-child(2n) {
		float: right;
	}

	.fxhz-xsy {
		padding-bottom: 0.35rem;
	}

	.fxhz-xsy-item img {
		width: 60%;
		margin-top: 0.25rem;
		margin-bottom: 0.15rem;
	}

	.fxhz-xsy-item p {
		font-size: 0.36rem;
		margin-bottom: 0.25rem;
	}

	.gyl-head {
		height: auto;
		margin-top: 0.5rem;
	}

	.gyl-head-left {
		width: 100%;
		height: auto;
	}

	.gyl-head-right {
		width: 100%;
		margin-right: 0;
		margin-top: 0.25rem;
		padding: 0 0.25rem 0.25rem;
		box-sizing: border-box;
	}

	.gyl-head-title {
		font-size: 0.36rem;
	}

	.gyl-head-inner-title {
		font-size: 0.32rem;
		margin: 0.15rem 0;
	}

	.gyl-head-text {
		font-size: 0.28rem;
	}

	.gyl-lb {
		position: relative;
		width: 6rem;
		margin: 0 auto 0.5rem;
		padding: 0 0.5rem;
	}

	.gyl-lb .bd li {
		width: 100%;
		height: auto;
	}

	.gyl-lb .prev {
		left: 0;
		margin: auto;
		width: 0.32rem;
		height: 0.5rem;
	}

	.gyl-lb .next {
		right: 0;
		margin: auto;
		width: 0.32rem;
		height: 0.5rem;
		z-index: 888;
	}

	.gyl-lb-text {
		width: 100%;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.32rem;
	}

	.hwsc-list {
		margin: 0.5rem 0;
	}

	.hwsc-item {
		width: 100%;
		height: auto;
		margin-bottom: 0.25rem;
	}

	.hwsc-item-head {
		height: auto;
	}

	.hwsc-item-foot {
		height: 1.2rem;
		padding: 0 0.25rem;
		line-height: 1.2rem;
	}

	.cjdz-item {
		width: 100%;
		margin-bottom: 30px;
	}

	.gybjdz-item {
		float: left;
		width: 48%;
		margin-bottom: 0.15rem;
	}

	.cjdz-item .cjdz-item-content {
		height: auto;
		overflow: hidden;
		padding: 0.25rem;
	}

	.cjdz-item-text {
		width: 90%;
		font-size: 0.28rem;
	}

	.cjdz-item-head {
		height: auto;
		padding-bottom: 0.25rem;
	}

	.cjdz-item-title {
		font-size: 0.36rem;
		margin-top: 0.25rem;
	}

	.cjdz-item-span {
		width: 0.6rem;
		height: 0.04rem;
		margin: 0.15rem auto;
	}

	.cjdz-list {
		margin-bottom: 0.5rem;
	}

	.qddz-item:nth-child(2n) {
		float: left;
	}

	.qddz-item {
		float: left;
		width: 30%;
		margin-right: 0.32rem;
		margin-bottom: 0.25rem;
	}

	.qddz-item:nth-child(3n) {
		margin-right: 0;
	}

	.qddz-item-img {
		width: 100%;
		height: auto;
		border-radius: 0.08rem;
		padding: 0.1rem;
		margin-bottom: 0.15rem;
	}

	.qddz-item p {
		font-size: 0.28rem;
	}


	.sddz-item:nth-child(2n) {
		float: left;
	}

	.sddz-item {
		float: left;
		width: 30%;
		margin-right: 0.32rem;
		margin-bottom: 0.25rem;
	}

	.sddz-item:nth-child(3n) {
		margin-right: 0;
	}

	.sddz-item-img {
		width: 100%;
		height: auto;
		padding: 0.1rem;
		margin-bottom: 0.15rem;
	}

	.sddz-item p {
		font-size: 0.28rem;
	}

	.gybjdz-item p {
		font-size: 0.28rem;
	}

	.gybjdz-item:nth-child(2n) {
		float: right;
	}

	.ylc-list {
		margin-bottom: 0.5rem;
	}

	.ylc-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.25rem;
	}

	.ylc-item img {
		height: auto;
	}

	.ylc-item p {
		font-size: 0.32rem;
		margin-top: 0.15rem;
	}

	.ylgy-content {
		height: auto;
		margin: 0.5rem 0;
		overflow: hidden;
	}

	.ylgy-left {
		width: 100%;
		height: auto;
	}

	.ylgy-right {
		width: 100%;
		margin-left: 0;
		font-size: 0.28rem;
		height: auto;
		box-sizing: border-box;
		padding: 0.25rem;
		margin-top: -1.25rem;
	}

	.dghz-head {
		margin-bottom: 0.35rem;
	}

	.dghz-head-text {
		font-size: 0.28rem;
		margin-bottom: 0.35rem;
	}

	.dghz-img-list {
		margin-bottom: 0.35rem;
		height: 4rem;
	}

	.dghz-foot-list {
		margin-bottom: 0.35rem;
	}

	.dghz-foot-item {
		width: 100%;
		margin-bottom: 0.5rem;
	}

	.dghz-foot-head {
		height: 1.3rem;
		line-height: 1.3rem;
		font-size: 0.36rem;
	}

	.dghz-cp-list {
		padding: 0.25rem;
	}

	.dghz-cp-item {
		width: 100%;
		margin-bottom: 0.35rem;
	}

	.dghz-cp-item img {
		width: 100%;
		height: auto;
	}

	.dghz-cp-item p {
		font-size: 0.32rem;
		margin-top: 0.15rem;
	}

	.ccwl .prev {
		left: 0.25rem;
		top: 1.5rem;
		bottom: initial;
		z-index: 500;
		opacity: 0.7 !important;
	}

	.ccwl .next {
		right: 0.25rem;
		top: 1.5rem;
		bottom: initial;
		z-index: 500;
		opacity: 0.7 !important;
	}

}