* {
	-webkit-box-sizing: border-box;
	/*设置盒模型的实际大小不受border,padding的影响*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	width: 100%;
}

/* @font-face{
	font-family: '思源黑体';
	src: url('../font/SourceHanSansCN-Bold_1.otf'),
		 url('../font/SourceHanSansCN-ExtraLight_1.otf'),
		 url('../font/SourceHanSansCN-Heavy_1.otf'),
		 url('../font/SourceHanSansCN-Light_1.otf'),
		 url('../font/SourceHanSansCN-Medium_1.otf'),
		 url('../font/SourceHanSansCN-Normal_1.otf'),
		 url('../font/SourceHanSansCN-Regular_1.otf')
} */
@font-face {
	font-family: "SourceHanSansCN-Medium";
	src: url('../font/SourceHanSansCN-Medium.eot');
	src:
		url('../font/SourceHanSansCN-Medium.eot?#font-spider') format('embedded-opentype'),
		url('../font/SourceHanSansCN-Medium.woff') format('woff'),
		url('../font/SourceHanSansCN-Medium.ttf') format('truetype'),
		url('../font/SourceHanSansCN-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "SourceHanSansCN-Heavy";
	src: url('../font/SourceHanSansCN-Heavy.eot');
	src:
		url('../font/SourceHanSansCN-Heavy.eot?#font-spider') format('embedded-opentype'),
		url('../font/SourceHanSansCN-Heavy.woff') format('woff'),
		url('../font/SourceHanSansCN-Heavy.ttf') format('truetype'),
		url('../font/SourceHanSansCN-Heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "SourceHanSansCN-Bold";
	src: url('../font/SourceHanSansCN-Bold.eot');
	src:
		url('../font/SourceHanSansCN-Bold.eot?#font-spider') format('embedded-opentype'),
		url('../font/SourceHanSansCN-Bold.woff') format('woff'),
		url('../font/SourceHanSansCN-Bold.ttf') format('truetype'),
		url('../font/SourceHanSansCN-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "SourceHanSansCN-ExtraLight";
	src: url('../font/SourceHanSansCN-ExtraLight.eot');
	src:
		url('../font/SourceHanSansCN-ExtraLight.eot?#font-spider') format('embedded-opentype'),
		url('../font/SourceHanSansCN-ExtraLight.woff') format('woff'),
		url('../font/SourceHanSansCN-ExtraLight.ttf') format('truetype'),
		url('../font/SourceHanSansCN-ExtraLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "SourceHanSansCN-Regular";
	src: url('../font/SourceHanSansCN-Regular.eot');
	src:
		url('../font/SourceHanSansCN-Regular.eot?#font-spider') format('embedded-opentype'),
		url('../font/SourceHanSansCN-Regular.woff') format('woff'),
		url('../font/SourceHanSansCN-Regular.ttf') format('truetype'),
		url('../font/SourceHanSansCN-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "SourceHanSansCN-Normal";
	src: url('../font/SourceHanSansCN-Normal.eot');
	src:
		url('../font/SourceHanSansCN-Normal.eot?#font-spider') format('embedded-opentype'),
		url('../font/SourceHanSansCN-Normal.woff') format('woff'),
		url('../font/SourceHanSansCN-Normal.ttf') format('truetype'),
		url('../font/SourceHanSansCN-Normal.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "SourceHanSansCN-Light";
	src: url('../font/SourceHanSansCN-Light.eot');
	src:
		url('../font/SourceHanSansCN-Light.eot?#font-spider') format('embedded-opentype'),
		url('../font/SourceHanSansCN-Light.woff') format('woff'),
		url('../font/SourceHanSansCN-Light.ttf') format('truetype'),
		url('../font/SourceHanSansCN-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	/* font-family: Arial, Lucida, Verdana, Helvetica, sans-serif, "微软雅黑", "宋体"; */
	font-family: "SourceHanSansCN-Normal";
	font-size: 13.6px;
	line-height: 1.9;
	color: #333333;
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
	/*滚动条快速滚动和回弹*/
}

/* ----- html5 elements reset ------ */
article,
aside,
details,
figcaption,
figure,
header,
section,
footer,
hgroup,
main,
nav,
summary {
	display: block;
}


audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	/*隐藏所有没有显示控件的audio标签*/
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: #333333;
	outline: none;
}

a:active {
	outline: 0;
}

img {
	display: block;
	border: 0;
	width: 100%;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/*继承父级字体颜色和字体复合属性*/
	font: inherit;
}

button {
	overflow: visible;
	/*额外间距消除*/
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/*类似按钮效果[模拟]*/
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/*低版本FireFox:button input文字垂直居中*/
	border: 0;
	padding: 0;
	margin: 0;
}

select {
	border: 0;
}

select::-ms-expand {
	display: none;
}

input,
textarea,
button,
select {
	outline: medium;
}

input,
select {
	outline: medium;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/*设置盒模型的实际大小不受border,padding的影响*/
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	/*webkit-appearance: 改变元素外观[类似模拟]*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type='checkbox']:focus {
	outline: none;
}

textarea {
	overflow: auto;
	resize: none;
}

/* ------ table reset ------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* ------ /table reset ------*/

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none outside none;
}

li {
	position: relative;
}

h1,
h2,
h3 {
	font-weight: normal;
}

h1,
h2 {
	text-align: center;
}

/* ------ placeholder提示信息 ------*/
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

/**/
::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ccc;
}

/* ---------------------------------------------*/
sup {
	font-size: 50%;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.clear:after {
	display: block;
	content: "";
	clear: both;
}

@media (max-width: 767px) {
	.bdhui {
		background: #f5f5f5;
	}
}

a:hover,
a:focus {
	text-decoration: none;
	color: inherit;
}

.body {
	min-height: 100vh;
	position: relative;
	padding-top: 50px;
}

html,
body {
	height: 100%;
}

/*导航*/
.navbar-default {
	border: 0;
	border-bottom: 1px solid #efefef;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.container-fluid {
	padding: 0;
	background: #fff;
}

.container>.navbar-collapse,
.container>.navbar-header {
	margin: 0 15px;
}

.container-fluid>.navbar-header {
	margin: 0;
	padding-top: 20px;
	background: #fff;
}

.navbar-brand {
	padding: 0;
	height: 36px;
}

.navbar-brand>img {
	height: 100%;
	width: auto;
}

.navbar-toggle {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
}

.carousel-indicators {
	bottom: 0;
}

.expand_mb {
	padding: 0 0 0 30px;
}

.expand_mb a {
	color: #777;
}

.expand_mc {
	padding: 0 0 0 15px;
}

.expand_mc a {
	color: #777;
}

/*语言*/
.dropdown {
	float: left;
	margin: 25px 0 0 4%;
}

.dropdown>a {
	display: block;
	width: 118px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #62bf28;
	border-radius: 3px;
	color: #999;
	padding: 0 0 0 8px;
	background: url("../image/xl.png") #fff center right no-repeat;
	background-position-x: 92px;
}

.dropdown .caret {
	display: none;
}

.dropdown .dropdown-menu {
	min-width: 100%;
	padding: 5px 0;
	margin: 0;
	background: #676767;
	top: 28px;
	border-radius: 0 0 4px 4px;
}

.dropdown .dropdown-menu>li>a {
	color: #c9c9c9;
	padding: 5px 0 5px 8px;
	width: 100%;
	line-height: 18px;
	display: inline-block;
}

.dropdown>a>i,
.dropdown .dropdown-menu>li>a>i {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	float: left;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	display: none;
}

.dropdown>a>i {
	margin-top: 5px;
	margin-right: 5px;
}

.ch {
	background-image: url(../image/ch.png);
}

.usa {
	background-image: url(../image/usa.png);
}

.fr {
	background-image: url(../image/fr.png);
}

.es {
	background-image: url(../image/es.png);
}

.tr {
	background-image: url(../image/tr.png);
}

.dropdown .dropdown-menu>li>a:hover,
.dropdown .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #62bf28;
	background: transparent;
}

/**/
.container-fluid>.navbar-collapse {
	padding: 0;
	margin: 0;
}

.navbar-nav {
	margin: 0;
	background: #fff;
}

.nav>li {
	margin-left: 20px;
}

.navbar-nav>li>a {
	position: relative;
	display: block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	border: 1px solid transparent;
	border-bottom: 0;
	background-color: #fff;
}

.navbar-default .navbar-nav li>a:focus,
.navbar-default .navbar-nav li>a:hover {
	color: #62bf28;
	background-color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.xl-menu .active a {
	color: #62bf28;
	background: none;
}

.navbar-default .navbar-nav li>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #777;
	background-color: #fff;
}

.navbar-nav>li.open>a>b {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-webkit-transform: rotate(180deg);
	/* Safari and Chrome */
	transition-duration: .1s;
	-moz-transition-duration: .1s;
	/* Firefox 4 */
	-webkit-transition-duration: .1s;
	/* Safari 和 Chrome */
	-o-transition-duration: .1s;
	/* Opera */
}

.navbar-nav>li>.dropdown-menu {
	margin: -1px 0 0;
	border: 1px solid #f5f5f5;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.navbar-nav .dropdown-menu>li {
	position: relative;
}

.navbar-nav .dropdown-menu>li>a,
.menu-sd>li>a,
.menu-td>li>a {
	display: block;
	padding: 0 15px;
	line-height: 35px;
	color: #777;
	clear: both;
	font-weight: 400;
	white-space: nowrap;
}

.navbar-nav .dropdown-menu>li>a:hover {
	color: #62BF28;
	background: inherit;
}

.navbar-nav .dropdown-menu .open a {
	background-color: #f5f5f5;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #62bf28;
}

.menu-sd {
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-top: 0;
	display: none;
}

.navbar-nav .dropdown-menu .open .menu-sd {
	display: block;
}

.menu-td {
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-top: 0;
	display: none;
}

.navbar-nav .menu-sd .open .menu-td {
	display: block;
}

.navbar-default .navbar-toggle:focus {
	background: #fff;
}

.prodtitleyc {
	line-height: 1.5;
	font-size: 14px;
	width: 260px;
	margin-left: -30px;
	/* line-height: 1.4;
	font-size: 12px; */
	transform: scale(0.8);
	color: #000000;
}

@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding: 0 15px;
		font-size: 15px;
		margin-top: 30px;
	}

	.body {
		padding-top: 0;
	}

	.carousel-indicators {
		bottom: 20px;
	}

	.dropdown>a {
		line-height: 28px;
	}

	.collapse {
		float: right;
	}

	.navbar-default .navbar-nav>.open>a,
	.navbar-nav>.open>a:hover {
		border: 1px solid #f5f5f5;
		border-bottom: 0;
		z-index: 2000;
	}
}

@media (max-width: 767px) {
	.navbar-default {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 20;
		background: #fff;
		border-bottom: 1px solid #eee;
	}

	.navbar-brand {
		height: 38px;
	}

	.dropdown {
		margin: 0;
		position: absolute;
		left: 120px;
		top: 14px;
		z-index: 100;
	}

	.dropdown .caret {
		display: inline-block;
		position: absolute;
		top: 14px;
		right: 5px;
		color: #62bf28;
	}

	.dropdown>a {
		width: 100px;
		background: none;
		padding: 0 0 0 4px;
	}

	.dropdown .dropdown-menu>li>a {
		padding: 4px 0 4px 5px;
	}

	.dropdown .dropdown-menu>li>a>i {
		margin-right: 5px;
	}

	.dropdown-menu {
		right: 0;
		left: auto;
	}

	.container-fluid>.navbar-header {
		padding: 8px 0 4px;
	}

	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
		border: 0;
	}
}

@media (min-width: 1200px) {
	.main {
		width: 1200px;
		margin: 0 auto;
		padding: 0;
	}
}

@media (max-width: 1366px) {
	.main {
		width: 92%;
		margin: 0 4%;
	}
}

@media (max-width: 767px) {

	.navbar-default .navbar-nav li>a:focus,
	.navbar-default .navbar-nav li>a:hover {
		color: #777;
		background-color: transparent;
	}

	.navbar-default .navbar-nav li>a:active {
		color: #62bf28;
	}

	.navbar-collapse {
		position: fixed;
		top: 50px;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 0;
		background: rgba(0, 0, 0, .3);
	}

	.xl-menu {
		display: block;
	}
}

/*******************************************************/

/*底部*/
.abs {
	height: 200px;
}

.foot {
	width: 100%;
	background: #676767;
	color: #aaa;
	padding: 30px 0 20px;
	position: absolute;
	bottom: 0;
}

.foot p.f-right {
	text-align: center;
	margin-left: 3%;
	display: none;
}

.foot p.f-right img {
	display: inline;
	width: 50px;
}

.foot p.f-right span {
	display: none;
	font-size: 12px;
}

.foot p {
	text-align: left;
}

.foot .main>a {
	color: #aaa;
	/* font-family: "Arial, Lucida, Verdana, Helvetica, sans-serif"; */
	font-family: "SourceHanSansCN-Light";
	float: none;
	font-size: 15px;
}

.foot p>a {
	color: #aaa;
	margin: 0 10px;
}

.foot a.telicon {
	background: url(../image/tel.png) no-repeat left center;
	background-size: 20px;
	font-style: italic;
	font-weight: bold;
	padding-left: 25px;
}

.foot p>a>img {
	display: inline-block;
	margin: 0 5px;
}

.foot hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #aaa;
}

.foot .main>a.ppcy {
	background: none;
	font-style: inherit;
	font-weight: inherit;
	padding-left: 0;
	margin-top: -25px
}

.foot a.ppcy:hover {
	color: #62bf28;
}

.foot .webAddress{
	display: flex;
}

.foot .icons {
	display: flex;
	margin-left: auto;
	gap: 0 15px;
}

.foot .icons .social {
	width: auto;
	height: 20px;
	object-fit: contain;
}

.foot .icons a:nth-child(3) .social {
	padding: 2px 0;
}


@media (min-width: 768px) {
	.foot p.f-right {
		display: block;
	}

	.foot p.f-right img {
		width: 100px;
	}

	.foot p.f-right span {
		display: block;
	}

	.foot a.f-right {
		float: right;
	}
}

@media (max-width: 767px) {
	.foot {
		font-size: 12px;
		padding: 15px 0;
	}

	.foot a.f-right {
		font-size: 12px;
		background-size: 15px;
		padding-left: 15px;
	}

	.foot hr {
		margin: 5px 0;
	}

	.abs {
		height: 200px;
	}

	.foot .webAddress{
		flex-direction: column;
		gap: 10px;
	}

	.foot .icons {
		margin-left: 0;
	}
}

/*二维码*/
#wxin {
	position: absolute;
	top: 600px;
	right: 0;
	box-shadow: -2px 2px 10px #ddd;
	-moz-box-shadow: -2px 2px 10px #ddd;
}

#wxin div {
	width: 150px;
	height: 203px;
	background: url(../image/fd.jpg) no-repeat center;
	background-size: 150px 203px;
}

