/*基础CSS*/
html {
	font-size: 14px;
}
body, html, input, button, textarea {
  color: #333;
  font-family: PTSansRegular, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
li {
	list-style: none;
}
a {
	color: #212529
}
a:hover {
	text-decoration: none;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}
.red{
	color:red;
}
@font-face { font-style: normal; font-family: RobotoCondensed-Light; src: url(../fonts/RobotoCondensed-Light.ttf) format("TrueType"); font-display: fallback; }
@font-face { font-weight: 400; font-style: normal; font-family: fontawesome; src: url(../fonts/fontawesome-webfont.eot); src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesomeBold) format("svg"); font-display: fallback; }
@font-face { font-style: normal; font-family: Roboto-Regular; src: url(../fonts/Roboto-Regular.ttf) format("TrueType"); font-display: fallback; }
@font-face { font-style: normal; font-family: Roboto-BoldCondensed; src: url(../fonts/Roboto-BoldCondensed.ttf) format("TrueType"); font-display: fallback; }
@font-face { font-style: normal; font-family: Roboto-Condensed; src: url(../fonts/Roboto-Condensed.ttf) format("TrueType"); font-display: fallback; }
@font-face { font-style: normal; font-family: WorkSans; src: url(../fonts/WorkSans.ttf) format("TrueType"); font-display: fallback; }
.pc{display:block;}
.mobile{display:none}
@media (max-width:991px){
 .pc{display:none !important;}
 .mobile{display:block !important;}
}
.text-secondary a {
	color: #6c757d;
}
.card, .figure {
	margin: 15px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.6rem;
	padding-left: 1.6rem;
	font-size: 14px;
}
.navbar-brand {
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.nav-item {
 position:relative;	
}
.nav-item:hover .subnav1{
 display:block	
}
.subnav1{
 position:absolute;
 width:165px;
 top:32px;
 left:0;	
 background:#fff;
 display:none;
 
}
.subnav1 a{
	height:35px;
	line-height:35px;
	font-size:13px;
	display:block;
	padding:0 15px;
}
.subnav1 a:hover{
  color:#23ac38;
}
.shadow-sm-top {
	box-shadow: 0 -.125rem .25rem rgba(0,0,0,.075) !important;
}

@media(max-width:1280px){
	.head-sm-height{
	  height:90px !important;	
	}
	.logo-sm-height{
	  height:40px !important;	
	}
}
@media(max-width:1080px){
	.head-sm-height{
	  height:70px !important;	
	}
	.logo-sm-height{
	  height:30px !important;	
	}	
.navbar-expand-lg .navbar-nav .nav-link{
	padding-right:1rem;
	padding-left:1rem;
}
}
@media(max-width:991px){
	.nav-link{
	  display:flex;
	  align-items: center;
    justify-content: space-between;
	}

.subnav2{
 position:absolute;
 width:100%;
 top:35px;
 left:0;	
 background:#fff;
 display:none;
 margin-left:15px;

}
.subnav2 a{
	height:35px;
	line-height:35px;
	font-size:13px;
	display:block;
	padding:0 15px;
	 	  display:flex;
	  align-items: center;
    justify-content: space-between;
}
.active1{
 height:150px;	
}
.mobile .navbar{
 padding:0.5rem 1rem;	
}
}

.swiper-slide-banner img{
 max-width:100%;	
 opacity: 0; /* 初始隐藏 */
 transform:translatex(-100px); /* 初始下移一点，增加动画效果 */
 transition: all 0.8s ease; /* 过渡动画 */
}

/* 激活状态：文字图显示 */
.swiper-slide-banner .swiper-slide-active img {
  opacity: 1;
  transform: translatex(0);
  transition-delay: 0.5s; /* 延迟0.5秒出现 */
}
.swiper-slide-banner .swiper-button-prev,.swiper-slide-banner .swiper-button-next{
 background-image:none !important;
  width:44px !important;
 height:44px !important;	
}
.swiper-slide-banner .swiper-pagination-bullet{
 background:#23ac38 !important;	
}
@media (max-width:512px){
	.swiper-slide-banner img{
	  width:200%;
	  max-width:200%;
	  margin-left: -50%;
	}
}
/*上下外边距*/
.mt-6, .my-6 {
	margin-top: 4rem !important;
}
.mt-7, .my-7 {
	margin-top: 5rem !important;
}
.mt-8, .my-8 {
	margin-top: 6rem !important;
}
.mt-9, .my-9 {
	margin-top: 7rem !important;
}
.mt-10, .my-10 {
	margin-top: 8rem !important;
}
.mb-6, .my-6 {
	margin-bottom: 4rem !important;
}
.mb-7, .my-7 {
	margin-bottom: 5rem !important;
}
.mb-8, .my-8 {
	margin-bottom: 6rem !important;
}
.mb-9, .my-9 {
	margin-bottom: 7rem !important;
}
.mb-10, .my-10 {
	margin-bottom: 8rem !important;
}
/*上下内边距*/
.pt-6, .mp-6 {
	padding-top: 4rem !important;
}
.pt-7, .py-7 {
	padding-top: 5rem !important;
}
.pt-8, .py-8 {
	padding-top: 6rem !important;
}
.pt-9, .py-9 {
	padding-top: 7rem !important;
}
.pt-10, .py-10 {
	padding-top: 8rem !important;
}
.pb-6, .py-6 {
	padding-bottom: 4rem !important;
}
.pb-7, .py-7 {
	padding-bottom: 5rem !important;
}
.pb-8, .py-8 {
	padding-bottom: 6rem !important;
}
.pb-9, .py-9 {
	padding-bottom: 7rem !important;
}
.pb-10, .py-10 {
	padding-bottom: 8rem !important;
}
/*边框*/
.border-top-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-right: 1px dashed #dee2e6 !important;
}
.border-bottom-dashed {
	border-bottom: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
/*字距*/
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-3 {
	letter-spacing: 3px;
}
.ls-4 {
	letter-spacing: 4px;
}
.ls-5 {
	letter-spacing: 5px;
}
/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #17a2b8;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.page-num-current:hover {
	color: #fff;
}
/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.code, .code img {
	height: 100px;
}
.position, .position a {
	color: #999;
}
.content {
	color: #666;
	line-height: 2;
}
.content img, .content iframe {
	max-width: 100% !important;
}
.content li {
	list-style: disc outside none;
	margin-left: 20px;
}
/*产品轮播*/
.view {
	max-width: 500px;
}
.view .swiper-slide {
	height: 300px;
	max-width: 500px;
	padding: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.view .swiper-slide img {
	height: 100%;
}
.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.preview {
	position: relative;
	width: 440px;
	left: 30px;
}
.preview .swiper-slide {
	width: 87.5px;
	height: 70px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.preview .swiper-slide img {
	display: inline-block;
	height: 100%;
}
.preview .active-nav {
	border: 1px solid #F00;
}
.preview .arrow-left {
	background: #fff url(../images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}
.preview .arrow-right {
	background: #fff url(../images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}

@media only screen and (max-width: 768px) {
.view .swiper-slide {
	height: 200px;
}
.preview {
	display: none;
}
.view .arrow-left, .view .arrow-right {
	height: 200px;
	display: block;
}
}
/*在线客服*/
.online {
	position: fixed;
	bottom: 150px;
	right: 10px;
	width: 60px;
	z-index: 999;
	color: #999;
}
.online a {
	color: #666;
}
.online a:hover {
	text-decoration: none;
}
.online dl {
	background: #27a8e1;
	padding: 10px 5px;
	margin-bottom: 1px;
	position: relative;
}
.online dl dd {
	color: #fff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.online dl dd i {
	font-size: 25px;
}
.online dl:hover {
	background: #1781bd;
}
.online dl dt {
	position: absolute;
	top: 0px;
	right: 60px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 9999;
	display: none;
	padding: 10px 15px;
	font-weight: normal;
}
.online dl dt h3 {
	display: block;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.online dl dt h3 i {
	margin-right: 5px;
}
.online dl dt h3 span {
	float: right;
	cursor: pointer;
}
.online dl dt input {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding: 3px 5px;
	width: 100%;
}
.online dl dt button {
	margin: 10px 0;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #28a7e1;
	color: #fff;
	cursor: pointer;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
.card-img-200 {
	height: 200px;
	overflow: hidden;
}
.card-img-180 {
	height: 180px;
	overflow: hidden;
}
.card-img-150 {
	height: 150px;
	overflow: hidden;
}
.card-img-120 {
	height: 120px;
	overflow: hidden;
}
.card-img-100 {
	height: 100px;
	overflow: hidden;
}
}
/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
.page-num {
	display: none;
}
.head-sm-height {
	height: 61px !important;
}
}
/*********响应式样式******************/

/*行距*/
.lh-1 {
	line-height: 1;
}
.lh-2 {
	line-height: 2;
}
.lh-3 {
	line-height: 3;
}
.lh-4 {
	line-height: 4;
}
/*字体大小*/
.fs-12 {
	font-size: .857rem;
}
.fs-14 {
	font-size: 1rem;
}
.fs-16 {
	font-size: 1.142rem;
}
.fs-18 {
	font-size: 1.285rem;
}
.fs-20 {
	font-size: 1.428rem;
}
.fs-22 {
	font-size: 1.571rem;
}
.fs-24 {
	font-size: 1.714rem;
}
.fs-26 {
	font-size: 1.857rem;
}
.fs-28 {
	font-size: 2rem;
}
.fs-30 {
	font-size: 2.142rem;
}
.fs-32 {
	font-size: 2.286rem;
}
.fs-34 {
	font-size: 2.429rem;
}
.fs-36 {
	font-size: 2.571rem;
}
.fs-38 {
	font-size: 2.714rem;
}
.fs-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-5px {
	height: 5px;
}
.h-10px {
	height: 10px;
}
.h-15px {
	height: 15px;
}
.h-20px {
	height: 20px;
}
.h-25px {
	height: 25px;
}
.h-30px {
	height: 30px;
}
.h-35px {
	height: 35px;
}
.h-40px {
	height: 40px;
}
.h-45px {
	height: 45px;
}
.h-50px {
	height: 50px;
}
.h-55px {
	height: 55px;
}
.h-60px {
	height: 60px;
}
.h-65px {
	height: 65px;
}
.h-70px {
	height: 70px;
}
.h-75px {
	height: 75px;
}
.h-80px {
	height: 80px;
}
.h-85px {
	height: 85px;
}
.h-90px {
	height: 90px;
}
.h-95px {
	height: 95px;
}
.h-100px {
	height: 100px;
}
.h-110px {
	height: 110px;
}
.h-120px {
	height: 120px;
}
.h-130px {
	height: 130px;
}
.h-140px {
	height: 140px;
}
.h-150px {
	height: 150px;
}
.h-160px {
	height: 160px;
}
.h-170px {
	height: 170px;
}
.h-180px {
	height: 180px;
}
.h-190px {
	height: 190px;
}
.h-200px {
	height: 200px;
}
.h-210px {
	height: 210px;
}
.h-220px {
	height: 220px;
}
.h-230px {
	height: 230px;
}
.h-240px {
	height: 240px;
}
.h-250px {
	height: 250px;
}
.h-260px {
	height: 260px;
}
.h-270px {
	height: 270px;
}
.h-280px {
	height: 280px;
}
.h-290px {
	height: 290px;
}
.h-300px {
	height: 300px;
}
.h-310px {
	height: 310px;
}
.h-320px {
	height: 320px;
}
.h-330px {
	height: 330px;
}
.h-340px {
	height: 340px;
}
.h-350px {
	height: 350px;
}
.h-360px {
	height: 360px;
}
.h-370px {
	height: 370px;
}
.h-380px {
	height: 380px;
}
.h-390px {
	height: 390px;
}
.h-400px {
	height: 400px;
}
.h-410px {
	height: 410px;
}
.h-420px {
	height: 420px;
}
.h-430px {
	height: 430px;
}
.h-440px {
	height: 440px;
}
.h-450px {
	height: 450px;
}
.h-460px {
	height: 410px;
}
.h-470px {
	height: 470px;
}
.h-480px {
	height: 480px;
}
.h-490px {
	height: 490px;
}
.h-500px {
	height: 500px;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
/*行距*/
.lh-sm-1 {
	line-height: 1;
}
.lh-sm-2 {
	line-height: 2;
}
.lh-sm-3 {
	line-height: 3;
}
.lh-sm-4 {
	line-height: 4;
}
/*字体大小*/
.fs-sm-12 {
	font-size: .857rem;
}
.fs-sm-14 {
	font-size: 1rem;
}
.fs-sm-16 {
	font-size: 1.142rem;
}
.fs-sm-18 {
	font-size: 1.285rem;
}
.fs-sm-20 {
	font-size: 1.428rem;
}
.fs-sm-22 {
	font-size: 1.571rem;
}
.fs-sm-24 {
	font-size: 1.714rem;
}
.fs-sm-26 {
	font-size: 1.857rem;
}
.fs-sm-28 {
	font-size: 2rem;
}
.fs-sm-30 {
	font-size: 2.142rem;
}
.fs-sm-32 {
	font-size: 2.286rem;
}
.fs-sm-34 {
	font-size: 2.429rem;
}
.fs-sm-36 {
	font-size: 2.571rem;
}
.fs-sm-38 {
	font-size: 2.714rem;
}
.fs-sm-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-sm-5px {
	height: 5px;
}
.h-sm-10px {
	height: 10px;
}
.h-sm-15px {
	height: 15px;
}
.h-sm-20px {
	height: 20px;
}
.h-sm-25px {
	height: 25px;
}
.h-sm-30px {
	height: 30px;
}
.h-sm-35px {
	height: 35px;
}
.h-sm-40px {
	height: 40px;
}
.h-sm-45px {
	height: 45px;
}
.h-sm-50px {
	height: 50px;
}
.h-sm-55px {
	height: 55px;
}
.h-sm-60px {
	height: 60px;
}
.h-sm-65px {
	height: 65px;
}
.h-sm-70px {
	height: 70px;
}
.h-sm-75px {
	height: 75px;
}
.h-sm-80px {
	height: 80px;
}
.h-sm-85px {
	height: 85px;
}
.h-sm-90px {
	height: 90px;
}
.h-sm-95px {
	height: 95px;
}
.h-sm-100px {
	height: 100px;
}
.h-sm-110px {
	height: 110px;
}
.h-sm-120px {
	height: 120px;
}
.h-sm-130px {
	height: 130px;
}
.h-sm-140px {
	height: 140px;
}
.h-sm-150px {
	height: 150px;
}
.h-sm-160px {
	height: 160px;
}
.h-sm-170px {
	height: 170px;
}
.h-sm-180px {
	height: 180px;
}
.h-sm-190px {
	height: 190px;
}
.h-sm-200px {
	height: 200px;
}
.h-sm-210px {
	height: 210px;
}
.h-sm-220px {
	height: 220px;
}
.h-sm-230px {
	height: 230px;
}
.h-sm-240px {
	height: 240px;
}
.h-sm-250px {
	height: 250px;
}
.h-sm-260px {
	height: 260px;
}
.h-sm-270px {
	height: 270px;
}
.h-sm-280px {
	height: 280px;
}
.h-sm-290px {
	height: 290px;
}
.h-sm-300px {
	height: 300px;
}
.h-sm-310px {
	height: 310px;
}
.h-sm-320px {
	height: 320px;
}
.h-sm-330px {
	height: 330px;
}
.h-sm-340px {
	height: 340px;
}
.h-sm-350px {
	height: 350px;
}
.h-sm-360px {
	height: 360px;
}
.h-sm-370px {
	height: 370px;
}
.h-sm-380px {
	height: 380px;
}
.h-sm-390px {
	height: 390px;
}
.h-sm-400px {
	height: 400px;
}
.h-sm-410px {
	height: 410px;
}
.h-sm-420px {
	height: 420px;
}
.h-sm-430px {
	height: 430px;
}
.h-sm-440px {
	height: 440px;
}
.h-sm-450px {
	height: 450px;
}
.h-sm-460px {
	height: 410px;
}
.h-sm-470px {
	height: 470px;
}
.h-sm-480px {
	height: 480px;
}
.h-sm-490px {
	height: 490px;
}
.h-sm-500px {
	height: 500px;
}
}

/*md屏幕以上*/
@media only screen and (min-width: 768px) {
/*行距*/
.lh-md-1 {
	line-height: 1;
}
.lh-md-2 {
	line-height: 2;
}
.lh-md-3 {
	line-height: 3;
}
.lh-md-4 {
	line-height: 4;
}
/*字体大小*/
.fs-md-12 {
	font-size: .857rem;
}
.fs-md-14 {
	font-size: 1rem;
}
.fs-md-16 {
	font-size: 1.142rem;
}
.fs-md-18 {
	font-size: 1.285rem;
}
.fs-md-20 {
	font-size: 1.428rem;
}
.fs-md-22 {
	font-size: 1.571rem;
}
.fs-md-24 {
	font-size: 1.714rem;
}
.fs-md-26 {
	font-size: 1.857rem;
}
.fs-md-28 {
	font-size: 2rem;
}
.fs-md-30 {
	font-size: 2.142rem;
}
.fs-md-32 {
	font-size: 2.286rem;
}
.fs-md-34 {
	font-size: 2.429rem;
}
.fs-md-36 {
	font-size: 2.571rem;
}
.fs-md-38 {
	font-size: 2.714rem;
}
.fs-md-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-md-5px {
	height: 5px;
}
.h-md-10px {
	height: 10px;
}
.h-md-15px {
	height: 15px;
}
.h-md-20px {
	height: 20px;
}
.h-md-25px {
	height: 25px;
}
.h-md-30px {
	height: 30px;
}
.h-md-35px {
	height: 35px;
}
.h-md-40px {
	height: 40px;
}
.h-md-45px {
	height: 45px;
}
.h-md-50px {
	height: 50px;
}
.h-md-55px {
	height: 55px;
}
.h-md-60px {
	height: 60px;
}
.h-md-65px {
	height: 65px;
}
.h-md-70px {
	height: 70px;
}
.h-md-75px {
	height: 75px;
}
.h-md-80px {
	height: 80px;
}
.h-md-85px {
	height: 85px;
}
.h-md-90px {
	height: 90px;
}
.h-md-95px {
	height: 95px;
}
.h-md-100px {
	height: 100px;
}
.h-md-110px {
	height: 110px;
}
.h-md-120px {
	height: 120px;
}
.h-md-130px {
	height: 130px;
}
.h-md-140px {
	height: 140px;
}
.h-md-150px {
	height: 150px;
}
.h-md-160px {
	height: 160px;
}
.h-md-170px {
	height: 170px;
}
.h-md-180px {
	height: 180px;
}
.h-md-190px {
	height: 190px;
}
.h-md-200px {
	height: 200px;
}
.h-md-210px {
	height: 210px;
}
.h-md-220px {
	height: 220px;
}
.h-md-230px {
	height: 230px;
}
.h-md-240px {
	height: 240px;
}
.h-md-250px {
	height: 250px;
}
.h-md-260px {
	height: 260px;
}
.h-md-270px {
	height: 270px;
}
.h-md-280px {
	height: 280px;
}
.h-md-290px {
	height: 290px;
}
.h-md-300px {
	height: 300px;
}
.h-md-310px {
	height: 310px;
}
.h-md-320px {
	height: 320px;
}
.h-md-330px {
	height: 330px;
}
.h-md-340px {
	height: 340px;
}
.h-md-350px {
	height: 350px;
}
.h-md-360px {
	height: 360px;
}
.h-md-370px {
	height: 370px;
}
.h-md-380px {
	height: 380px;
}
.h-md-390px {
	height: 390px;
}
.h-md-400px {
	height: 400px;
}
.h-md-410px {
	height: 410px;
}
.h-md-420px {
	height: 420px;
}
.h-md-430px {
	height: 430px;
}
.h-md-440px {
	height: 440px;
}
.h-md-450px {
	height: 450px;
}
.h-md-460px {
	height: 410px;
}
.h-md-470px {
	height: 470px;
}
.h-md-480px {
	height: 480px;
}
.h-md-490px {
	height: 490px;
}
.h-md-500px {
	height: 500px;
}
}

/*lg屏幕以上*/
@media only screen and (min-width: 992px) {
/*行距*/
.lh-lg-1 {
	line-height: 1;
}
.lh-lg-2 {
	line-height: 2;
}
.lh-lg-3 {
	line-height: 3;
}
.lh-lg-4 {
	line-height: 4;
}
/*字体大小*/
.fs-lg-12 {
	font-size: .857rem;
}
.fs-lg-14 {
	font-size: 1rem;
}
.fs-lg-16 {
	font-size: 1.142rem;
}
.fs-lg-18 {
	font-size: 1.285rem;
}
.fs-lg-20 {
	font-size: 1.428rem;
}
.fs-lg-22 {
	font-size: 1.571rem;
}
.fs-lg-24 {
	font-size: 1.714rem;
}
.fs-lg-26 {
	font-size: 1.857rem;
}
.fs-lg-28 {
	font-size: 2rem;
}
.fs-lg-30 {
	font-size: 2.142rem;
}
.fs-lg-32 {
	font-size: 2.286rem;
}
.fs-lg-34 {
	font-size: 2.429rem;
}
.fs-lg-36 {
	font-size: 2.571rem;
}
.fs-lg-38 {
	font-size: 2.714rem;
}
.fs-lg-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-lg-5px {
	height: 5px;
}
.h-lg-10px {
	height: 10px;
}
.h-lg-15px {
	height: 15px;
}
.h-lg-20px {
	height: 20px;
}
.h-lg-25px {
	height: 25px;
}
.h-lg-30px {
	height: 30px;
}
.h-lg-35px {
	height: 35px;
}
.h-lg-40px {
	height: 40px;
}
.h-lg-45px {
	height: 45px;
}
.h-lg-50px {
	height: 50px;
}
.h-lg-55px {
	height: 55px;
}
.h-lg-60px {
	height: 60px;
}
.h-lg-65px {
	height: 65px;
}
.h-lg-70px {
	height: 70px;
}
.h-lg-75px {
	height: 75px;
}
.h-lg-80px {
	height: 80px;
}
.h-lg-85px {
	height: 85px;
}
.h-lg-90px {
	height: 90px;
}
.h-lg-95px {
	height: 95px;
}
.h-lg-100px {
	height: 100px;
}
.h-lg-110px {
	height: 110px;
}
.h-lg-120px {
	height: 120px;
}
.h-lg-130px {
	height: 130px;
}
.h-lg-140px {
	height: 140px;
}
.h-lg-150px {
	height: 150px;
}
.h-lg-160px {
	height: 160px;
}
.h-lg-170px {
	height: 170px;
}
.h-lg-180px {
	height: 180px;
}
.h-lg-190px {
	height: 190px;
}
.h-lg-200px {
	height: 200px;
}
.h-lg-210px {
	height: 210px;
}
.h-lg-220px {
	height: 220px;
}
.h-lg-230px {
	height: 230px;
}
.h-lg-240px {
	height: 240px;
}
.h-lg-250px {
	height: 250px;
}
.h-lg-260px {
	height: 260px;
}
.h-lg-270px {
	height: 270px;
}
.h-lg-280px {
	height: 280px;
}
.h-lg-290px {
	height: 290px;
}
.h-lg-300px {
	height: 300px;
}
.h-lg-310px {
	height: 310px;
}
.h-lg-320px {
	height: 320px;
}
.h-lg-330px {
	height: 330px;
}
.h-lg-340px {
	height: 340px;
}
.h-lg-350px {
	height: 350px;
}
.h-lg-360px {
	height: 360px;
}
.h-lg-370px {
	height: 370px;
}
.h-lg-380px {
	height: 380px;
}
.h-lg-390px {
	height: 390px;
}
.h-lg-400px {
	height: 400px;
}
.h-lg-410px {
	height: 410px;
}
.h-lg-420px {
	height: 420px;
}
.h-lg-430px {
	height: 430px;
}
.h-lg-440px {
	height: 440px;
}
.h-lg-450px {
	height: 450px;
}
.h-lg-460px {
	height: 410px;
}
.h-lg-470px {
	height: 470px;
}
.h-lg-480px {
	height: 480px;
}
.h-lg-490px {
	height: 490px;
}
.h-lg-500px {
	height: 500px;
}
}





/*indexAbout*/
.indexAboutL{
	display: flex;
  flex-direction: column;
  justify-content: center;
}
.indexAboutL h2{
	font-family: RobotoCondensed-Light;
  font-size: 40px;
  line-height: 50px;
  color: #333;
  font-weight: 100;
  text-transform: uppercase;
  
}
.indexAboutL h2 strong{
	font-family: Roboto-Condensed;
	font-weight:bold;
}
.indexAbout .about_btn{
	font-size: 14px;
  line-height: 25px;
  color: #000;
  border-bottom: 7px solid #23ac38;
  display: block;
  margin-top: 30px;
  font-family: Roboto-Regular;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexAbout .about_btn span {
  color: #333;
  font-size: 16px;
}
.indexAbout .about_btn span::after{
	content: "\f178";
  color: #23ac38;
  font-family: fontawesome;
  margin-left: 7px;
  margin-right: 3px;
}
.indexAboutM p{
  color: #666;
  font-family: WorkSans;
  font-size: 15px;
  line-height: 30px;	
}
.indexAbout_right img{
 max-width:100%;	
}


/*indexProduct*/
.title h2{
	font-family: RobotoCondensed-Light;
	font-size: 40px;
  color: #333;
  font-weight: 100;
  text-align:center;
}
.title h2 strong{
	font-family: Roboto-Condensed;
  font-weight:bold;	
}
.indexProductItem a{
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.indexProductItem a img{
 max-width:100%;	
}

.indexProductItem a h2{
	color: #222;
	font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  margin-top: 20px;
}
.indexProductItem a span{
 display:block;
 width:60px;
 height:1px;
 background:#23ac38;
 margin-top:20px;	
}
.indexProductItem a p{
	line-height: 22px;
  padding-left: 4px;
  color: #9c9c9c;
  margin-top:20px;	
  font-size: 13px;
  margin-bottom:20px;
}
.indexProductItem a:hover h2{
 	color:#23ac38;
}
.indexProductItem a:hover p{
 	color: #9c9c9c;
}




/*indexAbout2*/
.indexAbout2{
 width:100%;
 position:relative;	
}
.indexAbout2bg{
 position: relative;
 padding-left: calc((100% - 1200px) / 2);
}


.indexAbout2Con{
	position: relative;
}
.indexAbout2_L{
	background: #23ac38;
  padding: 10rem 5rem;
  position: absolute;
  width: 40%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color:#fff;
}
.indexAbout2_L h2{
	text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
  font-family: Roboto-Condensed;
  font-weight:bold;
  margin-bottom: 25px;
}
.indexAbout2_L p{
	font-size: 14px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
}
.indexAbout2_L a{
	background-color: #fff;
  border-radius: 15px;
  text-align: center;
  color: #333;
  width: 130px;
  padding: 2px 0;
  margin-top: 30px;
  display:block;

}

.indexAbout2_r{
 width:80%;	
 margin-left:auto;
}
.indexAbout2_r img{
 max-width:100%;	
}


@media (min-width: 1200px) {

 .indexAbout2bg{
 position: relative;
 padding-left: calc((100% - 1140px) / 2);
}
.indexAbout2_L{
	padding: 6rem 2rem;
	width: 50%;
}
}
@media (min-width: 1360px) {

 .indexAbout2bg{
 position: relative;
 padding-left: calc((100% - 1200px) / 2);
}
.indexAbout2_L{
	padding: 6rem 2rem;
	width: 40%;
}
}
@media (min-width: 1440px) {

.indexAbout2_L{
	padding: 8rem 3rem;
	width: 40%;
}
}
@media (min-width: 1680px) {

.indexAbout2_L{
	padding: 10rem 5rem;
	width: 40%;
}
}
.indexAbout3{
	display: flex;
	flex-direction: column;
}
.indexAbout3_L{
	background: #23ac38;
  padding: 5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color:#fff;
}
.indexAbout3_L h2{
	text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
  font-family: Roboto-Condensed;
  font-weight:bold;
  margin-bottom: 25px;
}
.indexAbout3_L p{
	font-size: 14px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
}
.indexAbout3_L a{
	background-color: #fff;
  border-radius: 15px;
  text-align: center;
  color: #333;
  width: 130px;
  padding: 2px 0;
  margin-top: 30px;
  display:block;
}
.indexAbout3_r img{
 max-width:100%;	
}



/*indexSolution*/
.indexSolution{
 background:url(/skins1/1/images/map-new.jpg) no-repeat center center;
 background-size: cover;
}
.indexProductItem{
 display: flex;
 flex-direction: column;
 align-items: center;
}
.indexProductItem img{
 margin-bottom:20px;	
}
.indexProductItem h3{
 color: #333;
 font-size: 18px;
 line-height: 28px;
 margin-bottom:30px;
 text-align:center
}
.indexProductItem p{
	color: #1a1a1a;
  font-size: 14px;
  line-height: 20px;
  text-align:center;
}



/*indexInquiry*/

.indexInquiry{
 background:url(/skins1/1/images/inquirybg.jpg) no-repeat center center;
 background-size: cover; 	
}
.indexInquiryCon{
 display: flex;
 flex-direction: column;
 align-items: center;	
}
.indexInquiryCon h3{
	font-family: Roboto-BoldCondensed;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
}
.indexInquiryCon p{
	color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  margin-top: 40px;
  font-weight: normal;
  text-align:center;
}
.indexInquiryCon a{
	color: #fff;
  background: #23ac38;
  line-height: 44px;
  width: 200px;
  display: table;
  margin: auto;
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid transparent;
  text-align:center;
}
.indexInquiryCon a:hover { 
	background: #23ac38; 
	border: 1px solid #fff; 
	color: #fff;
}

@media (max-width:420px){
	.indexInquiryCon h3{
		font-size: 34px;
	}
}


/*indexPartner*/
.indexPartner .swiper{
 overflow:hidden;	
}
.indexPartner .swiper-slide{
 display:flex;	
 justify-content: center;
}


/*footer*/
.footer{
	background-color: #363839;
	text-align:center;
}
.footNav{
 display:flex;	
 justify-content: center;
 align-items: center;
 margin-top:70px;
 margin-bottom:50px;
}
.footNav a{
	display: inline-block;
  padding: 0 30px;
  font-size: 16px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color:#fff;
}
.footLinks{
 display:flex;	
 justify-content: center;
 align-items: center;
}
.footLinks a{
  margin: 0 10px;
  background: #fff;
  border-radius: 50%;
  padding: 15px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.footLinks a:hover img{
transform:rotate(50deg); 
-ms-transform:rotate(50deg); 	
-moz-transform:rotate(50deg); 	
-webkit-transform:rotate(50deg); 
-o-transform:rotate(50deg); 	
}

.footCopyright{
 margin-top:50px;
 color:#fff;	
}
.footCopyright a{
 color:#fff;	
}

@media (max-width:1080px){
	.footer{
		padding-top: 4rem !important;
		padding-bottom:4rem !important;
	}
	.footNav{
		margin-top:50px;
    margin-bottom:30px;
	}
	.footNav a{
		padding: 0 15px;
		font-size: 14px;
    line-height: 32px;
	}
}

@media (max-width:768px){

	.footNav{
		margin-top:40px;
    margin-bottom:20px;
	}
	.footNav a{
		padding: 0 10px !important;
		font-size: 12px;
    line-height: 28px;
	}
}
@media (max-width:512px){

	.footNav{
		margin-top:40px;
    margin-bottom:20px;
    flex-wrap: wrap;
	}
	.footNav a{
		padding: 0 10px !important;
		font-size: 12px;
    line-height: 28px;
	}
	.footLinks{
		flex-wrap: wrap;
		}
}




/*aboutnei*/
.aboutnei .container{
 max-width:1020px !important;
}
.about_title{
 font-size: 2.125rem;
 font-weight: 500;
 letter-spacing: 2px;
 margin-bottom: 20px;
 text-align: center;	
}
.about_nr p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #666;
  margin-bottom: 10px;
}
.about_btn{
 margin-top:35px;
 text-align:center;	
}
.partner_item{
 display:flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 margin-bottom:3rem;
}
.partner_item img{
 max-width:140px;
 max-height:50px;	
}
.partner_item span{
 font-size: 12px;
 color: #787878;
}
.about_play{
 position:relative;	
 overflow: hidden;
 min-height:320px;
 margin-top:7rem;
}
.about_play .swiper{
 overflow:hidden;	
}


.about_play .swiper-button-prev,.about_play .swiper-button-next{
 background-image:none !important;
  width:44px !important;
 height:44px !important;	
}
.about_play .swiper-button-prev{
 left:20px;	
}
.about_play .swiper-button-next{
 right:20px;	
}
.about_play .swiper-slide{
 display:flex;	
 justify-content: center;
 align-items: center;
 flex-direction: column;
}
.about_play .swiper-slide img{
 max-width:100%;	
}
.about_play .swiper-slide p {
  text-align: center;
  padding-top: 25px;
  text-transform: uppercase;
  font-size: 16px;
}
.about_play .swiper-pagination{
 margin-top:20px;	
 text-align:center;
 width: 100%;
}
.about_play .swiper-pagination span{
	background:#23ac38;
	margin:0 2px;
}

.aboutnei1 .container{
 max-width:1124px !important	

}
.aboutYs_item{
 display:flex;	
 justify-content: flex-start;
 align-items: center;
 flex-direction: column;	
 margin-bottom:2rem;
}
.aboutYs_item .shu{
	color: #23ac38;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 15px;
  font-family: "HEL";
  text-transform: uppercase;
}
.aboutYs_item .line{
	width: 20px;
  background: #eaeaea;
  height: 2px;
  display: block;
  margin: 0 auto;
}
.aboutYs_item .p{
  font-size: 14px;
  line-height: 22px;
  color: #555;
  margin-top: 16px;	
  text-align:center;
}
.navList{
 padding-bottom:80px;	
}
.navList:nth-child(2n+2) .proImg{
 	order:2
}
.proImg{
 display:flex;
 justify-content: center;
 align-items: center;
}
.proImg img{
	max-width:256px;
	height:auto;

}
.proCon_title{
	font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 70px;
  margin-bottom: 20px;
  text-align: center;
}
.proCon_desc{
	width: 600px;
  margin: 0 auto;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #666;
  text-align: center;
}
.proCon_list{
 margin-top:45px;
 display:flex;
 justify-content: space-around;
 align-items: center;	
 flex-wrap: wrap;
}
.proCon_list .proListItem{
 display:flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 margin-bottom:20px;
}
.proListItem h4{
 font-size: 16px;
 font-weight: normal;
}
.proListItem span{
 font-size:12px;
 color:rgb(120,120,120)	;
 height: 36px; 
 padding-top:10px;
}
.proListItem a{
 font-size: 0.815rem;
 text-transform: uppercase;
 color: #fff;
 background: #23ac38;
 display: inline-block;
 height: 30px;
 line-height: 30px;
 padding: 0px 35px;
}
.proListItem a:hover{
 color:#fff;	
 background: #7eb32e;
}
.proList2 .row{
 flex-direction: column;
}
.proList2 .proImg{
	width:100% !important;
	margin-top:20px;
}
.proList2 .proCon{
	width:100% !important;
}

@media (max-width:767px){
 	.navList:nth-child(2n+2) .proImg{
 	order:0
}
}





/*pronei*/
.proLeft{
 background:#fff;
 padding:30px 20px;
}
.proLeft .proLeft_title h5{
 font-size: 16px;	
 margin-bottom:25px;
 font-weight: 400;
 text-transform: uppercase;
}
.proLeft_nav{
 display:flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: flex-start;	
}
.proLeft_nav a{
 font-size:14px;
 color:#333;
 margin-bottom:10px;	
}
.proLeft_nav a:hover{
 color:#23ac38;
}
.proRight{
 

}
.proRight_top{
 display:flex;
 justify-content: flex-start;
 align-items: flex-start;
 margin-bottom: 15px;
 padding: 60px 40px 55px 40px;
}
.proRight_top img{
 margin-right:40px;	
 width:40%;
}
.proRight_con{
 display:flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: flex-start;	
}
.proRight_title{
 font-size: 45px;
 line-height: 45px;
 color: #23ac38;
 margin-bottom: 15px;
 text-transform: uppercase;
}
.proRight_desc{
 font-size: 16px;
 line-height: 26px;
 color: #23ac38;	
 padding-bottom: 30px;
 border-bottom: 1px solid #eeeeee;
}
.proRight_nr{
 margin-top: 30px;	
}
.proRight_nr ul{
 display:flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: flex-start;	
}
.proRight_nr ul li{
 display:flex;
 justify-content: flex-start;
 align-items: center;	
 margin-bottom:20px;
}
.proRight_nr ul li img{
 margin-right:10px;	
 width:40px !important;
 margin-bottom:0 !important;
}
.proRight_nr ul li p{
 color: #888888;
 font-size:14px !important;
 line-height:16px !important;
 padding-top:0 !important;
 width:auto !important;
 padding-left:0 !important;
}

.proRight_mid{
 padding: 40px 0;
 display:flex;
 justify-content: flex-start;
 align-items: flex-start;
 margin-bottom:40px;
 	
}
.proRight_mid .aboutYs_item{
 width:20%;
 padding:0 15px;	
 
}
.proRight_bottom{
 display:flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: flex-start;	
}
.proRight_bottom .download{
 color: #23ac38;
 line-height: 30px;
 font-size: 26px;
 font-weight: bold;	
}
.proRight_bottom a{
 margin-top:15px;
 height: 45px;
 padding: 0 15px;
 border-radius: 5px;
 text-align: center;
 margin-right: 25px;
 box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
 cursor: pointer;
 font-size: 15px;
 color: #333333;
 -webkit-transition: all .5s;
  transition: all .5s;
  display:flex;
  align-items:center;
}	
.proRight_bottom a span{
	width: 25px;
  height: 20px;
  background: url(/skins1/1/images/pic16.png) no-repeat center top;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.proRight_bottom a:hover {
  background: #23ac38;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.proRight_bottom a:hover span{
  background: url(/skins1/1/images/pic16.png) no-repeat center -62px;
  -webkit-transition: all .5s;
 transition: all .5s;
}



@media (max-width:991px){
	.proRight_top{
		flex-direction: column;
		align-items: center;
	}
	.proRight_top img{
	  margin-bottom:25px;	
	}
	.proRight_mid{
		flex-wrap: wrap;
	}
	.proRight_mid .aboutYs_item{
	  width:33.33%;
	  	
	}
}

@media (max-width:767px){
	.proLeft{
	  order:2;	
	}
}
@media (max-width:575px){
	.proRight_mid .aboutYs_item{
	  width:50%;
	  	
	}
}

.proList3 .proListItem{
 width:50%;	
}



.lista2 {
  padding: 40px 40px 40px 40px;
  background: #fff;
  margin-bottom: 60px;
}
.lista2 .dt {
  position: relative;
}
.lista2 .dt .top {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.lista2 .dt .tit {
  font-size: 45px;
  line-height: 45px;
  color: #23ac38;
  margin-bottom: 15px;
  text-transform: uppercase;
      text-align: center;
}
.lista2 .dt .p {
  font-size: 16px;
  line-height: 26px;
  color: #23ac38;
      text-align: center;
}
.lista2 .dt .ul {
  margin-top: 30px;
}
.lista2 .dt .ul .li {
  font-size: 14px;
  color: #888888;
  padding-bottom: 20px;
  float:left;
}
.lista2 .dt .ul .li:before {
  
}
.lista2 .dt .imga {
  margin-top: 55px;
}
.lista2 .dt .imga img {
  max-width: 100%;
}

.system1{
 margin-top:30px;
 background:#e9e7e7;
 padding:50px 50px;	
}
.systemwz{
 display: flex;
 flex-direction: column;	
}
.systemwz h1 {
 font-size: 14px;
 font-weight: bold;
 margin-bottom:20px;
}
.systemwz p {
 font-size: 12px;
 line-height: 18px;
}
.system1_r img{
 max-width:100%;	
}

.systemimg img{
 max-width:100%;	
}
.proRight table{
 margin-top:25px;	
}




@media (max-width:991px){

	.systemwz{
	  margin-top:20px;
	  margin-bottom:20px;	
	}
	.systemwz{
	  order:2;	
	}
}
.bottomImg img{
 max-width:100%;	
}
.proImg3 img{
 width:500px !important;
 max-width:100% !important;	
}
.navList21 .proImg{
 	order:2
}




.solution{
 background-color: rgb(229, 231, 230);	
}
.solution1{
 margin-bottom:70px;	
}
.solution1 ul{
	display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.solution1 ul li{
 padding:30px;
 border: 1px solid #23ac38;
 display: flex;
 flex-direction: column;
 align-items: center;
 margin-bottom:20px;
}
.solution1 ul li img{
 margin-bottom:16px;	
}
.solution1 ul li p{
 font-size: 16px;	
 text-align:center;
}
.solution2 h2{
	font-family: RobotoCondensed-Light;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  color: #21d05e;
  margin-bottom:30px;
}
.solution2 p{
 color: #000;
 line-height: 25px;	
 font-size:14px;
}

.solution3{
 display: flex;
 flex-direction: column;	
 margin-top:50px;
}
.solution3_1{
 background:#23ac38;
 padding:10px 20px;
}
.solution3_1 p{
 color: #fff;
 font-size: 16px;
}
.solutionimg img{
 max-width:100%;	
}

.solution3_2{
 margin-top:25px;	
}
.solution .title{
 font-size: 30px;
 color: #21d05e;
}
.solution .desc{
	color: #333;
	font-size: 14px;
	line-height: 23px;
	margin-top:20px;
}
.solution .more{
 background-color: #21cf5d;
 width: 130px;
 height: 25px;
 color: #fff;
 text-align: center;
 line-height: 25px;
 margin-top: 20px;	
}
.solution .more a{
 color:#fff;	
}
.solution4{
 margin-top:25px;	
}
.solution4 .title{
 font-size: 14px;
 color:#333;	
}
.solution4 .title span{
 color: #21cf5d;
 font-weight: bold;
}
.solution4 ul{
 display:flex;	
 margin-top:20px;
}
.solution4 ul li img{
 width:150px;
 max-width:100%;	
}








.eightkj {position: relative;height: 650px;z-index: 1;     padding-top: 100px;}
.eightkj .article h2.h2_title a {color: #fff;}
.eightkj .article h2.h2_title i {color: #fff;text-transform: uppercase;}
.eightkj .article h2.h2_title i em {display: block;font-size: 10px;}
.eightkj .article p.p_title {color: #fff;}
.eightkj .article .fk {border: 2px solid #671126;}

.eightkj_con {height: 565px;background: url(/skins1/1/images/eightkjbg.png) no-repeat left top;z-index: 1;position:relative;}
.eightkj_con .kjcase span {float:left; width: 47px;height: 47px;cursor: pointer;}
.eightkj_con .kjcase i {float: left;width: 640px;height: 207px;background-color:#f2f2f2;line-height: 27px;text-align: left;font-size: 18px;margin-top: 10px;display: none;overflow: hidden; padding:10px 20px;border-radius:10px; z-index:1000;}
.gp_case li{ float:left; padding:10px 10px; }
.eightkj_con .con_d1 {position: absolute;left: 510px;top: 416px; z-index:1;}
.eightkj_con .con_d2 {position: absolute;left: 420px;top: 230px; z-index:1;}
.eightkj_con .con_d3 {position: absolute;left: 895px;top: 270px; z-index:1;}
.eightkj_con .con_d4 {position: absolute;left: 495px;top: 220px; z-index:1;}
.eightkj_con .con_d5 {position: absolute;left: 430px;top: 285px; z-index:1;}
.eightkj_con .con_d6 {position: absolute;left: 180px;top: 140px; z-index:1;}
.eightkj_con .con_d7 {position: absolute;left: 115px;top: 170px; z-index:1;}
.eightkj_con .con_d8 {position: absolute;left: 163px;top: 95px; z-index:1;}
.eightkj_con .con_d9 {position: absolute;left: 215px;top: 165px; z-index:1;}
.eightkj_con .con_d10 {position: absolute;left: 233px;top: 255px; z-index:1;}

.eightkj .eighthg {position: absolute;left: 50%;top: 0;margin-left: -960px; width: 1920px;height: 850px;z-index: 2;display: none;}
.eightkj .eighthg .hg_ul1 {z-index: 2;position: relative;}
.eightkj .eighthg .hg_ul1 li {position: absolute;left: 50%;top: 0;margin-left: -960px; width: 1920px;height: 850px;z-index: 1;display: none;}
.eightkj .eighthg .hg_ul1 li img {height: 850px;}
.eightkj .eighthg .hg_ul1 li.cur {display: block;}

.eightkj .eighthg .container {position: relative;height: 850px;z-index: 5;}
.eightkj .eighthg .hg_close {position: absolute; cursor : pointer;right: 0;top: 0;height: 75px;width: 40px;text-align: center;line-height: 75px;background: #890e2e;color: #fff;z-index: 3;font-size: 20px;}
.eightkj .eighthg .article .fk {z-index: 2;}
.eightkj .eighthg .hg_ul2 {position: absolute;z-index: 5;bottom: 45px;left: 0;}
.eightkj .eighthg .hg_ul2 li {width: 140px;float: left;height: 140px;margin-left: 10px;position: relative;}
.eightkj .eighthg .hg_ul2 li img {display: block;width: 139px;height: 139px;margin: 0 auto;}
.eightkj .eighthg .hg_ul2 li:first-child {margin-left: 0;}
.eightkj .eighthg .hg_ul2 li:first-child img {width: 110px;height: 110px;margin-top: 10px;}
.eightkj .eighthg .hg_ul2 li span {width: 140px;height: 50px;line-height: 26px;text-align: center;font-size: 14px;color: #fff; padding-top: 90px; background: url(Img/Index/ty04.png) no-repeat center;position: absolute;z-index: 3;left: 0;top: 0;display: none;}
.eightkj .eighthg .hg_ul2 li span.cur {display: block;}

.eightkj .eighthg .hgcase {position: absolute;left: 747px;top: 383px;z-index: 3;padding: 30px;background: #890e2e;color: #fff;width: 410px;display: none;}
.eightkj .eighthg .hgcase span.hgcase_s1 {position: absolute;left: -59px;top: 10px;}
.eightkj .eighthg .hgcase .hgcase_p1 {font-size: 24px;}
.eightkj .eighthg .hgcase .hgcase_p2 {font-size: 18px;margin-bottom: 20px;}
.eightkj .eighthg .hgcase .hgcase_p3 {font-size: 13px;line-height: 18px;}
.eightkj .eighthg .hgcase span.hgcase_s2 {position: absolute;left: -4px;top: 30px;width: 4px;height: 7px;background: url(Img/Index/jtl01.png) no-repeat center;z-index: 3;}


.contact_t{
	font-size: 24px;
  color: #23ac38;
  margin-bottom:40px;
}
.contact_b_l{
 display:flex;
 flex-direction: column;	
}
.contact_b_l .title span{
	width: 110px;
  font-size: 22px;
  border-bottom: 2px solid #23ac38;
  padding-bottom: 2px;
}
.contact_b_l .lxfs{
 display:flex;
 flex-direction: column;	
 margin-top:10px; 	
}
.contact_b_l .lxfs p{
	line-height: 25px;
	color: #333;
	font-size:14px;
}
.contact_b_l .ewm{
 display:flex;
 flex-direction: column;	
 margin-top:40px;	
}
.contact_b_l .ewm span{
	line-height: 25px;
	color: #333;
	font-size:14px;	
}
.contact_b_l .ewm .ewm_img{
 display:flex;	
}
.contact_b_l .ewm .ewm_img img{
	width:260px;
	max-width:100%;
}
@media (max-width:512px){
	.contact_b_l .ewm .ewm_img{
		flex-direction: column;	
	}
}
.contact_b_r{
background:#23ac38;
padding:20px 40px;	
color:#fff;
}

.contact_b_r .title span{
	width: 165px;
  font-size: 22px;
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
  color:#fff;
}
.form-group {
    padding-bottom: 10px;
    overflow: hidden;
    margin-bottom:0px;
}
.message{
 margin-top:20px;	
}
.label {
    padding-bottom: 3px;
    display: block;
    line-height: 20px;
}
.label label {
    font-weight: bold;
    margin-bottom:0px;
}
.input {
    padding: 6px;
    border: solid 1px #ddd;
    width: 100%;
    height: 26px;
    line-height: 26px;
    display: block;
}
textarea.input {
    border: solid 1px #ddd;
    height: auto;
    width: 100%;
}
.btn.bg-main {
    border-color: #fff;
    color: #333;
    background-color: #fff;
    display: block;
    width: 100px !important;
    border-radius: 4px;
}







