﻿@charset "utf-8";
/* CSS Document */



* {
	margin: 0;
	padding: 0;
	/*去移动端点击阴影*/

	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,  body {
	-webkit-text-size-adjust: none;
}
em,  i,  s,  b,  u {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
body {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑";
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
}
h1,  h2,  h3,  h4,  h5,  h6 {
	font-size: 100%;
	font-weight: normal;
}
form {
	display: inline-block;
}
ul,  ol {
	list-style: none;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
a:hover,  a:active,  a:focus {
	text-decoration: none;
}
img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
button,  input,  select,  textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance: none !important;
}
input[type="number"] {
	-moz-appearance: textfield;/* firefox */
}
/*去掉右下角斜线*/



textarea {
	resize: none;
}
 textarea::-webkit-input-placeholder {
 font-family: "微软雅黑";
 color: #999;
}
button,  input[type="button"],  input[type="reset"],  input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
}
input,  textarea {
	border: none;
	border-radius: 0;
	font-size: 14px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
 input::-webkit-input-placeholder {
 color: #999;
}
 input:-moz-placeholder {
 color: #999;
}
 button::-moz-focus-inner,  input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,  label {
	vertical-align: middle;
}
.clear {
	clear: both;
}
.clear::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.Maximg img {
	width: 100%;
	height: 100%;
}
.maximg img {
	max-height: 100%;
	max-width: 100%;
}
.maxwimg img {
	width: 100%;
	height: auto;
}
.maxhimg img {
	width: auto;
	height: 100%;
}
.over1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.over2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.over3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.zhong {
	text-align: center;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	display: flex;
}
.width {
	width: 1400px;
	margin: 0 auto;
	height: auto;
}
.wid1300 {
	width: 1300px;
	margin: 0 auto;
	height: auto;
}
.clear::after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.alignLeft {
	text-align: left;
}
.alignCent {
	text-align: center;
}
/*公用结构*/

.headerTop {
	display: block;
	width: 100%;
	height: 50px;
	background-color: #025628;
	text-align: right;
	font-size: 0px;
	color: #ffffff;
	font-family: "[SourceHanSansCN]";
	line-height: 34px;
	padding: 8px 0;
}
.headerTop>div {
	display: inline-block;
	margin: 0 15px;
	font-size: 16px;
}
.headerTop>div a {
	color: #fff;
}
.txt{
    float: left;
}
.headerTop>div a:hover {
	color: #269e20;
}
.headerTop>div img {
	margin-right: 8px;
}
.headerTop>div.headerTop-swi {
	margin: 0 36px 0 8px;
	padding-left: 20px;
	/*padding-right: 16px;*/

	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto;
	/*background-image: url(../images/head-03.png);*/

	position: relative;
	cursor: pointer;
	font-family: "[SourceHanSansCN]";
	color: #fff;
}
.headerTop>div.headerTop-swi::before {
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	background: #fff;
	opacity: 0.25;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.headerTop>div.headerTop-swi span {
	color: #56e54f;
	opacity: 0.8;
	margin-right: 6px;
}
.headerTop>div.headerTop-swi a {
	/*position: absolute;

	right: 0;

	top: 100%;*/

	display: inline-block;
	padding: 0 6px;
	opacity: 0.6;/*color: #025628;

	line-height: 28px;

	height: 40px;

	padding: 12px 8px 0;

	z-index: 19;*/

}
.headerTop>div.headerTop-swi a:hover {
	color: #56e54f;
	opacity: 0.8;
}
/*.headerTop>div.headerTop-swi:hover a{

	display: block;

}*/

.header {
	display: block;
	width: 100%;
	height: 92px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/head_02.png);
	position: relative;
	padding: 0 36px 0 58px;
	min-width: 1300px;
}
.logo {
	display: inline-block;
	width: auto;
	height: 90px;
	padding: 16px 0;
}
.logo img {
	display: block;
}
.search {
	display: inline-block;
	float: right;
	height: 100%;
	width: 22px;
	height: 30px;
	padding: 4px 0;
	cursor: pointer;
	margin-top: 30px;
	vertical-align: top;
}
.search-form {
	display: none;
	width: 428px;
	height: 60px;
	position: absolute;
	top: 100%;
	right: 36px;
	z-index: 80;
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
	padding: 10px 14px 10px 54px;
	background-repeat: no-repeat;
	background-position: 18px center;
	background-image: url(../images/head-06.png);
	font-size: 0;
}
.search-form input {
	display: inline-block;
	width: 260px;
	height: 100%;
	font-size: 16px;
	color: #333;
	vertical-align: top;
	background: none;
	border: none;
}
.search-form button {
	display: inline-block;
	vertical-align: top;
	background-color: #025628;
	border: none;
	width: 80px;
	height: 100%;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	margin-left: 20px;
}
.menu {
	display: inline-block;
	float: right;
	width: auto;
	height: 92px;
}
.menu>li {
	float: left;
	position: relative;
	height: 100%;
	width: auto;
}
.menu>li>a {
	display: block;
	width: auto;
	height: 90px;
	line-height: 90px;
	font-size: 16px;
	color: #333333;
	padding: 0 40px;
	position: relative;
}

@media screen and (max-width:1700px) {
.menu>li {
	margin: 0 0;
}
.menu>li>a {
	padding: 0 30px;
}
}

@media screen and (max-width:1550px) {
.menu>li {
	margin: 0 0px;
}
.menu>li>a {
	padding: 0 25px;
}
}

@media screen and (max-width:1440px) {
.menu>li {
	margin: 0 0px;
}
.menu>li>a {
	padding: 0 20px;
}
}

@media screen and (max-width:1400px) {
.menu>li {
	margin: 0 0px;
}
.menu>li>a {
	padding: 0 20px;
}
}

@media screen and (max-width:1340px) {
.menu>li {
	margin: 0 0px;
}
.menu>li>a {
	padding: 0 20px;
}
}
.menu>li:hover>a {
	background-color: #f8f8f8;
}
.menu>li>a.active {
	background-color: #f4f4f4;
}
.menu>li>a>span {
	display: none;
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -9px;
	z-index: 199;
}
.menu>li>a>span img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.menu>li:hover>a>span {
	display: block;
}
.menu>li>a.active>span {
	display: block;
}
.menu>li>ul {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -86px;
	width: 172px;
	height: auto;
	padding: 16px 0;
	z-index: 99;
	background-color: #009944;
	display: none;
}
.menu>li>ul li {
	position: relative;
}
.menu>li:hover>ul {
	display: block;
}
.menu>li>ul>li>a {
	display: block;
	width: 100%;
	height: auto;
	min-height: 44px;
	font-size: 16px;
	color: #fff;
	padding: 8px 18px;
	line-height: 28px;
	text-align: center;
}
.menu>li>ul>li>a:hover, .listchild a:hover {
	background-color: #025628;
}
.listchild {
	position: absolute;
	background-color: #009944;
	width: 172px;
	left: 172px;
	top: 0;
	border-left: #fff 1px solid;
	display: none;
}
.listchild a {
	display: block;
	width: 100%;
	height: auto;
	min-height: 44px;
	font-size: 14px;
	color: #fff;
	padding: 8px 18px;
	line-height: 28px;
}
.footerBot {
	display: block;
	background-color: #025628;
	font-size: 16px;
	color: #ffffff;
	line-height: 35px;
	padding: 10px 0;
}
.footerBot a{
	color: #ffffff;
}
.footerBot1 {
	display: block;
	background-color: #025628;
	font-size: 10px;
	color: #ffffff;
	line-height: 10px;
	padding: 10px 0;
}
.footer {
	display: block;
	height: auto;
	width: 100%;
	position: relative;
	padding: 38px 0 50px;
	border-top: 1px solid #025628;
}
.footer-right-bg {
	display: block;
	width: 66%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background-color: #edfff8;
}
.footer-left-bg {
	display: block;
	width: 34%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #edfff8;
	background-repeat: no-repeat;
	background-position: -83px center;
	background-size: auto;
	/* background-image: url(../images/footer_05.png); */
}
.footer-logo {
	display: inline-block;
	float: left;
	/* margin: 60px 60px 60px 0px; */
}
.footer-cont {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	position: relative;
	margin-left: 110px;
}
.footer-cont p span {
	color: #6b6d69;
}
.footer-cont p a {
	color: #6b6d69;
}
.footer-cont h3 {
	margin: 4px 0 8px;
	font-size: 20px;
}
.footer-cont h2 {
	font-size: 18px;
	line-height: 28px;
	color: #025628;
}
.footer-cont::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: -64px;
	top: -5px;
	background: #0256284f;
}
.footer-cont-but {
	display: block;
	width: 100%;
	font-size: 0;
	margin-top: 18px;
}
.footer-cont-but a {
	display: inline-block;
	vertical-align: top;
	width: 146px;
	height: 38px;
	border-radius: 4px;
	text-align: center;
	line-height: 38px;
	font-size: 13px;
	color: #fff;
	background-color: #025628;
}
.footer-cont-but a img {
	margin-left: 6px;
}
.footer-cont-but a:first-child {
	margin-right: 10px;
}
.footer-cont-but a:last-child {
	background-color: #269e20;
}
.footer-cont-but a:hover {
	background-color: #269e20;
}
.footer-menu {
	display: inline-block;
	float: left;
	margin-right: 45px;
	font-size: 14px;
	line-height: 24px;
	color: #50514e;
}
.footer-menu h2 {
	font-size: 18px;
	line-height: 28px;
	color: #025628;
	margin-bottom: 20px;
}
.footer-menu li {
	margin-bottom: 14px;
}
.footer-menu li a {
	color: #50514e;
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left 7px;
	background-image: url(../images/footer-02.png);
}
.footer-menu li a:hover {
	color: #025628;
	background-image: url(../images/footer-03.png);
}
.footer .width {
	position: relative;
}
.footer .width::before {
	content: "";
	display: block;
	width: 600px;
	height: calc(100% + 88px);
	background: #edfff8;
	position: absolute;
	left: 412px;
	top: -38px;
	z-index: -1;
}
.rightMenu {
	display: block;
	width: 70px;
	height: auto;
	position: fixed;
	right: 6px;
	top: 40%;
	z-index: 90;
}
.rightMenu li {
	position: relative;
	margin-bottom: 1px;
}
.rightMenu li>a {
	display: block;
	width: 70px;
	height: 70px;
	background-color: #025628;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	transition: all 0.3s;
	padding: 1px;
}
.rightMenu li:nth-child(1)>a p,  .rightMenu li:nth-child(2)>a p {
	display: none;
}
.rightMenu li>a span {
	display: block;
	width: 100%;
	height: 26px;
	text-align: center;
	margin: 22px 0 4px;
}
.rightMenu li>a:hover {
	background-color: #025628;
}
.rightMenu li.zhiding>a {
	margin-top: 6px;
	background-color: #dcdcdc;
	color: #484747;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 32px;
	background-repeat: no-repeat;
	background-position: center 20px;
	background-image: url(../images/rigthNav-03.png);
}
.rightMenu li.zhiding>a:hover {
	background-color: #025628;
	color: #fff;
	background-image: url(../images/rigthNav-04.png);
}
.rightMenu-ewm {
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	right: 80px;
	top: 50%;
	margin-top: -50px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.rightMenu-phone {
	display: block;
	width: 260px;
	height: 92px;
	position: absolute;
	right: 80px;
	top: 50%;
	margin-top: -23px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	background-color: #025628;
	border-radius: 4px;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	color: #fff;
}
.rightMenu li>div {
	transition: all 0.4s;
	opacity: 0;
	transform: scale(0);
}
.rightMenu li:hover>div {
	opacity: 1;
	transform: scale(1);
}
.banner {
	display: block;
	width: 100%;
	height: 310px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 310px;
	color: #fff;
}
.banner h3 {
	font-weight: bold;
}

@media screen and (max-width: 1600px) {
.footer-left-bg {
	width: 32%;
	background-position: -240px center;
}
.footer-right-bg {
	width: 68%;
}
}

@media screen and (max-width: 1440px) {
.footer-left-bg {
	width: 29%;
	background-position: -323px center;
}
.footer-right-bg {
	width: 71%;
}
}

@media screen and (max-width: 1366px) {
.footer-left-bg {
	width: 28%;
	background-position: -348px center;
}
.footer-right-bg {
	width: 72%;
}
}
/*end*/







.width1 {
	width: 1117px;
	margin: 0 auto;
}
.qa_list {
}
.picScroll-left {
	position: relative;
	margin-top: 40px;
}
.picScroll-left .arrow {
	width: 50px;
	height: 84px;
	position: absolute;
	top: 50%;
	z-index: 10;
	margin-top: -42px;
}
.picScroll-left .next {
	right: 0;
	background: url(../images/arrow2.png) no-repeat;
}
.picScroll-left .prev {
	left: 0;
	background: url(../images/arrow1.png) no-repeat;
}
.qa_list h4 {
	color: 025628;
	font-size: 30px;
	padding-bottom: 30px;
	color: #025628;
	position: relative;
}
.qa_list h4::before {
	content: '';
	width: 70px;
	height: 5px;
	background: #279822;
	position: absolute;
	bottom: 0;
	left: 0;
}
.qa_list p {
	margin-top: 35px;
	color: #222;
	font-size: 16px;
	line-height: 30px;
}
.picScroll-left {
	overflow: hidden;
}
.picScroll-left li {
	width: 552px;
	margin-right: 12px;
}
.picScroll-left li img {
	width: 100%;
	border-radius: 10px;
}
.tempslide img {
	border-radius: 10px;
}
.tempslide {
	margin-top: 35px;
	position: relative;
}
.tempslide .slibd li {
	border-radius: 10px;
	overflow: hidden;
}
.slihd .arrow {
	position: absolute;
	top: 50%;
	width: 77px;
	height: 77px;
	margin-top: -35px;
	z-index: 10;
}
.slihd .next {
	right: 10px;
	background: url(../images/arrow4.png) no-repeat;
}
.slihd .prev {
	left: 10px;
	background: url(../images/arrow3.png) no-repeat;
}
.slihd .next:hover {
	background: url(../images/arrow4-on.png) no-repeat;
}
.slihd .prev:hover {
	background: url(../images/arrow3-on.png) no-repeat;
}
.slihd ul li {
	font-size: 0;
	width: 13px;
	height: 13px;
	display: inline-block;
	margin: 0 5px;
	border: #fff 1px solid;
	border-radius: 50%;
}
.slihd ul li.on {
	border: #009944 1px solid;
	background-color: #fff;
}
.slihd ul {
	position: absolute;
	bottom: 27px;
	width: 100%;
	text-align: center;
	z-index: 10;
}
.quanzhi-cert {
	margin: 70px auto 65px;
}
.marginBottom90 {
	margin-bottom: 90px;
}
.imgBox {
	margin-top: 40px;
}
.imgBox .Img1 {
	float: left;
}
.imgBox .Img2 {
	float: right;
	overflow: hidden;
}
.rdlist {
	margin-top: 20px;
}
.rdlist li {
	font-size: 16px;
	color: #222;
	position: relative;
	padding-left: 16px;
	margin-top: 10px;
}
.rdlist li::after {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #269e20;
	position: absolute;
	top: 12px;
	border-radius: 50%;
	left: 0;
}
.labbox {
	margin-top: 50px;
}
.labbox .name {
	position: relative;
	font-size: 30px;
	padding-bottom: 30px;
	color: #025628;
	text-align: center;
	font-weight: bold;
}
.labbox .name::before {
	content: '';
	width: 70px;
	height: 5px;
	background: #279822;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -35px;
}
.labbox li {
	float: left;
	width: 280px;
	margin-top: 55px;
	margin-right: 25px;
}
.labbox li span {
	display: block;
	width: 226px;
	height: 226px;
	border-radius: 50%;
	overflow: hidden;
	border: #fff 5px solid;
	transition: all .6s;
}
.labbox li span img {
	width: 216px;
	height: 216px;
	transition: all .3s;
	border-radius: 50%;
}
.labbox li:hover span {
	border: #279822 5px solid;
}
.labbox li:hover span img {
	transform: scale(1.05);
}
.labbox li div {
	position: relative;
	padding-top: 25px;
}
.labbox li div img {
	position: absolute;
	left: 0;
	z-index: -1;
	opacity: .1;
}
.labbox li div p {
	padding: 0 15px;
	color: #222;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	margin-top: 0;
}
.labbox li:last-child {
	margin-right: 0;
}
.swiper-lab {
	padding: 84px 0 60px;
	/* background-color: #daf4e9; */

	background: url(../images/bg1.jpg) #daf4e9 no-repeat center bottom;
	background-size: contain;
	margin-top: 60px;
}
.swiper-lab .imgBox1 {
	float: left;
	width: 590px;
	height: 382px;
}
.swiper-lab .imgBox1 img {
	display: block;
	width: 590px;
	height: 382px;
}
.swiper-lab .text {
	width: 590px;
	height: 382px;
	float: left;
	padding: 4% 5%;
	background-color: #fff;
	box-sizing: border-box;
}
.swiper-lab .text span {
	display: block;
	font-size: 30px;
	position: relative;
	padding-bottom: 35px;
	color: #025628;
}
.swiper-lab .text span::after {
	content: '';
	width: 73px;
	height: 4px;
	background-color: #025628;
	position: absolute;
	bottom: 0;
	left: 0;
}
.swiper-lab .text>div {
	color: #222;
	line-height: 150%;
	font-size: 16px;
	margin-top: 25px;
}
.swiper-lab .swiper-button-prev, .swiper-lab .swiper-button-next {
	outline: none;
	background-size: 6px auto;
	width: 77px;
	height: 77px;
	margin-top: -100px;
}
.swiper-lab .swiper-button-prev:hover {
	background: url(../images/arrow3-on.png) no-repeat;
}
.swiper-lab .swiper-button-next:hover {
	background: url(../images/arrow4-on.png) no-repeat;
}
.swiper-lab .swiper-button-prev {
	left: calc(50% - 680px);
	background: url(../images/arrow3.png) no-repeat;
}
.swiper-lab .swiper-button-next {
	right: calc(50% - 680px);
	background: url(../images/arrow4.png) no-repeat;
}
.swiper-lab .swiper-pagination {
	position: static;
}
.swiper-lab .swiper-pagination-bullet {
	width: 150px;
	height: 2px;
	opacity: 1;
	background-color: #ccc;
	border-radius: 0;
	margin: 0 5px;
	vertical-align: top;
	outline: none;
}
.swiper-lab .swiper-pagination-bullet-active {
	background-color: #279822;
}
.swiper-lab .swiper-slide {
	width: 1180px;
	opacity: .6;
}
.swiper-lab .swiper-slide-active {
	opacity: 1;
}
.pagenum span {
	color: #279822;
	font-size: 24px;
}
.pagenum {
	font-size: 14px;
	color: #999;
	width: 465px;
	margin: 60px auto 15px;
}
.labbox p {
	color: #666;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	line-height: 150%;
	padding: 0 10%;
}
.gonor {
	margin: 55px auto 20px;
}
.honorleft {
	background: url(../images/bg2.jpg) no-repeat;
	width: 550px;
	height: 394px;
	float: left;
	margin-top: 30px;
}
.honorleft p {
	padding: 20px;
	font-size: 18px;
	color: #fff;
	line-height: 200%;
	text-align: left;
}
.honoright {
	width: 618px;
	float: right;
}
.honoright img {
	width: 100%;
	box-shadow: 1px 1px 15px rgb(0 0 0 / 30%);
}
.honoright .swiper-container {
	padding: 20px 0;
}
.honoright .swiper-slide {
	width: 295px;
}
.e-product {
	margin: 60px auto;
}
.e-product h3 {
	font-size: 22px;
	font-weight: bold;
	color: #025628;
	line-height: 38px;
	margin-bottom: 24px;
	text-align: center;
}
.e-product .tips {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	font-size: 16px;
	color: #222;
}
.e-product .tips .item {
	margin: 0 22px;
}
.e-product .tips .item img {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.e-product-list dl {
	float: left;
	box-shadow: 0px 0px 10px 0px rgba(56, 56, 56, 0.3);
	border-radius: 10px;
	overflow: hidden;
	width: 380px;
	background: #FFFFFF;
	position: relative;
	transition: all .6s;
	margin-top: 60px;
	margin-right: 30px;
}
.e-product-list dl::after {
	content: '';
	height: 4px;
	background: #269E20;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.e-product-list dt {
	width: 100%;
	margin-bottom: 40px;
	position: relative;
}
.e-product-list dt a {
	padding: 25px 22px 0;
	position: relative;
	display: block;
}
.e-product-list dt .img1 {
	display: block;
	max-width: 100%;
	border-radius: 10px;
	max-height: 213px;
	margin: 0 auto;
	transition: all .5s;
}
.e-product-list dt .img2 {
	position: absolute;
	right: 4px;
	width: 218px;
	/* height: 144px; */

	bottom: -24px;
}
.e-product-list dd {
	max-width: 490px;
	margin: 0 auto;
	padding: 0 20px 40px;
}
.e-product-list dd>a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.e-product-list dd strong {
	line-height: 32px;
	font-size: 26px;
}
.e-product-list dd .p1 {
	font-size: 18px;
	color: #555;
	line-height: 30px;
	margin-top: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.e-product-list dd .p1 b {
	font-size: 16px;
	color: #222;
	font-weight: bold;
}
.e-product-list dd .p2 {
	font-size: 16px;
	font-weight: 400;
	color: #024F2F;
	line-height: 21px;
	margin-top: 10px;
	min-height: 45px;
}
.e-product-list dd .btn {
	margin-top: 30px;
}
.e-product-list dd .btn a {
	display: inline-block;
	width: 119px;
	height: 44px;
	color: #fff;
	line-height: 44px;
	box-shadow: 0px 6px 8px 0px rgba(117, 117, 117, 0.2);
	border-radius: 4px;
	margin-right: 20px;
	text-align: center;
	font-size: 16px;
	transition: all .3s;
}
.e-product-list dd .btn a img {
	width: 11px;
	height: 7px;
	margin-left: 10px;
	vertical-align: middle;
}
.e-product-list dd .btn .a1, .detail-cont1 .detail-info .btn .a1 {
	background: #269E20;
}
.e-product-list dd .btn .a2, .detail-cont1 .detail-info .btn .a2 {
	background: #0173AF;
}
.e-product-list dl:hover .img1 {
	opacity: .8;
}
.e-product-list dd .btn .a1:hover, .detail-cont1 .detail-info .btn .a1:hover {
	background: #10870a;
}
.e-product-list dd .btn .a2:hover, .detail-cont1 .detail-info .btn .a2:hover {
	background: #015886;
}
.marginR0 {
	margin-right: 0 !important;
}
.ellipsis2 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 这里是超出几行省略 */
	overflow: hidden;
}
.detail-cont1 {
	margin-bottom: 55px;
	padding: 0 20px;
}
.detail-cont1 .detail-pic {
	width: 587px;
	height: 449px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(56, 56, 56, 0.3);
	border-radius: 10px;
	float: left;
	padding: 12px;
	position: relative;
}
.detail-cont1 .detail-info {
	width: 518px;
	float: right;
}
.detail-cont1 .detail-info .name {
	font-weight: bold;
	color: #025628;
	line-height: 36px;
	font-size: 30px;
	margin-bottom: 30px;
}
.detail-cont1 .detail-info .info {
	width: 518px;
	background: #F5F5F5;
	min-height: 186px;
	padding: 20px;
	border-top: #21964F 1px solid;
	margin-bottom: 40px;
}
.detail-cont1 .detail-info .info p {
	color: #666;
	font-size: 16px;
	line-height: 36px;
}
.detail-cont1 .detail-info .info p strong {
	color: #222;
}
.detail-cont1 .detail-info .helps {
	font-size: 14px;
	color: #222;
	margin-bottom: 25px;
}
.detail-cont1 .detail-info .btn a {
	display: inline-block;
	width: 130px;
	height: 48px;
	color: #fff;
	line-height: 44px;
	box-shadow: 0px 6px 8px 0px rgba(117, 117, 117, 0.2);
	border-radius: 4px;
	margin-right: 20px;
	text-align: center;
	font-size: 13px;
	transition: all .3s;
}
.gap {
	height: 15px;
	background: #F5F5F5;
	width: 1200px;
	margin: 0 auto;
}
.detail-cont2 {
	padding: 35px 20px;
}
.detail-cont2 .name {
	font-size: 30px;
	font-weight: bold;
	color: #005B3C;
	line-height: 30px;
	position: relative;
}
.detail-cont2 .name img {
	/* width: 30px;

height: 28px; */

	position: relative;
	top: -2px;
	display: inline-block;
}
.detail-cont2 .model .title {
	position: relative;
	padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin-bottom: 30px;
}
.detail-cont2 .model .title::after {
	content: '';
	width: 4px;
	height: 18px;
	background: #006E46;
	position: absolute;
	left: 0;
	top: 0;
}
.detail-cont2 .model .descript {
	padding-left: 15px;
	font-size: 16px;
	color: #555;
}
.detail-cont2 .model .descript p {
	line-height: 40px;
	margin-top: 0;
}
.detail-cont2 .model {
	padding-bottom: 50px;
	border-bottom: #ccc 1px dashed;
}
.detail-cont2 video {
	width: 960px;
	height: 540px;
	display: block;
	margin: 0 auto;
}
.detail-cont2 .type1 {
	clear: both;
}
.detail-cont2 .type1::after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.detail-cont2 .type1>p, .detail-cont2 .type1>.lefttxt {
	float: left;
	max-width: 625px;
}
.detail-cont2 .type1>.lefttxt p {
	line-height: 30px;
}
.detail-cont2 .type1 img {
	display: block;
	float: right;
	max-width: 416px;
}
.gradetitle {
	line-height: 48px;
	font-size: 18px;
	color: #555;
}
.detailist li {
	margin-top: 15px;
}
.detailist li em {
	color: #006e46;
	font-size: 16px;
}
.detailist li p {
	margin: 0;
}
.detail-cont2 .model {
	padding-top: 40px;
}
.detail-cont3 .model p {
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #333333;
}
.detail-cont3 .model img {
	margin-top: 28px;
}
.detail-cont2 .model p {
	line-height: 180%;
}
.detail-cont2 .model:last-child {
	border-bottom: none;
}
.detail-cont2 .name a {
	display: block;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -15px;
}
.detail-cont2 .name a img {
	width: 94px;
	height: 16px;
}
.detail-product .items {
	display: block;
	margin-top: 55px;
	float: left;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(56, 56, 56, 0.3);
	border-radius: 10px;
	width: 337px;
	margin-right: 55px;
}
.detail-product .items .Img {
	width: 337px;
	height: 215px;
	background: #000000;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
	display: block;
}
.detail-product .items .Img img {
	width: 337px;
	height: 215px;
	transition: all .5s;
}
.detail-product .items .infos {
	background-color: #fff;
	padding: 20px;
}
.detail-product .items .infos strong {
	color: #025628;
	line-height: 22px;
	font-size: 20px;
}
.detail-product .items .infos .p1 {
	font-size: 12px;
	color: #666666;
	line-height: 160%;
	margin-top: 10px;
}
.detail-product .btn {
	margin-top: 20px;
}
.detail-product .btn a {
	display: inline-block;
	width: 119px;
	height: 44px;
	color: #fff;
	line-height: 44px;
	box-shadow: 0px 6px 8px 0px rgba(117, 117, 117, 0.2);
	border-radius: 4px;
	margin-right: 20px;
	text-align: center;
	font-size: 13px;
	transition: all .3s;
}
.detail-product .btn a img {
	width: 11px;
	height: 7px;
	margin-left: 10px;
	vertical-align: middle;
}
.detail-product .btn .a1 {
	background: #269E20;
}
.detail-product .btn .a2 {
	background: #0173AF;
}
.detail-product .btn .a1:hover {
	background: #10870a;
}
.detail-product .btn .a2:hover {
	background: #015886;
}
.detail-product .items:hover .Img img {
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
}
.pic-top {
	overflow: hidden;
	width: 563px;
	margin: 0 auto;
}
.pic-top .swiper-slide {
	width: 563px;
}
.pic-top .swiper-slide img {
	width: 100%;
	height: 425px;
}
.detail-pic .bg {
	height: 90px;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: 12px;
	left: 12px;
	width: 563px;
	padding: 10px 55px;
	z-index: 10;
	border-radius: 0 0 10px 10px;
}
.pic-thumb {
	width: 440px;
	overflow: hidden;
	margin-left: 9px;
}
.pic-thumb .swiper-slide {
	border: #ccc 1px solid;
}
.pic-thumb .swiper-slide img {
	width: 100%;
	height: 70px;
	display: block;
}
.detail-pic .bg .button-prev, .detail-pic .bg .button-next {
	top: 50%;
	margin-top: -16px;
	position: absolute;
}
.detail-pic .bg .button-next {
	right: 15px;
}
.detail-pic .bg .button-prev {
	left: 15px;
}
.detail-pic .bg .button-next img {
	width: 32px;
	height: 32px;
}
.pic-thumb .swiper-slide-thumb-active {
	border-color: #21964F;
}
.e-detail {
	margin-bottom: 50px;
}
.navContent {
	position: absolute;
	left: 0 !important;
	width: 100% !important;
	padding: 20px 0 30px!important;
	/* background: url(../images/bg1.png) no-repeat center;

    background-position: 50% 50%; */

	background-size: cover;
	z-index: 100 !important;
	margin-left: 0 !important;
	background-color: transparent !important;
}
.nav_pic {
	width: 325px;
	float: left;
	margin: 0 70px;
}
.nav_pic img {
	width: 325px;
	height: 153px;
	display: block;
}
.nav_pic span {
	display: block;
	font-size: 30px;
	font-family: Arial;
	font-weight: bold;
	color: #ED8302;
	line-height: 30px;
	margin-top: 20px;
}
.nav_pic p {
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	line-height: 20px;
	margin-top: 20px;
}
.nav_list {
	float: left;
	width: 735px;
}
.nav_list>div {
	padding: 0 50px;
	float: left;
	position: relative;
}
.menu li:nth-child(2) .nav_list>div:first-child .active {
	background: #ED8302;
}
.menu li:nth-child(3) .nav_list>div:first-child .active {
	background: #049446;
}
.menu li:nth-child(4) .nav_list>div:first-child .active {
	background: #028bd9;
}
.menu li:nth-child(5) .nav_list>div:first-child .active {
	background: #907a2f;
}
.menu li:nth-child(3) .nav_pic span {
	color: #049446;
}
.menu li:nth-child(4) .nav_pic span {
	color: #028bd9;
}
.menu li:nth-child(5) .nav_pic span {
	color: #907a2f;
}
.menu li>ul li:first-child .listchild {
	display: block;
}
.menu li>ul li>a.on {
	background-color: #025628;
}
.nav_list>div::after {
	content: '';
	width: 1px;
	background: #ED8302;
	height: 199px;
	position: absolute;
	right: 0;
	top: 0;
}
.active2 {
	background: #049446 !important;
	color: #fff !important;
}
.active3 {
	background: #028bd9 !important;
	color: #fff !important;
}
.active4 {
	background: #907a2f !important;
	color: #fff !important;
}
.menu li:nth-child(3) .nav_list>div::after {
	background: #049446 !important;
}
.menu li:nth-child(4) .nav_list>div::after {
	background: #028bd9 !important;
}
.menu li:nth-child(5) .nav_list>div::after {
	background: #907a2f !important;
}
.nav_list>div:last-child::after {
	display: none;
}
.nav_list>div a {
	height: 35px;
	display: block;
	min-width: 228px;
	padding: 0 38px 0 12px;
	color: #222;
	line-height: 35px;
	position: relative;
	transition: all .5s;
	font-size: 16px;
	margin-bottom: 10px;
}
.nav_list>div a i {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 10px;
	width: 18px;
	height: 12px;
	display: block;
	background: url(../images/pico4.png) no-repeat center;
}
.nav_list>div a:hover {
	background: #ED8302;
	color: #fff;
}
.nav_list>div a.active {
	color: #fff;
}
.menu li:nth-child(3) .nav_list>div a:hover {
	background: #049446 !important;
}
.menu li:nth-child(4) .nav_list>div a:hover {
	background: #028bd9 !important;
}
.menu li:nth-child(5) .nav_list>div a:hover {
	background: #907a2f !important;
}
.nav_list>div a:hover i, .nav_list>div a.active i {
	background: url(../images/pico5.png) no-repeat center;
}
.menu li:nth-child(3) .nav_list>div a:hover {
	background: #049446 !important;
}
.menu li:nth-child(4) .nav_list>div a:hover {
	background: #028bd9 !important;
}
.menu li:nth-child(5) .nav_list>div a:hover {
	background: #907a2f !important;
}
.hover:hover img {
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
}
.hover img {
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
}
.hover {
	position: relative;
}
.hover .textshow {
	position: absolute;
	top: 0;
	left: 0;
	width: 533px;
	height: 182px;
	padding: 0 45px 0;
	text-align: right;
}
.hover .textshow .p1 {
	font-size: 24px;
	color: #fff;
	line-height: 150%;
}
.hover .textshow .p2 {
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}
