@charset "utf-8";

/*------------------------------------------------------------
	default style
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html {
	font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {

	font-family: 'PingFang SC', 'Microsoft Yahei', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'Impact', sans-serif;

	font-weight: 400;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

a,
a:link {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}

body {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

body {
	-moz-user-select: none;
}

#container {
	text-align: left;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}


/*------------------------------------------------------------
	page
------------------------------------------------------------*/
#header {
	padding: 0 20px;
	position: fixed;
	z-index: 999;
	width: 100%;
	background: #fff;
	box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05);
}

#header .width {
	max-width: 1775px;
	margin: 0 auto;
	position: relative;

	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .width h1 a {
	display: flex;
	align-items: center;
}

#header .width h1 h3 {
	font-size: 3rem;
	margin-left: 1.5rem;
	color: green;
}

#header .width h1 img {
	width: 75px;
}

#header .navi {
	width: 70%;
	display: flex;
	justify-content: space-between;
}

#header .navi ul {
	width: 100%;
	display: flex;
}

#header .navi li {
	width: 25%;
	transform: skewX(-15deg);
}

#header .navi a {
	display: flex;
	height: 100px;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #489f21;
	position: relative;
}

#header .navi span {
	transform: skewX(15deg);
	position: relative;
	z-index: 5;
}

#header .navi .leaf {
	width: 71px;
	height: 85px;
	position: absolute;
	right: 8px;
	top: 3px;
	transform: skewX(15deg);
}

#header .navi .leaf01 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: all .6s;
	transition: all .6s;
}

#header .navi .leaf02 {
	position: absolute;
	right: 31px;
	bottom: 0;
	width: 0;
	-webkit-transition: all .9s;
	transition: all .9s;
}

#header .navi .leaf03 {
	position: absolute;
	right: 12px;
	bottom: 26px;
	width: 0;
	-webkit-transition: all 1.2s;
	transition: all 1.2s;
}

#header .navi .on a,
#header .navi a:hover {
	background-color: #489f21;
	color: #fff;
}

#header .navi .on a .leaf01,
#header .navi a:hover .leaf01 {
	width: 31px;
}

#header .navi .on a .leaf02,
#header .navi a:hover .leaf02 {
	width: 40px;
}

#header .navi .on a .leaf03,
#header .navi a:hover .leaf03 {
	width: 40px;
}

#footer {
	margin-top: 100px;
	padding: 0 15px;
	background: url("../img/bg09.png") no-repeat center top;
	background-size: auto 100%;
}

#footer .width {
	max-width: 1500px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 147px 0 65px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer .flogo {
	max-width: 231px;
}

#footer .code {
	max-width: 226px;
}

#footer .fnavi {
	max-width: 240px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#footer .fnavi li {
	margin: 20px 0;
	width: 50%;
	text-align: center;
}

#footer .fnavi a {
	color: #fff;
	font-size: 18px;
}

#footer .fnavi a:hover {
	text-decoration: underline;
	color: #ffa905;
}

#footer .ftxt {
	max-width: 500px;
}

#footer .ftxt p {
	margin-top: 20px;
	color: #fff;
	line-height: 34px;
}

#footer .ftxt p a {
	color: #fff;
}

#footer .ftxt .tel a {
	padding-left: 180px;
	color: #ffa905;
	font-size: 47px;
	display: inline-block;
	background: url("../img/tel.png") no-repeat left center;
	font-family: Impact, "sans-serif";
}

#footer .copyright {
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

#footer .copyright a {
	color: #fff;
}

#footer .copyright span {
	margin-left: 60px;
}

.mainVisual .swiper-slide {
	padding-top: 100px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: calc(100vh - 100px);
}

