/* CSS Document */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0
}

html {
	background: #fff;
	position: relative;
	height: 100%;
	font-size: 125%;
	overflow-x: hidden;
}

@media (max-width:1300px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:1024px) {
	html {
		font-size: 87.5%;
	}
}

@media (max-width:768px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:540px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:440px) {
	html {
		font-size: 87.5%;
	}
}

@media (max-width:340px) {
	html {
		font-size: 75%;
	}
}

body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background: url(../img/bg.jpg) center center repeat;
	overflow-x: hidden;
	padding-bottom: 1.8rem;
}

form {
	display: inline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	text-align: inherit
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

input,
img {
	vertical-align: middle
}

ol,
ul {
	list-style: none
}

em,
i {
	font-style: normal
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

textarea {
	resize: none
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* ---- header Style ---- */
.header_coat {
	background: url(http://www.jiaodong.net/sys/images/topnav.png) repeat-x center top;
	height: 1.5rem;
	overflow: hidden;
	width: 100%;
}

.header {
	width: 86.3158%;
	max-width: 1200px;
	margin: 0 auto;
	height: 1.5rem;
}

.header .link {
	float: right;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 12px;
}

.header .link a {
	color: #333;
	margin: 0 0.3rem;
}

@media (max-width:768px) {
	.header_coat {
		height: 0;
		display: none;
	}
}

@media (max-width:414px) {
	.header .link {
		display: none;
	}
}

/* ---- banner Style ---- */
.main-body {
	background: url(../img/banner_bg.jpg) center top repeat-x;
}

.secondary-body {
	background: url(../img/secondary-bg.png) center top repeat-x;
	overflow: hidden;
}

.banner-container {
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	position: relative;
	overflow: hidden;
	margin: 0 auto 0.9rem;
	max-width: 1200px;
	min-height: 45rem;
	padding-bottom: 14rem;
}

.banner-container img.slogan {
	width: 100%;
	height: auto;
}

.banner-container .cooper {
	width: 90%;
	max-width: 28rem;
	margin: 0 auto;
}

.banner-container .cooper p {
	position: relative;
	margin-bottom: 1rem;
	padding-left: 8.7rem;
	line-height: 1.1rem;
	font-size: 0.9rem;
	color: #333333;
}

.banner-container .cooper p label {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 8.7rem;
	height: 1.1rem;
	line-height: 1.1rem;
	font-size: 0.9rem;
	text-align: right;
	color: #333333;
}

.banner-container .cooper p label::before {
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #188f00;
	display: inline-block;
	margin-right: 0.6rem;
}

.cooper-container {
	display: none;
}

@media (max-width:1300px) {
	.main-body {
		background-size: auto 112.84vw;
	}

	.banner-container {
		margin: 0 auto 1.5vw;
		min-height: 75vw;
		padding-bottom: 23.5vw;
	}

	.banner-container .cooper {
		max-width: 46.75vw;
	}

	.banner-container .cooper p {
		margin-bottom: 1.75vw;
		padding-left: 14.5vw;
		line-height: 1.75vw;
		font-size: 1.5vw;
	}

	.banner-container .cooper p label {
		width: 14.5vw;
		height: 1.75vw;
		line-height: 1.75vw;
		font-size: 1.5vw;
	}

	.banner-container .cooper p label::before {
		content: "";
		width: 0.75vw;
		height: 0.75vw;
		margin-right: 1vw;
	}
}

@media (max-width:768px) {
	.banner-container {
		margin: 0 auto 2.4vw;
		min-height: 75vw;
		padding-bottom: 23.5vw;
		padding-top: 6vw;
	}

	.banner-container .cooper {
		display: none;
	}

	.cooper-container {
		/* display: block; */
		display: none;
		margin-bottom: 2vw;
	}

	.cooper-container .cooper {
		max-width: 100%;
	}

	.cooper-container .cooper p {
		position: relative;
		margin-bottom: 2.4vw;
		padding-left: 24vw;
		line-height: 125%;
		font-size: 2.8vw;
		color: #333333;

	}

	.cooper-container .cooper p label {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 24vw;
		height: unset;
		line-height: 125%;
		font-size: 2.8vw;
		text-align: right;
		color: #333333;
	}

	.cooper-container .cooper p label::before {
		content: "";
		width: 1.2vw;
		height: 1.2vw;
		border-radius: 50%;
		background: #188f00;
		display: inline-block;
		margin-right: 1.6vw;
	}
}

/* ---- headline-container Style ---- */
.headline-container {
	padding-left: 6rem;
	min-height: 5.3rem;
	position: relative;
	margin-bottom: 1.8rem;
}

.headline-container img.icon {
	position: absolute;
	height: 4.1rem;
	width: auto;
	top: 0.6rem;
	left: 0;
}

.headline-container h1 {
	border-bottom: 1px solid #c7c7c7;
	position: relative;
	line-height: 2.7rem;
	font-size: 2.1rem;
	color: #333;
	padding: 0.2rem 0;
	text-align: left;
	font-weight: normal;
}

.headline-container h1::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 0.4rem;
	height: 0.4rem;
	line-height: 0;
	font-size: 0;
	background: #c7c7c7;
}

.headline-container p {
	line-height: 1.5rem;
	font-size: 0.8rem;
	color: #666666;
	padding: 0.3rem 0;
	text-align: left;
	font-weight: normal;
}

.headline-container p a {
	color: #188f00;
}

@media (max-width:1300px) {
	.headline-container {
		padding-left: 10vw;
		min-height: 8.75vw;
		margin-bottom: 3vw;
	}

	.headline-container img.icon {
		height: 6.75vw;
		top: 1vw;
	}

	.headline-container h1 {
		line-height: 4.5vw;
		font-size: 3.5vw;
		padding: 0.333vw 0;
	}

	.headline-container h1::before {
		content: "";
		position: absolute;
		right: 0;
		bottom: -1px;
		width: 0.4rem;
		height: 0.4rem;
		line-height: 0;
		font-size: 0;
		background: #c7c7c7;
	}

	.headline-container p {
		line-height: 1.5rem;
		font-size: 0.8rem;
		color: #666666;
		padding: 0.3rem 0;
		text-align: left;
		font-weight: normal;
	}

	.headline-container p a {
		color: #188f00;
	}
}

@media (max-width:768px) {
	.headline-container {
		padding-left: 0;
		min-height: 14vw;
		margin-bottom: 4.8vw;
	}

	.headline-container img.icon {
		height: 10.8vw;
		top: 1.6vw;
	}

	.headline-container h1 {
		line-height: 7.2vw;
		min-height: 14vw;
		font-size: 5.6vw;
		padding: 0.5333vw 0;
		padding-left: 16vw;
		display: flex;
		align-items: center;
		justify-content: left;
	}

	.headline-container h1::before {
		content: "";
		position: absolute;
		right: 0;
		bottom: -1px;
		width: 0.4rem;
		height: 0.4rem;
		line-height: 0;
		font-size: 0;
		background: #c7c7c7;
	}

	.headline-container p {
		line-height: 1.5rem;
		font-size: 0.8rem;
		color: #666666;
		padding: 0.3rem 0;
		text-align: left;
		font-weight: normal;
	}

	.headline-container p a {
		color: #188f00;
	}
}

/* ---- news-container Style ---- */
.news-container {
	width: 100%;
	margin-bottom: 0.5rem;
}

.news-container>div.inner {
	background: #fff;
	padding: 0.9rem;
}

.news-container .bottom-bg {
	line-height: 0;
}

.news-container .bottom-bg img {
	width: 100%;
	height: auto;
}

.news-container .news-more {
	height: 1rem;
	line-height: 1rem;
	text-align: right;
	font-size: 0.7rem;
	color: #188f00;
	margin-top: 0.5rem;
}

.news-container .news-box {
	float: right;
	width: 43.25%;
}

.news-lists li {
	margin-bottom: 1.2rem;
}

.news-lists li:last-of-type {
	margin-bottom: 0;
}

.news-lists li h1 {
	height: 2.3rem;
	line-height: 2.3rem;
	font-size: 1.3rem;
	color: #333;
	margin-bottom: 0.1rem;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-lists li p {
	height: 2.8rem;
	line-height: 1.4rem;
	font-size: 0.8rem;
	color: #666666;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media (max-width:1300px) {
	.news-container {
		margin-bottom: 0.75vw;
	}

	.news-container>div.inner {
		padding: 1.5vw;
	}

	.news-lists li {
		margin-bottom: 2vw;
	}

	.news-lists li h1 {
		height: 3.75vw;
		line-height: 3.75vw;
		font-size: 2.25vw;
	}

	.news-lists li p {
		height: 4.5vw;
		line-height: 2.25vw;
		font-size: 1.25vw;
	}
}

@media (max-width:768px) {
	.news-container {
		margin-bottom: 1.2vw;
	}

	.news-container>div.inner {
		padding: 2.4vw;
	}

	.news-container .news-box {
		float: unset;
		width: 100%;
	}

	.news-lists li {
		margin-bottom: 3.2vw;
	}

	.news-lists li h1 {
		height: auto;
		line-height: 4.8vw;
		font-size: 3.6vw;
		padding: 0.6vw 0;
		overflow: unset;
		white-space: unset;
		text-overflow: unset;
	}

	.news-lists li p {
		height: 9.6vw;
		line-height: 4.8vw;
		font-size: 2.4vw;
	}
}

.newsSwiper {
	float: left;
	width: 52.77%;
	position: relative;
	height: 19.6rem;
}

.newsSwiper .swiper-container {
	height: 100%;
	overflow: hidden;
}

.newsSwiper .swiper-wrapper {
	height: 100%;
}

.newsSwiper .swiper-slide {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.newsSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.newsSwiper .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.newsSwiper .swiper-slide p {
	height: 2.2rem;
	line-height: 2.2rem;
	padding: 0rem 6rem 0 0.8rem;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 0.9rem;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsSwiper .pagination {
	position: absolute;
	right: 0.9rem;
	bottom: 0.9rem;
	z-index: 9;
	line-height: 0;
	z-index: 1;
	background: none;
}

.newsSwiper .swiper-pagination-bullet {
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	border: 1px solid #fff;
	background: #fff;
	margin: 0 0.3rem;
	cursor: pointer;
	opacity: 1;
	border-radius: 0.25rem;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.newsSwiper .swiper-pagination-bullet-active {
	border: 1px solid #1d8bd1;
	background: #188f00;
}

@media (max-width:1300px) {
	.newsSwiper {
		height: 32.75vw;
	}
}

@media (max-width:768px) {
	.newsSwiper {
		width: 100%;
		height: auto;
		margin-bottom: 4.4vw;
	}

	.newsSwiper .swiper-container {
		height: auto;
	}

	.newsSwiper .swiper-wrapper {
		height: auto;
	}

	.newsSwiper .swiper-slide {
		height: auto;
	}

	.newsSwiper .swiper-slide img {
		height: auto;
	}

	.newsSwiper .swiper-slide p {
		height: 6vw;
		line-height: 6vw;
		padding: 0rem 14.4vw 0 2.4vw;
		font-size: 3.2vw;
	}

	.newsSwiper .pagination {
		right: 0.8vw;
		bottom: 2vw;
	}

	.newsSwiper .swiper-pagination-bullet {
		margin: 0 0.4vw;
	}
}

/* ---- main-head-container Style ---- */
.main-head-container {
	position: relative;
	overflow: hidden;
	margin-bottom: 2rem;
}

.main-head-container::before,
.main-head-container::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: 0.1rem;
	height: 1px;
	line-height: 0;
	font-size: 0;
	width: calc(50% - 600px);
	background: #c7c7c7;
}

.main-head-container::before {
	left: 0;
}

.main-head-container::after {
	right: 0;
}

.main-head {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.main-head::before,
.main-head::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: 0.1rem;
	height: 1px;
	line-height: 0;
	width: calc(50% - 8.25rem);
	font-size: 0;
	background: #c7c7c7;
}

.main-head::before {
	left: 0;
}

.main-head::after {
	right: 4rem;
	width: calc(50% - 12.25rem);
}

.main-head img {
	width: 16.5rem;
}

.main-head a.more {
	position: absolute;
	right: 0;
	top: 50%;
	width: 4rem;
	margin-top: -0.5rem;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.7rem;
	color: #188f00;
	text-align: center;
}
.main-head-container a.more b{
	font-weight: normal;
}
@media (max-width:1300px) {
	.main-head-container {
		margin-bottom: 3.25vw;
	}

	.main-head-container::before,
	.main-head-container::after {
		display: none;
	}

	.main-head::before,
	.main-head::after {
		width: calc(50% - 13.75vw);
	}

	.main-head::after {
		right: 4rem;
		width: calc(50% - 20vw);
	}

	.main-head img {
		width: 27.5vw;
	}

	.main-head a.more {
		width: 6.75vw;
	}
}

@media (max-width:768px) {
	.main-head-container {
		margin-bottom: 5.2vw;
	}

	.main-head::before,
	.main-head::after {
		content: "";
		position: absolute;
		top: 50%;
		margin-top: 0.1rem;
		height: 1px;
		line-height: 0;
		width: calc(50% - 22vw);
		font-size: 0;
		background: #c7c7c7;
	}

	.main-head::after {
		right: 4rem;
		width: calc(50% - 32.8vw);
	}

	.main-head img {
		width: 44vw;
	}

	.main-head a.more {
		width: 10.8vw;
	}
}

@media (max-width:450px) {
	.main-head a.more {
		width: 16vw;
	}
}

/* ---- tips-container Style ---- */
.tips-container {
	background: #fff;
	padding: 1.7rem 1rem;
	margin-bottom: 2.5rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

.tips-container::before {
	content: "";
	position: absolute;
	top: 1.7rem;
	left: 50%;
	width: 1px;
	height: calc(100% - 3.4rem);
	line-height: 0;
	font-size: 0;
	background: #e9e9e9;
}

.tips-lists {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}

.tips-lists li {
	display: none;
	width: 47.25%;
	position: relative;
	line-height: 1.75rem;
	font-size: 1rem;
	color: #333;
	padding: 0 1.4rem;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 0.8rem;
	margin-bottom: 0.8rem;
}

.tips-lists li::before,
.tips-lists li::after {
	content: "";
	position: absolute;
	width: 1.6rem;
	height: 0.6rem;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}

.tips-lists li::before {
	background-image: url(../img/quotation-left.png);
	left: -0.3rem;
	top: 0.35rem;
}

.tips-lists li::after {
	background-image: url(../img/quotation-right.png);
	right: -0.3rem;
	bottom: -0.35rem;
}

.tips-lists li:last-of-type {
	margin-bottom: 0;
}
.tips-lists.close li:nth-of-type(1),
.tips-lists.close li:nth-of-type(2),
.tips-lists.close li:nth-of-type(3),
.tips-lists.close li:nth-of-type(4),
.tips-lists.close li:nth-of-type(5),
.tips-lists.close li:nth-of-type(6){
	display: block;
}
.tips-lists.open li{
	display: block;
}
@media (max-width:1300px) {
	.tips-container {
		padding: 2.75vw 1.75vw;
		margin-bottom: 4.25vw;
	}

	.tips-lists {
		width: 47.25%;
	}

	.tips-lists li {
		line-height: 3vw;
		font-size: 1.75vw;
		padding: 0 2.5vw;
		padding-bottom: 1.25vw;
		margin-bottom: 1.25vw;
	}

	.tips-lists li::before,
	.tips-lists li::after {
		width: 2.5vw;
		height: 1vw;
	}

	.tips-lists li::before {
		left: -0.5vw;
		top: 0.75vw;
	}

	.tips-lists li::after {
		right: -0.5vw;
		bottom: -0.75vw;
	}

	.tips-lists li:last-of-type {
		margin-bottom: 0;
	}
}

@media (max-width:768px) {
	.tips-container {
		padding: 4.4vw 2.8vw;
		margin-bottom: 6.8vw;
		flex-wrap: wrap;
	}

	.tips-container::before {
		display: none;
	}

	.tips-lists {
		width: 100%;
	}

	.tips-lists li {
		line-height: 4.8vw;
		font-size: 3.2vw;
		padding: 0 4vw;
		padding-bottom: 2vw;
		margin-bottom: 2vw;
	}

	.tips-lists li::before,
	.tips-lists li::after {
		content: "";
		position: absolute;
		width: 4vw;
		height: 1.6vw;
	}

	.tips-lists li::before {
		background-image: url(../img/quotation-left.png);
		left: -0.3rem;
		top: 1.2vw;
	}

	.tips-lists li::after {
		background-image: url(../img/quotation-right.png);
		right: -0.3rem;
		bottom: -1.2vw;
	}

	.tips-lists li:last-of-type {
		margin-bottom: 2vw;
	}
}

/* ---- moment-container Style ---- */
.moment-container {
	margin-bottom: 3.3rem;
}

.moment-news-box {
	float: left;
	width: 56.6667%;
}

.moment-head {
	float: left;
	width: 6.5rem;
	position: relative;
	height: 17.5rem;
}

.moment-head img.bg {
	position: absolute;
	top: 0;
	left: -30%;
	width: 171.54%;
	height: 118.57%;
}

.moment-head p {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding-left: 18.5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	padding-top: 1.2rem;
}

.moment-head p img.tit {
	width: 40.566%;
	height: auto;
	margin-bottom: 0.4rem;
}

.moment-head p a.more {
	display: inline-block;
	height: 1.4rem;
	line-height: 1.4rem;
	border-radius: 0.7rem;
	background: #156804;
	font-size: 0.7rem;
	color: #fff;
	padding: 0 0.3rem;
}

.moment-news {
	float: right;
	width: calc(100% - 9.2rem);
}

@media (max-width:1300px) {
	.moment-container {
		margin-bottom: 5.5vw;
	}

	.moment-head {
		width: 10.833vw;
		height: 29.167vw;
	}

	.moment-head p {
		padding-top: 2vw;
	}

	.moment-head p img.tit {
		margin-bottom: 0.75vw;
	}

	.moment-head p a.more {
		display: inline-block;
		height: 1.4rem;
		line-height: 1.4rem;
		border-radius: 0.7rem;
		background: #156804;
		font-size: 0.7rem;
		color: #fff;
		padding: 0 0.3rem;
	}

	.moment-news {
		width: calc(100% - 15.25vw);
	}
}

@media (max-width:768px) {
	.moment-container {
		margin-bottom: 4.8vw;
	}

	.moment-news-box {
		float: unset;
		width: 100%;
		margin-bottom: 4.8VW;
	}

	.moment-head {
		width: 17.333vw;
		height: 46.67vw;
	}

	.moment-head p {
		padding-top: 3.2vw;
		padding-left: 0;
	}

	.moment-head p img.tit {
		margin-bottom: 1.2vw;
	}

	.moment-head p a.more {
		height: 1.4rem;
		line-height: 1.4rem;
		border-radius: 0.7rem;
		background: #156804;
		font-size: 12px;
		color: #fff;
		padding: 0 0.3rem;
	}

	.moment-news {
		width: calc(100% - 24.4vw);
	}
}

.momentSwiper {
	float: right;
	width: 40.8333%;
	position: relative;
	height: 17.5rem;
}

.momentSwiper .swiper-container {
	height: 100%;
	overflow: hidden;
}

.momentSwiper .swiper-wrapper {
	height: 100%;
}

.momentSwiper .swiper-slide {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.momentSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.momentSwiper .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.momentSwiper .swiper-slide p {
	height: 2.2rem;
	line-height: 2.2rem;
	padding: 0rem 6rem 0 0.8rem;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 0.9rem;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.momentSwiper .pagination {
	position: absolute;
	right: 0.9rem;
	bottom: 0.9rem;
	z-index: 9;
	line-height: 0;
	z-index: 1;
	background: none;
}

.momentSwiper .swiper-pagination-bullet {
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	border: 1px solid #fff;
	background: #fff;
	margin: 0 0.3rem;
	cursor: pointer;
	opacity: 1;
	border-radius: 0.25rem;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.momentSwiper .swiper-pagination-bullet-active {
	border: 1px solid #1d8bd1;
	background: #188f00;
}

@media (max-width:1300px) {
	.momentSwiper {
		height: 29.25vw;
	}
}

@media (max-width:768px) {
	.momentSwiper {
		width: 100%;
		height: auto;
	}

	.momentSwiper .swiper-container {
		height: auto;
	}

	.momentSwiper .swiper-wrapper {
		height: auto;
	}

	.momentSwiper .swiper-slide {
		height: auto;
	}

	.momentSwiper .swiper-slide img {
		height: auto;
	}

	.momentSwiper .swiper-slide p {
		height: 6vw;
		line-height: 6vw;
		padding: 0rem 14.4vw 0 2.4vw;
		font-size: 3.2vw;
	}

	.momentSwiper .pagination {
		right: 0.8vw;
		bottom: 2vw;
	}

	.momentSwiper .swiper-pagination-bullet {
		margin: 0 0.4vw;
	}
}

/* ---- momentBreakpointsSwiper Style ---- */
.momentBreakpointsSwiper {
	height: 12rem;
	margin-bottom: 3.2rem;
	position: relative;
}

.momentBreakpointsSwiper .swiper-container {
	width: 100%;
	height: 100%;
}

.momentBreakpointsSwiper .swiper-slide {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.momentBreakpointsSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.momentBreakpointsSwiper .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.momentBreakpointsSwiper .swiper-slide p {
	height: 1.9rem;
	line-height: 1.9rem;
	padding: 0rem 0.8rem 0 0.8rem;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.momentBreakpointsSwiper .moment-next,
.momentBreakpointsSwiper .moment-prev {
	position: absolute;
	top: 50%;
	margin-top: -1.25rem;
	width: 1.3rem;
	height: 2.5rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 9;
}

.momentBreakpointsSwiper .moment-next {
	right: 0.5rem;
	background-image: url(../img/swiper-next.png);
}

.momentBreakpointsSwiper .moment-prev {
	left: 0.5rem;
	background-image: url(../img/swiper-prev.png);
}

@media (max-width:1300px) {
	.momentBreakpointsSwiper {
		height: 20vw;
		margin-bottom: 5.25vw;
	}

	.momentBreakpointsSwiper .swiper-slide p {
		height: 3.25vw;
		line-height: 3.25vw;
		padding: 0rem 1.25vw;
		font-size: 1.25vw;
	}

	.momentBreakpointsSwiper .moment-next,
	.momentBreakpointsSwiper .moment-prev {
		margin-top: -2vw;
		width: 2.25vw;
		height: 4vw;
	}

	.momentBreakpointsSwiper .moment-next {
		right: 1vw;
	}

	.momentBreakpointsSwiper .moment-prev {
		left: 1vw;
	}
}

@media (max-width:768px) {
	.momentBreakpointsSwiper {
		height: 30vw;
		margin-bottom: 8.4vw;
	}

	.momentBreakpointsSwiper .swiper-slide p {
		height: 6vw;
		line-height: 6vw;
		padding: 0rem 2.4vw;
		font-size: 3.2vw;
	}

	.momentBreakpointsSwiper .moment-next,
	.momentBreakpointsSwiper .moment-prev {
		margin-top: -3.2vw;
		width: 3.6vw;
		height: 6.4vw;
	}

	.momentBreakpointsSwiper .moment-next {
		right: 1.2vw;
	}

	.momentBreakpointsSwiper .moment-prev {
		left: 1.2vw;
	}
}

@media (max-width:414px) {
	.momentBreakpointsSwiper {
		height: 60vw;
	}
}

/* ---- happyGamesSwiper Style ---- */
.happyGamesSwiper {
	margin-bottom: 3.3rem;
	position: relative;
}

.happyGamesSwiper .swiper-container {
	height: auto;
	overflow: hidden;
}

.happyGamesSwiper .swiper-wrapper {
	height: auto;
}

.happyGamesSwiper .swiper-slide {
	height: auto;
	position: relative;
	overflow: hidden;
}

.happyGamesSwiper .swiper-slide i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -3.3rem auto 0;
	width: 4.6rem;
	height: 4.6rem;
	background: url(../img/icon-play.png) center center / 100% 100% no-repeat;
	z-index: 9;
}

.happyGamesSwiper .swiper-slide img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.happyGamesSwiper .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.happyGamesSwiper .swiper-slide p {
	height: 2rem;
	line-height: 2rem;
	padding: 0rem 0.8rem;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 0.9rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.happyGamesSwiper .happy-games-next,
.happyGamesSwiper .happy-games-prev {
	position: absolute;
	top: 50%;
	margin-top: -2.25rem;
	width: 1.3rem;
	height: 2.5rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 9;
}

.happyGamesSwiper .happy-games-next {
	right: 0.5rem;
	background-image: url(../img/swiper-next.png);
}

.happyGamesSwiper .happy-games-prev {
	left: 0.5rem;
	background-image: url(../img/swiper-prev.png);
}

@media (max-width:1300px) {
	.happyGamesSwiper {
		margin-bottom: 5.5vw;
		height: 47.5vw;
	}

	.happyGamesSwiper .swiper-slide i {
		margin: -5.5vw auto 0;
		width: 7.75vw;
		height: 7.75vw;
	}

	.momentBreakpointsSwiper .moment-next,
	.momentBreakpointsSwiper .moment-prev {
		margin-top: -2vw;
		width: 2.25vw;
		height: 4vw;
	}

	.momentBreakpointsSwiper .moment-next {
		right: 1vw;
	}

	.momentBreakpointsSwiper .moment-prev {
		left: 1vw;
	}
}

@media (max-width:768px) {
	.happyGamesSwiper {
		margin-bottom: 8.8vw;
		height: auto;
	}

	.happyGamesSwiper .swiper-slide i {
		margin: -8.8vw auto 0;
		width: 12.4vw;
		height: 12.4vw;
	}

	.momentBreakpointsSwiper .moment-next,
	.momentBreakpointsSwiper .moment-prev {
		margin-top: -3.2vw;
		width: 3.6vw;
		height: 6.4vw;
	}

	.momentBreakpointsSwiper .moment-next {
		right: 1.2vw;
	}

	.momentBreakpointsSwiper .moment-prev {
		left: 1.2vw;
	}

	.happyGamesSwiper .swiper-slide p {
		height: 6vw;
		line-height: 6vw;
		padding: 0rem 14.4vw 0 2.4vw;
		font-size: 3.2vw;
	}
}

/* ---- regional-style-container Style ---- */
.regional-style-container {
	width: 100%;
	margin-bottom: 3rem;
}

.regional-style-head {
	background: #fff;
	border-top: 1px solid #188f00;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 1.3rem;
}

.regional-style-head li {
	width: 6.66%;
	height: 2.4rem;
	line-height: 2.4rem;
	font-size: 1rem;
	color: #333;
	text-align: center;
	cursor: pointer;
}

.regional-style-head li.active {
	background: #188f00;
	color: #fff;
}

.regional-style-box>li {
	display: none;
}

.regional-style-box>li.thisclass {
	display: list-item;
}

.regional-style-list li {
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 1.2rem;
	padding-bottom: 1.2rem;
}

.regional-style-list li:last-of-type {
	border: none;
}

.regional-style-list li h1 {
	min-height: 2.3rem;
	line-height: 1.7rem;
	padding: 0.3rem 0;
	font-size: 1.3rem;
	color: #333;
	font-weight: normal;
	margin-bottom: 0.75rem;
}

.regional-style-list li .info {
	min-height: 1rem;
	line-height: 1rem;
}

.regional-style-list li .info span {
	float: left;
	margin-right: 1rem;
	font-size: 0.7rem;
	color: #666;
}

.regional-style-list li .info span.label {
	border: 1px solid #188f00;
	height: 1rem;
	line-height: 0.9rem;
	font-size: 0.7rem;
	color: #188f00;
	padding: 0 0.4rem;
}

.regional-style-list li .info span.share {
	float: right;
}

.regional-style-list li .info span.share a {
	margin: 0 0.2rem;
}

.regional-style-box .more {
	height: 2.1rem;
	border: 1px solid #c1c1c1;
	background: #fafafa;
	line-height: 2rem;
	text-align: center;
	font-size: 1rem;
	color: #333;
}

.regional-style-box .more a {
	font-size: 1rem;
}

@media (max-width:1300px) {
	.regional-style-container {
		margin-bottom: 5vw;
	}

	.regional-style-head {
		margin-bottom: 2.25vw;
	}

	.regional-style-head li {
		width: 6.66%;
		height: 4vw;
		line-height: 4vw;
		font-size: 1.75vw;
	}

	.regional-style-list li {
		margin-bottom: 2vw;
		padding-bottom: 2vw;
	}

	.regional-style-list li h1 {
		min-height: 3.75vw;
		line-height: 2.75vw;
		padding: 0.5vw 0;
		font-size: 2.25vw;
		margin-bottom: 1.25vw;
	}

	.regional-style-box .more {
		height: 3.5vw;
		line-height: 3.5vw;
		font-size: 1.75vw;
	}

	.regional-style-box .more a {
		font-size: 1.75vw;
	}
}

@media (max-width:768px) {
	.regional-style-container {
		margin-bottom: 8vw;
	}

	.regional-style-head {
		margin-bottom: 3.6vw;
	}

	.regional-style-head li {
		width: 20%;
		height: 5.6vw;
		line-height: 5.6vw;
		font-size: 3.2vw;
	}

	.regional-style-list li {
		margin-bottom: 3.2vw;
		padding-bottom: 3.2vw;
	}

	.regional-style-list li h1 {
		min-height: 6vw;
		line-height: 4.4vw;
		padding: 0.8vw 0;
		font-size: 3.6vw;
		margin-bottom: 2vw;
	}

	.regional-style-list li .info {
		min-height: 3.6vw;
		line-height: 3.6vw;
	}

	.regional-style-list li .info span {
		margin-right: 3.6vw;
		font-size: 12px;
	}

	.regional-style-list li .info span.label {
		height: 3.6vw;
		line-height: 3.2vw;
		font-size: 12px;
		padding: 0 1.2vw;
	}

	.regional-style-list li .info span.share {
		display: none;
	}

	.regional-style-box .more {
		height: 5.6vw;
		line-height: 5.2vw;
		font-size: 2.8vw;
	}

	.regional-style-box .more a {
		font-size: 1rem;
	}
}

/* ---- friendship-head Style ---- */
.friendship-container {
	border: 1px solid #d5d5d5;
	border-top: none;
	position: relative;
	margin-bottom: 4.2rem;
}
.friendship-head {
	position: absolute;
	width: 100%;
	height: 1.5rem;
	/* margin-bottom: 1.5rem; */
	top: -0.75rem;
}

.friendship-head::before,
.friendship-head::after {
	content: "";
	position: absolute;
	top: 50%;
	width: calc(50% - 5.5rem);
	height: 1px;
	line-height: 0;
	font-size: 0;
	background: #d5d5d5;
}

.friendship-head::before {
	left: 0;
}

.friendship-head::after {
	right: 0;
}

.friendship-head h1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 10rem;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 1.5rem;
	color: #188f00;
	text-align: center;
	border-left: 0.2rem solid #188f00;
	border-right: 0.2rem solid #188f00;
}

.friendship-list {
	padding: 2rem 1rem 1rem;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}

.friendship-list li {
	width: 8.62%;
	margin: 0 0.69% 0.7rem;
	height: 2.1rem;
	border: 1px solid #e2e2e2;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.friendship-list li img {
	width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 1300px) {
	.friendship-container {
		margin-bottom: 7vw;
	}
	.friendship-head {
		height: 2.5vw;
		top: -1.25vw;
	}
	.friendship-head h1 {
		width: 12.25vw;
		height: 2.5vw;
		line-height: 2.5vw;
		font-size: 2.5vw;
	}
	
	.friendship-list {
		padding: 3.25vw 1.5vw 1.5vw;
	}
	
	.friendship-list li {
		margin: 0 0.69% 1.25vw;
		height: 3.5vw;
	}
	
	.friendship-list li img {
		width: 100%;
		max-height: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}
@media (max-width:768px) {
	.friendship-container {
		margin-bottom: 11.2vw;
	}
	.friendship-head {
		height: 4vw;
		top: -2vw;
	}
	
	.friendship-head h1 {
		width: 25.2vw;
		height: 4vw;
		line-height: 4vw;
		font-size: 4vw;
	}
	
	.friendship-list {
		padding: 5.2vw 2.4vw 2.4vw;
	}
	
	.friendship-list li {
		width: 18%;
		margin: 0 1% 2vw;
		height: 7.2vw;
	}
	
}
/* ---- side-menu-container Style ---- */
.side-menu-container{
	position: fixed;
	left: 50%;
	margin-left: 620px;
	top: 0;
	width: 9.5rem;
	z-index: 999;
	display: none;
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.side-menu-container.show{
	display: block;
	opacity: 1;
}
.side-menu-container .menu{
	width: 100%;
	padding: 43% 0 0 25.79%;
	background: url(../img/side-menu.png) center top / 100% auto no-repeat;
	overflow: hidden;
}
.side-menu-container .menu li{
	width: 4.8rem;
	height: 1.3rem;
	line-height: 0;
	margin-bottom: 1rem;
	position: relative;
}
.side-menu-container .menu li::before{
	content: "";
	position: absolute;
	top: 0.2rem;
	left: 0.1rem;
	width: 100%;
	height: 100%;
	background: #e6bdb4;
	border-radius: 0.65rem;
}
.side-menu-container .menu li a{
	position: relative;
	display: block;
	width: 100%;
	height: 1.3rem;
	line-height: 1.2rem;
	border-radius: 0.65rem;
	text-align: center;
	font-size: 0.9rem;
	color: #fefefe;
	z-index: 1;
	background: #b27f7f;
	border: 1px solid #a46868;
	box-shadow: inset 0 0 0.2rem #a46868,0 -0.1rem 0.1rem #a46868;
	cursor: pointer;
}
.side-menu-container .menu li a:hover{
	text-decoration: none;
}
.side-menu-container .menu li.active a{
	border: 1px solid #148000;
	box-shadow: inset 0 0 0.2rem #148000,0 -0.1rem 0.1rem #148000;
	background: #188e00;
}
.side-menu-container .bottom{
	line-height: 0;
}
.side-menu-container .bottom img{
	width: 100%;
	height: auto;
}
@media (max-width:1630px) {
	.side-menu-container{
		left: unset;
		right: -7rem;
		margin-left: 0;
	}
	.side-menu-container:hover{
		right: 0;
	}
}
/* ---- theNewsList Style ---- */
.secBox{
	border: 1px solid #dfddde;
	background: #fff;
	margin-bottom: 2rem;
}
.crumbsBox{
	border-bottom: 1px solid #dfddde;
}
.crumbsBox h1{
	border: 1px solid #fff;
	background-image: linear-gradient(#fff, #f1f1f1);
	padding: 0.5rem 2rem;
	line-height: 1.1rem;
	font-size: 0.7rem;
	font-weight: normal;
}
.secBox .innerBox{
	padding: 1.2rem ;
}
@media (max-width:1024px) {
	.crumbsBox h1{
		line-height: 1.3rem;
		font-size: 0.9rem;
	}
}
@media (max-width:768px) {
	.rightListBox{
		width:100%;
	}
	.secBox{
		border: none;
	}
	.crumbsBox{
		border: 1px solid #dfddde;
		display: none;
	}
	.secBox .innerBox{
		padding: 1.2rem 0 0;
	}
}
/* ---- theNewsList Style ---- */
.theNewsList{
	margin-bottom: 3rem;
}
.theNewsList li{
	position: relative;
	line-height: 1.3rem;
	font-size: 0.8rem;
	color: #333333;
	padding: 0.4rem 6rem 0.4rem 1rem;
	background: url(../img/point.png) left 1rem no-repeat;
	background-size: 0.25rem auto;
	border-bottom: 1px dashed #d5d5d5;
}
.theNewsList li:last-of-type{
	border-bottom: none;
}
.theNewsList li span{
	position: absolute;
	right: 0;
	top: 0.4rem;
	color: #999;
}
@media (max-width:768px) {
	.theNewsList li{
		line-height: 1.4rem;
		font-size: 1rem;
		padding: 0.5rem 6rem 0.5rem 1rem;
		background: url(../img/point.png) left 1.1rem no-repeat;
	}
	.theNewsList li span{
		top: 0.5rem;
		color: #999;
	}
}
/* ---- pager Style ---- */
.pager{
	line-height: 0;
	text-align: center;
	margin: 6% 0 0;
}
.pager a {
	display: inline-block;
	border: 1px solid #eaeaea;
	padding: 0 0.6rem ;
	line-height: 20px;
	font-size: 12px;
	font-size: #6f6f6f;
	margin: 0 0.2rem 0.8rem;
}
.pager a.active{
	color: #2f2f2f;
	font-weight: bold;
}
.pager a:hover{
	text-decoration: none;
}
/* ---- content Style ---- */
.conentTitle{
    width: 91.8%;
	border-bottom:1px dotted #a09f9f;
	padding:0 0 1.2rem;
    margin:0 auto 1.5rem;
}
.conentTitle h1{
	margin-top: 1.5rem;
	line-height:2.3rem;
	font-size:1.9rem;
	padding:0.3rem 0;
	color:#333;
	text-align: center;
	font-weight: normal;
    margin-bottom: 1%;
}
.conentTitle h2{
	min-height:2.2rem;
	line-height:1.4rem;
	font-size:1rem;
	padding:0.4rem 0;
	color:#333;
	font-weight: normal;
    text-align: center;
}
.conentTitle h3{
	margin-top: 1rem;
	min-height:2.1rem;
	line-height:1.5rem;
	font-size:1rem;
	padding:0.3rem 0;
	color:#333;
	font-weight: normal;
    text-align: center;
    margin-bottom: 1%;
}
.conentTitle .else{
    min-height:1.3rem;
    margin-top: 2%;
}
.conentTitle .else h2{
	line-height:1.3rem;
	font-size:0.7rem;
	color:#999;
    float:left;
    font-weight: normal;
}
.conentTitle .else h2 span{
	display:inline-block;
    margin-right:1.4rem;
}
.conentTitle .else h2 span font{
    color: #c10000;
}
.conentTitle .fontstyle{
	height:1.3rem;
    float:right;
    line-height: 1.3rem;
    color: #979797;
}
.conentTitle .fontstyle a{
	height:1.3rem;
	display: inline-block;
	margin:0 0.6rem;
	line-height:0px;
	border-radius:0.1rem;
	text-align:center;
	font-size:0.9rem;
    color:#333;
}
.conentTitle .fontstyle img{
	height: 100%;
	width: auto;
}
.conentTitle .fontstyle a:hover{
    text-decoration:none;
}
.content{
    width: 91.8%;
    line-height: 200%;
    font-size: 0.9rem;
    color: #333;
    margin: 0 auto 6%;
}
.content img{
    max-width: 100%;
    width: auto!important;
    height: auto!important;
}
.content p{
    padding: 1.6% 0;
    font-size: inherit !important;
}
.content p span{
    font-size: inherit !important;
}
.content_btn{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #e0dedf;
    width: 91.8%;
    margin: 0 auto 4.5%;
    position: relative;
}
.content_btn a{
    color: #333;
    margin: 0 10px;
}
.content_btn span{
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
}

@media (max-width:768px) {
    .contentBox{
        margin-bottom: 20px;
        border: none;
    }
    .conentTitle{
        width: 100%;
        margin:0 auto 12px;
    }
    .conentTitle h1{
		margin-top: 0;;
        min-height:auto;
        line-height:1.9rem;
        font-size:1.5rem;
    }
    .conentTitle .else h2{
        line-height:20px;
		font-size:12px;
		float: none;
    }
    .conentTitle .else h2 span{
        margin-right:16px;
    }
	.conentTitle .fontstyle{
		height:0.9rem;
		float:none;
		line-height: 0.9rem;
		text-align: center;
	}
    .content_btn p{
        display: none;
    }
}

/* ---- container Style ---- */
.container {
	width: 92.31%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

/* ---- footer Style ---- */
.footer_coat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	font: 12px;
	line-height: 1.8rem;
	height: 1.8rem;
	width: 100%;
}

.footer {
	margin: 0 auto;
	position: relative;
	width: 86.3158%;
	max-width: 1200px;
	line-height: 1.8rem;
	font-size: 14px;
}

.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}

.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 0.6rem;
}

@media (max-width:1020px) {

	.footer p a {
		display: inline-block;
	}
}

@media (max-width:768px) {
	.footer {
		text-align: center;
	}

	.footer p {
		display: none;
	}
}