@charset "utf-8";

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

#bsWXBox {
	box-sizing: content-box;
}

div,
p,
span,
i,
em {
	white-space: inherit !important;
}

ul {
	list-style: none;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

html {
	font-size: 1px;
}

@media (max-width: 1730px) {
	html {
		font-size: 0.901042px;
	}
}

@media (max-width: 1600px) {
	html {
		font-size: 0.824479px;
	}
}

@media (max-width: 1530px) {
	html {
		font-size: 0.792708px;
	}
}

@media (max-width: 1440px) {
	html {
		font-size: 0.741146px;
	}
}

@media (max-width: 1366px) {
	html {
		font-size: 0.702604px;
	}
}

@media (max-width: 1360px) {
	html {
		font-size: 0.699479px;
	}
}

@media (max-width: 1280px) {
	html {
		font-size: 0.657813px;
	}
}

body {
	font-family: 'Microsoft YaHei', arial;
	font-size: 16rem;
	color: #666666;
	line-height: 1.5;
	width: 100%;
	background: #fff;
	max-width: 1920px;
	margin: 0 auto !important;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
	text-align: justify;
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
	color: #666666;
}

a:hover,
a:active,
a:focus {
	color: #666666;
	text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
	display: block;
	height: auto;
}

table {
	border-collapse: collapse;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea {
	font-size: 14px;
	outline: 0;
	overflow: hidden;
	font-family: arial;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
	cursor: pointer;
	outline: 0;
}

input[type='checkbox'],
input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	padding: 0;
	color: #666666;
	outline: 0;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
	-webkit-appearance: none;
}

input,
select,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-radius: 0;
}

::-webkit-input-placeholder {
	color: #cacaca;
}

:-moz-placeholder {
	color: #cacaca;
	opacity: 1;
}

::-moz-placeholder {
	color: #cacaca;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #cacaca;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*清楚浮动*/
.clearfix:after {
	clear: both;
	height: 0;
	content: '';
	line-height: 0;
	font-size: 0;
	display: block;
}

/*图片垂直水平居中*/
.pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.pic img {
	transition: 0.5s;
}

.pic:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 1640rem;
}

.container02 {
	margin-right: auto;
	margin-left: auto;
	width: 1440rem;
}

#container {
	overflow: hidden;
	padding-top: 126rem;
}

#privacyPopup {
	z-index: 10000;
	position: fixed;
	width: 100%;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	height: 100%;
}

#privacyPopup video {
	display: block;
	max-height: 100%;
	object-fit: cover;
}

#privacyPopup .close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 40px;
	font-size: 42px;
	color: #fff;
	cursor: pointer;
	z-index: 5;
}

@media (max-width: 1200px) {
	#privacyPopup {
		height: auto;
	}

	#privacyPopup video {
		height: auto;
	}
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