.mainVisual .swiper-slide .width {
	max-width: 1800px;
	margin: 0 auto;
	height: 850px;
	padding: 15px 175px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.mainVisual .swiper-slide .width02 {
	max-width: 1920px;
	justify-content: flex-end;
}

.mainVisual .swiper-slide .width03 {
	justify-content: center;
}

.mainVisual .swiper-pagination {
	width: 30px;
	height: 266px;
	bottom: 50%;
	left: 40px;
	margin-bottom: -133px;
	background: url("../img/line06.png") repeat-y center center;
}

.mainVisual .swiper-pagination-bullet {
	margin: 0 auto 110px !important;
	display: block;
	width: 15px;
	height: 15px;
	opacity: 1;
	background: #fff;
	position: relative;
}

.mainVisual .swiper-pagination-bullet:last-child {
	margin-bottom: 0 !important;
}

.mainVisual .swiper-pagination-bullet:before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 100%;
	content: "";
	transform: scale(0);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.mainVisual .swiper-pagination-bullet-active:before {
	transform: scale(1);
}

/* .mainVisual .swiper-pagination-bullet:after {
	width: 73px;
	height: 37px;
	position: absolute;
	right: -80px;
	bottom: 0;
	background: url("../img/bg10.png") no-repeat;
	background-size: 100% 100%;
	content: "生机";
	font-size: 18px;
	color: #fff;
	box-sizing: border-box;
	padding: 4px 0 0 10px;
	transform: scale(0);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.mainVisual .swiper-pagination-bullet:nth-child(2):after {
	content: "绿色";
}

.mainVisual .swiper-pagination-bullet:nth-child(3):after {
	content: "健康";
} */

.mainVisual .swiper-pagination-bullet-active:after {
	transform: scale(1);
}

.headLine01 {
	text-align: center;
	margin-bottom: 75px;
}

.headLine01 .txt01 {
	/* padding-left: 120px; */
	/* text-align: center; */
	display: inline-block;
	width: 100%;
}

.headLine01 .txticon {
	display: block;
	position: relative;
	margin: 25px 0;
}

.headLine01 .txticon::before {
	content: '';
	position: absolute;
	width: 48%;
	top: 50%;
	transform: translate(0, -50%);
	height: 1px;
	opacity: 1;
	background: rgba(232, 232, 232, 1);
	left: 0;
}

.headLine01 .txticon::after {
	content: '';
	position: absolute;
	width: 48%;
	top: 50%;
	transform: translate(0, -50%);
	height: 1px;
	opacity: 1;
	background: rgba(232, 232, 232, 1);
	right: 0;
}

.headLine01 .txt02 {
	/* padding: 18px 50px 2px 0; */
	display: inline-block;
	font-size: 48px;
	font-weight: bold;
	color: rgba(21, 146, 67, 1);
	position: relative;
}

.headLine01 .txt02::before {
	content: '';
	position: absolute;
	width: 101px;
	height: 13px;
	opacity: 1;
	background: rgba(255, 143, 14, 1);
	right: -5px;
	bottom: 10px;
	z-index: -1;
}

.headLine01 .txt03 {
	margin-top: 8px;
	display: block;
	font-size: 21px;
	color: #489f21;
	font-weight: normal;
}

.comWidth {
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.comLink a {
	display: block;
	box-sizing: border-box;
	width: 430px;
	margin: 30px auto 0;
	border: 1px solid #d9d9d9;
	border-radius: 12px;
	text-align: center;
	background-color: #fff;
	padding: 18px 5px;
}

.comLink a span {
	padding-right: 70px;
	display: inline-block;
	letter-spacing: 2px;
	font-size: 18px;
	background: url("../img/icon10.png") no-repeat right center;
}

.comLink a:hover {
	background-color: #ffa800;
	border-color: #ffa800;
}

.comLink a:hover span {
	color: #fff;
	background-image: url("../img/icon10_on.png");
}

.indexsec01 {
	padding: 70px 0;
	background: url("../img/leaf04.png") no-repeat left top;
}

.indexsec01 .cateul {
	display: flex;
	justify-content: space-around;
	margin: 0px 10%;
	margin-bottom: 45px;
}

.indexsec01 .cateul li:last-child {
	margin-right: 0;
}

.indexsec01 .cateul a {
	padding: 8px 5px;
	box-sizing: border-box;
	text-align: center;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.indexsec01 .cateul p {
	font-size: 18px;
	font-weight: bold;
	color: rgba(21, 146, 66, 1);
	margin-bottom: 15px;
	transition: ease-out .36s;
}

.indexsec01 .cateul .icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(221, 221, 221, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease-out .36s;
}

.indexsec01 .cateul .icon img {
	width: 24px;
	height: 24px;
	filter: grayscale(100%) brightness(600%);
}

.indexsec01 .cateul a:hover p {
	color: rgba(230, 128, 17, 1);
}

.indexsec01 .cateul a:hover .icon {
	background: rgba(230, 128, 17, 1);
}

.indexsec01 #scroll {
	height: 700px;
	overflow: hidden;
}

.indexsec01 #scroll ul {
	display: flex;
	flex-wrap: wrap;
}

.indexsec01 #scroll li {
	width: 24%;
	margin: 0 1% 30px 0;
}

.indexsec01 #scroll li:nth-child(4n) {
	margin-right: 0;
}

.indexsec01 #scroll a {
	height: 400px;
	overflow: hidden;
	display: block;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.indexsec01 #scroll a img {
	width: 75%;
	/* min-height: 500px; */
}

.indexsec01 #scroll p {
	box-sizing: border-box;
	padding: 10px 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	background-color: #489f21;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.indexsec01 #scroll a:before {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(227, 82, 9, 0.3) url("../img/img02.png") no-repeat center center;
	content: "";
	-webkit-transition: all .5s;
	transition: all .5s;
}

.indexsec01 #scroll a:hover:before {
	opacity: 1;
}

.indexsec01 #scroll a:hover p {
	opacity: 0;
}

.indexsec02 {
	margin-bottom: 70px;
	padding: 70px 0;
	background: url("../img/bg04.png") no-repeat left top, url("../img/bg05.png") no-repeat right bottom;
	background-color: #F1F1F1;
}

.indexsec02 .comWidth {
	display: flex;
	justify-content: space-between;
}

.indexsec02 .lbox {
	width: 50%;
}

.indexsec02 .lbox h2 {
	margin-bottom: 50px;
	font-size: 44px;
}

.indexsec02 .lbox h2 span {
	margin-top: 2px;
	display: block;
	font-weight: normal;
	font-size: 26px;
	color: rgba(230, 128, 17, 1);
	text-transform: uppercase;
}

.indexsec02 .lbox .txt {
	margin-bottom: 35px;
	font-size: 36px;
	font-weight: bold;
	color: rgba(21, 146, 66, 1);
}

.indexsec02 .lbox .intor {
	line-height: 40px;
	font-size: 18px;
	color: #666;
	margin: 0 15% 70px 0;
	text-align: justify;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}