@media (max-width: 767px) {
	#wxin {
		display: none;
	}
}

/*****************************/
/*轮播*/
.bantext {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.container {
	height: 100%;
	display: table;
	text-align: right;
}

.bantext-con {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

.bantext-con h2 {
	text-align: right;
}

.bantext-con p {
	font-size: 18px;
	margin-top: 6px;
}

.animation-top {
	animation: slide-top 1.5s ease-out;
	-moz-animation: slide-top 1.5s ease-out;
	-webkit-animation: slide-top 1.5s ease-out;
	-o-animation: slide-top 1.5s ease-out;
	animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
}

.animation-bottom {
	animation: slide-bottom 1.5s ease-out;
	-moz-animation: slide-bottom 1.5s ease-out;
	-webkit-animation: slide-bottom 1.5s ease-out;
	-o-animation: slide-bottom 1.5s ease-out;
	animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
}

.carousel-inner>.item>img {
	width: 100%;
}

.carousel-control {
	top: 40%;
	width: 30px;
	height: 50px;
	line-height: 45px;
	font-size: 30px;
	opacity: 0;
}

.carousel-control.left,
.carousel-control.right {
	background: rgba(255, 255, 255, .5);
}

.carousel-control.right {
	right: 20px;
}

.carousel-control.left {
	left: 20px;
}

.carousel:hover .carousel-control {
	opacity: 1;
	filter: alpha(opacity=1);
	transition: opacity .5s ease;
}

@media (max-width: 900px) {
	.carousel-control {
		width: 20px;
		height: 40px;
		line-height: 35px;
		font-size: 25px;
	}

}

@media (max-width: 767px) {
	.carousel:hover .carousel-control {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

/*首页产品轮播*/
.slick {
	padding: 35px 0 20px;
}

.conhr hr {
	margin: 60px 0 0 0;
	border-top: 1px solid #62bf28;
}

.conhr span {
	display: table;
	margin: auto;
	font-size: 24px;
	line-height: 40px;
	margin-top: -20px;
	background: #fff;
	padding: 0 25px;
	/*text-transform: uppercase;*/
}

.conhr .desc {
	text-align: center;
	margin-top: 0;
}

@media (max-width: 767px) {
	.conhr hr {
		display: none;
	}

	.conhr span {
		line-height: 35px;
		font-size: 16px;
		color: #62bf28;
		border-radius: 10px;
		position: relative;
		z-index: 10;
		border: 1px solid #62bf28;
	}

	.conhr .desc {
		display: none;
	}

}

.slick-slider {
	position: relative;
	margin: 30px auto;
}

@media (max-width: 767px) {
	.slick-slider {
		margin: -15px auto 0;
	}
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
	position: absolute;
	top: 40%;
	width: 25px;
	height: 25px;
	border: 1px solid #d2d2d2;
	text-align: center;
	font-size: 20px;
	line-height: 22px;
	color: transparent;
	background: #fff;
	display: none;
	background: url(../image/per.png) no-repeat center;
	background-size: 40%;
}

.slick-slider .slick-prev {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
	border: 1px solid #62bf28;
}

.slick-prev {
	left: -20px;
}

.slick-next {
	right: -20px;
}

@media (min-width: 768px) {

	.slick-slider .slick-prev,
	.slick-slider .slick-next {
		display: block;
	}
}

.slick-list {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	overflow: hidden;
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: transform 500ms ease;
}

.service_item {
	width: 100%;
	float: left;
}

.service_item img {
	border: 1px solid #d2d2d2;
	width: 100%;
	height: 200px;
}

.service_item img:hover {
	border: 1px solid #62bf28;
}

.service_item p {
	text-align: center;
	margin-top: 10px;
}

@media (max-width: 767px) {
	.service_item {
		text-align: center;
		background: #fff;
		padding-top: 25px;
		padding-bottom: 15px;
		margin-bottom: 15px;
		display: none;
	}

	.prodtitleyc {
		line-height: 1.5;
		font-size: 14px;
		width: 100%;
		padding: 0 36px;
		transform: scale(1);
	}

	.service_item:first-child,
	.service_item:nth-child(2) {
		display: block;
	}

	.service_item img {
		border: 0;
		width: 50%;
		margin: auto;
	}

	.service_item p {
		margin: 0;
	}

}

@media (min-width: 768px) {
	.service_item {
		width: 200px;
		margin: 0 10px;
	}
}

/*
 @media (min-width: 930px) {
 .service_item {
 width: 265px;
 margin: 0 10px;
 }
 }
 */
/*首页公司介绍*/
.met_body {
	padding: 20px 0;
	background: #fff;
}

.about_img {
	width: 100%;
	float: left;
}

.about_img img {
	width: 100%;
}

.toVideo {
	position: relative;
}

.toVideo img {
	width: 100%;
}

.toVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.about_cont {
	width: 100%;
	float: left;
	margin-top: 25px;
}

@media (min-width: 768px) {
	.met_body {
		padding: 60px 0;
		background: #f2f2f2;
	}

	.about_img {
		width: 33.33333333%;
		padding: 5px;
		border: 1px solid #62bf28;
	}

	.about_cont {
		width: 66.66666667%;
		padding-left: 40px;
		margin: 0;
	}
}

.about_cont h3 {
	text-align: center;
	/*text-transform: uppercase;*/
}

.desc {
	color: #8b8b8b;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 10px;
	text-align: center;
}

.met_editor {
	color: #8b8b8b;
	margin-top: 20px;
	background: none;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	max-height: 150px;
}

@media (min-width: 768px) {

	.about_cont h3,
	.desc {
		text-align: justify;
	}

	.slick .more {
		display: none;
	}

}

.more {
	display: table;
	min-width: 175px;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #62bf28;
	border-radius: 20px;
	text-align: center;
	margin: 15px auto 0;
	/*text-transform: uppercase;*/
}

a.more:hover,
a.more:focus {
	color: #fff;
}

.slick .more,
.ind_body .more {
	margin: 0 auto;
}

.ind_body a.more:hover,
.ind_body a.more:focus {
	color: #62bf28;
}

@media (min-width: 930px) {
	.about_cont .more {
		margin: 40px 0 0 0;
	}
}

/*首页新闻*/
.ind_body {
	background: #fff;
}

.ind_ove {
	overflow: hidden;
}

.ind_body ul {
	margin-top: 40px;
}

.ind_cont {
	width: 50%;
	padding: 15px 0;
}

.ind_cont:nth-child(even) {
	padding-left: 25px;
	float: right;
}

.ind_cont:nth-child(odd) {
	padding-right: 25px;
	float: left;
}

.datl {
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.datl:before {
	position: absolute;
	content: "";
	width: 1em;
	height: 1px;
	background-color: #676767;
	bottom: -1px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ind_cont:hover .datl:before {
	width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.datl span {
	display: inline-block;
	height: 24px;
	text-align: center;
	color: #fff;
	float: left;
}

.datl span:first-child {
	padding: 0 8px;
	line-height: 24px;
	background: #62bf28;
	border-radius: 3px 0 0 3px;
}

.datl span:nth-child(2) {
	padding: 0 6px;
	font-size: 12px;
	line-height: 27px;
	background: #676767;
	border-radius: 0 3px 3px 0;
}

.ind_slide {
	width: 200%;
	transition: margin-left 0.3s ease;
}

.ind_slide ul {
	float: left;
	width: 50%;
}

.ind_ove .ind_cont h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4;
	white-space: nowrap;
}

.ind_cont p {
	color: #8b8b8b;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 70px;
	line-height: 23.33px;
}

.met_body:after,
.ind_body:after,
.datl:after,
.main:after,
.ind_slide:after,
ul:after {
	display: block;
	content: "";
	clear: both;
}

@media (min-width: 768px) {
	.ind_ove {
		border-bottom: 1px solid #ddd;
	}

	.ind_body .more {
		min-width: auto;
		height: auto;
		background: none;
		color: #62bf28;
		font-size: 13px;
		line-height: 22px;
		position: absolute;
		right: 0;
		top: 0;
	}
}

.scontrol {
	display: table;
	margin: 10px auto;
}

@media (max-width: 767px) {
	.ind_body {
		margin-top: 55px;
		padding-bottom: 30px;
		position: relative;
	}

	.ind_body .conhr {
		position: relative;
		top: -20px;
	}

	.ind_body ul {
		margin-top: 0;
	}

	.ind_cont {
		width: 100%;
		padding: 0;
	}

	.ind_slide .ind_cont,
	.ind_body .scontrol {
		display: none;
	}

	.ind_cont:first-child,
	.ind_cont:nth-child(2) {
		display: block;
		padding: 0;
		margin-bottom: 20px;
		background: #fff;
	}
}

.scontrol a {
	display: block;
	width: 22px;
	height: 22px;
	background: url('../image/slzy.png') no-repeat;
	background-size: 22px;
	float: left;
}

.scontrol .prev,
.scontrol .ind-prev {
	margin-right: 5px;
}

.scontrol .next,
.scontrol .ind-next {
	background-position: 0 -22px;
}

.scontrol a:hover {
	opacity: .5;
	filter: alpha(opacity=25);
}

.scontrol .ind-prev {
	opacity: .5;
	filter: alpha(opacity=25);
}

/*------------关于我们-------------*/
.banner {
	position: relative;
	overflow: hidden;
}

.banner.about {
	background: url('../image/ban-about.jpg') no-repeat center;
	background-size: cover;
}

.banner.contact {
	background: url('../image/contact.jpg') no-repeat center;
	background-size: cover;
}

.banner.join {
	background: url('../image/ban-join.jpg') no-repeat center;
	background-size: cover;
}

.banner.news {
	background: url('../image/ban-news.jpg') no-repeat center, url('../image/ban-news.jpg') no-repeat center;
	background-size: cover;
}

.banner.about img,
.banner.contact img,
.banner.join img,
.banner.news img {
	width: 100%;
	min-height: 190px;
	opacity: 0;
	visibility: hidden;
}

.banner div {
	position: absolute;
	top: 33%;
	right: 22%;
	color: #fff;
	font-size: 18px;
	text-align: right;
}

.banner h2 {
	font-size: 24px;
	text-align: right;
	font-weight: 600;
	margin: 10px 0 5px;
}

.banner.news div {
	font-size: 16px;
}

.banner.news h2 {
	font-size: 22px;
}

.banner h1 {
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
}

.banner p {
	line-height: 1.4;
}

@media (max-width: 1366px) {
	.banner div {
		right: 10%;
	}
}

@media (max-width: 1024px) {
	.banner div {
		font-size: 16px;
		background: rgba(0, 0, 0, .2);
		padding: 0 15px 8px;
		border-radius: 5px;
		right: 5%;
	}

	.bantext-bg {
		display: inline-block;
		background: rgba(0, 0, 0, .2);
		padding: 8px 15px 5px;
		border-radius: 5px;
	}
}

@media (min-width: 1023px) {
	.bantext-bg {
		text-shadow: 2px 2px 2px grey;
	}
}

@media (max-width: 767px) {
	.container {
		float: right;
	}

	.banner.about img,
	.banner.contact img,
	.banner.join img,
	.banner.news img {
		width: auto;
		height: 120px;
		min-height: auto;
	}

	.banner h1,
	.banner h2,
	.banner.news h2,
	.bantext-con h2 {
		font-size: 14px;
	}

	.banner p,
	.bantext-con p {
		font-size: 12px;
	}

	.banner.news {
		background: url('../image/mban-new1.jpg') no-repeat center, url('../image/mban-new1.jpg') no-repeat center;
		background-size: cover;
	}
}

@media (max-width: 500px) {
	.banner.join img {
		height: 120px;
		float: right;
		margin-left: 0;
		margin-right: -140px;
		opacity: 1;
		visibility: inherit;
	}
}

.about_body {
	margin-top: 40px;
}

.about_body h4,
.join_cont h4,
.prod_list h4 {
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
	margin: 15px 0 18px;
}

.about_body h4:before,
.join_cont h4:before,
.prod_list h4:before {
	display: inline-block;
	content: "";
	width: 10px;
	height: 18px;
	background: #62bf28;
	vertical-align: top;
	margin-right: 12px;
}

.abji {
	margin-top: 60px;
}

.about_body p {
	margin: 12px 0;
	font-size: 15px !important;
}

/*
 .about_body img {
 float: right;
 width: 40%;
 margin-left: 30px;
 margin-top: 15px;
 }
 */
.about_body .toVideo {
	float: right;
	width: 40%;
	margin-left: 20px;
	margin-top: 15px;
}

.about_body span,
.about_body b {
	font-size: 15px;
}

@media (max-width: 1024px) {
	.abji {
		margin-top: 40px;
	}

	.about_body h4 {
		margin: 10px 0 15px;
	}

	.about_body p {
		margin: 10px 0;
	}
}

@media (max-width: 767px) {
	.about_body h4 {
		padding-bottom: 5px;
	}

	.about_body,
	.abji {
		margin-top: 20px;
	}

	/*
	 .about_body img {
	 margin-left: 15px;
	 margin-top: 10px;
	 }
	 */
	.about_body .toVideo {
		width: 100%;
		margin-left: 15px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

/*---------------联系我们-----------------*/
.cont {
	padding: 0 0 0 30px;
	margin-top: 60px;
	margin-bottom: 50px;
	font-size: 15px;
	position: relative;
}

.cont ul {
	/*	float: left;*/
	/*	margin-bottom: 10px;*/
	width: fit-content;
	display: inline-block;
}

.cont li {
	line-height: 30px;
	margin: 20px 0px;
	font-family: "SourceHanSansCN-Light";
	font-size: 14.5px;
}

.cont #map {
	width: 60%;
	display: none;
	position: absolute;
	bottom: 20px;
	right: 0;
}

.ctit p {
	font-size: 16px;
	font-weight: bolder;
	letter-spacing: 1px;
}

.tel {
	display: inline-block;
	width: 100%;
}

.tel ul {
	width: calc(100% - 40px);
}

.tel div {
	margin: 10px 0px;
}

.tel p {
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	font-family: "SourceHanSansCN-Bold";
	font-size: 14px;
}

.tel2 {
	display: inline-block;
	width: 100%;
}

.tel2 li {
	margin: 15px 0;
	padding-right: 20px;
}

.tel2 li:first-child {
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	font-size: 16px;
	color: #3a3a3a;
}

.msgBoard {
	width: 100%;
	background: #efefef;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 15px 20px 12px;
	position: relative;
}

.msgBoard:after {
	display: block;
	content: "";
	clear: both;
}

.msgBoard p {
	font-size: 16px;
}

.msgBoard>ul {
	width: 70%;
	float: left
}

.msgBoard>ul>li {
	width: 48%;
	float: left;
	margin: 10px 0;
}

.msgBoard>ul>li:nth-child(odd) {
	float: left;
}

.msgBoard>ul>li:nth-child(even) {
	float: right;
}

.msgBoard>ul>li:nth-child(5) {
	width: 100%;
}

.msgBoard>ul>li input {
	width: 100%;
	border: 1px solid #d2d2d2;
	line-height: 35px;
	padding: 0 25px 0 12px;
	text-overflow: ellipsis;
}

.msgBoard>ul>li input:hover,
.msgBoard>ul>li input:focus {
	border: 1px solid #62bf28;
}

.msgBoard>ul>li textarea {
	width: 100%;
	border: 1px solid #d2d2d2;
	background: #fff;
	padding: 5px 12px;
	height: 140px;
}

.msgBoard div>a {
	display: table;
	width: 80%;
	padding: 0 15px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
	background: #62bf28;
	border-radius: 5px;
	text-align: center;
	margin: 18px auto 30px;
}

@media (min-width: 768px) {
	.tel {
		width: 100%;
		border: 1px solid #ddd;
		box-shadow: 10px 10px 5px #ddd;
		-moz-box-shadow: 10px 10px 5px #ddd;
	}

	.tel ul {
		margin: 0 20px;
	}

	.tel div {
		margin: 40px 20px;
		font-size: 14px;
	}

	.cont #map {
		display: block;
	}

	.tel2 {
		width: auto;
	}

	.msgBoard div {
		width: 30%;
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.cont #map {
		position: relative;
		bottom: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.cont {
		padding: 0;
		margin-top: 20px;
		margin-bottom: 0;
	}

	.cont li {
		margin: 0;
	}

	.tel ul {
		width: 100%;
	}

	.msgBoard {
		padding: 12px;
		padding-bottom: 0;
		margin: 5px 0 15px;
		font-size: 14px;
	}

	.msgBoard>ul {
		width: 100%;
	}

	.msgBoard>ul>li {
		margin: 7px 0;
		width: 100%;
	}

	.msgBoard>ul>li input {
		line-height: 30px;
	}

	.msgBoard>ul>li textarea {
		height: 110px;
	}

	.msgBoard div {
		width: 100%;
	}

	.msgBoard div>a {
		width: 100%;
		height: 32px;
		line-height: 32px;
	}
}

.selecta {
	position: relative;
}

.selecta ul {
	width: 100%;
	max-height: 165px;
	overflow-y: auto;
	border: 1px solid #e3e3e3;
	background: #fff;
	position: absolute;
	left: 0;
	z-index: 666;
}

.selecta input {
	cursor: pointer;
	background: url("../image/xlg.png") no-repeat right #fff;
	background-size: 14px 8px;
	background-position-x: 95%;
}

.selecta li {
	width: 100%;
	min-width: 100%;
	margin: 0;
}

.selecta a {
	display: block;
	height: 100%;
	width: 100%;
	padding: 5px 12px;
	line-height: 1.2;
}

.selecta a:hover {
	background: rgba(98, 191, 40, .2);
}

/*---------------加入我们-----------------*/
.tabj,
.tabn {
	border-bottom: 1px solid #62bf28;
}

.tab {
	display: table;
	margin: 25px auto 0;
}

.tab li {
	display: inline-block;
}

.tab li:hover {
	/*    position: relative;
	 top:-15px;
	 */
	-webkit-animation: xzxz 2s ease 0s alternate none infinite;
	-moz-animation: xzxz 2s ease 0s alternate none infinite;
	animation: xzxz 2s ease 0s alternate none infinite;
}

@-webkit-keyframes xzxz {
	from {
		-webkit-transform: perspective(400px) rotateY(0deg);
	}

	to {
		-webkit-transform: perspective(400px) rotateY(360deg);
	}
}

@-moz-keyframes xzxz {
	from {
		-moz-transform: perspective(400px) rotateY(0deg);
	}

	to {
		-moz-transform: perspective(400px) rotateY(360deg);
	}
}

@keyframes xzxz {
	from {
		transform: perspective(400px) rotateY(0deg);
	}

	to {
		transform: perspective(400px) rotateY(360deg);
	}
}

.tab a {
	display: block;
	min-width: 45px;
	height: 70px;
	line-height: 120px;
	overflow: hidden;
}

.about_body b:nth-child(1) {
	font-family: "SourceHanSansCN-Bold";
}

.about_body b:nth-child(2) {
	font-family: "SourceHanSansCN-Bold";
}

.about_body b:nth-child(5) {
	font-family: "SourceHanSansCN-Bold";
}

.about_body b:nth-child(8) {
	font-family: "SourceHanSansCN-Bold";
}

.tab li p {
	text-align: center;
}

.tabj .tab1 {
	background: url(../image/j1.png) no-repeat center top;
	background-size: 45px 45px;
}

.tabj .active .tab1 {
	background: url(../image/j1v.png) no-repeat center top;
	background-size: 45px 45px;
	color: #62bf28;
}

.tabj .tab2 {
	background: url(../image/j2.png) no-repeat center top;
	background-size: 45px 45px;
}

.tabj .active .tab2 {
	background: url(../image/j2v.png) no-repeat center top;
	background-size: 45px 45px;
	color: #62bf28;
}

.join_vc h4 {
	margin: 20px 0 10px;
	font-family: "SourceHanSansCN-Heavy";
}

.join_vc li,
.join_body p {
	margin: 10px 0;
}

.join_vc li {
	background: url(../image/glv.png) no-repeat center left;
	background-size: 15px;
	padding-left: 2em;
}

.join_vc p b {
	font-size: 15px;
	font-family: "SourceHanSansCN-Bold";
}

.join_cont {
	margin-top: 20px;
	line-height: 26px;
}

.join_cont h4 span {
	font-size: 12px;
	color: #c3c3c3;
	float: right;
	margin-top: 10px;
}

.join_body .join_cont p {
	margin: 0;
}

/*--------------------新闻---------------------*/

.tabn .tab1 {
	background: url(../image/n1.png) no-repeat center top;
	background-size: 45px 45px;
}

.tabn .active .tab1 {
	background: url(../image/n1v.png) no-repeat center top;
	background-size: 45px 45px;
	color: #62bf28;
}

.tabn .tab2 {
	background: url(../image/n2.png) no-repeat center top;
	background-size: 45px 45px;
}

.tabn .active .tab2 {
	background: url(../image/n2v.png) no-repeat center top;
	background-size: 45px 45px;
	color: #62bf28;
}

.tabn .tab3 {
	background: url(../image/n3.png) no-repeat center top;
	background-size: 45px 45px;
}

.tabn .active .tab3 {
	background: url(../image/n3v.png) no-repeat center top;
	background-size: 45px 45px;
	color: #62bf28;
}

@media (min-width: 768px) {
	.tab {
		margin: 60px auto 5px;
	}

	.tab a {
		min-width: 65px;
		height: 95px;
		line-height: 165px;
		background-size: 65px 65px;
	}

	.tabj .tab1,
	.tabj .active .tab1,
	.tabj .tab2,
	.tabj .active .tab2,
	.tabn .tab1,
	.tabn .active .tab1,
	.tabn .tab2,
	.tabn .active .tab2,
	.tabn .tab3,
	.tabn .active .tab3 {
		background-size: 65px 65px;
	}

	.join_vc h4 {
		margin: 50px 0 30px;
	}

	.join_vc li,
	.join_body p {
		margin: 15px 0;
	}

	.join_cont {
		margin-top: 50px;
	}

	.join_body .join_cont p {
		margin: 10px 0;
	}
}

.new_body {
	padding: 20px 0;
}

.new_body .ind_cont {
	width: 100%;
	padding: 0;
	margin: 15px 0 0 0;
	border-bottom: 1px solid #ddd;
}

.new_body .ind_cont:hover h4 {
	color: #62bf28;
	transition: 0.3s;
}

.datind {
	width: 60px;
	float: right;
	margin-left: 5px;
	margin-bottom: 20px;
}

.datind span {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	float: left;
}

.datind span:first-child {
	height: 30px;
	line-height: 28px;
	background: #62bf28;
	border-radius: 3px;
	border-bottom: 5px solid #676767;
}

.datind span:nth-child(2) {
	display: none;
}

.ahref {
	float: right;
	color: #62bf28;
}

.new_body .ind_cont p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: auto;
}

@media (max-width: 767px) {
	.new_body .ind_cont h4 {
		margin: 2px 0 5px;
		line-height: 1.4;
		font-size: 16px;
	}

}

@media (min-width: 768px) {
	.new_body .ind_cont {
		margin: 25px 0 0 0;
	}

	.datind {
		width: 80px;
		float: left;
		margin: 0 20px 20px 0;
	}

	.datind span:first-child {
		height: 55px;
		line-height: 55px;
		font-size: 1.285em;
		border-radius: 3px 3px 0 0;
		background: #676767;
		border: 0;
	}

	.datind span:nth-child(2) {
		display: inline-block;
		height: 35px;
		line-height: 35px;
		background: #62bf28;
		border-radius: 0 0 3px 3px;
	}
}

/*-------------------新闻详情-------------------*/
.new_cont {
	padding: 40px 30px;
}

.back label {
	margin-right: 5px;
}

@media (max-width: 768px) {
	.body {
		margin-top: 140px !important;
	}

	.bdhui {
		margin-top: 140px !important;
	}
}

@media (max-width: 420px) {
	.body {
		margin-top: -20px !important;
	}

	.bdhui {
		margin-top: 0px !important;
	}
}

@media (max-width: 768px) {
	.new_cont {
		padding: 10px 0;
	}
}

.new_cont h3 {
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
}

.new_cont span {
	display: block;
	margin: 5px 0;
	color: #b0b0b0;
	text-align: center;
}

.new_cont p {
	text-align: left;
	margin: 5px 0;
}

p.ndet {
	text-indent: 2em;
}

.new_cont img {
	max-width: 100%;
	margin: 0 auto;
}

.new_cont h4 {
	font-weight: bold;
	margin-top: 15px;
}

.new_cont a {
	color: #333;
	/* font-family: "Times New Roman"; */
	font-family: "SourceHanSansCN-Normal";
	font-size: 12px;
}

.new_cont a:hover {
	color: #62bf28;
}

.page {
	display: inline-block;
	margin: 10px 0 0;
}

.page li {
	margin: 5px;
	float: left;
}

.page a {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ddd;
	color: #999;
	text-align: center;
}

.page .active a,
.page .active a:focus,
.page .active a:hover {
	background-color: #62bf28;
	border-color: #62bf28;
	color: #fff;
}

.page a:focus,
.page a:hover {
	background-color: #efefef;
}

@media (min-width: 768px) {
	.new_cont h3 {
		font-size: 24px;
	}

	.new_cont p {
		margin: 15px 0;
		font-size: 15px;
	}

	.new_cont span {
		margin: 20px 0;
	}

	.page {
		margin: 15px 0 0;
	}
}

/*----------------------产品中心----------------------------*/
.prod_list h4 {
	margin-top: 0;
	margin-right: 14px;
	padding-top: 15px;
}

.prod_list li {
	width: 20%;
	min-width: 175px;
	padding-right: 15px;
	margin-bottom: 18px;
	float: left;
	height: 275px;
}

@media (max-width: 767px) {
	.prod_list li {
		width: 50%;
		min-width: auto;
	}
}

.prod_list a {
	display: block;
	border: 1px solid #ddd;
}

.prod_list a:hover {
	border-top: 3px solid #62bf28;
}

.prod_list a:hover p {
	height: 48px;
	color: #62bf28;
}

.prod_list img {
	width: 100%;
}

.prod_list p {
	text-align: center;
	height: 50px;
	font-weight: bold;
}

/*----------------------产品详情----------------------------*/
.prodimg img {
	width: 100%;
	max-width: 1200px;
}

.prodimg:first-child {
	margin-top: 35px;
}

.breadcrumb {
	margin: 10px 0;
}

.breadcrumb a {
	display: inline-block;
	color: #999;
	font-size: 15px;
	text-align: center;
	margin: 0 15px;
	line-height: 1.2;
}

/*
 .breadcrumb > li+ li:before {
 padding: 0;
 color: #ddd;
 content: "\007c";
 }
 */
.breadcrumb>li+li:before {
	padding: 0;
	content: " ";
}

.breadcrumb li:after {
	padding: 0;
	color: #ddd;
	content: "\007c";
}

.breadcrumb li:last-child {
	content: " ";
}

.breadcrumb .active a {
	padding: 0 2px;
	border-bottom: 1px solid #aaa;
}

.prod_cont img {
	max-width: 100%;
}

.prod_body {
	border-top: 1px solid #62bf28;
	margin-top: 72px;
}

.cael {
	display: inline-block;
	width: 100%;
}

.prod_body .carousel-inner {
	width: 30%;
	min-width: 300px;
	margin: 0 auto;
	border: 1px solid #ddd;
}

.prod_body .carousel-indicators li {
	width: 12px;
	height: 12px;
	margin: 0;
	background: #fff;
	border: 1px solid #62bf28;
}

.prod_body .carousel-indicators .active {
	background: #62bf28;
}

.prod_body .carousel-indicators li img {
	width: 100%;
	display: none;
}

.prod_body .carousel-indicators {
	position: relative;
	width: 60%;
	margin: 0 auto;
	left: 0;
}

.prod_body .carousel h3 {
	padding: 40px 0 30px;
	text-align: center;
}

.prod_body .carousel h3 p {
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.4;
}

.prod_body .carousel h3 p font {
	font-size: 20px;
	color: #ff8f40;
}

.prjs {
	height: 38px;
	width: 100%;
	line-height: 38px;
	background: #727272;
	color: #fff;
	padding-left: 20px;
	font-size: 16px
}

.prjs span {
	display: block;
	float: left;
}

.prjs img {
	display: block;
	height: 13px;
	margin: 13px 2px;
	float: left;
}

.prod_cont {
	padding: 0 10px 20px;
	color: #777;
}

.prod_cont font {
	font-size: 1.65em;
}

.prod_cont p {
	margin: 10px 0;
}

.p-dp {
	margin: 0 50px 30px;
	max-width: 900px;
}

.p-dp img {
	float: right;
	width: 44%;
}

.table-bordered {
	text-align: center;
}

.table-bordered td {
	padding: 5px 20px;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 0;
}

@media (max-width: 1200px) {
	.prod_body .carousel h3 {
		padding: 30px 0;
	}
}

@media (max-width: 767px) {
	.prodimg:first-child {
		margin-top: 15px;
	}

	.breadcrumb {
		padding: 8px;
	}

	.breadcrumb a {
		font-size: 14px;
		margin: 0 10px;
	}

	.prod_body .carousel-inner {
		top: 20px;
		width: 100%;
	}

	.prod_body .carousel h3 {
		position: relative;
		top: 0;
		text-align: left;
		font-size: 16px;
		padding: 35px 0 15px;
	}

	.prod_body .carousel h3 p {
		font-size: 13px;
		margin-top: 10px;
	}

	.prod_body .carousel h3 p font {
		font-size: 13px;
	}

	.prod_body .carousel-indicators {
		margin-top: 0;
		display: none;
	}

	.p-dp {
		margin: 0 0 30px;
	}

	.p-dp img {
		width: 40%;
		margin-top: -130px;
	}

	.prjs {
		width: 108%;
		margin-left: -4%;
	}
}

@media (min-width: 768px) {
	.prod_body .carousel-inner {
		float: left;
		margin: 30px 50px 30px 0
	}

	.prod_body .carousel-indicators {
		float: left;
		width: auto;
		bottom: 0;
	}

	.prod_body .carousel-indicators li {
		width: 150px;
		height: 150px;
		border: 1px solid #ddd;
		border-radius: 0;
	}

	.prod_body .carousel-indicators li img {
		display: block;
	}

	.prod_body .carousel-indicators .active {
		border: 1px solid #62bf28;
	}

	.prod_body .carousel h3 {
		text-align: left;
	}
}

.ui-loader {
	display: none;
}

.fsmall {
	font-size: 14px;
	padding: 5px 15px;
	line-height: 1.1;
	margin-top: 20px;
}

/**/
#cnzz_stat_icon_1274368799 {
	display: none;
}

/*侧边栏导航*/
.rightNav-item {
	position: fixed;
	right: 5px;
	top: 60%;
	z-index: 999999;
}

.rightNav-item ul {
	margin: 0;
	padding: 0;
}

.rightNav-item ul li {
	width: 66px;
	height: 66px;
	font-size: 20px;
	border-radius: 5px;
	background: #62bf28;
	text-align: center;
	margin: 5px 0;
	cursor: pointer;
	position: relative;
	transition: .5s;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
}

@media (max-width: 767px) {
	.rightNav-item ul li {
		width: 55px;
		height: 55px;
		font-size: 14px;
	}
}

.rightNav-item ul li .rota {
	display: block;
	margin: auto;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	text-decoration: none;
	box-sizing: border-box;
	transition: .5s;
	color: #ffffff;
}

.rightNav-item ul li:hover {
	border: 1px solid #fff;
}

.rightNav-item ul li:hover .rota {
	font-weight: bold;
}

@media screen and (max-width: 1208px) {

	.navbar-nav .dropdown-menu>li>a,
	.menu-sd>li>a,
	.menu-td>li>a {
		padding: 0 8px;
		font-size: 13px;
	}
}

@media screen and (max-width: 1024px) {
	.prod_body {
		border-top: 1px solid #62bf28;
		margin-top: 130px;
	}
}

@media screen and (max-width: 768px) {
	.prod_body {
		border-top: 1px solid #62bf28;
		margin-top: 145px;
	}
}

/* 产品步骤样式 */
.steps {
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: relative;
	margin: auto;
}

.little_tit {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px;
}

.step {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.steps02_width {
	width: 60%;
}

.step_img {
	height: 128px;
	width: auto !important;
}

.down_img {
	height: 38px;
	width: auto;
	position: absolute;
	margin: 0 auto;
	bottom: -50px;
}

.next_img {
	width: 38px !important;
	height: auto !important;
	margin-top: -36px;
}

@media screen and (max-width: 768px) {
	.little_tit {
		font-size: 16px;
		margin: 20px 0 10px;
	}

	.step_img {
		height: 108px;
	}

	.down_img {
		height: 38px;
		width: auto;
		position: absolute;
		margin: 0 auto;
		bottom: -40px;
	}

	.next_img {
		width: 38px;
		margin-top: -20px;
	}
}

@media screen and (max-width: 420px) {
	.little_tit {
		font-size: 13px;
		font-weight: bold;
		margin: 20px 0 10px;
	}

	.step_img {
		height: 68px;
		width: auto;
	}

	.step_text {
		font-size: 9px;
	}

	.down_img {
		height: 28px;
		bottom: -30px;
	}

	.next_img {
		width: 28px;
		margin-top: -48px;
		margin-left: 10px;
	}

	.steps02_width {
		width: 100%;
	}
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 40px;
	color: #ffffff;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.iconfonts {
	font-family: "iconfont" !important;
	font-size: 18px;
	color: #62BF28;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.rightNav-item ul li {
	width: 96px;
	height: 66px;
}

.rightNav-item ul li .rota {
	width: 100%;
	margin-left: -90px;
	margin-top: 42px;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
}

.rightNav-item .iconright {
	width: 100%;
	margin: 0 auto;
	margin-top: -12px;
	font-size: 40px;
	color: #fff;
	height: 30px;
	border: none;
}