@font-face {
	font-family: Oswald-Bold;
	src: url('../font/Oswald-Bold.woff2') format('woff2'), url('../font/Oswald-Bold.woff') format('woff'), url('../font/Oswald-Bold.ttf') format('truetype'), url('../font/Oswald-Bold.eot') format('embedded-opentype'), url('../font/Oswald-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Oswald-Regular;
	src: url('../font/Oswald-Regular.woff2') format('woff2'), url('../font/Oswald-Regular.woff') format('woff'), url('../font/Oswald-Regular.ttf') format('truetype'), url('../font/Oswald-Regular.eot') format('embedded-opentype'), url('../font/Oswald-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@keyframes fadeInLeft2 {
	0% {
		opacity: 0;
		transform: translate3d(-70px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInLeft2 {
	animation-name: fadeInLeft2;
}

@keyframes fadeInRight2 {
	0% {
		opacity: 0;
		transform: translate3d(70px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInRight2 {
	animation-name: fadeInRight2;
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		transform: translate3d(0, 70px, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInUp2 {
	animation-name: fadeInUp2;
}

@keyframes fadeInDown2 {
	0% {
		opacity: 0;
		transform: translate3d(0, -70px, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInDown2 {
	animation-name: fadeInDown2;
}

@keyframes mymove {
	0% {
		transform: scale(0.3);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes mymove {
	0% {
		transform: scale(0.3);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes myfirst04 {
	0% {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes myfirst04 {
	0% {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

.prompt {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 999;
	filter: alpha(opacity=80);
	opacity: 80;
}

.prompt span {
	position: absolute;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	top: 55%;
	left: 50%;
	margin-left: -152px;
	width: 304px;
	display: block;
	line-height: 24px;
	color: #666666;
}

.prompt span a {
	text-decoration: underline;
}

.prompt .prompt_close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	background: url(../images/closed.png) no-repeat center center;
	cursor: pointer;
}

#Privacy {
	z-index: 10000;
	position: fixed;
	width: 800px;
	background: #fff;
	border: 4px solid rgba(0, 0, 0, 0.15);
	top: 50%;
	left: 50%;
	margin-top: -264px;
	margin-left: -400px;
	border-radius: 5px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

#Privacy .dialog_header {
	width: 100%;
	position: relative;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f3f3f3;
}

#Privacy .dialog_header .title {
	width: 100%;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	line-height: 40px;
}

#Privacy .dialog_header .close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	color: #c5c5c5;
	cursor: pointer;
}

#Privacy .privacy_policy_title {
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}

#Privacy .p-1 {
	font-size: 20px;
}

#Privacy .p-2 {
	font-size: 16px;
}

#Privacy .privacy_content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 400px;
	padding: 20px 30px;
	overflow: auto;
}

#Privacy .privacy_footer {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

#Privacy .close_btn {
	display: inline-block;
	margin: 0 auto;
	width: auto;
	min-width: 200px;
	height: 40px;
	background: #f8b405;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

@media (max-width: 768px) {
	#Privacy {
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		margin: 0;
	}
}

.sitemap li {
	border-bottom: 1px dashed #e0e0e0;
	padding-bottom: 20rem;
	margin-bottom: 20rem;
}

.sitemap li .top2 {
	font-size: 20rem;
	color: #333;
	font-weight: bold;
	font-family: NewYork;
	letter-spacing: 1px;
}

.sitemap li .top2:hover {
	color: #f8b405;
}

.sitemap li .bot {
	margin-top: 15rem;
}

.sitemap li .bot a {
	float: left;
	font-size: 18rem;
	letter-spacing: 1px;
	color: #666;
	margin-right: 20rem;
	font-family: NewYork;
}

.sitemap li .bot a:hover {
	color: #f8b405;
}

.sitemap li .bot p {
	display: block;
	width: 100%;
	overflow: hidden;
	font-weight: bold;
	margin-top: 10rem;
}

.fix {
	width: 100%;
	z-index: 777;
	transition: 0.7s;
	position: fixed;
	top: 0;
	left: 0;
}

.top {
	line-height: 47rem;
	background: url("../images/top.jpg") no-repeat top center;
	background-size: cover;
	position: relative;
}

.top .top_nav_1_bg img {
	display: block;
	max-height: 47rem;
	transition: 1s;
	z-index: 34;
	position: absolute;
	right: 0;
	top: 0;
	left: 58%;
}

.top .top_nav_1_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f8bd01;
	overflow: hidden;
}

.top .top_nav_1_bg .b {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #b3d769;
	transition: 1s;
	left: 60%;
	z-index: 33;
}

.top .container {
	width: 100%;
	padding: 0 40rem;
	position: relative;
	z-index: 55;
}

.top span {
	font-size: 22rem;
	margin-right: 46rem;
	font-weight: bold;
	display: block;
	float: left;
	letter-spacing: 2rem;
	color: #ffffff;
}

.top .list,
.top .p {
	float: left;
	font-size: 17rem;
	margin-right: 33rem;
	color: #ffffff;
}

.top .p {
	font-style: italic;
}

.header {
	height: 80rem;
	width: 100%;
	z-index: 777;
	transition: 0.7s;
	border-bottom: 1px solid #f5f5f5;
	background: #fff;
}

.header .logo {
	padding: 0;
	float: left;
	transition: 0.2s;
	padding-top: 12rem;
	margin-left: -94rem;
}

.header .logo a {
	display: block;
	position: relative;
}

.header .logo a img {
	display: inline-block;
	vertical-align: top;
	width: 306rem;
	z-index: 5;
	transition: 0.5s;
}

.header .header-right {
	margin-right: -136rem;
	float: right;
}

.header .header-right .menu {
	float: right;
	position: relative;
	width: 36px;
	height: 36px;
	margin-top: 12px;
	display: none;
}

.header .header-right .menu .navPhoneBtn {
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	float: left;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 36px;
	text-align: right;
}

.header .header-right .menu .navPhoneBtn span {
	display: block;
	width: 20px;
	height: 2px;
	margin-bottom: 5px;
	position: relative;
	background: #f8b405;
	border-radius: 3px;
	z-index: 1;
	-webkit-transform-origin: 20px;
	transform-origin: 20px;
	-webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: width 0.5s ease;
	transition: width 0.5s ease;
}

.header .header-right .menu .navPhoneBtn span:last-child {
	margin-bottom: 0;
}

.header .header-right .header-search {
	float: right;
	position: relative;
}

.header .header-right .header-search .pull-right {
	position: relative;
	z-index: 778;
}

.header .header-right .header-search .pull-right a {
	display: block;
	overflow: hidden;
	width: 113rem;
	height: 80rem;
	background: url(../images/search.png) no-repeat center center;
	background-size: 22rem !important;
}

.header .header-right .header-search .search .search-main {
	top: 80rem;
	right: 0;
	z-index: 777;
	width: 300rem;
	display: none;
	position: absolute;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.header .header-right .header-search .form-control {
	text-align: left;
	border: 0;
	width: 100%;
	font-size: 16rem;
	color: #666;
	height: 50rem;
	vertical-align: top;
	padding: 0 60rem 0 20rem;
	-webkit-appearance: none;
	background: none;
}

.header .header-right .header-search .btn {
	top: 0;
	border: 0;
	right: 0;
	color: #fff;
	width: 50rem;
	height: 50rem;
	line-height: 50rem;
	position: absolute;
	background: url(../images/search.png) no-repeat center center;
	background-size: 21rem !important;
}

.header .header-right .lan {
	float: right;
	cursor: pointer;
	position: relative;
}

.header .header-right .lan:after {
	content: '';
	display: block;
	width: 1rem;
	height: 100%;
	background-color: #f0f0f0;
	position: absolute;
	left: 0;
	top: 0;
}

.header .header-right .lan span {
	background: url(../images/lan.png) no-repeat center center;
	background-size: 30rem;
	height: 80rem;
	width: 80rem;
	display: block;
}

.header .header-right .lan ul {
	position: absolute;
	top: 80rem;
	left: 0;
	width: 100%;
	background: #fcf9ee;
	z-index: 4;
	display: none;
}

.header .header-right .lan ul li a {
	line-height: 45rem;
	font-size: 16rem;
	color: #333;
	text-align: center;
	display: block;
}

@media (min-width: 1025px) {
	.header .header-right .lan ul li:hover a {
		background: #f8b405;
		color: #fff;
	}
}

.header1 {
	box-shadow: 3rem 4rem 14rem 0rem rgba(194, 179, 19, 0.18);
}

@keyframes zhuanquan {
	100% {
		transform: rotate(360deg);
	}
}

.nav {
	float: right;
	transition: 0.2s;
}

.nav ul li {
	float: left;
	margin-left: 113rem;
	position: relative;
}

.nav ul li a {
	display: block;
	font-size: 20rem;
	color: #333;
	line-height: 80rem;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.nav ul li a span {
	position: relative;
	display: inline-block;
	/*-webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;*/
}

/*.nav ul li a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}*/
.nav ul li a:after {
	content: '';
	display: block;
	width: 0;
	height: 3rem;
	background: #f8b405;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s;
}

.nav ul li .subnav {
	width: 260rem;
	z-index: 66;
	padding: 10rem 0;
	overflow: hidden;
	display: none;
	position: absolute;
	top: 80rem;
	left: 50%;
	background: #fff;
	text-align: center;
	margin-left: -130rem;
	box-shadow: 0rem 0rem 20rem 0rem rgba(220, 237, 255, 0.44);
	border-bottom-left-radius: 15rem;
	border-bottom-right-radius: 15rem;
}

.nav ul li .subnav ul {
	margin: 0;
	padding: 10rem;
}

.nav ul li .subnav ul li {
	padding: 0;
	margin: 0;
	float: none;
}

.nav ul li .subnav ul li a {
	font-size: 18rem;
	line-height: 25rem;
	padding: 12rem;
	display: block;
	color: #333;
	font-weight: normal;
	margin: 0;
}

.nav ul li .subnav ul li a:after {
	display: none !important;
}

@media (min-width: 1025px) {
	.nav ul li .subnav ul li:hover a {
		background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
		color: #945604;
		font-weight: normal;
	}
}

.nav ul li:hover>a {
	color: #f8b405;
	font-weight: 700;
}

/*.nav ul li:hover a span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}*/
.nav ul li:hover a:after {
	width: 100%;
}

.nav ul .active a {
	color: #f8b405;
	font-weight: 700;
}

/*.nav ul .active a span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}*/
.nav ul .active a:after {
	width: 100%;
}

.transparent {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.6);
	top: 0;
	left: 0;
	z-index: 888;
	backdrop-filter: blur(5px);
}

.transparent.active {
	display: block;
}

.height {
	height: 1px;
	position: absolute;
	top: -127rem;
	left: 0;
	width: 100%;
}

.height1 {
	height: 127rem;
}

.swiper-renewal-main {
	position: relative;
	overflow: hidden;
}

.swiper-renewal-main .swiper-button-prev,
.swiper-renewal-main .swiper-button-next {
	width: 30rem;
	height: 80rem;
	border: dashed 1px #ffffff;
	/* border-radius: 50%; */
	margin-top: -40rem;
	left: 30rem;
	background-color: #f8b405;
	border: dashed 1px #f8b405;
}

.swiper-renewal-main .swiper-button-prev:after,
.swiper-renewal-main .swiper-button-next:after {
	font-size: 20rem;
	color: #fff;
	font-weight: bold;

}

/*@media (min-width: 1025px) {
  .swiper-renewal-main .swiper-button-prev:hover,
  .swiper-renewal-main .swiper-button-next:hover {
    background-color: #f8b405;
    border: dashed 1px #f8b405;
  }
}*/
.swiper-renewal-main .swiper-button-next {
	right: 30rem;
	left: auto;
}

.swiper-renewal-main .swiper-pagination-bullet {
	width: 38rem;
	height: 10rem;
	background-color: #ffffff;
	border-radius: 10rem;
	opacity: 1;
}

.swiper-renewal-main .swiper-pagination-bullet-active {
	width: 78rem;
	height: 10rem;
	border-radius: 10rem;
	background-color: #f8b405;
}

.swiper-renewal-main .swiper-slide .img1 {
	display: none;
}

.swiper-renewal-main .swiper-slide .img {
	width: 1940rem;
	position: relative;
	left: 50%;
	margin-left: -970rem;
}

.swiper-renewal-main .banner-hover {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-42%);
}

.swiper-renewal-main .banner-hover .info {
	float: right;
	width: 40%;
}

.swiper-renewal-main .banner-hover .info .bt {
	font-family: ArialMT;
	font-size: 28rem;
	margin-bottom: 28rem;
	color: #944900;
}

.swiper-renewal-main .banner-hover .info .jsh {
	font-family: NewYork;
	font-size: 42rem;
	line-height: 50rem;
	margin-bottom: 52rem;
	color: #944900;
}

.swiper-renewal-main .swiper-slide-active .banner-hover .info .bt {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}

.swiper-renewal-main .swiper-slide-active .banner-hover .info .jsh {
	-webkit-animation: fadeInUp2 3s alternate;
	animation: fadeInUp2 3s alternate;
}

.swiper-renewal-main .swiper-slide-active .banner-hover .info .more {
	-webkit-animation: fadeInUp2 4s alternate;
	animation: fadeInUp2 4s alternate;
}

#menu {
	position: fixed;
	top: 0;
	right: -280px;
	width: 280px;
	background: #ffffff;
	z-index: 9999;
	height: 100%;
	transition: 0.5s;
	overflow: auto;
	padding: 62px 10px;
}

#menu ul {
	overflow: hidden;
	padding: 0 10px;
}

#menu ul li {
	position: relative;
}

#menu ul li a {
	font-size: 18px;
	color: #f8b405;
	display: block;
	line-height: 36px;
	position: relative;
	padding: 0 10px;
	font-weight: bold;
}

@media (min-width: 1025px) {
	#menu ul li:hover a {
		background: #f2f2f2;
	}
}

#menu ul li ul li a {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin: 14px 0;
}

#menu ul li ul li ul li a {
	font-weight: normal;
}

#menu ul li:nth-child(1):before {
	display: none;
}

#menu .close {
	display: block;
	height: 36px;
	width: 36px;
	position: absolute;
	right: 17px;
	top: 18px;
	border-radius: 50%;
	background: url(../images/closed.png) no-repeat center center;
	background-size: 15px;
}

#menu.show1 {
	right: 0;
}

.home-yuding {
	margin-top: -38rem;
	position: relative;
	z-index: 44;
}

.home-yuding ul {
	overflow: hidden;
	background-color: #ecf2f7;
	border-radius: 16rem;
}

.home-yuding ul li {
	width: 33.33333333%;
	float: left;
	text-align: center;
	position: relative;
}

.home-yuding ul li:after {
	content: '';
	display: block;
	width: 1rem;
	height: 92rem;
	background-color: #d7dce0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.home-yuding ul li a {
	display: block;
	line-height: 63rem;
	font-size: 24rem;
	color: #333333;
	padding: 24rem 0;
}

.home-yuding ul li .pic {
	width: 63rem;
	border-radius: 50%;
	margin-right: 16rem;
	display: inline-block;
	vertical-align: top;
}

@media (min-width: 1025px) {
	.home-yuding ul li:hover .pic {
		box-shadow: 7rem 11rem 35rem 0rem rgba(148, 86, 4, 0.21);
	}

	.home-yuding ul li:hover a {
		color: #f8b405;
	}
}

.home-num {
	padding: 154rem 0 122rem 0;
	background: url("../images/bg.jpg") no-repeat top center;
	background-size: 100%;
}

.home-num .info {
	position: relative;
	border-radius: 10rem;
	height: 300rem;
	background: url("../images/bg1.png") no-repeat top center;
	background-size: cover;
}

.home-num .info .img {
	position: absolute;
	top: -97rem;
	left: -246rem;
	width: 539rem;
	height: 446rem;
}

.home-num .info .left {
	float: left;
	width: 78%;
	padding-left: 336rem;
	padding-top: 44rem;
}

.home-num .info .left .h3 {
	font-size: 32rem;
	margin-bottom: 7rem;
	font-weight: bold;
	letter-spacing: 1rem;
	color: #945604;
}

.home-num .info .left .p {
	font-size: 22rem;
	line-height: 30rem;
	color: #945604;
}

.home-num .info .left .p p {
	float: left;
	margin-right: 50rem;
}

.home-num .info .left .p p img {
	display: inline-block;
	vertical-align: top;
	height: 30rem;
	margin-right: 7rem;
}

.home-num .info .left .p p:nth-last-child(1) {
	margin-right: 0;
}

.home-num .info .list {
	width: 98%;
	padding-top: 26rem;
}

.home-num .info .list ul {
	margin: 0 -14rem;
}

.home-num .info .list ul li {
	width: 33.33333333%;
	float: left;
	padding: 0 14rem;
}

.home-num .info .list ul li .box {
	border-radius: 10rem;
	padding: 23rem 10rem 23rem 40rem;
	text-align: left;
	background: #fff;
	box-shadow: 0px 0px 5rem 0px rgba(148, 86, 4, 0.55);
}

.home-num .info .list ul li .pic {
	width: 50rem;
	display: inline-block;
	vertical-align: top;
	margin-right: 30rem;
}

.home-num .info .list ul li .text {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.home-num .info .list ul li .text .num span {
	font-family: Oswald-Bold;
	font-size: 28rem;
	line-height: 30rem;
	letter-spacing: 1rem;
	display: inline-block;
	vertical-align: top;
}

.home-num .info .list ul li .text .num i {
	font-size: 24rem;
	line-height: 25rem;
	font-style: normal;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}

.home-num .info .list ul li .text .num em {
	font-size: 18rem;
	line-height: 25rem;
	font-style: normal;
	color: #f9c500;
	display: inline-block;
	vertical-align: bottom;
}

.home-num .info .list ul li .text .pp {
	font-size: 18rem;
	color: #999999;
}

.home-num .info .list ul li:nth-child(1) .text .num {
	color: #f9c500;
}

.home-num .info .list ul li:nth-child(2) .text .num {
	color: #f58307;
}

.home-num .info .list ul li:nth-child(3) .text .num {
	color: #aacd06;
}

.home-num .info .right {
	float: right;
	width: 16%;
	padding-top: 48rem;
	text-align: center;
}

.home-num .info .right h3 {
	font-size: 27rem;
	font-weight: bold;
	color: #945604;
	margin-bottom: 9rem;
}

.home-num .info .right span {
	font-size: 22rem;
	font-weight: bold;
	color: #945604;
}

.home-num .info .right .p {
	width: 131rem;
	height: 124rem;
	line-height: 124rem;
	border-radius: 10rem;
	font-size: 52rem;
	margin: 0 auto;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: url("../images/bg.png") no-repeat center center;
	background-size: cover;
}

.home-num .info .m {
	display: none;
}

.home-zhanlan {
	padding: 111rem 0 87rem 0;
	background: #f7f7f7;
	border-radius: 200rem 0rem 0 0rem;
}

.home-zhanlan .text {
	float: left;
	width: 46%;
	padding-top: 6rem;
}

.home-zhanlan .text .bt {
	font-size: 42rem;
	font-weight: bold;
	line-height: 52rem;
	margin-bottom: 22rem;
	color: #333333;
}

.home-zhanlan .text .bt img {
	display: inline-block;
	vertical-align: middle;
	width: 25rem;
}

.home-zhanlan .text .p {
	font-size: 18rem;
	line-height: 32rem;
	height: 224rem;
	overflow: hidden;
	margin-bottom: 57rem;
	color: #666666;
}

.home-zhanlan .text .more a {
	display: inline-block;
	vertical-align: top;
	margin-right: 20rem;
}

.home-zhanlan .right {
	float: right;
	width: 50%;
}

.home-zhanlan .right a {
	display: block;
	position: relative;
	overflow: hidden;
}

.home-zhanlan .right a .hover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 127rem;
	height: 127rem;
	background: url("../images/video.png") no-repeat center center;
	background-size: 100%;
}

.more a,
.more p {
	width: 129rem;
	line-height: 39rem;
	background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
	border-radius: 17rem 4rem 20rem 17rem;
	font-size: 18rem;
	color: #333333;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
	border: solid 1px #f7f7f7;
}

.more a span,
.more p span {
	margin-left: 5rem;
	display: inline-block;
	vertical-align: top;
}

.more a:after,
.more p:after {
	width: 100rem;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
	-webkit-transform: skewx(-25deg);
	transform: skewx(-25deg);
	-webkit-transition: 0s;
	transition: 0s;
	z-index: 2;
	content: '';
	display: block;
}

.more .baoming {
	border: solid 1px #000000;
	background: none;
}

.more .baoming img {
	margin-top: 10rem;
	width: 19rem;
}

@media (min-width: 1025px) {
	.more a:hover {
		background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
		border: solid 1px #f7f7f7;
	}

	.more a:hover:after {
		left: 100%;
		-webkit-transition: all 0.8s;
		transition: all 0.8s;
	}
}

.home-title {
	text-align: center;
	font-size: 42rem;
	font-weight: bold;
	letter-spacing: 2rem;
	color: #333333;
	position: relative;
	z-index: 5;
}

.home-title img {
	display: inline-block;
	vertical-align: middle;
	width: 25rem;
}

.home-title span {
	padding: 0 15rem;
}

.home-title1 {
	color: #ffffff;
}

.home-zhuti {
	padding: 78rem 0 119rem 0;
	position: relative;
	background: #f7f7f7;
}

.home-zhuti:after {
	content: '';
	display: block;
	background-image: linear-gradient(0deg, #f8b405 0%, #f9ba05 18%, #fac304 44%, #fcd303 94%, #fff100 100%);
	border-radius: 0rem 200rem 0rem 0rem;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.home-zhuti .home-bottom {
	padding-top: 62rem;
	position: relative;
	z-index: 2;
}

.zhutilist {
	margin: 0 -21rem;
}

.zhutilist li {
	width: 20%;
	float: left;
	padding: 0 21rem;
}

.zhutilist li:hover .box {
	transform: scale(1.04);
}

.zhutilist li .box {
	box-shadow: 7rem 11rem 35rem 0rem rgba(148, 86, 4, 0.21);
	text-align: center;
	padding: 37rem 21rem;
	height: 417rem;
	background-color: #ffffff;
	border-radius: 30rem;
	position: relative;
	transition: 0.5s;
}

.zhutilist li .pic {
	margin: 0 auto;
	width: 120rem;
	margin-bottom: 23rem;
}

.zhutilist li .bt {
	font-size: 24rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 16rem;
}

.zhutilist li .p {
	font-size: 18rem;
	line-height: 27rem;
	text-align: left;
	color: #666666;
}

.zhutilist li .more {
	position: absolute;
	bottom: -20rem;
	left: 50%;
	transform: translateX(-50%);
}

.zhutilist li .more p {
	border: 1px solid transparent;
}

@media (min-width: 1025px) {
	.zhutilist li:hover .more p:after {
		left: 100%;
		-webkit-transition: all 0.8s;
		transition: all 0.8s;
	}
}

.home-liangdian {
	padding: 74rem 0 123rem 0;
	background-color: #f7f7f7;
	border-radius: 0 0rem 200rem 0rem;
}

.home-liangdian .home-bottom {
	padding-top: 36rem;
}

.home-liangdian .home-bottom ul {
	margin: 0 -21rem;
}

.home-liangdian .home-bottom ul li {
	float: left;
	width: 20%;
	padding: 0 21rem;
}

.home-liangdian .home-bottom ul li .box {
	transition: 0.5s;
}


.home-liangdian .home-bottom ul li:hover .box {
	transform: scale(1.04);
}


.home-liangdian .home-bottom ul li .box .pic {
	margin: 0 auto;
	width: 140rem;
	border-radius: 50%;
	background-color: #f8f3d9;
}

.home-liangdian .home-bottom ul li .box .text {
	box-shadow: 7rem 11rem 35rem 0rem rgba(148, 86, 4, 0.21);
	margin-top: -60rem;
	border-radius: 30rem;
	padding: 103rem 35rem 30rem 35rem;
	text-align: center;
	height: 356rem;
	background: #fff;
}

.home-liangdian .home-bottom ul li .box .text .bt {
	font-size: 24rem;
	margin-bottom: 25rem;
	font-weight: bold;
	color: #333333;
}

.home-liangdian .home-bottom ul li .box .text .p {
	font-size: 16rem;
	line-height: 24rem;
	color: #666666;
	text-align: justify;
}

.home-liangdian .home-bottom ul li .box .text .p b {
	color: #f8b405;
}

.home-huodong {
	padding: 69rem 0 100rem 0;
}

.home-huodong .home-bottom {
	padding-top: 42rem;
}

.home-huodong .home-bottom .left {
	float: left;
	width: 69%;
}

.home-huodong .home-bottom .right {
	float: right;
	width: 28.7%;
	padding: 56rem 14rem 10rem 44rem;
	border-radius: 10rem;
	background: #fff;
	border: solid 1px #e5e5ea;
}

.huodonglist {
	margin: 0 -15rem;
}

.huodonglist li {
	float: left;
	width: 33.33333333%;
	padding: 0 15rem;
}

.huodonglist li .box {
	border-radius: 24rem;
	overflow: hidden;
	border: solid 1px #f0f0f0;
	background: #fff;
}

.huodonglist li .pic:after {
	padding-bottom: 64.70588235%;
}

.huodonglist li .pic .date {
	position: absolute;
display:none;
	top: 0;
	left: 0;
	min-width: 58rem;
	background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
	text-align: center;
	color: #fff;
	font-family: Oswald-Bold;
	line-height: 24rem;
	padding: 5rem 0;
	border-radius: 0rem 0rem 8rem 0rem;
}

.huodonglist li .pic .date span {
	font-size: 18rem;
	display: block;
}

.huodonglist li .pic .date p {
	font-size: 20rem;
}

.huodonglist li .text {
	padding: 18rem 21rem 40rem 21rem;
}

.huodonglist li .text .bt {
	font-size: 20rem;
	font-weight: bold;
	line-height: 30rem;
	overflow: hidden;
	height: 60rem;
	color: #272f29;
}

.huodonglist li .text .p {
	font-size: 18rem;
	height: 62rem;
	overflow: hidden;
	line-height: 31rem;
	margin-bottom: 13rem;
	color: #666666;
}

.huodonglist li .text .more p {
	border: solid 1px #000000;
	background: none;
}

@media (min-width: 1025px) {
	.huodonglist li:hover .box {
		background-color: #fbfdfe;
		box-shadow: 0rem 0rem 18rem 0rem rgba(0, 42, 70, 0.19);
	}

	.huodonglist li:hover .pic img {
		transform: scale(1.04);
	}

	.huodonglist li:hover .more p {
		background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
		border: 1px solid #fbfdfe;
	}

	.huodonglist li:hover .more p:after {
		left: 100%;
		-webkit-transition: all 0.8s;
		transition: all 0.8s;
	}
}

.huodonglist1 li {
	position: relative;
	height: 100rem;
}

.huodonglist1 li a {
	position: relative;
	display: block;
	padding-left: 46rem;
}

.huodonglist1 li a:before {
	content: "";
	display: block;
	width: 17rem;
	height: 17rem;
	border-radius: 50%;
	background-color: #e5e5ea;
	position: absolute;
	top: 4rem;
	left: -8rem;
}

.huodonglist1 li:before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #e5e5ea;
	display: block;
	position: absolute;
	top: 4rem;
	left: 0;
}

.huodonglist1 li .h3 {
	font-size: 20rem;
	font-weight: bold;
	line-height: 26rem;
	max-height: 54rem;
	overflow: hidden;
	color: #333333;
}

.huodonglist1 li .date {
	font-size: 18rem;
	color: #666666;
}

@media (min-width: 1025px) {
	.huodonglist1 li:hover a:before {
		background-color: #fff;
		border: 3rem solid #f8b405;
		left: -10rem;
		width: 21rem;
		height: 21rem;
		top: 1rem;
	}

	.huodonglist1 li:hover a .h3 {
		color: #f8b405;
	}
}

.huodonglist1 li:nth-last-child(1):before {
	display: none;
}

.home-news {
	padding: 66rem 0 96rem 0;
	background-color: #f5f5f5;
	border-radius: 200rem 0rem 0rem 0rem;
}

.home-news .home-top .home-title {
	float: left;
}

.home-news .home-top .more {
	float: right;
	padding-top: 13rem;
}

.home-news .home-bottom {
	padding-top: 35rem;
}

.home-news .home-bottom .left {
	float: left;
	width: 42.7%;
}

.home-news .home-bottom .left .zhanshi .show1 {
	display: none;
}

.home-news .home-bottom .left .zhanshi .show1 .info1 {
	display: none;
}

.home-news .home-bottom .left .pic:after {
	padding-bottom: 64.71428571%;
}

.home-news .home-bottom .left .text {
	padding: 35rem 37rem 44rem 37rem;
	background: #fff;
}

.home-news .home-bottom .left .bt {
	font-size: 18rem;
	line-height: 36rem;
	height: 108rem;
	overflow: hidden;
	color: #666666;
}

@media (min-width: 1025px) {
	.home-news .home-bottom .left:hover .pic img {
		transform: scale(1.04);
	}
}

.home-news .home-bottom .right {
	float: right;
	width: 52%;
	padding-top: 7rem;
}

.home-news .home-bottom .right .list ul li {
	float: left;
	position: relative;
	margin-right: 82rem;
	padding-bottom: 11rem;
}

.home-news .home-bottom .right .list ul li:after {
	height: 6rem;
	background-image: linear-gradient(-90deg, #f8b900 0%, #fff100 100%);
	border-radius: 3rem;
	content: '';
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transition: 0.5s;
	transform: translateX(-50%);
}

.home-news .home-bottom .right .list ul li a {
	display: block;
	font-size: 24rem;
	font-weight: bold;
	color: #666666;
}

@media (min-width: 1025px) {
	.home-news .home-bottom .right .list ul li:hover:after {
		width: 83%;
	}
}

.home-news .home-bottom .right .list ul .active:after {
	width: 83%;
}

.home-news .home-bottom .right .show .info {
	display: none;
}

.home-news .home-bottom .right .show .info ul li {
	border-bottom: 1px solid #dcdcdc;
}

.home-news .home-bottom .right .show .info ul li a {
	display: block;
	font-size: 20rem;
	line-height: 79rem;
	color: #333333;
	position: relative;
	padding-left: 128rem;
	padding-right: 30rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	background: url("../images/more.png") no-repeat center right;
	background-size: 26rem;
}

.home-news .home-bottom .right .show .info ul li a span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18rem;
}

@media (min-width: 1025px) {
	.home-news .home-bottom .right .show .info ul li:hover a {
		color: #f8b405;
		background: url("../images/more1.png") no-repeat center right;
		background-size: 26rem;
	}
}

.home-news .home-bottom .right .show .info ul .active a {
	font-weight: bold;
}

.home-huoban {
	padding: 73rem 0 72rem 0;
}

.swiper01 {
	position: relative;
	overflow: hidden;
	padding-bottom: 44rem;
}

.swiper01 .swiper-button-prev,
.swiper01 .swiper-button-next {
	width: 14rem;
	height: 14rem;
	border: 0;
	border-radius: 50%;
	margin-top: -7rem;
	left: 40%;
	top: auto;
	bottom: 0;
	z-index: 55;
}

.swiper01 .swiper-button-prev:after,
.swiper01 .swiper-button-next:after {
	font-size: 16rem;
	color: #333333;
	font-weight: bold;
}

@media (min-width: 1025px) {

	.swiper01 .swiper-button-prev:hover:after,
	.swiper01 .swiper-button-next:hover:after {
		color: #f8b405;
	}
}

.swiper01 .swiper-button-next {
	right: 40%;
	left: auto;
}

.swiper01 .swiper-pagination {
	bottom: 0;
	height: 16rem;
}

.swiper01 .swiper-pagination-bullet {
	width: 14rem;
	height: 14rem;
	background-color: #ffffff;
	border: solid 1px #adadad;
	border-radius: 50%;
	opacity: 1;
	margin: 0 5rem;
}

.swiper01 .swiper-pagination-bullet-active {
	background-color: #f8b405;
	border: solid 1px #f8b405;
}

.swiper01 ul {
	padding-top: 100rem;
	margin-right: -36rem;
}

.swiper01 ul li {
	width: 264rem;
	float: left;
	padding-left: 19rem;
	padding-right: 38rem;
	background: url(../images/pabg.png) no-repeat top left;
	background-size: 100%;
	padding-top: 14rem;
	margin-top: -70rem;
	height: 286rem;
	margin-left: -27rem;
}

.swiper01 ul li .pic {
	margin-top: 15rem;
}

.swiper01 ul li:nth-child(1) {
	margin-left: -22rem;
}

@media (min-width: 1025px) {
	.swiper01 ul li:hover .pic img {
		transform: scale(1.04);
	}
}

.swiper01 ul li:nth-child(13n - 5) {
	margin-left: 97rem;
}

.home-about {
	padding: 41rem 0 90rem 0;
}

.home-about .p {
	font-size: 18rem;
	line-height: 36rem;
	margin-bottom: 31rem;
	color: #666666;
}

.home-about .list {
	padding: 20rem 18rem;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.home-about .list:after {
	content: '';
	display: block;
	width: 428rem;
	height: 188rem;
	background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.home-about .list:before {
	content: '';
	display: block;
	width: 428rem;
	height: 188rem;
	background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.home-about .list ul {
	margin: 0 -8rem;
}

.home-about .list ul li {
	float: left;
	width: 33.33333333%;
	padding: 0 8rem;
}

.home-about .list ul li .box {
	position: relative;
}

.home-about .list ul li .box .pic:after {
	padding-bottom: 62.59541985%;
}

.home-about .list ul li .box .hover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 64rem;
	height: 64rem;
	background: url("../images/video.png") no-repeat center center;
	background-size: 100%;
}

.home-about .home-bottom {
	padding-top: 31rem;
}

.home-huigu .home-bottom {
	padding: 0 15rem;
	padding-top: 32rem;
}

.huigulist .item {
	float: left;
	width: 19.133%;
	padding: 0 1rem;
}

.huigulist .item .bt {
	font-size: 20rem;
	line-height: 61rem;
	color: #333333;
	padding: 0 11rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.huigulist .item .pic:after {
	padding-bottom: 73.33333333%;
}

@media (min-width: 1025px) {
	.huigulist .item:hover .bt {
		color: #f8b405;
	}

	.huigulist .item:hover .pic img {
		transform: scale(1.04);
	}
}

.huigulist .item:nth-child(1) {
	width: 42.6%;
}

.huigulist .item:nth-child(1) .pic:after {
	padding-bottom: 73.25%;
}

.footer {
	background-color: #212121;
}

.footer .footer-top {
	padding: 64rem 0 24rem 0;
}

.footer .footer-top .left {
	float: left;
	width: 17%;
}

.footer .footer-top .left .p {
	font-size: 18rem;
	line-height: 22rem;
	margin-top: 22rem;
	color: rgba(255, 255, 255, 0.32);
}

.footer .footer-top .center {
	float: left;
	padding-left: 76rem;
	width: 66%;
}

.footer .footer-top .center ul li {
	float: left;
	width: 25%;
list-style: none;
}

.footer .footer-top .center ul li .h3 {
	font-size: 20rem;
	padding-right: 10rem;
	margin-bottom: 10rem;
	color: #ffffff;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
position:relative;
padding-left:20rem;
}

.footer .footer-top .center ul li .p a {
	font-size: 16rem;
	line-height: 30rem;
	color: rgba(255, 255, 255, 0.32);
	display: block;
	padding-right: 10rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.footer .footer-top .right {
	float: right;
}

.footer .footer-top .right .p {
	font-size: 18rem;
	line-height: 30rem;
	letter-spacing: 1rem;
}

.footer .footer-top .right .p span {
	color: #ffffff;
}

.footer .footer-top .right .p a {
	color: rgba(255, 255, 255, 0.32);
}

.footer .footer-top .right .ewm {
	float: left;
	text-align: center;
	padding-top: 18rem;
}

.footer .footer-top .right .ewm p {
	font-size: 16rem;
	line-height: 30rem;
	color: rgba(255, 255, 255, 0.68);
}

.footer .footer-bottom {
	padding-bottom: 13rem;
}

.footer .footer-bottom .info {
	border-top: 1px solid #464749;
}

.footer .footer-bottom .input {
	position: relative;
	padding-top: 38rem;
	padding-bottom: 23rem;
}

.footer .footer-bottom .input .h3 {
	font-size: 18rem;
	line-height: 38rem;
	color: #ffffff;
	float: left;
}

.footer .footer-bottom .input .p {
	font-size: 16rem;
	margin-bottom: 20rem;
	color: #ffffff;
}

.footer .footer-bottom .input .list {
	position: relative;
	padding-right: 80rem;
	width: 93.4%;
	float: left;
	padding-left: 20rem;
}

.footer .footer-bottom .input .list .li {
	width: 25%;
	float: left;
	padding-right: 10rem;
}

.footer .footer-bottom .input input {
	width: 100%;
	height: 38rem;
	padding: 0 10rem 0 16rem;
	font-size: 16rem;
	color: #ffffff;
	background-color: #464749;
	border-radius: 4rem;
	border: none;
}

.footer .footer-bottom .input input::-webkit-input-placeholder {
	color: #fff;
}

.footer .footer-bottom .input input:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.footer .footer-bottom .input input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.footer .footer-bottom .input input:-ms-input-placeholder {
	color: #fff;
}

.footer .footer-bottom .input a {
	width: 100rem;
	height: 38rem;
	background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
	border-radius: 4rem;
	line-height: 38rem;
	font-size: 16rem;
	text-align: center;
	background-color: #cead70;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #fff;
}

.inbanner {
	color: #fff;
	position: relative;
}

.inbanner .hover {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	font-family: NewYork;
	font-size: 53rem;
	line-height: 61rem;
	color: #944900;
}

.inbanner img {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inbanner .img1 {
	display: none;
}

.inbanner .img {
	position: relative;
	overflow: hidden;
}

.inbanner .item {
	position: relative;
	overflow: hidden;
}

.content {
	padding: 70rem 0 128rem 0;
	min-height: 500rem;
	position: relative;
}

.current {
	border-bottom: 1px solid #e5e5e5;
	padding: 12rem 0;
	position: relative;
	z-index: 4;
}

.current span {
	color: #666666;
	font-size: 18rem;
	background: url("../images/home.png") no-repeat left 2rem;
	background-size: 17rem;
	padding-left: 35rem;
}

.current b {
	color: #f8b405;
	font-weight: normal;
}

.download-list {
	padding-top: 40rem;
	padding-bottom: 33rem;
}

.download-list ul {
	margin: 0 -15rem;
}

.download-list ul li {
	width: 33.33333333%;
	float: left;
	padding: 0 15rem;
	margin-bottom: 33rem;
}

.download-list ul li .img {
	margin: 0 auto;
	width: 90rem;
	padding: 7rem;
	border-radius: 50%;
	background-color: rgba(206, 173, 112, 0.2);
}

.download-list ul li .img .pic {
	width: 76rem;
	background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
	border-radius: 50%;
}

.download-list ul li .img .pic .mh {
	display: none;
}

.download-list ul li .text {
	border: solid 1rem #ebebeb;
	text-align: center;
	margin-top: -46rem;
	padding: 60rem 20rem 30rem 20rem;
}

.download-list ul li .text .bt {
	font-size: 18rem;
	color: #555555;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.download-list ul li .text .bt:after {
	content: '';
	display: block;
	width: 1rem;
	height: 26rem;
	background: #fff100;
	margin: 12rem auto;
}

.download-list ul li .text .do {
	width: 150rem;
	line-height: 39rem;
	border-radius: 20rem;
	margin: 0 auto;
	border: solid 1px #fff100;
}

@media (min-width: 1025px) {
	.download-list ul li:hover .img .pic {
		background: #fff;
	}

	.download-list ul li:hover .img .pic .m {
		display: none;
	}

	.download-list ul li:hover .img .pic .mh {
		display: block;
	}

	.download-list ul li:hover .text {
		background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
	}

	.download-list ul li:hover .text .bt {
		color: #945604;
		text-overflow: ellipsis;
		white-space: nowrap !important;
		overflow: hidden;
	}

	.download-list ul li:hover .text .bt:after {
		background-color: #945604;
	}

	.download-list ul li:hover .text .do {
		border: solid 1rem #945604;
		color: #945604;
	}
}

.page {
	clear: both;
	text-align: center;
	font-size: 0;
	color: #947d58;
}

.page em {
	font-style: normal;
	font-size: 18px;
}

.page a {
	color: #858585;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	min-width: 40px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	height: 40px;
	border-radius: 40px;
	margin: 0 8px;
	padding: 0 5px;
	vertical-align: top;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
	-webkit-box-shadow: 0 0 0 1px #cdcdcd;
}

.page a span {
	display: block;
}

.page a.cur,
.page a:hover {
	background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
	-webkit-box-shadow: 0 0 0 1px #fff;
	color: #fff;
}

.page a.prev,
.page a.next {
	color: #858585;
}

.page a.prev {
	padding-left: 24px;
	margin-right: 5px;
	width: 106px;
}

.page a.prev span {
	background: url(../images/prev-01.png) no-repeat left center;
	background-size: 6px;
}

.page a.prev:hover {
	color: #fff;
}

.page a.prev:hover span {
	background: url(../images/prev-02.png) no-repeat left center;
	background-size: 6px;
}

.page a.next {
	padding-right: 24px;
	margin-left: 5px;
	width: 106px;
}

.page a.next span {
	background: url(../images/next-01.png) no-repeat right center;
	background-size: 6px;
}

.page a.next:hover {
	color: #fff;
}

.page a.next:hover span {
	background: url(../images/next-02.png) no-repeat right center;
	background-size: 6px;
}

@media (max-width: 768px) {

	.page a,
	.page em {
		display: none;
	}

	.page a.prev,
	.page a.next {
		display: inline-block;
	}
}

.inbanner-hover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 44;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.inbanner-hover .wrapper01 {
	height: 58rem;
	position: relative;
	/* background-image: linear-gradient(0deg, #f8b800 0%, #fff100 100%); */
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.inbanner-hover .wrapper01 .scroller {
	/* position: absolute; */
	margin: 0 auto;
}

.inbanner-hover .wrapper01 .scroller li {
	color: #945604;
	float: left;
	height: 58rem;
	position: relative;
	line-height: 22rem;
	font-size: 18rem;
	width: 239rem;
	text-align: center;
	background-image: linear-gradient(0deg, #f8b800 0%, #fff100 100%);
	border-right: 1px solid #fff;
}

@media (min-width: 1025px) {
	.inbanner-hover .wrapper01 .scroller li:hover .box1 {
		top: 0;
	}

	.inbanner-hover .wrapper01 .scroller li:hover .box {
		top: 58rem;
	}
}

.inbanner-hover .wrapper01 .scroller li:nth-last-child(1) {
	border-right: 0;
}

.inbanner-hover .wrapper01 .scroller li a {
	color: #945604;
	display: block;
	text-align: center;
}

.inbanner-hover .wrapper01 .scroller li a .box,
.inbanner-hover .wrapper01 .scroller li a .box1 {
	height: 58rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inbanner-hover .wrapper01 .scroller li a .box1 {
	background: #f8bd01;
	top: -58rem;
}

.inbanner-hover .wrapper01 .scroller li a .pic {
	width: 50rem;
	display: flex;
}

.inbanner-hover .wrapper01 .scroller li a .p {
	display: flex;
	font-size: 18rem;
	text-align: left;
	max-width: 144rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.inbanner-hover .wrapper01 .scroller li.active a .box1 {
	top: 0;
}

.inbanner-hover .wrapper01 .scroller li.active a .box {
	top: 58rem;
}

.inbanner-hover01 .wrapper01 .scroller li {
	width: 288rem;
}

.inbanner-hover02 .wrapper01 .scroller li {
	width: 480rem;
}

.partner {
	background: #fafaf5 url(../images/pabg.jpg) no-repeat bottom center;
	background-size: 100%;
}

.partnerlist {
	margin-top: 39rem;
	padding: 0 40rem;
	background: #fff;
	box-shadow: 7rem 11rem 35rem 0rem rgba(184, 170, 84, 0.21);
}

.partnerlist ul li {
	float: left;
	width: 16.66666667%;
	padding: 0 24rem;
}

.range .p {

	font-size: 18rem;
	line-height: 34rem;
	margin-top: 40rem;
	margin-bottom: 66rem;
	color: #666666;
}

.range .list {
	position: relative;
}

.range .list ul {
	margin: 0 -25rem;
}

.range .list ul li {
	width: 50%;
	float: left;
	padding: 0 25rem;
	margin-bottom: 52rem;
}

.range .list ul li .box {
	position: relative;
	box-shadow: 2rem 4rem 20rem 0rem rgba(148, 86, 4, 0.14);
	border: 1rem solid #f7b800;
	padding-left: 327rem;
	padding-right: 15rem;
	background: #ffffff;
	transition: 0.5s;
	cursor: pointer;
}

.range .list ul li .pic {
	width: 294rem;
	position: absolute;
	top: 0;
	left: 0;
}

.range .list ul li .pic:after {
	padding-bottom: 85.03401361%;
}

.range .list ul li .text {
	height: 250rem;
	padding-top: 39rem;
}

.range .list ul li .text .bt {
	font-size: 20rem;
	line-height: 35rem;
	margin-bottom: 8rem;
	font-weight: bold;
	color: #141414;
}

.range .list ul li .text .bt img {
	height: 35rem;
	float: left;
	margin-right: 13rem;
}

.range .list ul li .text .jsh {
	font-size: 18rem;
	line-height: 26rem;
	padding-right: 10rem;
	overflow: auto;
	height: 130rem;
	color: #616161;
}

.range .list ul li .text .jsh::-webkit-scrollbar {
	width: 6rem;
	/* 设置滚动条宽度 */
}

.range .list ul li .text .jsh::-webkit-scrollbar-thumb {
	background-color: #999;
	/* 设置滑块颜色 */
	border-radius: 4rem;
}

.range .list ul li .text .jsh::-webkit-scrollbar-track {
	background-color: #f0f0f0;
	/* 设置滚动条背景颜色 */
	border-radius: 4rem;
}

.range .list ul li .text .jsh::-webkit-scrollbar-button {
	display: none;
	/* 隐藏滚动条两侧的按钮 */
}

.range .list ul li .text .jsh::-webkit-scrollbar-corner {
	display: none;
	/* 隐藏交叉点 */
}

.range .list ul li .text .jsh::-webkit-resizer {
	display: none;
	/* 隐藏调整元素大小手柄 */
}

@media (min-width: 1025px) {
	.range .list ul li:hover .box {
		box-shadow: 2rem 4rem 20rem 0rem rgba(148, 86, 4, 0.5);
	}

	.range .list ul li:hover .box .pic img {
		transform: scale(1.05);
	}
}

.mechanism .mechanism-list {
	position: relative;
	margin-top: 33rem;
	padding-top: 74rem;
	padding-bottom: 16rem;
}

.mechanism .mechanism-list:after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 206rem;
	background-color: #b3884e;
}

.mechanism .mechanism-list ul li {
	position: relative;
	margin-bottom: 79rem;
	z-index: 4;
}

.mechanism .mechanism-list ul li .box {
	padding-left: 276rem;
}

.mechanism .mechanism-list ul li .span {
	font-size: 20rem;
	line-height: 52rem;
	color: #333333;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	width: 223rem;
	padding-right: 59rem;
	z-index: 44;
}

.mechanism .mechanism-list ul li .span .dot-07 {
	width: 33rem;
	height: 33rem;
	display: block;
	border-radius: 50%;
	margin: 0 auto;
	position: absolute;
	top: 11rem;
	right: 0;
}

.mechanism .mechanism-list ul li .span .dot-07 .circle {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.mechanism .mechanism-list ul li .span .dot-07 .circle:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	opacity: 0;
	background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
	margin: auto;
}

.mechanism .mechanism-list ul li .span .dot-07 .circle:after {
	animation: ripple 4.5s ease-out 0.6s infinite;
}

.mechanism .mechanism-list ul li .span .dot-07 .circle-01:before {
	background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	width: 17rem;
	height: 17rem;
	transform: translate(-50%, -50%);
}

.mechanism .mechanism-list ul li .span .dot-07 .circle-02:after {
	animation: ripple 2.5s ease-out 0.6s infinite;
}

.mechanism .mechanism-list ul li .span .dot-07 .circle-03:after {
	animation: ripple 3.5s ease-out 0.6s infinite;
}

.mechanism .mechanism-list ul li .p {
	font-size: 20rem;
	padding-top: 9rem;
	font-weight: bold;
	line-height: 34rem;
	color: #666666;
}

@-webkit-keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.register .p {
	font-size: 60rem;
	padding: 165rem 0;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

.g .p {
	font-size: 60rem;
	padding: 134rem 0 113rem 0;
	font-weight: bold;
	color: #666666;
	text-align: center;
	background: url(../images/jiantou.png) no-repeat bottom center;
	background-size: 21rem;
	margin-bottom: 41rem;
}

.g .jsh {
	/* text-align: center; */
	font-size: 18rem;
	line-height: 34rem;
	color: #666666;
}

.g .jsh p {
	margin-bottom: 10rem;
}

.g .jsh b {
	color: #f8b405;
}

.g .jsh a {
	color: #f8b405;
}

.g .more {
	text-align: center;
	padding-top: 56rem;
}

.g .more a {
	display: inline-block;
	vertical-align: top;
	width: 301rem;
	line-height: 64rem;
	text-align: center;
	border-radius: 50rem;
	padding: 10rem 10rem;
	margin: 0 33rem;
	background-image: linear-gradient(0deg, #f7ba00 0%, #feef00 100%);
	border: 3rem solid #e9c597;
	font-size: 28rem;
	font-weight: bold;
	color: #945604;
}

.g .more a span {
	display: block;
	font-size: 30rem;
	line-height: 40rem;
}

.g .more a b {
	display: block;
	font-weight: normal;
	font-size: 18rem;
	line-height: 24rem;
}

.g .more a img {
	display: inline-block;
	vertical-align: middle;
	height: 35rem;
	margin-left: 10rem;
}

.g .more a .zr {
	display: inline-block;
	vertical-align: middle;
}

.group {
	background-color: #f7f7f7;
}

.group .g .more a {
	font-size: 20rem;
}

.planning .img {
	margin: 0 auto;
	margin-top: 49rem;
	width: 1454rem;
	position: relative;
	left: 50%;
	margin-left: -727rem;
}

.meiti-list {
	padding-top: 40rem;
}

.meiti-list .huodonglist {
	margin: 0 -25rem;
	padding-bottom: 25rem;
}

.meiti-list .huodonglist li {
	padding: 0 25rem;
	margin-bottom: 44rem;
}

.meiti-list .huodonglist li .text {
	padding: 32rem 27rem 50rem 33rem;
}

.meiti-list .huodonglist li .text .bt {
	margin-bottom: 7rem;
}

.meiti-list .huodonglist li .text .p {
	margin-bottom: 17rem;
}

.news-show {
	padding-top: 88rem;
	padding-bottom: 49rem;
	background: #f5f5f7;
}

.news-show .info {
	padding: 34rem 92rem 166rem 92rem;
	background: #fff;
	overflow: hidden;
}

.news-show .info .h2 {
	font-size: 16rem;
	margin-bottom: 76rem;
}

.news-show .info .h2 a {
	width: 23rem;
	height: 23rem;
	background-color: #666e86;
	display: block;
	float: left;
	margin-left: 6rem;
	border-radius: 50%;
}

@media (min-width: 1025px) {
	.news-show .info .h2 a:hover {
		background: #f8b405;
	}
}

.news-show .list .bottom {
	padding-top: 30rem;
}

.news-show .list .link {
	float: left;
	font-size: 16rem;
	line-height: 36rem;
	color: #333333;
}

.news-show .list .link span {
	float: left;
	display: block;
}

.news-show .list .link a {
	float: left;
	display: block;
	color: #333333;
	margin-right: 30rem;
}

@media (min-width: 1025px) {
	.news-show .list .link a:hover {
		color: #f8b405;
	}
}

.news-show .list .return {
	float: right;
}

.h1 {
	font-size: 32rem;
	font-weight: bold;
	color: #222222;
	text-align: center;
}

.news-p {
	font-size: 18rem;
	line-height: 28rem;
	color: #4d4d4d;
	padding-top: 50rem;
	padding-bottom: 44rem;
}

.news-p a {
	color: #4d4d4d;
}

.news-p p {
	margin-bottom: 15rem;
}

.news-p .h3 {
	font-weight: bold;
	font-size: 18rem;
	color: #222222;
	margin-bottom: 16rem;
}

.pagelist-news {
	border-top: 1px solid #989898;
}

.pagelist-news li a {
	border-bottom: 1px solid #989898;
	display: block;
	position: relative;
	font-size: 18rem;
	line-height: 68rem;
	color: #222222;
	padding-left: 120rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

.pagelist-news li a span {
	position: absolute;
	top: 0;
	left: 18rem;
	display: block;
	background: url(../images/up.png) no-repeat center right;
	padding-right: 27rem;
	background-size: 16rem;
}

@media (min-width: 1025px) {
	.pagelist-news li a:hover {
		color: #f8b405;
	}
}

.pagelist-news li:nth-child(2n) span {
	background: url(../images/down2.png) no-repeat center right;
	background-size: 16rem;
}

.return a {
	width: 111rem;
	line-height: 36rem;
	background-color: #efefef;
	font-size: 18rem;
	color: #222222;
	text-align: center;
	display: block;
	float: right;
}

@media (min-width: 1025px) {
	.return a:hover {
		background: #f8b405;
		color: #fff;
	}
}

.related {
	padding-top: 79rem;
}

.related .home-title {
	font-size: 50rem;
	font-weight: normal;
	color: #282828;
}

.related .newslist1 {
	padding-top: 46rem;
	position: relative;
}

.related .newslist1 ul {
	margin: 0 -4rem;
}

.related .newslist1 li {
	border: 0;
	padding: 0 4rem;
}

.related .newslist1 .slick-dots {
	bottom: 0;
	font-size: 0;
	margin: 0 !important;
	left: 0;
}

.related .newslist1 .slick-dots li {
	width: 11rem !important;
	height: 11rem !important;
	float: none !important;
	display: inline-block;
	vertical-align: top;
	padding: 0 !important;
	margin: 0 5rem;
}

.related .newslist1 .slick-dots li button {
	width: 11rem;
	height: 11rem;
}

.related .newslist1 .slick-dots li button:before {
	border: 0 !important;
	width: 11rem;
	height: 11rem;
	background-color: #d7d7d7;
	border: solid 1rem #c7c7c7;
}

.related .newslist1 .slick-dots .slick-active button:before {
	background-color: #005b23;
	border: solid 1rem #005b23;
}

.xiazailist {
	padding-top: 35rem;
	padding-bottom: 22rem;
}

.xiazailist ul {
	margin: 0 -30rem;
}

.xiazailist ul li {
	width: 33.33333333%;
	float: left;
	padding: 0 30rem;
	margin-bottom: 53rem;
}

.xiazailist ul li .box {
	text-align: center;
	overflow: hidden;
	background-color: #e6e6e6;
}

.xiazailist ul li .pic {
	margin: 35rem auto;
	width: 247rem;
}

.xiazailist ul li .pic:after {
	padding-bottom: 142.51012146%;
}

.xiazailist ul li .bt {
	background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
	text-align: center;
}

.xiazailist ul li .bt span {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	padding: 0 34rem 0 10rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	font-size: 20rem;
	font-weight: bold;
	line-height: 54rem;
	background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
	color: #945604;
	text-align: center;
	background: url("../images/d.png") no-repeat 99% center;
	background-size: 24rem;
}

.visit {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.visit01 {
	padding-top: 70rem;
	padding-bottom: 91rem;
	background-color: #f7f7f7;
	border-radius: 0rem 0rem 200rem 0rem;
}

.visit01 .g {
	padding-top: 23rem;
}

.visit02 {
	padding: 77rem 0 99rem 0;
}

.visit-list ul {
	margin: 0 -15rem;
}

.visit-list ul li {
	float: left;
	width: 25%;
	padding: 0 15rem;
	height: auto;
	overflow: hidden;
}

.visit-list ul li a {
	display: block;
	border-radius: 10rem;
	border: solid 1rem #e5e5ea;
	padding-left: 63rem;
	padding-top: 46rem;
	padding-right: 20rem;
	padding-bottom: 38rem;
}

.visit-list ul li .date {
	margin-bottom: 12rem;
}

.visit-list ul li .h3 {
	max-height: 78rem;
	height: 78rem;
}

.visit-list .huodonglist1 li:before {
	top: 67rem;
	left: 53rem;
}

.visit-list .huodonglist1 li a:before {
	background-color: #fff;
	border: 3rem solid #f8b405;
	left: 27rem;
	width: 21rem;
	height: 21rem;
	top: 45rem;
}

.visit03 {
	padding: 56rem 0;
	background-color: #f7f7f7;
}

.visit03 .bt {
	font-size: 24rem;
	margin-bottom: 29rem;
	font-weight: bold;
	color: #333333;
}

.visit03 .p {
	font-size: 18rem;
	line-height: 31rem;
	color: #333333;
}

.visit03 .p p {
	display: inline-block;
	vertical-align: top;
	margin-right: 190rem;
	cursor: pointer;
}

.visit03 .p p span {
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	background-color: #ffcd32;
	width: 31rem;
	margin-right: 10rem;
}

.visit03 .p p a {
	color: #333333;
}

@media (min-width: 1025px) {
	.visit03 .p p:hover span {
		background: #f58307;
	}
}

.traffic {
	padding-bottom: 0 !important;
}

.traffic .map {
	margin-top: 29rem;
}

.traffic .map a {
	display: block;
	box-shadow: 0rem 0rem 18rem 0rem rgba(0, 42, 70, 0.19);
	border-radius: 12rem 12rem 0rem 0rem;
	overflow: hidden;
}

.traffic .visit03 {
	background: none;
	text-align: center;
	padding: 52rem 0 65rem 0;
	border-bottom: 1px solid #e6e6e6;
}

.traffic .visit03 .bt {
	font-size: 36rem;
}

.traffic .visit03 .p p {
	margin: 0 65rem;
}

.traffic01 {
	text-align: center;
	background: url("../images/jiantou1.png") no-repeat bottom center;
	background-size: 21rem;
	padding-top: 51rem;
	padding-bottom: 62rem;
	margin-bottom: 19rem;
}

.traffic01 span {
	background-image: linear-gradient(0deg, #f8b800 0%, #fff100 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 36rem;
	font-weight: bold;
	color: #cead70;
}

.traffic02 {
	background: #f7f7f7 url("../images/duobianxing.png") no-repeat top center;
	background-size: 104rem;
	padding: 67rem 0 14rem 0;
}

.traffic02 ul {
	font-size: 0;
}

.traffic02 ul li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 110rem;
	margin-bottom: 57rem;
}

.traffic02 ul li .img {
	padding: 1px;
	width: 120rem;
	margin: 0 auto;
	background: linear-gradient(0deg, #facc22 0%, #f58307 100%);
	border-radius: 50%;
}

.traffic02 ul li .img .pic {
	background: #fff;
	border-radius: 50%;
}

.traffic02 ul li .bt {
	text-align: center;
	font-size: 20rem;
	font-weight: bold;
	color: #272f29;
	padding: 23rem 0 35rem 0;
	border-bottom: 1px solid #cccccc;
}

.traffic02 ul li .p {
	font-size: 18rem;
	line-height: 28rem;
	padding-top: 36rem;
	color: #666666;
}

.traffic02 ul li .p p {
	padding-left: 20rem;
	margin-bottom: 10rem;
	position: relative;
}

.traffic02 ul li .p span {
	color: #333333;
	font-weight: bold;
}

.traffic02 ul li .p span:after {
	content: '';
	display: block;
	width: 8rem;
	height: 8rem;
	background-color: #949494;
	position: absolute;
	top: 10rem;
	left: 0;
}

.traffic02 ul li .p .p1 {
	padding-left: 100rem;
}

.swim {
	padding-bottom: 0 !important;
}

.swim .jsh {
	font-size: 18rem;
	line-height: 48rem;
	padding: 27rem 0 51rem 0;
	color: #666666;
}

.swim .bt1 {
	font-size: 36rem;
	margin-bottom: 29rem;
	color: #212121;
}

.swim .p {
	font-size: 18rem;
	line-height: 38rem;
	padding-left: 126rem;
	color: #666666;
	position: relative;
}

.swim .p:after {
	content: '';
	display: block;
	width: 96rem;
	height: 1rem;
	background: #cead70;
	position: absolute;
	top: 19rem;
	left: 0;
}

.swiper-renewal-main1 {
	position: relative;
	margin-top: 36rem;
	margin-bottom: 122rem;
}

.swiper-renewal-main1 .swiper-slide {
	position: relative;
}

.swiper-renewal-main1 .pic:after {
	padding-bottom: 42.08333333%;
}

.swiper-renewal-main1 .text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 44rem 56rem;
	width: 100%;
	opacity: 0;
	transition: 0.5s;
}

.swiper-renewal-main1 .text .bt {
	font-size: 30rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	font-weight: bold;
	color: #ffffff;
}

.swiper-renewal-main1 .text .span {
	font-size: 18rem;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
	color: #ffffff;
}

.swiper-renewal-main1 .swiper-slide-active .text {
	opacity: 1;
}

.swiper-renewal-main1 .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
	opacity: 1;
}

.swiper-renewal-main1 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}

.swiper-renewal-main1 .swiper-button-prev,
.swiper-renewal-main1 .swiper-button-next {
	width: 52rem;
	height: 52rem;
	background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
	border-radius: 50%;
}

.swiper-renewal-main1 .swiper-button-prev {
	left: -80rem;
}

.swiper-renewal-main1 .swiper-button-next {
	right: -80rem;
}

.swiper-renewal-main1 .swiper-button-prev:after,
.swiper-renewal-main1 .swiper-button-next:after {
	font-size: 16rem;
	color: #945604;
	font-weight: bold;
}

@media (min-width: 1025px) {

	.swiper-renewal-main1 .swiper-button-prev:hover,
	.swiper-renewal-main1 .swiper-button-next:hover {
		background: #f8bd01;
	}
}

.swim01 {
	padding: 73rem 0 110rem 0;
	background-color: #f7f7f7;
}

.swim01 .map1 {
	padding-top: 55rem;
	width: 1454rem;
	position: relative;
	left: 50%;
	margin-left: -727rem;
}

.about {
	padding: 0 !important;
}

.about .p1 {
	/* text-align: center; */
	font-size: 18rem;
	line-height: 44rem;
	color: #666666;
	padding: 14rem 0 45rem 0;
}

.about .video {
	position: relative;
}

.about .video .hover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 127rem;
	height: 127rem;
	background: url("../images/video.png") no-repeat center center;
	background-size: 100%;
}

.about01 {
	background: #f7f7f7 url("../images/ab.png") no-repeat top center;
	background-size: 100%;
	padding-top: 116rem;
	padding-bottom: 103rem;
	overflow: hidden;
	border-radius: 200rem 0rem 200rem 0rem;
	margin-top: -46rem;
	z-index: 1;
	position: relative;
}

.about01 .home-num {
	padding: 167rem 0 79rem 0;
	background: none;
}

.about01 .home-num .info {
	width: 94%;
}

.about01 .home-num .info .left {
	width: 89%;
	padding-left: 355rem;
}

.zhanlan {
	text-align: center;
}

.zhanlan .more a {
	display: inline-block;
	vertical-align: top;
	font-size: 24rem;
	color: #333333;
	width: 211rem;
	line-height: 62rem;
	background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
	border-radius: 17rem 4rem 20rem 17rem;
	border: 0;
	margin: 0 20rem;
}

.zhanlan .more a img {
	height: 35rem;
	display: inline-block;
	vertical-align: middle;
}

.about02 {
	background: none;
	padding: 89rem 0 108rem 0;
}

.service {
	background: url("../images/ssbg.jpg") no-repeat top center;
	background-size: cover;
	margin-top: -46rem;
	z-index: 1;
	padding-top: 116rem;
}

.service .jsh {
	font-size: 18rem;
	line-height: 28rem;
	padding: 63rem 0 36rem 0;
	color: #666666;
}

.service .servicelist ul {
	margin: 0 -17rem;
}

.service .servicelist ul li {
	width: 20%;
	float: left;
	padding: 0 17rem;
}

.service .servicelist ul li:first-child {
	width: 40%;
}

.service .servicelist ul li .box {
	box-shadow: 7rem 11rem 35rem 0rem rgba(148, 86, 4, 0.21);
	border-radius: 10rem;
	background-color: #fefffb;
	overflow: hidden;
	transition: 0.5s;
}

.service .servicelist ul li:hover .box {
	transform: scale(1.04);
}

.service .servicelist ul li .bt {
	background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
	line-height: 52rem;
	font-size: 24rem;
	padding: 0 16rem;
	font-weight: bold;
	font-style: italic;
	color: #945604;
	position: relative;
}

.service .servicelist ul li .bt:after {
	content: '';
	display: block;
	width: 82rem;
	height: 52rem;
	background: url("../images/sbg.png") no-repeat top right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

.service .servicelist ul li .bt span {
	position: relative;
	z-index: 5;
}

.service .servicelist ul li .text {
	font-size: 18rem;
	line-height: 26rem;
	padding: 39rem 23rem;
	height: 208rem;
	color: #666666;
}

.service .jsh1 {
	padding-top: 61rem;
	padding-bottom: 55rem;
}

.service .jsh1 p {
	font-size: 18rem;
	margin-bottom: 13rem;
	color: #666666;
}

.service .jsh1 p a {
	color: #2aa7e3;
	text-decoration: underline;
	font-weight: bold;
}

.service .jsh1 h3 {
	font-size: 22rem;
	color: #666666;
	font-weight: normal;
}

.service .jsh1 h3 a {
	color: #2aa7e3;
	text-decoration: underline;
	font-weight: bold;
}

.service .serlist {
	padding: 55rem 63rem 75rem 63rem;
	background-color: #ffffff;
	box-shadow: 0rem 0rem 20rem 0rem rgba(0, 0, 0, 0.05);
}

.service .serlist .bt {
	font-size: 28rem;
	margin-bottom: 38rem;
	font-weight: bold;
	color: #333333;
}

.service .serlist ul {
	margin: 0 -19rem;
}

.service .serlist ul li {
	float: left;
	width: 20%;
	padding: 0 19rem;
}

.service .serlist ul li .box {
	background-color: #fbfdfe;
	border-radius: 24rem;
	border: solid 1px #f0f0f0;
}

.service .serlist ul li .box .pic:after {
	padding-bottom: 95.67099567%;
}

.service .serlist ul li .box .h3 {
	text-align: center;
	font-size: 22rem;
	font-weight: bold;
	line-height: 68rem;
	color: #333333;
}

.booth {
	padding: 0 !important;
}

.booth01 {
	padding: 116rem 0 79rem 0;
	position: relative;
	z-index: 1;
	margin-top: -46rem;
	background-color: #f7f7f7;
	border-radius: 200rem 0rem 200rem 0rem;
}

.booth01 .home-num {
	padding: 45rem 0 62rem 0;
	background: none;
}

.booth01 .home-num .info {
	height: auto;
	background: none;
}

.booth01 .home-num .info .left {
	width: 100%;
	padding-left: 0;
	padding-top: 0;
}

.booth01 .home-num .info .left .list ul {
	margin: 0 -41rem;
}

.booth01 .home-num .info .left .list {
	width: 100%;
	padding-top: 0;
}

.booth01 .home-num .info .left .list li {
	padding: 0 41rem;
}

.booth01 .home-num .info .left .list li .box {
	box-shadow: 0px 0px 4rem 0px rgba(248, 180, 5, 0.38);
	border: solid 1px #ececf0;
	padding: 28rem 10rem 28rem 59rem;
}

.booth01 .home-num .info .left .list li .pic {
	width: 80rem;
}

.booth01 .home-num .info .left .list li .text .num span {
	font-size: 40rem;
	line-height: 50rem;
	letter-spacing: 1rem;
}

.booth01 .home-num .info .left .list li .text .pp {
	font-size: 20rem;
	margin-top: 5rem;
}

.booth01 .jsh {
	font-size: 18rem;
	line-height: 44rem;
	color: #666666;
	/* text-align: center; */
}

.booth01 .jsh b {
	color: #f8b405;
}

.booth01 .yuding {
	padding-top: 42rem;
}

.booth01 .yuding .more {
	display: inline-block;
}

.booth01 .yuding .more a {
	font-size: 20rem;
	width: 169rem;
	line-height: 50rem;
}

.booth01 .yuding .more a img {
	height: 24rem;
}

.booth02 {
	padding: 85rem 0 105rem 0;
	position: relative;
}

.booth02:before {
	content: '';
	display: block;
	background: #f7f7f7;
	overflow: hidden;
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.booth02:after {
	content: '';
	display: block;
	background: url("../images/abgg.jpg") no-repeat top center;
	background-size: cover;
	overflow: hidden;
	border-radius: 0rem 200rem 0rem 200rem;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.booth02 .home-bottom {
	margin: 0 -21rem;
	padding-top: 51rem;
	position: relative;
	z-index: 5;
}

.booth02 ul {
	width: 50%;
	float: left;
	padding: 0 33rem;
}

.booth02 ul li {
	margin-bottom: 29rem;
}

.booth02 ul li .box {
	padding-top: 29rem;
	padding-bottom: 29rem;
	background: #fff;
	transition: 0.5s;
	box-shadow: 7rem 11rem 35rem 0rem rgba(148, 86, 4, 0.21);
}

.booth02 ul li:hover .box {
	transform: scale(1.04);
}

.booth02 ul li .box .bt {
	width: 338rem;
	line-height: 57rem;
	background-color: #eab01e;
	font-size: 24rem;
	padding: 0 20rem 0 36rem;
	margin-bottom: 17rem;
	color: #ffffff;
	position: relative;
}

.booth02 ul li .box .bt:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -12rem;
	height: 74rem;
	width: 12rem;
	background: url("../images/le.png") no-repeat top center;
	background-size: 100%;
}

.booth02 ul li .box .bt:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 57rem;
	width: 23rem;
	background: #ffffff url("../images/ri.png") no-repeat top left;
	background-size: 100%;
}

.booth02 ul li .box .jsh {
	font-size: 18rem;
	line-height: 32rem;
	letter-spacing: 1rem;
	color: #666666;
	padding-left: 38rem;
}

.booth02 ul li .box .jsh p {
	padding-left: 13rem;
	position: relative;
}

.booth02 ul li .box .jsh p:after {
	content: '';
	display: block;
	width: 6rem;
	height: 6rem;
	background: #666;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 13rem;
}

.booth02 .second .h3 {
	font-size: 18rem;
	font-weight: bold;
	letter-spacing: 1rem;
	color: #f8b405;
	padding-left: 38rem;
	padding-top: 11rem;
	padding-bottom: 10rem;
}

.booth02 .second .jsh {
	overflow: hidden;
}

.booth02 .second .jsh p {
	width: 50%;
	float: left;
}

.booth02 .second .jsh2 p {
	width: 33.33333333%;
}

.booth02 .second .lie {
	border: dashed 1rem #f8b405;
	margin: 43rem 36rem 43rem 36rem;
}

.booth03 {
	padding: 88rem 0;
}

.booth03 ul {
	margin: 0 -20rem;
	padding-top: 44rem;
}

.booth03 ul li {
	float: left;
	width: 25%;
	padding: 0 20rem;
}

.booth03 ul li .box {
	box-shadow: 2rem 4rem 8rem 0rem rgba(148, 86, 4, 0.2);
	border-radius: 28rem;
	padding: 71rem 31rem 20rem 31rem;
	height: 522rem;
	overflow: hidden;
	position: relative;
	background: url("../images/02.png") no-repeat top center;
	background-size: cover;
	transition: 0.5s;
}

.booth03 ul li:hover .box {
	transform: scale(1.04);
}

.booth03 ul li .bt {
	font-size: 28rem;
	font-weight: bold;
	line-height: 69rem;
	margin-bottom: 20rem;
	color: #333333;
}

.booth03 ul li .bt .pic {
	width: 69rem;
	margin-right: 15rem;
	display: inline-block;
	vertical-align: top;
	background-color: #f5efd5;
	border-radius: 50%;
}

.booth03 ul li .jsh {
	font-size: 20rem;
	line-height: 36rem;
	color: #666666;
}

.booth03 ul li .jsh b {
	color: #f8b405;
}

.booth03 ul li .span {
	font-size: 18rem;
	color: #ffffff;
	position: absolute;
	bottom: 23rem;
	left: 31rem;
}

.float {
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 200;
	-webkit-animation: myfirst04 2s linear infinite;
	animation: myfirst04 2s linear infinite;
}

.float .closed {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 25rem;
	display: block;
}

.float .top1 {
	display: block;
	width: 60px;
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
}

.float .top1 .pic {
	height: 30px;
}

.float ul li {
	width: 100rem;
	height: 100rem;
	background: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
	padding: 1px;
	text-align: center;
	position: relative;
	margin-bottom: 13rem;
	border-radius: 10rem;
}

.float ul li a {
	display: block;
	padding-top: 18rem;
	background: #fff;
	height: 100%;
	overflow: hidden;
	border-radius: 10rem;
}

.float ul li .hover1 {
	position: absolute;
	top: 0;
	right: 100rem;
	line-height: 100rem;
	display: none;
}

.float ul li .hover1 p {
	padding-right: 20rem;
	position: relative;
}

.float ul li .hover1 p:after {
	content: '';
	display: block;
	width: 20rem;
	height: 20rem;
	position: absolute;
	top: 50%;
	right: 10rem;
	transform: rotate(45deg);
	margin-top: -10rem;
	background-image: linear-gradient(0deg, #f8b800 0%, #fff100 100%);
	z-index: 1;
}

.float ul li .hover1 p a {
	padding: 0 20rem;
	font-size: 24rem;
	color: #945604;
	background-image: linear-gradient(0deg, #f8b800 0%, #fff100 100%);
	width: 220rem;
	position: relative;
	z-index: 2;
}

.float ul li .img {
	width: 50rem;
	margin: 0 auto;
}

.float ul li .bt {
	color: #585858;
	font-size: 18rem;
	line-height: 34rem;
}

.float ul li:hover .bt {
	text-decoration: underline;
}

.float ul li:hover .hover {
	display: block;
}

.float ul li:hover .hover1 {
	display: block;
}

@media (max-width: 1280px) {
	.traffic02 ul li {
		padding: 0 60rem;
	}
}

@media (max-width: 1200px) {
	body {
		font-size: 14px;
	}

	.container {
		max-width: 750px;
		padding: 0 15px;
		width: 100%;
	}

	.container02 {
		max-width: 750px;
		padding: 0 15px;
		width: 100%;
	}

	#container {
		padding-top: 70px;
	}

	.sitemap li {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.sitemap li .top2 {
		font-size: 16px;
		letter-spacing: 1px;
	}

	.sitemap li .bot {
		margin-top: 10px;
	}

	.sitemap li .bot a {
		font-size: 14px;
		margin-right: 10px;
	}

	.sitemap li .bot p {
		margin-top: 10px;
	}

	.top {
		display: none;
	}

	.header {
		height: 60px;
	}

	.header .logo {
		padding-top: 15px;
		margin-left: 0;
	}

	.header .logo a img {
		width: 168px;
	}

	.header .header-right {
		margin-right: 0;
	}

	.header .header-right .menu {
		margin-top: 12px;
		display: block;
	}

	.header .header-right .header-search .pull-right a {
		width: 50px;
		height: 60px;
		background-size: 18px !important;
	}

	.header .header-right .header-search .search .search-main {
		top: 60px;
		width: 240px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	}

	.header .header-right .header-search .form-control {
		width: 100%;
		font-size: 14px;
		height: 50px;
		padding: 0 60px 0 20px;
	}

	.header .header-right .header-search .btn {
		width: 50px;
		height: 50px;
		line-height: 50px;
		background: url(../images/search.png) no-repeat center center;
		background-size: 21px !important;
	}

	.header .header-right .lan span {
		background: url(../images/lan.png) no-repeat center center;
		background-size: 20px;
		height: 60px;
		width: 50px;
	}

	.header .header-right .lan ul {
		top: 60px;
		width: 100px;
		left: 50%;
		margin-left: -50px;
	}

	.header .header-right .lan ul li a {
		line-height: 40px;
		font-size: 14px;
	}

	.nav {
		display: none;
	}

	.height {
		top: -60px;
	}

	.height1 {
		height: 60px;
	}

	.swiper-renewal-main .swiper-slide .img1 {
		display: block;
	}

	.swiper-renewal-main .swiper-slide .img {
		display: none;
	}

	.home-yuding {
		margin-top: -38px;
	}

	.home-yuding ul li a {
		line-height: 30px;
		font-size: 14px;
		padding: 14px 0;
	}

	.home-yuding ul li .pic {
		width: 33px;
		margin-right: 0;
		display: block;
		margin: 0 auto;
		margin-bottom: 5px;
		vertical-align: top;
	}

	.home-num {
		padding: 30px 0 30px 0;
	}

	.home-num .info {
		height: auto;
		background: none;
	}

	.home-num .info .img {
		display: none;
	}

	.home-num .info .t {
		background: url(../images/bg1.png) no-repeat top center;
		background-size: cover;
		border-radius: 10px;
	}

	.home-num .info .left {
		width: 100%;
		padding: 20px 20px 15px 20px;
		float: none;
	}

	.home-num .info .left .h3 {
		font-size: 20px;
		margin-bottom: 7px;
		letter-spacing: 1px;
	}

	.home-num .info .left .p {
		font-size: 15px;
		line-height: 30px;
	}

	.home-num .info .left .p p {
		float: left;
		margin-right: 10px;
	}

	.home-num .info .left .p p img {
		display: inline-block;
		vertical-align: top;
		height: 30px;
		margin-right: 7px;
	}

	.home-num .info .left .p p:nth-last-child(1) {
		margin-right: 0;
	}

	.home-num .info .left .list {
		display: none;
	}

	.home-num .info .list {
		width: 100%;
		padding-top: 16px;
	}

	.home-num .info .list ul {
		margin: 0 -3px;
	}

	.home-num .info .list ul li {
		float: left;
		padding: 0 3px;
		margin-bottom: 14px;
	}

	.home-num .info .list ul li .box {
		border-radius: 10px;
		padding: 10px;
		text-align: left;
		background: #fff;
		border: 1px solid #f2f2f2;
		box-shadow: none;
	}

	.home-num .info .list ul li .pic {
		width: 30px;
		display: block;
		vertical-align: top;
		margin-right: 30px;
	}

	.home-num .info .list ul li .text {
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}

	.home-num .info .list ul li .text .num span {
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0;
		font-family: Oswald-Regular;
	}

	.home-num .info .list ul li .text .num i {
		font-size: 13px;
		line-height: 25px;
	}

	.home-num .info .list ul li .text .num em {
		font-size: 13px;
		line-height: 25px;
	}

	.home-num .info .list ul li .text .pp {
		font-size: 14px;
	}

	.home-num .info .m {
		display: block;
		background: #fff;
	}

	.home-num .info .right {
		width: 100%;
		padding-top: 0;
		padding-bottom: 20px;
		text-align: left;
		float: none;
		padding: 10px 20px 20px 20px;
	}

	.home-num .info .right h3 {
		font-size: 16px;
		margin-bottom: 0;
		vertical-align: middle;
		display: inline-block;
	}

	.home-num .info .right span {
		font-size: 16px;
		vertical-align: middle;
		display: inline-block;
	}

	.home-num .info .right .p {
		width: 60px;
		height: 50px;
		line-height: 50px;
		border-radius: 10px;
		font-size: 26px;
		margin: 0 auto;
		font-weight: bold;
		color: #ffffff;
		vertical-align: middle;
		display: inline-block;
		text-align: center;
		background: url("../images/bg.png") no-repeat center center;
		background-size: cover;
	}

	.home-zhanlan {
		padding: 30px 0;
		border-radius: 50px 0px 0 0px;
	}

	.home-zhanlan .text {
		float: left;
		width: 100%;
		padding-top: 0;
	}

	.home-zhanlan .text .bt {
		font-size: 24px;
		font-weight: bold;
		line-height: 42px;
		margin-bottom: 12px;
		color: #333333;
	}

	.home-zhanlan .text .bt img {
		display: inline-block;
		vertical-align: middle;
		width: 25px;
	}

	.home-zhanlan .text .p {
		font-size: 14px;
		line-height: 30px;
		height: auto;
		max-height: 210px;
		overflow: hidden;
		margin-bottom: 17px;
		color: #666666;
	}

	.home-zhanlan .text .more a {
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
	}

	.home-zhanlan .right {
		float: right;
		width: 100%;
		margin-top: 20px;
	}

	.home-zhanlan .right a .hover {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 57px;
		height: 57px;
		background: url("../images/video.png") no-repeat center center;
		background-size: 100%;
	}

	.more a,
	.more p {
		width: 119px;
		line-height: 34px;
		background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
		border-radius: 17px 4px 20px 17px;
		font-size: 14px;
		color: #333333;
		text-align: center;
		display: block;
		position: relative;
		overflow: hidden;
		border: solid 1px #f7f7f7;
	}

	.more a span,
	.more p span {
		margin-left: 5px;
		display: inline-block;
		vertical-align: top;
	}

	.more a:after,
	.more p:after {
		width: 100px;
		height: 100%;
		position: absolute;
		left: -100%;
		top: 0;
		background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
		-webkit-transform: skewx(-25deg);
		transform: skewx(-25deg);
		-webkit-transition: 0s;
		transition: 0s;
		z-index: 2;
		content: '';
		display: block;
	}

	.more .baoming {
		border: solid 1px #000000;
		background: none;
	}

	.more .baoming img {
		margin-top: 10px;
		width: 19px;
	}

	.home-title {
		font-size: 24px;
		letter-spacing: 2px;
	}

	.home-title img {
		width: 25px;
	}

	.home-title span {
		padding: 0 10px;
	}

	.home-zhuti {
		padding: 30px 0;
	}

	.home-zhuti:after {
		border-radius: 0px 50px 0px 0px;
	}

	.home-zhuti .home-bottom {
		padding-top: 2px;
	}

	.zhutilist li {
		width: 100%;
		margin-top: 20px;
	}

	.zhutilist li .box {
		padding: 21px;
		height: auto;
		border-radius: 20px;
	}

	.zhutilist li .pic {
		width: 60px;
		margin-bottom: 13px;
	}

	.zhutilist li .bt {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.zhutilist li .p {
		font-size: 14px;
		line-height: 27px;
		margin-bottom: 10px;
	}

	.zhutilist li .more {
		position: relative;
		bottom: auto;
		left: auto;
		transform: none;
	}

	.zhutilist li .more p {
		margin: 0 auto;
		border: none;
	}

	.home-liangdian {
		padding: 30px 0;
		border-radius: 0 0px 50px 0px;
	}

	.home-liangdian .home-bottom {
		padding-top: 0;
	}

	.home-liangdian .home-bottom ul {
		margin: 0 -21px;
	}

	.home-liangdian .home-bottom ul li {
		float: left;
		width: 100%;
		padding: 0 21px;
		margin-top: 20px;
	}

	.home-liangdian .home-bottom ul li .box .pic {
		margin: 0 auto;
		width: 70px;
		border-radius: 50%;
		background-color: #f8f3d9;
	}

	.home-liangdian .home-bottom ul li .box .text {
		box-shadow: 7px 11px 35px 0px rgba(148, 86, 4, 0.21);
		margin-top: -35px;
		border-radius: 20px;
		padding: 55px 20px 20px 20px;
		text-align: center;
		height: auto;
		background: #fff;
	}

	.home-liangdian .home-bottom ul li .box .text .bt {
		font-size: 18px;
		margin-bottom: 15px;
		font-weight: bold;
		color: #333333;
	}

	.home-liangdian .home-bottom ul li .box .text .p {
		font-size: 14px;
		line-height: 28px;
		color: #666666;
	}

	.home-huodong {
		padding: 30px 0;
	}

	.home-huodong .home-bottom {
		padding-top: 22px;
	}

	.home-huodong .home-bottom .left {
		width: 100%;
	}

	.home-huodong .home-bottom .right {
		width: 100%;
		padding: 20px 25px;
		border-radius: 10px;
		margin-top: 20px;
	}

	.huodonglist {
		margin: 0 -7px;
	}

	.huodonglist li {
		padding: 0 7px;
	}

	.huodonglist li .box {
		border-radius: 14px;
	}

	.huodonglist li .text {
		padding: 11px;
	}

	.huodonglist li .text .bt {
		font-size: 16px;
		line-height: 30px;
		height: 60px;
	}

	.huodonglist li .text .p {
		font-size: 14px;
		height: 50px;
		line-height: 25px;
		margin-bottom: 7px;
	}

	.huodonglist1 li {
		height: auto;
		padding-bottom: 10px;
	}

	.huodonglist1 li a {
		padding-left: 46px;
	}

	.huodonglist1 li a:before {
		width: 10px;
		height: 10px;
		top: 9px;
		left: -5px;
	}

	.huodonglist1 li:before {
		top: 9px;
	}

	.huodonglist1 li .h3 {
		font-size: 16px;
		line-height: 26px;
		max-height: 54px;
	}

	.huodonglist1 li .date {
		font-size: 14px;
	}

	.home-news {
		padding: 30px 0;
		border-radius: 50px 0px 0px 0px;
	}

	.home-news .home-top .more {
		float: right;
		padding-top: 0;
	}

	.home-news .home-bottom {
		padding-top: 20px;
	}

	.home-news .home-bottom .left {
		float: left;
		width: 100%;
		display: none;
	}

	.home-news .home-bottom .left .text {
		padding: 25px;
	}

	.home-news .home-bottom .left .bt {
		font-size: 15px;
		line-height: 30px;
		height: auto;
		max-height: 120px;
	}

	.home-news .home-bottom .right {
		width: 100%;
		padding-top: 17px;
	}

	.home-news .home-bottom .right .list ul li {
		float: left;
		position: relative;
		margin-right: 22px;
		padding-bottom: 7px;
	}

	.home-news .home-bottom .right .list ul li:after {
		height: 3px;
	}

	.home-news .home-bottom .right .list ul li a {
		font-size: 18px;
	}

	.home-news .home-bottom .right .show .info ul li a {
		display: block;
		font-size: 15px;
		line-height: 50px;
		padding-left: 100px;
		padding-right: 30px;
		background-size: 20px;
	}

	.home-news .home-bottom .right .show .info ul li a span {
		font-size: 14px;
	}

	.home-huoban {
		padding: 30px 0;
	}

	.swiper01 {
		padding-bottom: 34px;
	}

	.swiper01 .swiper-button-prev,
	.swiper01 .swiper-button-next {
		width: 14px;
		height: 14px;
		border: 0;
		border-radius: 50%;
		margin-top: -7px;
		left: 40%;
		top: auto;
		bottom: 0;
	}

	.swiper01 .swiper-button-prev:after,
	.swiper01 .swiper-button-next:after {
		font-size: 14px;
		color: #333333;
		font-weight: bold;
	}

	.swiper01 .swiper-button-next {
		right: 40%;
		left: auto;
	}

	.swiper01 .swiper-pagination {
		bottom: 0;
		height: 14px;
	}

	.swiper01 .swiper-pagination-bullet {
		width: 14px;
		height: 14px;
		background-color: #ffffff;
		border: solid 1px #adadad;
		border-radius: 50%;
		opacity: 1;
		margin: 0 5px;
		vertical-align: top;
	}

	.swiper01 .swiper-pagination-bullet-active {
		background-color: #f8b405;
		border: solid 1px #f8b405;
	}

	.swiper01 ul {
		padding-top: 20px;
		margin-right: 0;
		text-align: center;
		font-size: 0;
	}

	.swiper01 ul li {
		width: 20%;
		float: none;
		display: inline-block;
		vertical-align: top;
		padding-left: 0;
		padding-right: 0;
		background: none;
		padding-top: 0;
		margin-top: 0;
		height: auto;
		margin-left: 0;
	}

	.swiper01 ul li .pic {
		margin-top: 0;
	}

	.swiper01 ul li:nth-child(1) {
		margin-left: 0;
	}

	.swiper01 ul li:nth-child(13n - 5) {
		margin-left: 0;
	}

	.home-about {
		padding: 30px 0;
	}

	.home-about .p {
		font-size: 15px;
		line-height: 30px;
		margin-bottom: 11px;
	}

	.home-about .list {
		padding: 18px;
		margin-top: 20px;
	}

	.home-about .list .pic img {
		object-fit: cover;
	}

	.home-about .list:after {
		width: 128px;
		height: 88px;
	}

	.home-about .list:before {
		width: 128px;
		height: 88px;
	}

	.home-about .list ul {
		margin: 0 -4px;
	}

	.home-about .list ul li {
		padding: 0 4px;
	}

	.home-about .list ul li .box .hover {
		width: 32px;
		height: 32px;
	}

	.home-about .home-bottom {
		padding-top: 21px;
	}

	.home-huigu .home-bottom {
		padding: 0 15px;
		padding-top: 22px;
	}

	.huigulist .item {
		width: 33.33333%;
	}

	.huigulist .item .bt {
		font-size: 16px;
		line-height: 41px;
		padding: 0 11px;
	}

	.huigulist .item:nth-child(1) {
		width: 100%;
	}

	.footer .footer-top {
		padding: 15px 0;
	}

	.footer .footer-top .left {
		width: 100%;
	}

	.footer .footer-top .left .img {
		width: 133px;
		margin: 0 auto;
	}

	.footer .footer-top .left .p {
		font-size: 14px;
		line-height: 22px;
		margin-top: 12px;
	}

	.footer .footer-top .center {
		padding-left: 0;
		margin-top: 20px;
		width: 100%;
	}

	.footer .footer-top .center ul li {
		width: 100%;
	}

	.footer .footer-top .center ul li .h3 {
		font-size: 15px;
		padding-right: 10px;
		margin-bottom: 5px;
	}

	.footer .footer-top .center ul li .p a {
		font-size: 14px;
		line-height: 28px;
		padding-right: 10px;
	}

	.footer .footer-top .right {
		float: left;
	}

	.footer .footer-top .right .p {
		font-size: 14px;
		line-height: 27px;
		letter-spacing: 1px;
	}

	.footer .footer-top .right .ewm {
		padding-top: 10px;
	}

	.footer .footer-top .right .ewm p {
		font-size: 12px;
		line-height: 30px;
	}

	.footer .footer-bottom {
		padding-bottom: 10px;
	}

	.footer .footer-bottom .input {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.footer .footer-bottom .input .h3 {
		font-size: 14px;
		line-height: 28px;
		float: none;
	}

	.footer .footer-bottom .input .p {
		font-size: 12px;
		margin-bottom: 20px;
	}

	.footer .footer-bottom .input .list {
		padding-right: 0;
		width: 100%;
		padding-left: 0;
	}

	.footer .footer-bottom .input .list .li {
		width: 100%;
		padding-right: 0;
		margin-bottom: 5px;
		float: none;
	}

	.footer .footer-bottom .input input {
		height: 38px;
		padding: 0 10px 0 16px;
		font-size: 14px;
		border-radius: 4px;
	}

	.footer .footer-bottom .input a {
		width: 100px;
		height: 38px;
		border-radius: 4px;
		line-height: 38px;
		font-size: 14px;
		position: relative;
		top: auto;
		right: auto;
	}

	.inbanner .img1 {
		display: block;
	}

	.inbanner .img {
		display: none;
	}

	.content {
		padding: 30px 0;
		min-height: 500px;
	}

	.current {
		padding: 12px 0;
	}

	.current span {
		font-size: 14px;
		background: url("../images/home.png") no-repeat left 2px;
		background-size: 17px;
		padding-left: 35px;
	}

	.download-list {
		padding-top: 40px;
		padding-bottom: 33px;
	}

	.download-list ul {
		margin: 0 -15px;
	}

	.download-list ul li {
		width: 33.33333333%;
		float: left;
		padding: 0 15px;
		margin-bottom: 33px;
	}

	.download-list ul li .img {
		margin: 0 auto;
		width: 90px;
		padding: 7px;
		border-radius: 50%;
		background-color: rgba(206, 173, 112, 0.2);
	}

	.download-list ul li .img .pic {
		width: 76px;
		background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
		border-radius: 50%;
	}

	.download-list ul li .img .pic .mh {
		display: none;
	}

	.download-list ul li .text {
		border: solid 1px #ebebeb;
		text-align: center;
		margin-top: -46px;
		padding: 60px 20px 30px 20px;
	}

	.download-list ul li .text .bt {
		font-size: 16px;
		color: #555555;
		text-overflow: ellipsis;
		white-space: nowrap !important;
		overflow: hidden;
	}

	.download-list ul li .text .bt:after {
		content: '';
		display: block;
		width: 1px;
		height: 26px;
		background: #fff100;
		margin: 12px auto;
	}

	.download-list ul li .text .do {
		width: 150px;
		line-height: 39px;
		border-radius: 20px;
		margin: 0 auto;
		border: solid 1px #fff100;
	}

	.page {
		clear: both;
		text-align: center;
		font-size: 0;
		color: #947d58;
	}

	.page em {
		font-style: normal;
		font-size: 18px;
	}

	.page a {
		color: #858585;
		display: inline-block;
		text-align: center;
		font-size: 12px;
		min-width: 40px;
		line-height: 40px;
		font-weight: bold;
		text-transform: uppercase;
		height: 40px;
		border-radius: 40px;
		margin: 0 8px;
		padding: 0 5px;
		vertical-align: top;
		-webkit-transition: background 0.5s;
		transition: background 0.5s;
		-webkit-box-shadow: 0 0 0 1px #cdcdcd;
	}

	.page a span {
		display: block;
	}

	.page a.cur,
	.page a:hover {
		background-image: linear-gradient(-90deg, #f8be00 0%, #fff100 100%);
		-webkit-box-shadow: 0 0 0 1px #fff;
		color: #fff;
	}

	.page a.prev,
	.page a.next {
		color: #858585;
	}

	.page a.prev {
		padding-left: 24px;
		margin-right: 5px;
		width: 106px;
	}

	.page a.prev span {
		background: url(../images/prev-01.png) no-repeat left center;
		background-size: 6px;
	}

	.page a.next {
		padding-right: 24px;
		margin-left: 5px;
		width: 106px;
	}

	.page a.next span {
		background: url(../images/next-01.png) no-repeat right center;
		background-size: 6px;
	}

	.inbanner-hover {
		position: relative;
		bottom: auto;
		left: auto;
	}

	.inbanner-hover .container02 {
		padding: 0;
		max-width: 100%;
	}

	.inbanner-hover .wrapper01 {
		height: auto;
	}

	.inbanner-hover .wrapper01 .scroller {
		position: relative;
		width: 100% !important;
	}

	.inbanner-hover .wrapper01 .scroller li {
		height: 50px;
		line-height: 22px;
		font-size: 14px;
		width: 33.3333%;
	}

	.inbanner-hover .wrapper01 .scroller li:nth-last-child(1) {
		border-right: 0;
	}

	.inbanner-hover .wrapper01 .scroller li a {
		height: 100%;
		position: relative;
		overflow: hidden;
	}

	.inbanner-hover .wrapper01 .scroller li a .box,
	.inbanner-hover .wrapper01 .scroller li a .box1 {
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.inbanner-hover .wrapper01 .scroller li a .box1 {
		top: -50px;
	}

	.inbanner-hover .wrapper01 .scroller li a .pic {
		width: 50px;
		display: flex;
	}

	.inbanner-hover .wrapper01 .scroller li a .p {
		display: flex;
		font-size: 14px;
		max-width: 154px;
	}

	.inbanner-hover .wrapper01 .scroller li.active a .box1 {
		top: 0;
	}

	.inbanner-hover .wrapper01 .scroller li.active a .box {
		top: 50px;
	}

	.inbanner-hover01 .wrapper01 .scroller li {
		width: 33.333333%;
	}

	.inbanner-hover02 .wrapper01 .scroller li {
		width: 33.333333%;
	}

	.partnerlist {
		margin-top: 20px;
		padding: 0 20px;
		box-shadow: 7px 11px 35px 0px rgba(184, 170, 84, 0.21);
	}

	.partnerlist ul li {
		width: 20%;
		padding: 0 14px;
	}

	.range .p {
		font-size: 15px;
		line-height: 30px;
		margin-top: 20px;
		margin-bottom: 26px;
	}

	.range .list ul {
		margin: 0 -7px;
	}

	.range .list ul li {
		width: 100%;
		padding: 0 7px;
		margin-bottom: 20px;
	}

	.range .list ul li .box {
		box-shadow: 2px 4px 20px 0px rgba(148, 86, 4, 0.14);
		padding-left: 327px;
		padding-right: 15px;
	}

	.range .list ul li .pic {
		width: 294px;
	}

	.range .list ul li .text {
		height: 250px;
		padding-top: 29px;
	}

	.range .list ul li .text .bt {
		font-size: 16px;
		line-height: 35px;
		margin-bottom: 8px;
	}

	.range .list ul li .text .bt img {
		height: 35px;
		float: left;
		margin-right: 13px;
	}

	.range .list ul li .text .jsh {
		font-size: 14px;
		line-height: 25px;
		padding-right: 10px;
		height: 130px;
	}

	.range .list ul li .text .jsh::-webkit-scrollbar {
		width: 6px;
	}

	.range .list ul li .text .jsh::-webkit-scrollbar-thumb {
		border-radius: 4px;
	}

	.range .list ul li .text .jsh::-webkit-scrollbar-track {
		border-radius: 4px;
	}

	.mechanism .mechanism-list {
		margin-top: 20px;
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.mechanism .mechanism-list:after {
		left: 138px;
	}

	.mechanism .mechanism-list ul li {
		margin-bottom: 29px;
	}

	.mechanism .mechanism-list ul li .box {
		padding-left: 170px;
	}

	.mechanism .mechanism-list ul li .span {
		font-size: 15px;
		line-height: 33px;
		width: 155px;
		padding-right: 45px;
	}

	.mechanism .mechanism-list ul li .span .dot-07 {
		width: 33px;
		height: 33px;
		top: 0;
	}

	.mechanism .mechanism-list ul li .span .dot-07 .circle-01:before {
		width: 17px;
		height: 17px;
	}

	.mechanism .mechanism-list ul li .p {
		font-size: 14px;
		padding-top: 2px;
		line-height: 28px;
	}

	.register .p {
		font-size: 40px;
		padding: 65px 0;
	}

	.g .p {
		font-size: 40px;
		padding: 20px 0;
		background-size: 11px;
		margin-bottom: 21px;
	}

	.g .jsh {
		font-size: 16px;
		line-height: 30px;
	}

	.g .jsh p {
		margin-bottom: 5px;
	}

	.g .more {
		padding-top: 26px;
	}

	.g .more a {
		width: 201px;
		line-height: 44px;
		border-radius: 50px;
		padding: 5px 10px;
		margin: 0 13px;
		border: 3px solid #e9c597;
		font-size: 14px;
		height: 60px;
	}

	.group .g .more a {
		font-size: 14px;
	}

	.g .more a span {
		font-size: 16px;
		line-height: 25px;
	}

	.g .more a b {
		font-size: 12px;
		line-height: 18px;
	}

	.g .more a img {
		height: 25px;
		margin-left: 5px;
	}

	.planning .img {
		margin-top: 20px;
		width: 100%;
		margin-left: 0;
		left: 0;
	}

	.meiti-list {
		padding-top: 20px;
	}

	.meiti-list .huodonglist {
		margin: 0 -8px;
		padding-bottom: 15px;
	}

	.meiti-list .huodonglist li {
		padding: 0 8px;
		margin-bottom: 24px;
	}

	.huodonglist li .pic .date {
		min-width: 58px;
		line-height: 20px;
		padding: 5px 0;
	}

	.huodonglist li .pic .date span {
		font-size: 13px;
	}

	.huodonglist li .pic .date p {
		font-size: 15px;
	}

	.meiti-list .huodonglist li .text {
		padding: 18px;
	}

	.meiti-list .huodonglist li .text .bt {
		margin-bottom: 5px;
	}

	.meiti-list .huodonglist li .text .p {
		margin-bottom: 10px;
	}

	.news-show {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.news-show .info {
		padding: 22px;
	}

	.news-show .info .h2 {
		font-size: 12px;
		line-height: 23px;
		margin-bottom: 16px;
	}

	.news-show .info .h2 a {
		width: 23px;
		height: 23px;
		margin-left: 6px;
	}

	.news-show .list .bottom {
		padding-top: 20px;
	}

	.news-show .list .link {
		font-size: 14px;
		line-height: 36px;
	}

	.news-show .list .link a {
		margin-right: 15px;
	}

	.h1 {
		font-size: 22px;
	}

	.news-p {
		font-size: 14px;
		line-height: 25px;
		padding-top: 20px;
		padding-bottom: 24px;
	}

	.news-p p {
		margin-bottom: 5px;
	}

	.pagelist-news li a {
		font-size: 14px;
		line-height: 48px;
		padding-left: 120px;
	}

	.pagelist-news li a span {
		left: 18px;
		padding-right: 27px;
		background-size: 16px;
	}

	.pagelist-news li:nth-child(2n) span {
		background: url(../images/down2.png) no-repeat center right;
		background-size: 16px;
	}

	.return a {
		width: 111px;
		line-height: 36px;
		font-size: 14px;
	}

	.related {
		padding-top: 30px;
	}

	.related .home-title {
		font-size: 30px;
	}

	.related .newslist1 {
		padding-top: 20px;
	}

	.related .newslist1 ul {
		margin: 0 -4px;
	}

	.related .newslist1 li {
		border: 0;
		padding: 0 4px;
	}

	.xiazailist {
		padding-top: 20px;
		padding-bottom: 22px;
	}

	.xiazailist ul {
		margin: 0 -8px;
	}

	.xiazailist ul li {
		width: 33.33333333%;
		padding: 0 8px;
		margin-bottom: 15px;
	}

	.xiazailist ul li .pic {
		margin: 0;
		width: 100%;
	}

	.xiazailist ul li .bt span {
		padding: 0 34px 0 10px;
		font-size: 16px;
		line-height: 54px;
		background-size: 12px;
	}

	.visit01 {
		padding-top: 20px;
		padding-bottom: 21px;
		border-radius: 0px 0px 50px 0px;
	}

	.visit01 .g {
		padding-top: 20px;
	}

	.visit02 {
		padding: 30px 0;
	}

	.visit-list ul {
		margin: 0 -8px;
	}

	.visit-list ul li {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 15px;
	}

	.visit-list ul li a {
		border-radius: 10px;
		padding-left: 45px;
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}

	.visit-list ul li .date {
		margin-bottom: 12px;
	}

	.visit-list ul li .h3 {
		max-height: 78px;
		height: 78px;
	}

	.visit-list .huodonglist1 li:before {
		top: 36px;
		left: 41px;
	}

	.visit-list .huodonglist1 li a:before {
		left: 27px;
		width: 10px;
		height: 10px;
		top: 26px;
	}

	.visit-list .huodonglist1 li:before {
		display: block !important;
	}

	.visit03 {
		padding: 30px 0;
	}

	.visit03 .bt {
		font-size: 20px;
		margin-bottom: 29px;
	}

	.visit03 .p {
		font-size: 15px;
		line-height: 28px;
	}

	.visit03 .p p {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.visit03 .p p span {
		width: 31px;
		margin-right: 10px;
	}

	.traffic .map {
		margin-top: 20px;
	}

	.traffic .map a {
		box-shadow: 0px 0px 18px 0px rgba(0, 42, 70, 0.19);
		border-radius: 12px 12px 0px 0px;
	}

	.traffic .visit03 {
		padding: 30px 0;
	}

	.traffic .visit03 .bt {
		font-size: 24px;
	}

	.traffic .visit03 .p p {
		margin: 0 10px;
	}

	.traffic01 {
		background-size: 14px;
		padding-top: 31px;
		padding-bottom: 32px;
		margin-bottom: 10px;
	}

	.traffic01 span {
		font-size: 26px;
	}

	.traffic02 {
		background-size: 72px;
		padding: 47px 0 14px 0;
	}

	.traffic02 ul li {
		width: 50%;
		padding: 0 20px;
		margin-bottom: 27px;
	}

	.traffic02 ul li .img {
		width: 60px;
	}

	.traffic02 ul li .bt {
		font-size: 16px;
		padding: 15px 0;
	}

	.traffic02 ul li .p {
		font-size: 14px;
		line-height: 25px;
		padding-top: 16px;
	}

	.traffic02 ul li .p p {
		padding-left: 15px;
		margin-bottom: 5px;
	}

	.traffic02 ul li .p span:after {
		width: 4px;
		height: 4px;
		top: 10px;
	}

	.traffic02 ul li .p .p1 {
		padding-left: 85px;
	}

	.swim .jsh {
		font-size: 15px;
		line-height: 30px;
		padding: 21px 0;
	}

	.swim .bt1 {
		font-size: 26px;
		margin-bottom: 19px;
	}

	.swim .p {
		font-size: 14px;
		line-height: 25px;
		padding-left: 50px;
	}

	.swim .p:after {
		width: 35px;
		top: 13px;
	}

	.swiper-renewal-main1 {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.swiper-renewal-main1 .text {
		padding: 20px;
	}

	.swiper-renewal-main1 .text .bt {
		font-size: 20px;
	}

	.swiper-renewal-main1 .text .span {
		font-size: 14px;
	}

	.swiper-renewal-main1 .swiper-button-prev,
	.swiper-renewal-main1 .swiper-button-next {
		width: 32px;
		height: 32px;
	}

	.swiper-renewal-main1 .swiper-button-prev {
		left: 20px;
	}

	.swiper-renewal-main1 .swiper-button-next {
		right: 20px;
	}

	.swiper-renewal-main1 .swiper-button-prev:after,
	.swiper-renewal-main1 .swiper-button-next:after {
		font-size: 12px;
	}

	.swim01 {
		padding: 30px 0;
	}

	.swim01 .map1 {
		padding-top: 20px;
		width: 100%;
		margin-left: 0;
		left: 0;
	}

	.about .p1 {
		font-size: 15px;
		line-height: 30px;
		padding: 20px 0;
	}

	.about .video .hover {
		width: 60px;
		height: 60px;
	}

	.about01 {
		padding-top: 30px;
		padding-bottom: 30px;
		border-radius: 50px 0px 50px 0px;
		margin-top: 0;
	}

	.about01 .home-num {
		padding: 30px 0;
	}

	.about01 .home-num .info {
		width: 100%;
		padding: 0;
	}

	.about01 .home-num .info .left {
		width: 100%;
		padding: 0;
	}

	.about01 .home-num .info .left .h3 {
		padding: 10px;
	}

	.about01 .home-num .info .left .p {
		padding: 10px;
	}

	.about01 .home-num .info .list {
		background: #f7f7f7;
	}

	.zhanlan .more a {
		font-size: 16px;
		width: 140px;
		line-height: 42px;
		border-radius: 17px 4px 20px 17px;
		margin: 0 10px;
	}

	.zhanlan .more a img {
		height: 25px;
	}

	.about02 {
		padding: 30px 0;
	}

	.service {
		margin-top: 0;
		padding-top: 30px;
	}

	.service .jsh {
		font-size: 15px;
		line-height: 25px;
		padding: 20px 0;
	}

	.service .servicelist ul {
		margin: 0 -17px;
	}

	.service .servicelist ul li {
		width: 100%;
		padding: 0 17px;
		margin-bottom: 20px;
	}

	.service .servicelist ul li .box {
		box-shadow: 7px 11px 35px 0px rgba(148, 86, 4, 0.21);
		border-radius: 10px;
	}

	.service .servicelist ul li .bt {
		line-height: 42px;
		font-size: 18px;
		padding: 0 16px;
	}

	.service .servicelist ul li .bt:after {
		width: 82px;
		height: 42px;
	}

	.service .servicelist ul li .text {
		font-size: 15px;
		line-height: 26px;
		padding: 20px;
		height: auto;
	}

	.service .jsh1 {
		padding-top: 21px;
		padding-bottom: 25px;
	}

	.service .jsh1 p {
		font-size: 15px;
		margin-bottom: 8px;
	}

	.service .jsh1 h3 {
		font-size: 18px;
	}

	.service .serlist {
		padding: 23px;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
	}

	.service .serlist .bt {
		font-size: 22px;
		margin-bottom: 28px;
	}

	.service .serlist ul {
		margin: 0 -8px;
	}

	.service .serlist ul li {
		width: 33.3333%;
		padding: 0 8px;
		margin-bottom: 15px;
	}

	.service .serlist ul li .box {
		border-radius: 24px;
	}

	.service .serlist ul li .box .h3 {
		font-size: 16px;
		line-height: 48px;
	}

	.booth01 {
		padding: 30px 0;
		margin-top: 0;
		border-radius: 50px 0px 50px 0px;
	}

	.booth01 .home-num {
		padding: 20px 0;
	}

	.booth01 .home-num .info .left {
		width: 100%;
		padding-left: 0;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

	.booth01 .home-num .info .left .list ul {
		margin: 0 -3px;
	}

	.booth01 .home-num .info .left .list {
		width: 100%;
		padding-top: 0;
	}

	.booth01 .home-num .info .left .list li {
		padding: 0 3px;
	}

	.booth01 .home-num .info .left .list li .box {
		box-shadow: 0px 0px 4px 0px rgba(248, 180, 5, 0.38);
		padding: 10px;
	}

	.booth01 .home-num .info .left .list li .pic {
		width: 30px;
	}

	.booth01 .home-num .info .left .list li .text .num span {
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0;
	}

	.booth01 .home-num .info .left .list li .text .pp {
		font-size: 14px;
		margin-top: 5px;
	}

	.booth01 .jsh {
		font-size: 16px;
		line-height: 30px;
	}

	.booth01 .yuding {
		padding-top: 22px;
	}

	.booth01 .yuding .more a {
		font-size: 14px;
		width: 140px;
		line-height: 40px;
	}

	.booth01 .yuding .more a img {
		height: 24px;
	}

	.booth02 {
		padding: 30px 0;
	}

	.booth02:after {
		border-radius: 0px 50px 0px 50px;
	}

	.booth02 .home-bottom {
		margin: 0 -21px;
		padding-top: 21px;
	}

	.booth02 ul {
		width: 100%;
		padding: 0 33px;
	}

	.booth02 ul li {
		margin-bottom: 12px;
	}

	.booth02 ul li .box {
		padding-top: 29px;
		padding-bottom: 29px;
	}

	.booth02 ul li .box .bt {
		width: 234px;
		line-height: 47px;
		font-size: 16px;
		padding: 0 20px 0 18px;
		margin-bottom: 10px;
	}

	.booth02 ul li .box .bt:before {
		left: -10px;
		height: 61px;
		width: 10px;
	}

	.booth02 ul li .box .bt:after {
		height: 47px;
		width: 19px;
	}

	.booth02 ul li .box .jsh {
		font-size: 15px;
		line-height: 30px;
		letter-spacing: 1px;
		padding-left: 18px;
	}

	.booth02 ul li .box .jsh p {
		padding-left: 13px;
	}

	.booth02 ul li .box .jsh p:after {
		width: 6px;
		height: 6px;
		top: 13px;
	}

	.booth02 .second .h3 {
		font-size: 18px;
		letter-spacing: 1px;
		padding-left: 18px;
		padding-top: 11px;
		padding-bottom: 5px;
	}

	.booth02 .second .jsh p {
		width: 100%;
	}

	.booth02 .second .jsh2 p {
		width: 100%;
	}

	.booth02 .second .lie {
		margin: 18px;
	}

	.booth03 {
		padding: 30px 0;
	}

	.booth03 ul {
		margin: 0 -8px;
		padding-top: 20px;
	}

	.booth03 ul li {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 14px;
	}

	.booth03 ul li .box {
		box-shadow: 2px 4px 8px 0px rgba(148, 86, 4, 0.2);
		border-radius: 20px;
		padding: 20px;
		height: 260px;
	}

	.booth03 ul li .bt {
		font-size: 18px;
		line-height: 40px;
		margin-bottom: 10px;
	}

	.booth03 ul li .bt .pic {
		width: 40px;
		margin-right: 10px;
	}

	.booth03 ul li .jsh {
		font-size: 14px;
		line-height: 25px;
	}

	.booth03 ul li .span {
		font-size: 16px;
		bottom: 20px;
		left: 20px;
	}

	.float {
		display: none;
	}

	.home-yuding ul {
		border-radius: 10px;
	}

	.home-num .info {
		border-radius: 10px;
	}

	.home-num .info .right {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
}

@media (max-width: 1200px) and (max-width: 768px) {

	.page a,
	.page em {
		display: none;
	}

	.page a.prev,
	.page a.next {
		display: inline-block;
	}
}

@media (max-width: 500px) {
	.home-num .info .left .p p {
		width: 100%;
	}

	.home-zhanlan .text .bt {
		font-size: 20px;
	}

	.huodonglist li {
		width: 100%;
		margin-bottom: 20px;
	}

	.home-huodong .home-bottom .right {
		margin-top: 0;
	}

	.swiper01 .swiper-button-prev,
	.swiper01 .swiper-button-next {
		display: none;
	}

	.huigulist .item {
		width: 50%;
	}

	.home-about .list ul li {
		width: 100%;
	}

	.inbanner-hover .wrapper01 .scroller li {
		width: 50%;
	}

	.inbanner-hover .wrapper01 .scroller li:nth-child(2n) {
		border-right: 0;
	}

	.partnerlist ul li {
		width: 50%;
	}

	.range .list ul li .box {
		padding: 15px;
	}

	.range .list ul li .pic {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
	}

	.range .list ul li .text {
		height: auto;
		padding-top: 19px;
	}

	.range .list ul li .text .jsh {
		height: auto;
	}

	.download-list ul li {
		width: 100%;
	}

	.booth03 ul li {
		width: 100%;
	}

	.booth03 ul li .box {
		height: auto;
		padding-bottom: 50px;
	}

	.booth03 ul li .span {
		color: #666;
	}

	.xiazailist ul li {
		width: 100%;
	}

	.service .serlist ul li {
		width: 100%;
	}

	.g .more a {
		margin-bottom: 10px;
	}

	.visit-list ul li {
		width: 100%;
	}

	.traffic02 ul li {
		width: 100%;
		padding: 0;
	}
}


.yudingfix {
	width: 100%;
	z-index: 777;
	position: fixed;
	top: 177rem;
	left: 0;
	z-index: 55;
}

.hoverfix {
	width: 100%;
	z-index: 777;
	position: fixed;
	top: 137rem;
	height: 58rem;
	left: 0;
	z-index: 55;
}

@media(max-width:1200px) {
	.yudingfix {
		position: relative;
		top: auto;
		left: auto;
	}

	.hoverfix {
		position: relative;
		top: auto;
		left: auto;
	}
}



.canyin {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.canyin01 {
	padding-top: 70rem;
	background-color: #f7f7f7;
	padding-bottom: 91rem;
	border-radius: 0rem 0rem 200rem 0rem;
}

.canyin01:nth-child(2n){
	background: none;
}

.cylist {
	margin: 0 -25rem;
	display: flex;
	padding-top: 40rem;
	padding-bottom:20rem;
}

.cylist li {
	width: 33.3333333%;
	float: left;
	padding: 0 25rem;
	margin-bottom: 40rem;
}

.cylist li .box {
	background-color: #fbfdfe;
	border-radius: 24rem;
	border: solid 1rem #f0f0f0;
	height: 100%;
	overflow: hidden;
}

.cylist li .pic:after {
	padding-bottom: 64.65324384787472%;
}

.cylist li .text {
	padding: 33rem;
}

.cylist li .box .bt {
	font-size: 19rem;
	font-weight: bold;
	line-height: 36rem;
	color: #272f29;
}

.cylist li .box .span {
	font-size: 16rem;
	line-height: 36rem;
	color: #999999;
}

.cylist li .box .p {
	font-size: 16rem;
	line-height: 31rem;
	color: #333333;
	margin:5rem 0;
}

.cylist li .box .p img {
	display: inline-block;
	vertical-align: middle;
	width: 17rem;
	margin-top: -8rem;
}

.cylist li .box .jsh {
	font-size: 16rem;
	line-height: 31rem;
	color: #f8b405;
}

@media(min-width:1025px){
	.cylist li:hover .box{
		box-shadow: 0rem 0rem 18rem 0rem 
				rgba(0, 42, 70, 0.19);
	}
	
	.cylist li:hover .bt{
		color: #f8b405;
	}
	.cylist li:hover .pic img{
		transform: scale(1.05);
	}
}



@media(max-width:1200px){
	.canyin01 {
		padding-top: 40px; 
		padding-bottom: 41px;
		border-radius: 0px 0px 20px 0px;
	}
	
	.cylist {
		margin: 0 -8px; 
		padding-top: 20px;
		padding-bottom:10px;
	}
	
	.cylist li {
		width:50%; 
		padding: 0 8px;
		margin-bottom: 20px;
	}
	
	.cylist li .box { 
		border-radius: 14px;  
	} 
	
	.cylist li .text {
		padding: 23px;
	}
	
	.cylist li .box .bt {
		font-size: 16px; 
		line-height: 30px; 
	}
	
	.cylist li .box .span {
		font-size: 16px;
		line-height: 36px;
		color: #999999;
	}
	
	.cylist li .box .p {
		font-size: 14px;
		line-height: 26px; 
		margin:5px 0;
	}
	
	.cylist li .box .p img { 
		width: 10px;
		margin-top: -4px;
	}
	
	.cylist li .box .jsh {
		font-size: 14px;
		line-height: 26px; 
	}
	
}

@media(max-width:500px){
	.cylist li {
		width:100%;  
	}
}


.footer .footer-top .center ul li .h3::before {
	content: "";
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background: #666;
	position: absolute;
	top: 11rem;
	left: 6rem;
	display: inline-block;
}
.footer .footer-top .center ul li .box {
	padding-bottom:20rem;
}
.footer .footer-top .center ul li .p {
	padding-left: 20rem;
}