.indexsec02 .lbox .comLink a {
	margin: 0;
	width: 320px;
}

.indexsec02 .rbox {
	width: 50%;
}

.indexsec02 .rbox .img01 {
	text-align: right;
	position: relative;
	z-index: 2;
}

.indexsec02 .rbox .img02 {
	margin-top: -150px;
}

.indexsec02 .rbox .img01 img {
	-webkit-animation: scroll_anim .7s linear 0s infinite alternate;
	animation: scroll_anim .7s linear 0s infinite alternate;
}

@-webkit-keyframes scroll_anim {
	0% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes scroll_anim {
	0% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.indexsec03 .headLine01 {
	text-align: right;
	margin-bottom: -35px;
}

.indexsec03 .bgbox {
	background: url("../img/bg06.png") no-repeat center top;
	background-size: auto 100%;
}

.indexsec03 .bgbox .comWidth {
	position: relative;
	min-height: 897px;
	box-sizing: border-box;
}

.indexsec03 .bgbox .leafImg {
	position: absolute;
	left: 92px;
	bottom: 100px;
	z-index: 5;
}

.indexsec03 .bgbox .numul {
	padding: 188px 0 5px 768px;
}

.indexsec03 .bgbox .numul li {
	padding: 15px 75px;
	background-color: rgba(255, 255, 255, 0.48);
	border-radius: 20px;
	position: relative;
	margin: 0 0 45px 50px;
}

.indexsec03 .bgbox .numul li .num {
	position: absolute;
	left: -70px;
	top: 50%;
	margin-top: -51px;
}

.indexsec03 .bgbox .numul li .num img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.indexsec03 .bgbox .numul li:nth-child(2n) {
	margin: 0 50px 45px 0;
}

.indexsec03 .bgbox .numul h3 {
	margin-bottom: 5px;
	font-size: 29px;
	color: #489f21;
}

.indexsec03 .bgbox .numul p {
	line-height: 22px;
}

.indexsec03 .bgbox .numul li:first-child:before {
	width: 341px;
	height: 185px;
	position: absolute;
	left: -400px;
	top: 69px;
	background: url("../img/line01.png") no-repeat;
	content: "";
}

.indexsec03 .bgbox .numul li.active:first-child:before {
	-webkit-animation: line_anim1 1.5s linear 0s alternate;
	animation: line_anim1 1.5s linear 0s alternate;
}

/* .pagination {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.pagination span {
	font-size: 16px;
}

.pagination a {
	margin: 0 5px 5px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	min-width: 36px;
	text-align: center;
}

.pagination .page-status {
	margin-right: 10px;
}

.pagination a:hover,
.pagination .page-num-current {
	background-color: #008ad6;
	color: #fff;
} */

@-webkit-keyframes line_anim1 {
	0% {
		width: 0;
	}

	to {
		width: 341px;
	}
}

@keyframes line_anim1 {
	0% {
		width: 0;
	}

	to {
		width: 341px;
	}
}

.indexsec03 .bgbox .numul li:nth-child(2):before {
	width: 245px;
	height: 84px;
	position: absolute;
	left: -303px;
	top: 55px;
	background: url("../img/line02.png") no-repeat;
	content: "";
}

.indexsec03 .bgbox .numul li.active:nth-child(2):before {
	-webkit-animation: line_anim2 1.5s linear 0s alternate;
	animation: line_anim2 1.5s linear 0s alternate;
}

@-webkit-keyframes line_anim2 {
	0% {
		width: 0;
	}

	to {
		width: 245px;
	}
}

@keyframes line_anim2 {
	0% {
		width: 0;
	}

	to {
		width: 245px;
	}
}

.indexsec03 .bgbox .numul li:nth-child(3):before {
	width: 254px;
	height: 33px;
	position: absolute;
	left: -305px;
	top: 45px;
	background: url("../img/line03.png") no-repeat;
	content: "";
}

.indexsec03 .bgbox .numul li.active:nth-child(3):before {
	-webkit-animation: line_anim3 1.5s linear 0s alternate;
	animation: line_anim3 1.5s linear 0s alternate;
}

@-webkit-keyframes line_anim3 {
	0% {
		width: 0;
	}

	to {
		width: 254px;
	}
}

@keyframes line_anim3 {
	0% {
		width: 0;
	}

	to {
		width: 254px;
	}
}

.indexsec03 .bgbox .numul li:nth-child(4):before {
	width: 301px;
	height: 159px;
	position: absolute;
	left: -370px;
	top: -95px;
	background: url("../img/line04.png") no-repeat;
	content: "";
}

.indexsec03 .bgbox .numul li.active:nth-child(4):before {
	-webkit-animation: line_anim4 1.5s linear 0s alternate;
	animation: line_anim4 1.5s linear 0s alternate;
}

@-webkit-keyframes line_anim4 {
	0% {
		width: 0;
	}

	to {
		width: 301px;
	}
}

@keyframes line_anim4 {
	0% {
		width: 0;
	}

	to {
		width: 301px;
	}
}

.indexsec03 .bgbox .numul li:hover {
	background-color: #ffa800;
	color: #fff;
}

.indexsec03 .bgbox .numul li:hover h3 {
	color: #fff;
}

.indexsec03 .bgbox .numul li:hover .num img {
	transform: rotateZ(360deg);
}

.indexsec04 {
	padding: 70px 0;
	background: url("../img/bg07.png") no-repeat center bottom;
	background-size: 100% auto;
}

.indexsec04 .headLine01 {
	margin-bottom: 0;
}

.indexsec04 .sliderbox {
	max-width: 1820px;
	margin: 0 auto;
	padding: 0 120px;
	box-sizing: border-box;
	position: relative;
}

.indexsec04 .sliderbox .swiper-slide {
	width: 428px;
}

.indexsec04 .sliderbox a {
	display: block;
	position: relative;
	height: 568px;
	overflow: hidden;
}

.indexsec04 .sliderbox a img {
	width: 100%;
	min-height: 568px;
	object-fit: cover;
	object-position: center;
}

.indexsec04 .sliderbox a:hover {
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}

.indexsec04 .sliderbox p {
	padding: 15px 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #e35209;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.indexsec04 .sliderbox a:hover p {
	opacity: 1;
}

.indexsec04 .sliderbox .swiper-container {
	padding: 60px 20px;
}

.indexsec04 .sliderbox .swiper-pagination {
	bottom: 0;
}

.indexsec04 .sliderbox .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #489f21;
	margin: 0 10px;
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.indexsec04 .sliderbox .swiper-pagination-bullet-active {
	width: 50px;
	background: #e35209;
	border-radius: 8px;
}

.indexsec04 .swiper-button-next:after,
.indexsec04 .swiper-button-prev:after,
.indexsec06 .swiper-button-next:after,
.indexsec06 .swiper-button-prev:after {
	display: none;
}

.indexsec04 .swiper-button-next,
.indexsec04 .swiper-button-prev,
.indexsec06 .swiper-button-next,
.indexsec06 .swiper-button-prev {
	width: 53px;
	height: 53px;
	margin-top: -40px;
}

.indexsec04 .swiper-button-next,
.indexsec06 .swiper-button-next {
	background: url("../img/next01.png") no-repeat center center;
	background-size: 100% 100%;
}

.indexsec04 .swiper-button-prev,
.indexsec06 .swiper-button-prev {
	background: url("../img/prev01.png") no-repeat center center;
	background-size: 100% 100%;
}

.indexsec04 .swiper-button-next:hover,
.indexsec06 .swiper-button-next:hover {
	background-image: url("../img/next01_on.png");
}

.indexsec04 .swiper-button-prev:hover,
.indexsec06 .swiper-button-prev:hover {
	background-image: url("../img/prev01_on.png");
}

.indexsec05 {
	margin-bottom: 70px;
	min-height: 901px;
	background: url("../img/bg08.png") no-repeat center bottom;
	background-size: auto 100%;
	box-sizing: border-box;
	padding: 70px 0;
}

.indexsec05 h2 {
	margin-bottom: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.indexsec05 h2>span {
	margin-bottom: 10px;
	display: block;
	font-size: 46px;
	font-weight: bold;
}

.indexsec05 h2 span span {
	color: #ffa800;
}

.indexsec05 .inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.indexsec05 .lbox {
	width: 36.2%;
	background-color: #fff;
}

.indexsec05 .lbox a {
	display: block;
}

.indexsec05 .lbox .photo {
	height: 393px;
	overflow: hidden;
}

.indexsec05 .lbox .photo img {
	width: 100%;
	min-height: 393px;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.indexsec05 .lbox a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.indexsec05 .lbox .txtbox {
	padding: 8px 15px;
}

.indexsec05 .lbox .txtbox h3 {
	color: #e35209;
}

.indexsec05 .lbox .txtbox .time {
	font-size: 14px;
	color: #999;
}

.indexsec05 .lbox .txtbox .intor {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.indexsec05 .rbox {
	width: 61%;
}

.indexsec05 .rbox a {
	display: flex;
	background-color: #fff;
	align-items: center;
}

.indexsec05 .rbox li:not(:last-child) {
	margin-bottom: 15px;
}

.indexsec05 .rbox .photo {
	width: 26%;
	height: 155px;
	overflow: hidden;
}

.indexsec05 .rbox .photo img {
	width: 100%;
	min-height: 155px;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.indexsec05 .rbox a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.indexsec05 .rbox .txtbox {
	width: 74%;
	box-sizing: border-box;
	padding: 10px 25px;
}

.indexsec05 .rbox .txtbox h3 {
	margin-bottom: 10px;
	color: #e35209;
}

.indexsec05 .rbox .txtbox .time {
	margin-bottom: 10px;
	font-size: 14px;
	color: #999;
}

.indexsec05 .rbox .txtbox .intor {
	color: #666;
	font-size: 14px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.indexsec05 .rbox a:hover {
	background-color: #ffa800;
}

.indexsec05 .rbox a:hover h3,
.indexsec05 .rbox a:hover p,
.indexsec05 .rbox a:hover .time {
	color: #fff;
}

.indexsec06 .sliderbox {
	max-width: 1820px;
	margin: 0 auto;
	padding: 0 140px;
	box-sizing: border-box;
	position: relative;
}

.indexsec06 .sliderbox .swiper-slide {
	width: 487px;
}

.indexsec06 .sliderbox a {
	display: block;
	position: relative;
	height: 600px;
	overflow: hidden;
}

.indexsec06 .sliderbox a img {
	min-height: 100%;
	width: 100%;

	object-fit: cover;
	object-position: center;
}

.indexsec06 .sliderbox p {
	padding: 15px 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	background-color: rgba(72, 159, 33, 0.9);
}

.indexsec06 .sliderbox a:before {
	width: 118px;
	height: 116px;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	background: url("../img/play.png") no-repeat;
	content: "";
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.indexsec06 .sliderbox a:hover:before {
	opacity: 1;
}

.comImg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.comImg::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
}

.comImg .width {
	max-width: 1430px;
	height: 600px;
	padding: 15px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
    z-index: 1;
}

.comImg h2 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 37px;
	letter-spacing: 2px;
}

.comImg h2 span {
	padding-bottom: 40px;
	display: block;
	font-size: 46px;
	line-height: 1.5;
	background: url("../img/icon11.png") no-repeat center bottom 12px;
}

.pagePath {
	margin-bottom: 90px;
	background-color: #f4f4f4;
}

.pagePath .width {
	max-width: 1430px;
	margin: 0 auto;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pagePath .pagelink {
	padding: 5px 0 5px 45px;
	background: url("../img/icon12.png") no-repeat left top 2px;
}

.pagePath .pagelink a:hover {
	color: #489f21;
}

.pagePath .pagetel {
	padding-left: 50px;
	font-size: 18px;
	color: #489f21;
	background: url("../img/icon13.png") no-repeat left center;
}

.pagePath .pagetel span {
	font-size: 24px;
	font-family: Impact, "sans-serif";
	letter-spacing: 1px;
}

.aboutPage .h2Ttl {
	padding-bottom: 20px;
	margin-bottom: 40px;
	color: #489f21;
	font-size: 55px;
	position: relative;
}

.aboutPage .h2Ttl:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 103px;
	height: 5px;
	background-color: #e35209;
}

.aboutPage .h2Ttl span {
	line-height: 100px;
	font-size: 76px;
	color: #dddddd;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	font-family: Impact, "sans-serif";
}

.aboutPage .sec01 {
	margin-bottom: 110px;
	display: flex;
	justify-content: space-between;
}

.aboutPage .sec01 .photobox {
	width: 44.6%;
}

.aboutPage .sec01 .photobox img {
	width: 100%;
}

.aboutPage .sec01 .txtbox {
	margin-top: -20px;
	width: 51%;
}

.aboutPage .sec01 .txtbox p {
	font-size: 18px;
	line-height: 34px;
	color: #666;
	text-indent: 20px;
	text-align: justify;
}

.aboutPage .sec01 .txtbox p:not(:last-child) {
	margin-bottom: 25px;
}

.aboutPage .sec02 .h2Ttl {
	text-align: center;
}

.aboutPage .sec02 .h2Ttl:before {
	left: 50%;
	margin-left: -51px;
}

.aboutPage .sec02 .inner {
	display: flex;
	justify-content: space-between;
	background: #eeeeee url("../img/bg12.png") no-repeat right bottom;
}

.aboutPage .sec02 .inner .lbox {
	width: 44.2%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.aboutPage .sec02 .inner .rbox {
	width: 55.8%;
	padding: 50px 15px 50px 9%;
	box-sizing: border-box;
}

.aboutPage .sec02 .inner .rbox li {
	margin: 30px 0;
	font-size: 20px;
	color: #666;
}

.aboutPage .sec02 .inner .rbox li span {
	font-weight: bold;
}

/* .contactPage .comImg .width {
	justify-content: flex-end;
} */

.contactPage .sec01 {
	display: flex;
}

.contactPage .sec01 .ditu {
	width: 61%;
}

.contactPage .sec01 #allmap {
	width: 100%;
	height: 100%;
	border: none;
}

.contactPage .sec01 #allmap img {
	width: 100%;
	height: 100%;
	
	object-fit: cover;
	object-position: center;
}

.contactPage .sec01 .txtbox {
	width: 39%;
	background-color: #489f21;
	color: #fff;
	box-sizing: border-box;
	padding: 50px 2.5%;
}

.contactPage .sec01 .txtbox a {
	color: #fff;
}

.contactPage .sec01 .txtbox h2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 26px;
}

.contactPage .sec01 .txtbox h2 span {
	margin-top: 10px;
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.contactPage .sec01 .txtbox li {
	padding-left: 40px;
	position: relative;
	font-size: 18px;
	line-height: 40px;
}

.contactPage .sec01 .txtbox li img {
	position: absolute;
	left: 0;
	top: 6px;
}

.contactPage .sec01 .txtbox .code {
	margin-top: 20px;
	text-align: right;
}

.contactPage .sec01 .txtbox .inner {
	display: inline-block;
	text-align: center;
}

.contactPage .sec01 .txtbox .inner .inner {
	margin-right: 1%;
	width: 48%;
}

.contactPage .sec01 .txtbox .code p {
	font-size: 18px;
	margin-top: 5px;
}

/*pages*/
.pagination-wrapper {
	margin: 30px 0 0;
}

/* .pagination {
	text-align: center;
}

.pagination li {
	margin-top: 5px;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
	border: 1px solid #dddddd;
	padding: 0 12px;
	text-decoration: none;
}

.pagination li a {
	display: inline;
	display: block;
	font-size: 16px;
	color: #555555;

}

.pagination li a:hover {
	color: #489f21;
}

.pagination li.thisclass {
	background: #489f21;
	color: #fff;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	text-decoration: none;
}

.pagination li.thisclass a,
.pagination li.thisclass a:hover {
	background: transparent;
	border-color: #1B82FF;
	color: #fff;
	cursor: default;
} */

/* .videoPage .comImg .width {
	justify-content: flex-start;
	max-width: 1200px;
} */

/* .videoPage .comImg h2 {
	padding-top: 75px;
} */

.videoPage .photoul {
	display: flex;
	flex-wrap: wrap;
}

.videoPage .photoul li {
	width: 31.5%;
	margin: 0 2.75% 40px 0;
}

.videoPage .photoul li:nth-child(3n) {
	margin-right: 0;
}

.videoPage .photoul a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 520px;
}

.videoPage .photoul a>img {
	width: 100%;
	min-height: 520px;
	object-fit: cover;
	object-position: center;
}

.videoPage .photoul p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: #489f21;
	box-sizing: border-box;
	padding: 15px 5px;
	letter-spacing: 2px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.videoPage .photoul a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35) url("../img/icon18.png") no-repeat center top 200px;
	content: "";
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.videoPage .photoul a:hover p {
	font-size: 20px;
	font-weight: bold;
	bottom: 50px;
	background-color: transparent;
}

.videoPage .photoul a:hover:before {
	opacity: 1;
}

/* .newsPage .comImg .width {
	max-width: 1000px;
	justify-content: flex-start;
} */

.newsPage .newsul li {
	border-bottom: 1px solid #e6e6e6;
}

.newsPage .newsul .width {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newsPage .newsul a {
	padding: 30px 15px;
	display: block;
}

.newsPage .newsul .photo {
	width: 18.7%;
	height: 261px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.newsPage .newsul .photo img {
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 100%;
}

.newsPage .newsul .txtbox {
	width: 78%;
	position: relative;
}

.newsPage .newsul .txtbox h3 {
	margin-bottom: 20px;
	font-size: 26px;
	padding-right: 130px;
}

.newsPage .newsul .txtbox .time {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 18px;
	color: #999;
}

.newsPage .newsul .txtbox p {
	font-size: 18px;
	color: #666;
	line-height: 28px;
	letter-spacing: 1px;
}

.newsPage .newsul .txtbox .link {
	text-align: right;
	margin-top: 20px;
}

.newsPage .newsul .txtbox .link span {
	padding: 15px 5px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	width: 220px;
	background-color: #e35209;
	color: #fff;
}

.newsPage .newsul a:hover {
	background-color: #e35209;
}

.newsPage .newsul a:hover h3,
.newsPage .newsul a:hover p {
	color: #fff;
}

.newsPage .newsul a:hover .link span {
	background-color: #ffa800;
}

.newsPage .info img {
	display: block;
	margin: 0 auto;
	height: auto !important;
}

.newsPage .info {
	line-height: 30px;
	font-size: 18px;
}

.newsPage .info * {
	line-height: 30px !important;
	font-size: 18px !important;
	color: #333 !important;
}

.headLine02 {
	margin-bottom: 35px;
	text-align: center;
	font-size: 38px;
	letter-spacing: 1px;
}

.comNote {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}

.comNote li {
	font-size: 18px;
	color: #999;
	margin: 0 40px;
}

.comNote li img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
}

.comPage {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.comPage li {
	max-width: 48%;
}

.comPage a {
	padding: 23px 0;
	display: block;
	color: #666;
	font-size: 18px;
}

.comPage .prev a {
	padding-left: 120px;
	background: url("../img/prev02.png") no-repeat left center;
}

.comPage .prev a:hover {
	background-image: url("../img/prev02_on.png");
}

.comPage .next a {
	padding-right: 120px;
	background: url("../img/next02.png") no-repeat right center;
}

.comPage .next a:hover {
	background-image: url("../img/next02_on.png");
}

.comPage a:hover {
	color: #ffa905;
}

.honorPage .comImg .width {
	max-width: 1130px;
	justify-content: flex-end;
}

.honorPage .listul {
	display: flex;
	flex-wrap: wrap;
}

.honorPage .listul li {
	width: 31.5%;
	margin: 0 2.75% 40px 0;
}

.honorPage .listul li:nth-child(3n) {
	margin-right: 0;
}

.honorPage .listul a {
	height: 325px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}

.honorPage .listul img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.honorPage .listul p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	font-size: 18px;
	background-color: #489f21;
	padding: 10px 5px;
	letter-spacing: 1px;
}

.honorPage .listul a:hover p {
	background-color: #ffa800;
}

.honorPage .info img {
	display: block;
	margin: 0 auto;
	height: auto !important;
}

.honorPage .info {
	line-height: 30px;
	font-size: 18px;
}

.honorPage .info * {
	line-height: 30px !important;
	font-size: 18px !important;
	color: #333 !important;
}

.casePage .comImg .width {
	max-width: 800px;
	justify-content: flex-end;
}

.casePage .listul {
	display: flex;
	flex-wrap: wrap;
}

.casePage .listul li {
	width: 30.7%;
	margin: 0 3.95% 40px 0;
}

.casePage .listul li:nth-child(3n) {
	margin-right: 0;
}

.casePage .listul a {
	display: block;
	background-color: #f4f4f4;
	height: 100%;
}

.casePage .listul .photo {
	height: 520px;
	overflow: hidden;
}

.casePage .listul .photo img {
	width: 100%;
	min-height: 520px;
}

.casePage .listul .txtbox {
	padding: 15px;
}

.casePage .listul h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.casePage .listul p {
	font-size: 14px;
	color: #666;
	line-height: 21px;
}

.casePage .listul a:hover {
	background-color: #ffa800;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}

.casePage .listul a:hover h3,
.casePage .listul a:hover p {
	color: #fff;
}

.casePage .info img {
	display: block;
	margin: 0 auto;
	height: auto !important;
}

.casePage .info {
	line-height: 30px;
	font-size: 18px;
}

.casePage .info * {
	line-height: 30px !important;
	font-size: 18px !important;
	color: #333 !important;
}

.casePage .info ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.casePage .info ul li {
	max-width: 40%;
	margin: 0 5% 50px;
}

/* .productPage .comImg .width {
	justify-content: flex-end;
	max-width: 960px;
} */

.productPage .sidebar {
	width: 21%;
	box-sizing: border-box;
	border: 2px solid #489f21;
	padding-bottom: 40px;
	float: left;
}

.productPage .sidebar .ttl {
	padding: 15px 5px;
	color: #fff;
	text-align: center;
	background: #489f21 url("../img/bg19.png") no-repeat right center;
}

.productPage .sidebar .ttl .txt {
	margin-bottom: 5px;
	padding-bottom: 10px;
	position: relative;
	font-size: 24px;
	display: block;
}

.productPage .sidebar .ttl .txt:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #fff;
	content: "";
	width: 40px;
	height: 1px;
	margin-left: -20px;
}

.productPage .sidebar .ttl .en {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}

.productPage .sidebar .sideul li {
	border-bottom: 1px solid #999;
}

.productPage .sidebar .sideul a {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #999;
}

.productPage .sidebar .sideul span {
	display: block;
	padding: 17px 55px;
}

.productPage .sidebar .sideul .on a,
.productPage .sidebar .sideul a:hover {
	color: #fff;
	background-image: -moz-linear-gradient(0deg, rgb(228, 86, 9) 0%, rgb(255, 168, 0) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(228, 86, 9) 0%, rgb(255, 168, 0) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(228, 86, 9) 0%, rgb(255, 168, 0) 100%);
}

.productPage .sidebar .sideul .on span,
.productPage .sidebar .sideul a:hover span {
	background: url("../img/bg20.png") no-repeat right 15px center;
}

.productPage .sidebar .text {
	margin: 20px 15px;
	line-height: 34px;
	word-break: break-all;
}

.productPage .sidebar .tel {
	margin: 24px 15px;
}

.productPage .sidebar .tel span {
	display: block;
	font-size: 38px;
	color: #e35209;
	font-family: Impact, "sans-serif";
	margin-top: 10px;
}

.productPage .sidebar .code {
	text-align: center;
}

.productPage .sidebar .code img {
	max-width: 145px;
}

.productPage .conts {
	width: 76%;
	float: right;
}

.productPage .conts .listul {
	display: flex;
	flex-wrap: wrap;
}

.productPage .conts .listul li {
	width: 31%;
	margin: 0 3.5% 35px 0;
}

.productPage .conts .listul li:nth-child(3n) {
	margin-right: 0;
}

.productPage .conts .listul a {
	display: block;
	position: relative;
	height: 400px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
}

.productPage .conts .listul img {
	/* min-height: 400px; */
	width: 75%;
	object-fit: cover;
	object-position: center;
}

.productPage .conts .listul p {
	padding: 10px 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	background-color: #489f21;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.productPage .conts .listul a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(227, 82, 9, 0.3) url("../img/img02.png") no-repeat center center;
	background-size: 160px auto;
	content: "";
	z-index: 5;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.productPage .conts .listul a:hover:before {
	opacity: 1;
}

.productPage .conts .listul a:hover p {
	opacity: 0;
}

.productPage .imgbox .photo {
	margin-bottom: 30px;
	text-align: center;
}

.productPage .imgbox .photo img {
	height: auto !important;
}

.productPage .imgbox .txtbox img {
	display: block;
	margin: 0 auto;
	height: auto !important;
}

.productPage .imgbox .txtbox {
	line-height: 30px;
	font-size: 18px;
}

.productPage .imgbox .txtbox * {
	line-height: 30px !important;
	font-size: 18px !important;
	color: #333 !important;
}

.productPage .info {
	display: none;
}


@font-face {
	font-family: 'icomoon';
	src: url('../font/icomoon%EF%B9%96qradjf.eot');
	src: url('../font/icomoon%EF%B9%96qradjf.eot#iefix') format('embedded-opentype'),
		url('../font/icomoon%EF%B9%96qradjf.ttf') format('truetype'),
		url('../font/icomoon%EF%B9%96qradjf.woff') format('woff'),
		url('../font/icomoon%EF%B9%96qradjf.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.demo-icon {
	font-family: "icomoon";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 24px;
	color: #999;
}

/*new right*/
.cndns-right {
	position: fixed;
	right: 1px;
	top: 40%;
	margin-top: -100px;
	z-index: 100
}

.cndns-right-meau {
	position: relative;
}

.cndns-right-btn {
	width: 48px;
	height: 48px;
	border: 1px solid #ddd;
	text-align: center;
	display: block;
	margin-bottom: 6px;
	position: relative;
	background-color: #fff
}

.cndns-right-btn span {
	color: #848484;
	font-size: 26px;
	line-height: 48px;
}

.cndns-right-btn sup {
	display: block;
	min-width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	border-radius: 50%;
	background-color: #ff6800;
	position: absolute;
	left: -12px;
	top: -12px;
}

.cndns-right-btn p {
	color: #ff6800;
	font-size: 14px;
	line-height: 18px;
	padding-top: 5px;
	display: none;
}

.cndns-right-meau:hover .cndns-right-btn span {
	display: none
}

.cndns-right-meau:hover .cndns-right-btn p {
	display: block;
}

.meau-sev .cndns-right-btn {
	border-color: #ff6800;
	background: url(../img/kefu.gif) no-repeat #ff6800 center;
}

.meau-sev .cndns-right-btn p {
	color: #fff
}

.meau-sev .cndns-right-btn span {
	color: #fff
}

.meau-top .cndns-right-btn span {
	font-size: 12px;
	line-height: 12px;
	padding-top: 10px;
	display: block
}

.meau-top .cndns-right-btn i {
	display: block;
	color: #999
}

.meau-top.cndns-right-meau:hover .cndns-right-btn {
	background-color: #ff6800
}

.meau-top.cndns-right-meau:hover .cndns-right-btn span {
	display: block;
	color: #fff
}

.meau-top.cndns-right-meau:hover .cndns-right-btn i {
	color: #fff;
}

.cndns-right-box {
	position: absolute;
	top: -15px;
	right: 48px;
	padding-right: 25px;
	display: none;
}

.cndns-right-box .box-border {
	border: 1px solid #ccc;
	border-top: 4px solid #ff6800;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	position: relative
}

.cndns-right-box .box-border .arrow-right {
	display: block;
	width: 13px;
	height: 16px;
	background: url(../img/arrow.png) no-repeat;
	position: absolute;
	right: -13px;
	top: 26px;
}

.cndns-right-box .box-border .sev-t {
	overflow: hidden;
}

.cndns-right-box .box-border .sev-t span {
	font-size: 42px;
	float: left;
	display: block;
	line-height: 56px;
	margin-right: 8px;
	color: #d3d3d3
}

.cndns-right-box .box-border .sev-t p {
	float: left;
	color: #ff6800;
	font-size: 24px;
	line-height: 28px;
}

.cndns-right-box .box-border .sev-t p i {
	display: block;
	font-size: 14px;
	color: #aaa;
}

.cndns-right-box .box-border .sev-b {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #e4e4e4
}

.cndns-right-box .box-border .sev-b h4 {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 15px;
}

.meau-sev .cndns-right-box .box-border {
	width: 230px;
}

.meau-contact .cndns-right-box .box-border {
	width: 230px;
}

.cndns-right-meau:hover .cndns-right-box {
	display: block
}

.meau-code .cndns-right-box {
	top: inherit;
	bottom: -35px;
}

.meau-code .cndns-right-box .box-border {
	width: 156px;
	text-align: center;
	border-top: 1px solid #ccc;
}

.meau-code .cndns-right-box .box-border i {
	display: block;
	color: #ff6800;
	font-size: 16px;
	line-height: 16px;
	margin-top: 16px;
}

.meau-code .cndns-right-box .box-border .arrow-right {
	top: inherit;
	bottom: 50px;
}

.meau-sev .cndns-right-btn .demo-icon {
	display: none;
}

.meau-sev:hover .cndns-right-btn {
	background: #ff6800
}



/* 工具栏 */
#toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	left: 0;
	display: none;
}

#toolbar .list {
	display: flex;
	background: #ffa905;
}

#toolbar .list li {
	width: 25%;
	text-align: center;
}

#toolbar .list a {
	display: block;
	padding: 5px;
}

#toolbar .list a span {
	text-align: center;
	color: #fff;
	display: block;
	font-size: 14px;
}

#toolbar .list a img {
	display: block;
	margin: 5px auto;
}

