/*# sourceURL=/css/song-style.css */
/*@ sourceURL=/css/song-style.css */
/*# sourceURL=/css/song-style.css */
/*@ sourceURL=/css/song-style.css */
/*# sourceURL=/css/song-style.css */
/*@ sourceURL=/css/song-style.css */
html,
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 1.5;
	font-family:
		system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
		Helvetica, Arial,
		sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: #FFFFFF;
}
* {
outline:none;
}

img {
	border: 0 none;
}

a {
	text-decoration: none;
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

p {
	margin: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	outline: none;
}

.clear {
	clear: both;
}

.clear::after {
	content: "";
	display: block;
	clear: both;
}

.container {
	width: 100%;
	height: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	min-height: 1px;
}

.container::after {
	content: "";
	clear: both;
	display: block;
}

.zygk {
	
}


/* &#65533;&#65533;&#65533;&#65533; */
nav {
	
	width: 100%;
	left: 0;
	top: 0;
	z-index: 998;
}

nav .qie {
	display: none;
	position: absolute;
	right: 0;
	top: 22px;
	width: 50px;
	line-height: 0;
	cursor: pointer;
	border-radius: 50px 0 0 50px;
	padding: 7px 5px 10px 0;
	background: #E9DCC9;
	outline: none;
	z-index: 100;
}

nav .qie span {
	display: inline-block;
	width: 60%;
	margin-left: 30%;
	margin-right: 10%;
	margin-top: 3px;
	height: 2px;
	background: #960500;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

nav .qie.on span:nth-child(1) {
	transform: rotate(45deg) translate(2px, 4px);
}

nav .qie.on span:nth-child(2) {
	transform: rotate(-45deg) translate(0px, -2px);
}

nav .qie.on span:nth-child(3) {
	transition: all 0s;
	visibility: hidden;
}

.top-1 {
	width: 100%;
	height: 150px;
	background: url("../images/top-1-bg2.png") no-repeat center top;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.top-1 .logo {
	display: inline-block;
	float: left;
	padding-right: 31px;
	background: url("../images/logo-bg.png") no-repeat right center;
	background: none;
	margin-top: 54px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.top-1 .logo img {
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.top-1 .logo2 {
	float: left;
	margin-top: 66px;
	margin-left: 27px;
}

.top-1 .sou {
	float: right;
	width: 48px;
	height: 48px;
	/* background-color: #AA7652; */
	border-radius: 50px;
	margin-top: 66px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.top-1 .sou input {
	height: 48px;
	float: right;
	background: none;
	border: none;
}

.top-1 .sou input[type="text"] {
	position: absolute;
	font-size: 0.875rem;
	right: 25px;
	top: 0;
	width: 0;
	padding-left: 10px;
	color: #777777;
	opacity: 0;
	background-color: #FFFFFF;
	border: 1px solid #147f39;
	border-radius: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.top-1 .sou input[type="submit"] {
	width: 48px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	border-radius: 50px;
	background: url("../images/sou.png") no-repeat center center, #147f39;
}

.top-1 .sou.on {
	width: 40px;
}

.top-1 .sou.on input[type="text"] {
	width: 300px;
	opacity: 1;
	padding-right: 20px;
	border-radius: 50px 0 0 50px;
}

.top-1 .wx {
	float: right;
	margin-top: 66px;
	margin-left: 20px;
}


/* &#65533;&#757;&#65533; */
.top-2 {
	width: 100%;
	height: 56px;
	background: linear-gradient(to right, rgba(22, 115, 34, 1), rgba(34, 177, 97, 1));
	/*background: linear-gradient(to right, rgba(206, 52, 60, 1), rgba(170, 118, 82, 1));*/
    position: relative;
}

.top-2>ul {
	margin: 0 auto;
	max-width: 1200px;
	height: 100%;
}

.top-2>ul>li {
	float: left;
	height: 100%;
	max-width: 10%;
	text-align: center;
	z-index: 20;
}

.top-2>ul>li:hover {
	background: rgba(0, 0, 0, .2);
}

.top-2>ul>li>a {
	display: inline-block;
	padding: 0 13px;
	height: 100%;
	font-size: 1rem;
	color: #FFFFFF;
	line-height: 56px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.top-2>ul>.on>a {
	color: #FFFFFF;
}

/* &#65533;&#65533;&#65533;&#65533;&#65533;&#757;&#65533; */

.sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: rgba(183, 151, 138, 0.96);
	text-align: left;
	box-shadow: 0 15px 15px 1px rgba(0, 0, 0, 0.3);
	background: rgb(182 151 138 / 1);
}

.top-2>ul>li:hover .sub {
	display: block;
	z-index: 10;
}


.sub .sub_main {
	max-width: 1220px;
	margin: 0 auto;
	padding: 25px 10px 30px;
	height: auto;
	overflow: hidden;
	position: relative;
}

.sub .sub_main .sub_left {
	float: left;
	width: 30%;
}

.sub .sub_main .sub_left .sub_left_a {
	display: block;
	width: 94%;
	height: 200px;
	border: 2px solid #eeeeed;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}

.sub .sub_main .sub_left .sub_left_a img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

.sub .sub_main .sub_left .sub_left_a:hover img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}

.sub .sub_main .sub_right {
	width: 50%;
	max-width: calc(100% - 32%);
	padding-left: 60px;
	display: block;
	float: right;
	border-left: solid 1px rgba(255, 255, 255, 0.4);
	overflow: hidden;
	min-height: 160px;
	max-height: 400px;
	margin-right: 13%;
}

.sub .sub_main .sub_right h5,
.sub .sub_main .sub_left h5,
.sub .sub_main .sub_news h5 {
	display: inline-block;
	padding: 0 5px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 36px;
	border-bottom: 3px solid #fff;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 20px;
	margin-top: 0;
}

.sub .sub_main .sub_right .sub_right_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}

.sub .sub_main .sub_right li {
	width: 50%;
	color: #FFFFFF;
	float: left;
	height: auto;
	line-height: 35px;
	padding-right: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.sub .sub_main .sub_right li a {
	font-size: 15px;
	color: #fff;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.sub .sub_main .sub_right li a::before {
	content: url("../images/tb-jt.png");
	margin-right: 10px;
}

.sub .sub_main .sub_right li a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background: #fff;
	left: 0;
	bottom: -5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.sub .sub_main .sub_right li a:hover::after {
	width: 100%;
}

/* erji-new */
.sub-two {
	background: #FFFFFF;
}

.sub .container>ul {
	overflow: hidden;
	border-bottom: 1px solid #d9e8f9;
}

.sub .container>ul li {
	float: left;
	height: 55px;
	line-height: 55px;
}

.sub .container>ul li+li {
	margin-left: 20px;
}

.sub .container>ul li a {
	display: block;
	font-size: 15px;
	text-align-last: center;
	color: #555;
}

.sub-2 {
	overflow: hidden;
	/* margin: 0 -20px 20px; */
}

.sub-3 {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	min-height: 100%;
	line-height: 1;
	padding: 0 20px;
	padding-bottom: 0px;
	padding-bottom: 0px;
	margin: 20px auto;
	margin-bottom: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	text-align: left;
	border-right: 1px solid #d9e8f9;
}

.sub-2 .last {
	border: none;
}

.sub-3 h2 {
	position: relative;
	line-height: 1;
	font-size: 16px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: 400;
	border-bottom: 1px solid #d9e8f9;
}

.sub-3 h2::before {
	content: '';
	display: block;
	position: absolute;
	width: 32px;
	height: 3px;
	background-color: #AA7652;
	line-height: 0;
	bottom: -1px;
	overflow: hidden;
}

.sub-3 h2 a {
	color: #555;
}

.img-list {
	overflow: hidden;
}

.img-list li {
	margin: 0 auto;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
	font-size: 14px;
}

.img-list a {
	display: inline-block;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	max-width: 100%;
	overflow: hidden;
}

.img-list a img {
	width: 100%;
	height: 195px;
	box-sizing: border-box;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}

.img-list a span {
	display: block;
	box-sizing: border-box;
	padding: 10px;
	line-height: 195px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 14px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.img-list li a:hover img {
	transform: scale(1.2);
}

.img-list li a:hover span {
	opacity: 1;
	filter: alpha(opacity=100);
}

.imgtxt-list {
	margin-top: -10px;
}

.imgtxt-list li {
	height: 36px;
	overflow: hidden;
}

.imgtxt-list a {
	display: inline-block;
	line-height: 36px;
	width: 75%;
	float: left;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #555;
}

.imgtxt-list span {
	height: 100%;
	line-height: 36px;
	display: inline-block;
	float: right;
	font-size: 0.875rem;
	color: #CCCCCC;
	max-width: 25%;
	text-align: right;
}

.imgtxt-list a::before {
	content: url("../images/team-dian.png");
	margin-right: 5px;
	margin-top: 5px;
}

.imgtxt-list a:hover {
	color: #AA7652;
	font-weight: 600;
}

.sub-gk .sub_right {
	margin-right: 0 !important;
	width: 500px !important;
	margin-top: 20px;
}

.sub-gk .sub_left {
	width: 56% !important;
}

.sub-gk .sub_main .sub_left .sub_left_a {
	width: 50%;
}

.sub-gk .sub_left p {
	width: 50%;
	height: 200px;
	padding: 0 20px;
	float: left;
	font-size: 0.875rem;
	color: #FFFFFF;
	line-height: 2.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.sub-gk .sub_main .sub_right {
	max-width: 37%;
}

/* &#65533;&#65533;&#65533;&#65533; */
.ke-sub {
	padding: 35px 0;
}

.ke-sub .sub-lef {
	width: 120px;
	border: none;
	float: left;
}

.nav-bt {
	font-size: 1.25rem;
	color: #FFFFFF;
	font-weight: 600;
	height: 50px;
	display: inline-block;
	position: relative;
}

.nav-bt::after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 40px;
	height: 3px;
	background-color: #FFFFFF;
}

.ke-sub .ke-sub-rig {
	width: 1080px;
	width: calc(100% - 120px);
	line-height: 1;
	padding-left: 40px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	float: left;
	text-align: left;
}

.ke-sub-ul {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.ke-sub-ul>span {
	display: inline-block;
	padding-left: 20px;
	background-image: url("../images/ke-sub-1.png");
	background-repeat: no-repeat;
	background-position: 5px 28%;
	width: 100%;
	font-size: 0.9375rem;
	color: #FFFFFF;
	font-weight: 600;
	height: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.ke-sub-ul li {
	float: left;
	margin-right: 15px;
}

.ke-sub-ul li a {
	line-height: 3;
	font-size: 0.875rem;
	color: #FFFFFF;
	display: inline-block;
	position: relative;
}

.ke-sub-ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 84%;
	width: 100%;
	height: 1px;
	transform: scale(0, 1);
	background-color: #FFFFFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.ke-sub-ul li a:hover::before {
	transform: scale(1, 1);
}

/* lian */
.lian {
	width: 100%;
	height: 56px;
	background-color: #A96B32;
	background: url("../images/lian-bg.png") no-repeat center center;
	background-size: cover;
	line-height: 56px;
	position: relative;
}

.di-lian {
	display: inline-block;
	width: 100%;
	height: 56px;
}

.di-lian li {
	float: left;
	cursor: pointer;
}

.di-lian>li>a {
	display: inline-block;
	height: 56px;
	font-size: 1rem;
	color: #FFFFFF;
	margin-right: 60px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

/* .lian a:hover {
	letter-spacing: 0.1rem;
	font-weight: 600;
} */
.di-sub {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	height: 0;
	overflow: hidden;
	background: #A96B32;
	background: url("../images/lian-bg.png") no-repeat center top;
	background-size: cover;
	line-height: 40px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.di-sub .container {
	height: 60px;
}

.di-sub a {
	color: #FFFFFF;
	line-height: 60px;
	margin-right: 20px;
	font-size: 0.875rem;
	padding: 2px 5px;
}

.di-lian>li:hover>a {
	text-decoration: underline;
	font-weight: 600;
}

.di-lian>li:hover .di-sub {
	height: 60px;
}

.di-sub a:hover {
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.3);
}


/* footer */
footer {
	width: 100%;
	background: #353A3A;
	padding: 30px 0;
}

.fot-1 {
	float: left;
	width: 28.33%;
	background: url("../images/fotbg-1.png") no-repeat right center;
}

.fot-1 p {
	font-size: 0.875rem;
	color: #FFFFFF;
	line-height: 2;
}

.fot-1 p a {
	display: inline-block;
	color: #FFFFFF;
	position: relative;
}

.fot-1 p a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 40%;
	width: 100%;
	height: 1px;
	transform: scale(0.4, 1);
	opacity: 0;
	background-color: #FFFFFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.fot-1 p a:hover::before {
	bottom: 0;
	opacity: 1;
	transform: scale(1, 1);
}

.fot-2 {
	width: 47%;
	float: left;
	height: 100%;
	padding: 0 5%;
	background: url("../images/fotbg-1.png") no-repeat right center;
}

.fot-2 p {
	font-size: 0.875rem;
	color: #FFFFFF;
	line-height: 2;
}

.fot-2 .da {
	width: 50%;
	float: left;
	margin-top: 10px;
	line-height: 1.5;
}

.fot-2 .da span {
	display: inline-block;
	width: 100%;
	font-size: 1.375rem;
}

.fot-3 {
	float: left;
	width: 24.67%;
	text-align: right;
}

.fot-3 a {
	float: right;
	display: inline-block;
	margin-left: 15%;
	text-align: center;
	margin-top: 15px;
}

.fot-3 a:nth-child(2) {
	margin-top: 25px;
}

.fot-3 a p {
	font-size: 0.75rem;
	color: #FFFFFF;
}


/* mobile */
@media (max-width:1200px) {
	.container {
		padding: 0 10px;
	}

	.top-2>ul>li>a {
		padding: 0 10px;
	}

	.sub-3 {
		padding: 0 10px;
	}
}

@media (max-width:1100px) {
	.top-2>ul>li {
		width: 8.33%;
	}

	.top-2>ul>li>a {
		display: inline-block;
		font-size: 0.875rem;
		text-align: center;
		padding: 0;
	}
}

@media (max-width:1000px) {
	.zygk {
		
	}

	.top-1 {
		height: 80px;
		background-size: cover;
	}

	.top-1 .logo {
		margin: 0;
		height: 40px;
		margin-top: 25px;
	}

	.top-1 .logo img {
		height: 100%;
	}

	.top-1 .sou,
	.top-1 .wx,
	.top-2 {
		display: none;
	}

	nav .qie {
		display: block;
	}

	.top-2 {
		position: absolute;
		right: 0;
		width: 70%;
		height: 100vh;
		top: 0;
		padding-top: 80px;
		padding-bottom: 20px;
z-index: 10;
	}

	.top-2>ul {
		width: 100%;
		height: 100%;
		overflow: scroll;
		overflow-x: hidden;
	}

	.top-2>ul>li {
		width: 100%;
		height: auto;
		/* height: 40px; */
		max-width: 100%;
		padding: 0 20px;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
		/* position: relative; */
	}

	.top-2>ul>li:hover {
		background: none;
	}

	.top-2>ul>li a {
		line-height: 40px;
		text-align: left;
		float: left;
		width: 60%;
	}

	.top-2>ul>li i {
		display: inline-block;
		float: left;
		width: 40%;
		height: 40px;
		background: url("../images/plus.png") no-repeat right center;
	}

	.top-2>ul>.on i {
		background: url("../images/reduce.jpg") no-repeat right center;
	}

	.sub {
		position: inherit;
		visibility: inherit;
		opacity: 1;
		margin-top: 46px;
		display: none;
	}

	.top-2>ul>.on .sub {
		display: block;
	}

	.sub .sub_main {
		padding: 0 10px;
	}

	.sub .sub_main .sub_left {
		display: none;
	}

	.sub .sub_main .sub_right {
		width: 100%;
		max-width: 100%;
		padding: 0;
		min-height: 0;
		max-height: inherit;
		border: none;
		margin-top: 0;
		margin-right: 0;
	}

	.sub .sub_main .sub_right h5,
	.sub .sub_main .sub_left h5,
	.sub .sub_main .sub_news h5 {
		display: none;
	}

	.sub .sub_main .sub_right .sub_right_list {
		margin-top: 0;
	}

	.sub .sub_main .sub_right li {
		width: 100%;
	}

	.sub .sub_main .sub_right li a {
		width: 100%;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-break: keep-all;
		overflow: hidden;
	}

	.top-2>ul>.on .ke-sub {
		display: none;
	}

	.sub-2 {
		display: none;
	}

	.sub-two {
		background: linear-gradient(135deg, rgba(206, 52, 60, 0.8) 10%, rgba(170, 118, 82, 0.8) 100%);
	}

	.sub .container>ul {
		border: none;
	}

	.sub .container>ul li {
		width: 100%;
		height: auto;
		line-height: inherit;
	}

	.sub .container>ul li a {
		color: #FFFFFF;
		text-align-last: left;
		padding-left: 15px;
		background: url("../images/list_icon1.png") no-repeat left center;
		width: 100%;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-break: keep-all;
		overflow: hidden;
	}

	.sub .container>ul li+li {
		margin: 0;
	}
}
@media (max-width:850px) {
	.lian {
		display: none;
	}
	.fot-3 {
		display: none;
	}
	.fot-1 {
		width: 40%;
	}
	.fot-2 {
		width: 60%;
		background: none;
	}
}
@media (max-width:600px) {
	footer {
		padding: 20px 0;
	}
	.fot-1 {
		text-align: center;
		width: 100%;
		background: none;
	}
	.fot-2 {
		display: none;
	}
}


/* fu */
.fu-lef {
	position: fixed;
	z-index: 200;
	left: 1px;
	top: 50%;
	transform: translateY(-50%);
	width: 135px;
	height: 240px;
z-index: 999;
}
.fu-lef-1 {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border: 4px solid #167322;
	border-radius: 15px;
	padding: 0 6px;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.1);
}
.fu-lef-1 div {
	width: 100%;

	text-align: center;
	border-bottom: 1px solid #DDDDDD;
}
.fu-lef-1 div:last-child {
	border: none;
}
.fu-lef-1 div img {
	max-width: 100%;
	margin-top: 15px;
	display: block;
}
.fu-lef-1 div p {
	font-size: 0.75rem;
	color: #333333;
	margin-top: 5px;
}

.rig-fu {
	position: fixed;
	width: 83px;
	right: 0;
	top: 50%;
	transform: translateY(-40%);
z-index: 999;
}
.fu2 {
	width: 100%;
	/*! background: #FFFFFF; */
	/*! border: 1px solid #DCDCDC; */
	border-right: none;
height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fu2 li {
	width: 100%;
	height: 70px;
	text-align: center;
	/*! border: 1px solid #DCDCDC; */
	background:#167322;
	border-radius: 5px;
box-shadow: 0 0 5px 1px rgba(255,255,255,0.1);
}
.fu2 li:last-child {
	/*! border: none; */
}
.fu2 li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.fu2 li img {
	margin: 0 auto;
	margin-top: 9px;
max-width: 26px;
}
.fu2 li a img:nth-child(1) {
	display: block;
}
.fu2 li a img:nth-child(2) {
	display: none;
}
.fu2 li p {
	margin-top: 10px;
	font-size: 0.9375rem;
	color: #ffffff;
margin-bottom: 5px;
}
.fu2 li:hover a img:nth-child(1) {
	/*! display: none; */
}
.fu2 li:hover a img:nth-child(2) {
	/*! display: block; */
}
.fu2 li:hover p {
	/*! color: #AA7652; */
	-webkit-animation: bounceIn 1s;
	animation: bounceIn 1s;
	font-weight: 600;
}

.rig-fu-2 .back {
	cursor: pointer;
	display: none;
	text-align: center;
	line-height: 48px;
	width: 96px;
	height: 48px;
	color: #FFFFFF;
	background: #AA7652;
	border-radius: 5px;
margin-top: 10px;
}

@media (max-width:1200px) {
	.fu-lef ,
	.rig-fu {
		transform: translateY(-50%) scale(0.7);
	}
}
@media (max-width:1000px) {
	.fu-lef ,
	.rig-fu {
		display: none;
	}
}