#toolbar .list li:hover {
	background: #489f21;
}

/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0, 0, 0, .6);
}

#wxnr .nrdf {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 300px;
	height: 300px;
	padding: 20px 10px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
	box-sizing: border-box;
	margin: -150px auto 0;
}

#wxnr img {
	width: 135px;
	height: 135px;
	display: block;
	margin: 0 auto;
}

#wxnr p {
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

#wxnr i {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 100%;
	cursor: pointer;
}

#wxnr span {
	display: inline-block;
	padding: 0 5px;
	background-color: #ffa905;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

/*复制提示*/
#weixin {
	position: fixed;
	top: 50%;
	margin-top: -26px;
	z-index: 9999999;
	font-size: 16px;
	color: #fff;
	width: 90%;
	right: 5%;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 5px;
	display: none;
	line-height: 50px;
}




.pagination {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	margin: 4rem 0 2rem 0;
}

.pagination>li>a,
.pagination>li>span {
	font-size: 16px;
	min-width: 20px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	border: 1px solid whitesmoke !important;
	padding: 0 10px;
	transition: ease-out .36s;
	color: rgba(102, 102, 102, 1);
	width: auto !important;
	border-radius: 0px;
}

.pagination>.active>a,
.pagination>li>a:hover,
.pagination>.active>a:focus,
.pagination>li>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	background: #489f21;
	color: #fff;
}