blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

* {
	box-sizing: border-box
}

body {
	background: #fff;
	color: #333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif
}

caption,
td,
th {
	font-size: 16px;
	border: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: 100%
}

address,
caption,
cite,
code,
var {
	font-style: normal;
	font-weight: 400
}

a {
	color: #333;
	text-decoration: none
}

a:link {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

img {
	border: none;
	max-width: 100%
}

li,
ol,
ul {
	list-style: none
}

button,
input,
select,
textarea {
	font: 14px Verdana, Helvetica, Arial, sans-serif
}

table {
	border-collapse: collapse
}

html {
	overflow-y: scroll
}

i {
	font-style: normal
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin: 0
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*zoom: 1
}

.flex {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap
}
header{
    background:rgba(0,0,0,.5);
}
.top {
	width: 100%;
	padding: 10px 50px;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index: 99;
    border-bottom: 1px solid #fff;
}

.top .contact span,
.top .contact span a {
	color: #fff
}

.top .contact span {
	padding-left: 15px
}

.top .contact i {
	padding: 0 5px
}

.header-con {
	padding: 0 50px;
	justify-content: space-between;
	position: relative;
	height: 74px;
	align-items: center;
	z-index: 9;
}

.search-from {
	border: 1px solid #fff;
	border-radius: 20px;
}

.search-from.active {
	top: 110px;
	opacity: 1;
	transition: .5s all ease-in-out
}

.search-from form {
	align-items: center;
}

.search-from #txtSearch {
	width: 200px;
	border: none;
	height: 40px;
	outline: 0;
	background: none;
}

.search-from #btnSearch {
	border: none;
	font-size: 16px;
	background: none;
	width: 50px;
	color: #fff
}

.container {
	width: 90%;
	margin: 0 auto
}
.down{
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99999;
	} 
	.section {
}

.suspended-window {
  position: fixed;
  top: 22%;
  right: 0;
  z-index: 99999;
}
.suspended-window li {
  width: 60px;
  height: 60px;
  background: var(--color);
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: #ccc;
}
.suspended-window li p {
  font-size: 30px;
  color: #ffffff;
}
.suspended-window li div {
  height: 60px;
  background: #258f59;
  position: absolute;
  right: 68px;
  line-height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  width: 240px;
}
.suspended-window li div a {
  color: #ffffff;
}
.suspended-window li div::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #123023;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: -10px;
  top: 42%;
}
.suspended-window li:hover {
  background: #258f59;
}
.suspended-window li:hover div {
  display: block;
}
.suspended-window li.to-top {
  margin-top: 18px;
  transform: rotate(180deg) translateY(0);
}
.fp-overflow{
    display: flex;
    align-items: center;
}
.banner .fp-overflow{
    display: block;
}
.swiper-pagination-bullet{
    background: #75b73b;
}
.banner-info{
	    position: absolute;
	    width: 45%;
	    left: 5%;
	    color:#fff;
	    top: 50%;
	    transform: translateY(-50%);
	}
	.banner-info h2{
	    font-size: 48px;
	    -webkit-text-stroke: 2px #fff;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.1);
        line-height: 1.3;
	}
	.banner-info p{
	    font-size: 26px;
	    padding: 20px 0;
	    position: relative;
	}
	.banner-info p:before{
	    content: '';
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    height: 2px;
	    background: #fff;
	    width: 30px;
	}
	.banner-info p:after{
	    content: '';
	    position: absolute;
	    left: 35px;
	    bottom: 0;
	    height: 2px;
	    background: #fff;
	    width: 120px;
	}
	.banner-info .banner-tip{
	    display: block;
	    font-size: 20px;
	    line-height: 1;
	    margin: 30px 0;
	}
	.banner-info .banner-link{
	    font-size: 20px;
	    background: #75b73b;
	    line-height: 2;
	    padding: 0 20px;
	    border-radius: 8px;
	    display: inline-block;
	}
@media (min-width:992px) {
	.pro-list-one .pro-img:hover:after {
		content: ' ';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 126, 0, .902)
	}

	#news-list>li:hover {
		padding-left: 30px;
		padding-right: 30px;
		transition: .3s padding ease-in-out;
		background: #75b73b;
		color: #fff
	}

	#news-list>li:hover .pro-con p {
		color: #fff
	}

	#news-list>li:hover .ind-btn a {
		background-color: #fff
	}

	#news-list>li:hover .ind-btn a:before {
		background-color: #fff
	}

	#news-list>li:hover .ind-btn a:hover {
		color: #75b73b
	}

	#news-list>li:hover h3 a {
		color: #fff
	}


	.search-from.active .searchOff {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 110px;
		left: 0;
		opacity: .5;
		background-color: #000;
		z-index: 9
	}

	.nav-active>a {
		color: #fff
	}

	#nav>ul>li {
		float: left
	}

	#nav {
		float: right
	}

	#nav {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex:1;
	}
    
    .search{
    }
    
	.search-icon {
		width: 50px;
		height: 100%;
		line-height: 40px;
	}

	.search-icon i {
		color: #fff;
		font-size: 20px;
		cursor: pointer
	}

	.nav-btn {
		display: none
	}

	#nav>ul>li>a {
		font-size: 16px;
		font-family: Microsoft Yahei, Tahoma, Arial, Helvetica, sans-serif;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		height: 74px;
		padding: 0 20px;
		position: relative;
		color:#fff;
	}

	#nav>ul>li {
		position: relative
	}
	#nav>ul>li.active{
	    background: #80bd37;
	    border-bottom: 3px solid #258f59;
	}

	.submenu {
		position: absolute;
		top: 100%;
		border: none;
		border-radius: 0;
		background-color: rgba(255,255,255,.5);
		box-shadow: none;
		left: 0;
		z-index: 99999;
		display: none;
		transition: .3s all ease-in-out;
		-moz-transition: .3s all ease-in-out;
		-o-transition: .3s all ease-in-out;
		-webkit-transition: .3s all ease-in-out
	}
	.submenu2{
	    position: absolute;
	    left: 100%;
	    z-index: 99999;
		display: none;
		transition: .3s all ease-in-out;
		-moz-transition: .3s all ease-in-out;
		-o-transition: .3s all ease-in-out;
		-webkit-transition: .3s all ease-in-out;
		border: none;
		border-radius: 0;
		background-color: rgba(255,255,255,.5);
		display: none;
		top: 0;
	}

	.nav-list:hover .submenu {
		top: 100%;
		opacity: 1;
		visibility: visible;
		transition: .3s all ease-in-out;
		-moz-transition: .3s all ease-in-out;
		-o-transition: .3s all ease-in-out;
		-webkit-transition: .3s all ease-in-out
	}

	#nav li .submenu a {
		white-space: nowrap;
		font-size: 16px;
		line-height: 48px;
		color: #333;
		padding: 0 30px;
		display: block
	}
    #nav li .submenu li{
        position: relative;
    }
	#nav li .submenu li:hover {
		background: #75b73b
	}

	#nav li:hover>a {
		color: #fff
	}

	#nav li .submenu li:hover>a,#nav li .submenu2 li:hover>a {
		color: #fff
	} {
		color: #fff
	}

	#nav li .submenu li .submenu li a {
		color: #333;
	}

	.nav .submenu .submenu {
		left: 100%;
		top: 0;
	}

	#nav li .submenu li .submenu li:hover a {
		color: #fff;
	}

	#nav .nav-list>a:after {
		content: ' ';
		position: absolute;
		bottom: 10px;
		left: 50%;
		margin-left: -3px;
		border: 2px solid #fff;
		display: inline-block;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-top: none;
		border-right: none;
		opacity: 0;
		visibility: hidden
	}

	#nav .nav-list:hover>a:after {
		opacity: 1;
		visibility: visible
	}

	#banner img {
		display: block
	}

	.banner-btn>div {
		width: 50px;
		height: 50px;
		margin-top: -25px;
		left: 20px;
		transition: .3s all ease-in-out;
		-webkit-transition: .3s all ease-in-out;
		-o-transition: .3s all ease-in-out;
		-moz-transition: .3s all ease-in-out;
		border: 1px solid #fff;
		border-radius: 25px;
		font-size: 25px;
		color:#fff;
		text-align: center;
		line-height: 50px;
	}

	.banner-btn>div:hover {
		/*background-color: #75b73b*/
	}

	.banner-btn .swiper-button-next {
		left: auto;
		right: 80px;
	}

	/*#banner:hover .banner-btn>div {*/
	/*	left: 0;*/
	/*	transition: .3s all ease-in-out;*/
	/*	-webkit-transition: .3s all ease-in-out;*/
	/*	-o-transition: .3s all ease-in-out;*/
	/*	-moz-transition: .3s all ease-in-out*/
	/*}*/

	/*#banner:hover .banner-btn .swiper-button-next {*/
	/*	right: 0;*/
	/*	left: auto*/
	/*}*/
    .swiper-pagination-bullet{
	    width: 20px;
	    border-radius: 4px;
	}
	#banner .swiper-pagination-bullet {
		background: #fff;
		border-radius: 50%;
		width: 8px;
	}
	#banner .swiper-fract{
	    text-align: left;
	    font-size: 16px;
	    color:#fff;
	    padding-left: 20px;
	}
	#banner .swiper-fract span{
	    margin: 0 5px;
	}
	#banner .swiper-fract .swiper-fract-active{
	    color:#75b73b;
	    font-size: 26px;
	}
	#banner .swiper-point{
	    float: right;
	    margin-right: 20px;
	    background: rgba(255,255,255,.4);
	    padding: 6px 15px;
	    border-radius: 14px;
	}
	#banner .swiper-point span{
	    margin: 0 5px;
	}
	.bot-menu{
	    display: none;
	}
}

#banner{
    height: 100%;
}
#banner .swiper-slide{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#banner .swiper-pagination-bullet-active {
	background: #258f59;
	position: relative;
}
#banner .swiper-pagination-bullet-active:before{
    content:'';
    position: absolute;
    width: 14px;
    height: 14px;
    top:-5px;
    left: -5px;
    border-radius: 50%;
    border:2px solid #258f59;
    border-right-color:transparent;
}

.sec_padding {
	padding: 60px 0
}

.c_section {
	background: #f3f3f3
}

#ind-about {
	padding-top: 0
}

.about-data {
	width: 80%;
	justify-content: space-between;
	margin: 30px auto 0
}

.about-data li {
	text-align: center
}

.about-data>li>span {
	display: block;
	font-size: 40px;
	font-weight: 700;
	color: #75b73b
}

.about-data p {
	font-size: 13px;
	margin-top: 5px
}

.reason-ul li {
	width: calc(25% - 18px);
	padding: 0 10px
}

.reason-ul li:hover i {
	display: none;
	background: #75b73b
}

.reason-ul li:hover .hover {
	display: flex
}

.reason-ul li:hover h3 {
	color: #75b73b
}

.reason-ul li:hover {
	border-color: #75b73b
}

.reason-ul {
	margin-top: 40px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between
}

.reason-ul li i {
	display: flex;
	height: 128px;
	width: 128px;
	border-radius: 50%;
	margin: 0 auto 20px;
	background: #fff;
	align-items: center;
	justify-content: center
}

.reason-ul li i.hover {
	display: none
}

.reason-ul li h3 {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
	text-align: center
}

.reason-ul li p {
	font-size: 14px;
	color: #333;
	line-height: 2;
	text-align: center
}

.indAbout-ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.indAbout-ul>li {
	position: relative
}

.indAbout-ul .ind-hover {
}

.indAbout-ul .ind-hover a {
	font-size: 14px;
	color: #ccc
}

.indAbout-ul .ind-hover li:first-child {
	margin-bottom: 20px
}

.indAbout-ul .ind-hover h3 {
	margin-bottom: 20px
}

.indAbout-ul .ind-hover h3 a {
	font-size: 28px;
	color: #000;
	text-transform: capitalize;
	font-weight: 700
}

.indAbout-ul img {
	display: block;
	margin: 0 auto;
	width: 96%;
	transition: transform 0.5s ease;
}
.indAbout-ul img:hover{
    transform: scale(1.2);
}

.indAbout-ul .ind-link a {
	display: inline-block;
	color: #fff;
	background: #75b73b;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 19px;
	text-align: center;
}

.tit-h2 {
	font-size: 30px;
	font-weight: 700;
	color: #333;
	line-height: 2;
	margin-bottom: 50px
}

.tit-h2 span {
	color: #75b73b
}

.tit-p {
	color: #333;
	font-size: 14px;
	line-height: 2;
	max-width: 90%;
	text-align: center;
	margin: 0 auto
}

.ind-about{
	position: relative;
	background-image: url('/uploads/20260302/d2a1f9089fd9fc03df625d0a38685d69.png');
	background-repeat: no-repeat;
	background-position: right 50px;
}
.ind-about-con{
	width: 45%;
	position: relative;
	z-index: 2;
}
.ind-about-top h4{
	align-items: flex-end;
}
.ind-about-top h4 span{
	font-size: 56px;
	margin-left: 10px;
	font-weight: 600;
	color:#75b73b;
	margin-bottom: -10px;
}
.ind-about-top h5{
	font-size: 26px;
	line-height: 1.5;
	margin-top: 30px;
}
.ind-about-top p{
	font-size:20px;
	line-height: 2;
	margin-top: 20px;
	margin-bottom: 50px;
}
.ind-about-ico ul{
	justify-content: space-between;
}
.ind-about-icoitem{
	width: 22%;
	text-align: center;
	padding:25px 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 2px rgba(117, 183, 59, .4);
	margin-top: 100px;
	background: #fff;
}
.ind-about-icoitem i{
    display: inline-block;
    width: 40px;
    height: 40px;
}
.ind-about-icoitem i img{
    display: block;
}
.ind-about-icoitem p{
	font-size: 16px;
	line-height: 1.6;
	margin-top: 10px;
}
.ind-about-icoitem:hover{
	border:1px solid #75b73b;
}
.ind-about-img{
	position: absolute;
	right: 0;
	top: 0;
}


.ind-btn a {
	transition: .3s all ease-out;
	display: inline-block;
	color: #fff;
	background: #75b73b;
	position: relative;
	overflow: hidden;
	font-size: 16px;
	line-height: 1;
	padding: 15px 40px;
	clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
	border-radius: 5px;
	margin-top:20px;
}

.ind-btn a:before {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	transform: scaleX(0);
	transition-property: transform;
	transition-duration: .5s;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-webkit-transition-property: transform;
	-webkit-transform: scaleX(0);
	-webkit-transform-origin: 0 50%
}

.ind-btn a span {
	position: relative;
	z-index: 9
}
.ind-btn a i{
	margin-left: 10px;
}

.ind-btn a:hover {
	color: #75b73b;
	border: 1px solid #75b73b;
}

.ind-btn a:hover:before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	-webkit-transform: scaleX(1)
}

.ind-pro-ul {
}

.ind-pro {
	padding: 20px;
	position: relative;
}

.ind-pro:before{
	content:'';
	position: absolute;
	width:100%;
	height: 60%;
	background: #fff;
	left:0;
	bottom: 0;
	transition: all .5s;
    -webkit-transition: all .5s; /* Safari */
}
.ind-pro:hover:before{
    height: 100%;
}

.ind-pro>a {
	position: relative;
	display: block
}

.ind-pro a>i {
	align-items: center;
	justify-content: center;
	position: relative;
}

.ind-pro a>i img {
	max-width: 100%;
	max-height: 100%;
}


.ind-pro span {
	display: block;
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
    line-height: 2;
}
.ind-pro span b{
	font-size: 12px;
	display: inline-block;
	color: #fff;
	background: #75b73b;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	line-height: 13px;
	text-align: center;
	font-weight: normal;
}

.ind-pro:hover span {
	color: #75b73b
}


.pro-list-one:hover .pro-img i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99
}

.ind-pro-box {
	justify-content: space-between;
	align-items: flex-end;
}
.ind-pro-box:first-child{
    margin-bottom: 50px;
}
.ind-pro-tip{
	justify-content: space-between;
	position: relative;
	align-items: flex-end;
	padding: 0 50px 30px;
}
.ind-pro-tip:before{
	content:'';
	position: absolute;
	width: 100%;
	height: 80%;
	background-color: #fff;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.ind-pro-tip{
	width: 35%;
	flex-basis: 35%;
}
.ind-pro-tip img{
	width: 45%;
	flex-basis: 45%;
}
.ind-pro-info,.ind-pro-tip img{
	position: relative;
	z-index: 2;
}
.ind-pro-info{
	width: 50%;
	flex-basis: 50%;
	position: relative;
	margin-bottom: 20px;
}
.ind-pro-container{
	width: 60%;
	flex-basis: 60%;
	padding: 0 50px;
	position: relative;
}
.ind-pro-info h5{
	font-size: 40px;
	font-weight: 700;
	line-height: 2;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.ind-pro-info span{
	font-size: 16px;
	color: #fff;
	background: #75b73b;
	border-radius: 5px;
	line-height: 2;
	padding: 8px 20px;
}

.ind-pro-btn{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 28%;
}
.ind-pro-container .swiper-button-prev,.ind-pro-container .swiper-button-next{
	background: #75b73b;
	margin-top: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 28px;
	color:#fff;
	left: 0;
}
.ind-pro-container .swiper-button-next{
	left: auto;
	right:0;
}


.idx-news-list li {
	padding: 20px;
	background: #fff;
	width: 32%;
	flex-basis: 32%;
	margin-bottom: 40px;
	transition: .3s transform ease-in-out;
	position: relative;
}


.idx-news-list li>.idx-news-con {
	margin-top: 30px;
	padding: 0 10px;
}

.idx-news-list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.idx-news-list li img {
	display: block;
	max-height: 100%
}

.idx-news-list li:hover {
	color: #fff;
	background: #75b73b;
	transition: .3s transform ease-in-out;
	box-shadow: 0 5px 10px #e3e3e3;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px)
}

.idx-news-con h3 a {
	font-size: 20px;
	color: #050713;
	/* display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 48px; */
	margin-bottom: 5px;
	position: relative
}

.idx-news-list li time {
	position: absolute;
	left: 20px;
	top:20px;
	color:#fff;
	font-size: 18px;
	padding: 12px 20px;
	background-color: rgba(0, 0, 0, .3);
}

.idx-news-con p {
	font-size: 16px;
	line-height: 1.6;
	color: #848484;
	/* height: 75px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden */
	margin-top: 20px;
}
.idx-news-con span{
	display: block;
	margin-top: 20px;
	font-size: 18px;
	line-height: 2;
}
.idx-news-con span i{
	margin-left: 5px;
}

.idx-news-list li:hover a,
.idx-news-list li:hover p {
	color: #fff
}

.ind-star-item{
	border: 1px solid #eeeeee;
	border-radius: 8px;
	padding: 50px;
}
.ind-star-item h4{
	font-size: 18px;
	line-height: 2;
	font-weight: 600;
}
.ind-star-star{
	color:#ff7c00;
	margin:50px auto;
}
.ind-star-text{
	font-size:16px;
	line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 144px;
}
.ind-star-info {
	align-items: center;
	margin-top: 50px;
}
.ind-star-img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 20px;
	overflow: hidden;
}
.ind-star-content h5{
	font-size: 16px;
	font-weight: 600;
}


.foot-content {
	width: 100%;
	padding: 50px 0 30px;
	border-bottom: 1px solid #75b73b;
}

.foot-content>.container {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.foot-contact .date {
	color: #ececec;
	display: flex;
	margin-top: 15px;
	line-height: 1.6
}

.foot-contact .date p {
	color: #ececec;
	padding-left: 5px
}

.company-product {
	width: 50%;
}

.company-contact {
	width: 20%;
}
.foot-contact{
    width: 30%;
}


.foot-contact li{
	align-items: center;
	margin-top: 20px;
	flex-flow: row nowrap;
    align-items: flex-start;
}
.foot-contact li i{
	color:#75b73b;
	background-color: rgba(117, 183, 59, .4);
	padding: 10px;
	font-size: 20px;
	border-radius: 5px;
	margin-right: 20px;
	width: 40px;
	text-align: center;
}
.foot-contact li p{
	line-height: 1.6;
}
.foot-contact li p span{
	display: block;
	color:#c2c2c2;
}
.foot-container{
	position: relative;
}
.foot-container .code{
	position: absolute;
	right: 0;
	top:0;
}


.foot-tit {
	position: relative;
	font-size: 23px;
	color: #333;
	text-transform: capitalize;
	padding-bottom: 10px
}

.foot-tit:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background: #75b73b
}
.company-product li{
    width: 50%;
}
.company-info li a{
	font-size: 16px;
	color: #666;
	padding: 5px 10px 5px 15px;
	display: inline-block
}

.company-info li {
	position: relative
}

.company-info li:after {
	position: absolute;
	content: ' ';
	top: 11px;
	left: 0;
	width: 4px;
	height: 4px;
	border: 1px #666 solid;
	border-left: none;
	border-top: none;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

.company-info ul,
.contact-us ul {
	margin: 10px 0
}

.company-info li:hover a {
	color: #75b73b
}

.company-info li:hover:after {
	border-color: #75b73b
}

.company-contact .contact-us li {
	padding: 10px 0;
	display: flex;
	display: -webkit-flex;
	color: silver
}

.company-contact .contact-us i {
	flex-basis: 36px;
	text-align: center;
	font-size: 18px;
	color: #75b73b
}

.company-contact .contact-us li a {
	padding: 0
}

.foot-bot {
	padding: 10px 0;
}


.copyright {
	font-size: 16px;
	text-align: center;
	margin: 20px 0;
	font-weight: 600;
}

.foot-share ul {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%
}

.foot-share ul li {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	margin: 0 5px
}

.foot-share ul li a {
	color: #fff;
	display: flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	background: #3b57a0;
	border-radius: 50%;
}
.foot-share ul li:nth-child(2) a{
    background: #0076b4;
}
.foot-share ul li:nth-child(3) a{
    background: #0e1419;
}
.foot-share ul li:nth-child(4) a{
    background: #ca1c22;
}
.foot-share ul li:hover a {
	color: #75b73b
}


.inner {
	margin: 50px auto
}

.inner-left {
	width: calc(100% - 285px);
	padding-right: 40px;
	float: left
}

.inner-right {
	width: 285px;
	float: left
}

.inner-left .ind-pro-ul {
	margin-top: 0
}

.inner-left .ind-pro {
	width: calc(33.3% - 20px)
}

.addresss {
	background-color: #75b73b;
	height: 88px;
	width: 100%;
	color: #fff;
	font-size: 16px
}

.addresss .container {
	display: flex;
	height: 100%;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	text-transform: capitalize
}

.addresss span {
	padding: 0 7px
}

.addresss .current {
	font-size: 24px;
	color: #fff
}

.addresss a {
	color: #fff
}

.inner-right .tit {
	width: 100%;
	background: #75b73b;
	height: 55px;
	font-size: 18px;
	font-weight: 700;
	line-height: 55px;
	padding-left: 10px;
	color: #fff
}

.inner-right .sf-menu {
	margin-top: 10px
}

.inner-right .sf-menu .LiLevel1 a {
	display: block;
	color: #333;
	padding-left: 10px;
	line-height: 38px;
	position: relative
}

.inner-right .sf-menu .LiLevel1 {
	border: 1px #eee solid;
	border-radius: 4px;
	margin: 3px 0
}

.inner-right .sf-menu .LiLevel1>a:after {
	content: ' ';
	position: absolute;
	width: 2px;
	height: 38px;
	top: 0;
	left: 0;
	background: #75b73b
}

.inner-right .sf-menu .LiLevel1.active>a:after {
	display: none
}

.inner-right .sf-menu .LiLevel1.active {
	border-color: transparent
}

.inner-right .sf-menu .LiLevel2 a {
	padding-left: 10px;
	line-height: 30px;
}

.inner-right .sf-menu .sub-menu {
	display: none;
	padding-left: 15px
}

.inner-right .nav-list {
	position: relative
}

.inner-right .nav-list i {
	position: absolute;
	content: ' ';
	top: 0;
	right: 0;
	width: 50px;
	height: 38px;
	cursor: pointer;
	display: block;
	z-index: 33
}

.inner-right .nav-list i:before {
	position: absolute;
	content: ' ';
	top: 13px;
	right: 21px;
	width: 8px;
	height: 8px;
	border: 2px #707070 solid;
	border-top: none;
	border-left: none;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: .3s transform ease-in-out;
	-webkit-transition: .3s -webkit-transform ease-in-out;
	cursor: pointer
}

.inner-right .nav-list.active i:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: .3s transform ease-in-out;
	-webkit-transition: .3s -webkit-transform ease-in-out
}

.inner-right .nav-list:hover>a,
.inner-right .sf-menu .currentProType,
.inner-right .sf-menu a:hover {
	color: #75b73b
}

.inner-right li:hover i:before {
	border-color: #75b73b
}

.latest-products ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 15px
}

.latest-products li {
	width: 135px;
	display: flex;
	align-items: center;
	justify-content: center
}

.inner-right .latest-products li {
	border: none;
	margin-bottom: 18px
}

.inner-right .latest-products li a {
	display: block;
	width: 100%
}

.latest-products li i {
	width: 135px;
	height: 135px;
	border: 1px #eee solid;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.latest-products li a img {
	display: block;
	max-width: 100%;
	max-height: 100%
}

.latest-products {
	margin-top: 30px
}

.latest-products li p {
	line-height: 2;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.latest-products li:hover p {
	color: #75b73b
}

.latest-products li:hover i {
	border-color: #75b73b
}

.pages a,
.pages span {
	display: inline-block;
	margin: 0 5px 15px;
	padding: 13px 18px;
	font-size: 16px;
	position: relative
}

.pages a,
.pages span {
	border: 1px solid #ccc
}

.pages span {
	opacity: .6
}

.pages a:hover,
.pages span.ctxt {
	background: #75b73b;
	border-color: #75b73b;
	opacity: 1;
	color: #fff
}

.pages {
	text-align: center;
	margin: 30px 0
}

.pages .page-list:first-child:before,
.pages .page-list:last-child:before {
	content: ' ';
	position: absolute;
	top: 14px;
	left: 26px;
	width: 8px;
	height: 8px;
	border: 2px transparent solid;
	border-bottom-color: #333;
	border-left-color: #333;
	transform: rotate(45deg)
}

.pages span:before {
	opacity: .6
}

.pages .page-list:first-child {
	padding: 13px 21px 13px 57px
}

.pages .page-list:last-child {
	padding: 13px 57px 13px 21px
}

.pages .page-list:last-child:before {
	transform: rotate(-135deg);
	left: 72px
}

.pages a.page-list:first-child:hover:before,
.pages a.page-list:last-child:hover:before {
	border-bottom-color: #fff;
	border-left-color: #fff
}

.pro-p,
.pro-seo {
	line-height: 1.6;
	font-size: 16px;
	margin-bottom: 20px;
	color: #333;
	padding: 0 10px
}

.pro-list {
	margin-bottom: 30px
}

#news-list>li,
.pro-list-one {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
	position: relative
}

.pro-list-one:hover h3 a {
	color: #75b73b
}

#news-list>li .pro-img,
.pro-list-one .pro-img {
	position: relative;
	display: flex;
	display: -webkit-flex;
	flex-basis: 280px;
	width: 280px;
	height: 280px;
	align-items: center;
	justify-content: center;
	border: 1px #eee solid
}

#news-list>li img,
.pro-list-one .pro-img img {
	display: block;
	max-height: 100%
}

#news-list>li .pro-con,
.pro-list-one .pro-con {
	flex-basis: calc(100% - 280px);
	width: calc(100% - 280px);
	padding: 35px
}

.pro-list>.pro-item {
	float: left;
	width: 31%;
	margin: 0 1% 20px;
	display: block;
	padding: 0
}

.pro-con p {
	color: #4f4f4f;
	font-size: 16px;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -webkit-box;
	max-height: 75px
}

#news-list .pro-con p {
	-webkit-line-clamp: 3;
	max-height: 50px
}

.pro-con .ind-btn {
	text-align: left;
	margin-top: 30px
}

.pro-con h3 a {
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block
}

.pro-con h3 {
	margin-bottom: 20px
}

#news-list>li {
	margin-bottom: 0
}

#news-list>li .pro-img {
	height: 183px;
	border: none
}

#news-list>li .pro-con {
	padding: 10px 0 10px 35px
}

#news-list>li {
	padding: 30px 0
}

#news-list>li {
	border-bottom: 1px #eee solid;
	transition: .3s padding ease-in-out
}

#news-list>li h3 {
	margin-bottom: 0
}

#news-list .news-tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px
}

#news-list .news-tit h3 {
	width: calc(100% - 130px);
	flex-basis: calc(100% - 130px)
}

#news-list .news-tit time {
	display: flex;
	justify-content: flex-end;
	flex-basis: 130px;
	width: 130px
}

.jq-zoom,
.singglepic {
	width: 450px;
	float: left;
	position: relative
}

.pro-info-con {
	float: right;
	width: calc(100% - 450px)
}

.pro-info-con h1 {
	font-size: 24px;
	color: #75b73b;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px #eee solid
}

.pro-info-con p {
	font-size: 14px;
	color: #5f5f5f;
	line-height: 1.8;
	padding-top: 10px
}

.pro-info-con .btn {
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.pro-info-con .LayImAhrefNode,
.pro-info-con .btn>div,
.pro-info-con .sendInquiry {
	font-size: 18px;
	display: flex;
	display: -webkit-flex;
	height: 56px;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	position: relative;
	width: 235px;
	float: left;
	margin-bottom: 20px;
	text-transform: uppercase
}

.pro-info-con .sendInquiry {
	border: 1px #75b73b solid;
	color: #75b73b
}

.pro-info-con .LayImAhrefNode {
	background: #75b73b;
	color: #fff
}

.pro-info-con .btn>div {
	border: 1px #eee solid;
	color: #333
}

.pro-info-con .btn>div {
	color: #333
}

.pro-info-con .btn>div:after {
	background: #fff;
	border: 1px #eee solid
}

.pro-info-con .btn>div a {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center
}

.pro-info-con .btn>div a i {
	padding: 0 10px
}

.pro-tit {
	font-size: 22px;
	color: #333;
	font-weight: 700;
	line-height: 2;
	padding-bottom: 5px;
	border-bottom: 1px #eee solid
}

.pro-details-tit {
	font-size: 24px;
	color: #75b73b;
	line-height: 2
}

.spec-scroll .next,
.spec-scroll .prev {
	background-color: #fff;
	border: 1px #eee solid
}

.spec-scroll .next:hover,
.spec-scroll .prev:hover {
	background-color: #75b73b;
	background-image: url("../css/pro-btn-w.png")
}

.spec-scroll .items ul li span.active,
.spec-scroll .items ul li span:hover {
	border-color: #75b73b
}

.spec-preview {
	margin: 0
}

.spec-scroll {
	margin: 15px 0
}

.change-page {
	padding: 15px 0 25px;
	border-top: 1px #eee solid
}

.change-page>div {
	display: flex;
	margin-bottom: 10px;
	align-items: center
}

.change-page .link-type {
	font-size: 18px;
	padding-right: 10px
}

.change-page>div a {
	font-size: 16px
}

.change-page>div:hover a {
	text-decoration: underline;
	text-decoration-color: #75b73b;
	color: #75b73b
}

#inquiry .tit-h2 {
	margin: 20px 0
}

.about-body p {
	font-size: 14px;
	color: #333;
	line-height: 2;
	margin-bottom: 10px
}

.contact-way h1 {
	font-size: 24px;
	color: #75b73b;
	margin-bottom: 10px
}

.contact-way {
	width: 50%;
	float: left;
	padding-right: 40px
}

#map {
	width: 50%;
	float: left;
	height: 300px
}

.contact-ul {
	margin-top: 30px
}

.contact-ul li {
	padding-left: 40px;
	background: url("../css/contact-icon.png")
		/*tpa=http://chesi6.waimaoyun.com.cn/Template/105/css/contact-icon.png*/
		no-repeat;
	background-position: 0 0
}

.contact-ul li:nth-child(2) {
	background-position: 0 -103px
}

.contact-ul li:nth-child(3) {
	background-position: 0 -180px
}

.contact-ul h3 {
	font-size: 18px;
	color: #75b73b
}

.contact-ul p {
	font-size: 16px
}

.news-con-tit {
	margin-top: 50px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px #eee solid
}

.news-con-tit h1 {
	font-size: 24px;
	font-weight: 700;
	color: #75b73b;
	margin-bottom: 10px
}

.news-con-tit time {
	font-size: 14px;
	color: #666
}

.news-con-p {
	padding: 30px 0
}

.news-con-p p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 15px
}

.news-body .change-page {
	border-bottom: none
}

.inner #feedbackForm .atextarea,
.inner #feedbackForm .text {
	height: 48px;
	line-height: 1.6;
	border-color: #eee;
	border-radius: 5px;
	width: 90%
}

.inner #feedbackForm .atextarea {
	height: 160px
}

.inner #feedbackForm .lable {
	color: #4d4d4d
}

.inner #feedbackForm table {
	max-width: 100%
}

.inner #feedbackForm .fsbtn {
	text-align: left
}

.inner #feedbackForm .submita {
	height: 56px;
	line-height: 56px;
	width: 160px;
	background: #75b73b;
	margin: 20px 0;
	font-size: 20px
}

.inner .ftxt {
	width: 14%
}

#inquiry {
	border: 1px #e5e5e5 solid;
	padding: 30px
}

.contact-con {
	margin-bottom: 50px
}

@media (max-width:1366px) {

	.indAbout-ul .ind-hover li {
		margin-bottom: 10px
	}

	.indAbout-ul .ind-hover {
		padding-top: 30px
	}

	.indAbout-ul .ind-hover h3 {
		margin-bottom: 15px
	}

    .indAbout-ul .ind-hover h3 a{
        font-size: 24px;
    }
	.sec_padding {
		padding: 60px 0
	}

	#pro-list .pro-con h3 a {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		white-space: nowrap
	}

	.pro-list-one .pro-img {
		width: 250px;
		flex-basis: 250px;
		height: 250px
	}
	.ind-pro-info h5{
	    font-size: 32px;
	    line-height: 1;
	}
}

@media (max-width:1280px) and (min-width:992px) {

	.sec_padding {
		padding: 55px 0
	}
}

@media (max-width:1170px) {
	#nav>ul>li>a {
		padding: 0 10px
	}

	.header-con {
		padding: 0 30px
	}
	.company-contact,.company-product,.foot-contact{
	    width: 100%;
	}
	.ind-about-top h4 span{
	    font-size: 48px;
	    margin-bottom: 0;
	}
	.sec_padding{
	    padding: 30px 0;
	}
	.banner-info{
	    width: 80%;
	}
	.ind-pro-tip{
	    padding: 0 20px 30px;
	}
}

@media (max-width:991px) {
    body{
        padding-bottom: 50px;
    }
    #banner{
        height: 100vh;
    }
    #banner .swiper-slide{
        background-position: 20% center;
    }
    #banner .swiper-point{
        display: none;
    }
    #banner .swiper-fract{
        color:#fff;
    }
	.nav-btn {
		position: absolute;
		right: 30px;
		bottom: 0;
		height: 72px;
		display: flex;
		align-items: center;
		z-index: 99999;
		justify-content: center
	}

	.nav-r-btn {
		position: relative;
		width: 40px;
		height: 40px
	}

	.nav-btn span {
		position: absolute;
		top: 11px;
		right: 0;
		display: block;
		width: 25px;
		height: 3px;
		border: 0 solid #75b73b;
		background-color: #75b73b;
		-webkit-transition: top .2s .2s, background .2s, opacity 0s .2s, -webkit-transform .2s;
		transition: top .2s .2s, transform .2s, background .2s, opacity 0s .2s
	}

	.nav-btn span:nth-of-type(2) {
		top: 19px
	}

	.nav-btn span:nth-of-type(3) {
		top: auto;
		bottom: 10px;
		-webkit-transition: bottom .2s .2s, background .2s, -webkit-transform .2s;
		transition: bottom .2s .2s, transform .2s, background .2s
	}

	.nav-btn.toggle-animate span:nth-of-type(1) {
		top: 19px;
		transform: rotate(45deg);
		transition: top .2s, transform .2s .2s, background .2s;
		-webkit-transform: rotate(45deg);
		-webkit-transition: top .2s, -webkit-transform .2s .2s, background .2s
	}

	.nav-btn.toggle-animate span:nth-of-type(2) {
		opacity: 0;
		transition: opacity .2s;
		-webkit-transition: opacity .2s
	}

	.nav-btn.toggle-animate span:nth-of-type(3) {
		bottom: 18px;
		transform: rotate(-45deg);
		transition: bottom .2s, transform .2s .2s, background .2s;
		-webkit-transform: rotate(-45deg);
		-webkit-transition: bottom .2s, -webkit-transform .2s .2s, background .2s
	}

	#nav>ul {
		position: absolute;
		top: 100%;
		width: 0;
		background: #222;
		right: 0;
		overflow-y: auto;
		height: calc(100vh - 112px);
		transition: .3s right ease-in-out;
		-webkit-transition: .3s right ease-in-out;
		-o-transition: .3s right ease-in-out;
		-moz-transition: .3s right ease-in-out;
		z-index: 999
	}

	#nav.actived>ul {
		width: 300px;;
		transition: .3s right ease-in-out;
		-webkit-transition: .3s right ease-in-out;
		-o-transition: .3s right ease-in-out;
		-moz-transition: .3s right ease-in-out
	}

	.down #nav>ul {
		height: calc(100vh - 72px)
	}

	#nav>ul li a {
		display: block;
		font-size: 16px;
		line-height: 48px
	}

	#nav>ul>li>a {
		padding: 0 20px;
		color: rgba(255, 255, 255, .8)
	}

	.nav .icon-right {
		position: absolute;
		right: 0;
		width: 48px;
		height: 48px
	}

	.nav .icon-right:after {
		content: '';
		border: 2px solid rgba(255, 255, 255, .8);
		display: block;
		width: 8px;
		height: 8px;
		margin: auto;
		position: absolute;
		top: 20px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		border-top: none;
		border-right: none;
		right: 20px;
		transition: .3s all ease-in-out
	}

	.nav .submenu {
		display: none
	}

	.nav li.actived .icon-right:after {
		transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transition: all .3s cubic-bezier(.66, .53, .65, 1);
		-o-transition: all .3s cubic-bezier(.66, .53, .65, 1);
		-moz-transition: all .3s cubic-bezier(.66, .53, .65, 1);
		-webkit-transition: all .3s cubic-bezier(.66, .53, .65, 1)
	}

	#nav>ul .submenu li a {
		padding: 0 20px 0 30px;
		color: rgba(255, 255, 255, .7)
	}

	.nav-btn.toggle-animate span:nth-of-type(1) {
		top: 19px;
		transform: rotate(45deg);
		transition: top .2s, transform .2s .2s, background .2s;
		-webkit-transform: rotate(45deg);
		-webkit-transition: top .2s, -webkit-transform .2s .2s, background .2s
	}

	.nav-btn.toggle-animate span:nth-of-type(2) {
		opacity: 0;
		transition: opacity .2s;
		-webkit-transition: opacity .2s
	}

	.nav-btn.toggle-animate span:nth-of-type(3) {
		bottom: 18px;
		transform: rotate(-45deg);
		transition: bottom .2s, transform .2s .2s, background .2s;
		-webkit-transform: rotate(-45deg);
		-webkit-transition: bottom .2s, -webkit-transform .2s .2s, background .2s
	}

	.search {
		position: absolute;
		right: 70px;
		top: 0;
		height: 100%;
		display: flex;
		align-items: center;
		padding: 0 20px
	}

	.header-con {
		height: 72px
	}

	.search i {
		font-size: 20px
	}

	.search-from.active {
		top: 102px
	}

	.banner-btn {
		display: none
	}

	.mask.mask-block {
		position: fixed;
		top: 0;
		width: 100%;
		bottom: 0;
		background: rgba(0, 0, 0, .6);
		z-index: 8
	}
	#banner .swiper-slide{
	    padding-bottom: 55%;
	}

	.ind-pro {
		width: calc(33.3% - 20px)
	}

	.idx-news-list li {
		width: 100%;
		flex-basis: 100%
	}

	.sec_padding {
		padding: 45px 0
	}

	.foot-content .container>div {
		padding-bottom: 20px
	}

	.code {
		min-width: 200px
	}

	.indAbout-ul {
		margin-bottom: 30px
	}

	.about-data li {
		width: 50%;
		flex-basis: 50%;
		margin-bottom: 20px
	}

	#map,
	.contact-way {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px
	}

	#news-list .news-tit {
		flex-wrap: wrap
	}

	#news-list .news-tit h3,
	#news-list .news-tit time {
		width: 100%;
		flex-basis: 100%;
		justify-content: flex-start
	}

	#news-list .news-tit h3 {
		margin-bottom: 10px
	}

	.pro-con .ind-btn {
		display: none
	}

	#news-list>li .pro-img {
		width: 256px;
		flex-basis: 256px;
		height: 155px
	}

	.pro-list-one .pro-con {
		width: calc(100% - 256px);
		flex-basis: calc(100% - 256px);
		padding: 10px 0 10px 25px
	}

	.pro-list-one h3 a {
		color: #75b73b
	}

	.pro-con .ind-btn {
		display: none
	}

	.inner-right {
		display: none
	}

	.inner-left {
		width: 100%;
		padding-right: 0
	}

	.pro-list-one .pro-img {
		width: 200px;
		height: 200px;
		flex-basis: 200px
	}

	.pro-list-one .pro-con {
		width: calc(100% - 200px);
		flex-basis: calc(100% - 200px)
	}

	.pro-list-one:hover .pro-img i {
		display: none
	}

	.jq-zoom,
	.product-content .singglepic {
		width: 392px
	}

	.pro-info-con {
		width: calc(100% - 420px)
	}

	#news-list>li .pro-con {
		padding-left: 25px
	}
	.ind-pro-tip,.ind-pro-container{
	    width: 100%;
        flex-basis: 100%;
	}
	.ind-pro-tip{
	    margin-top: 20px;
	}
	.ind-about-con{
	    width: 100%;
	    padding-top: 40px;
	}
	.ind-about-top h5{
	    font-size: 20px;
	    margin-top: 20px;
	}
	.ind-about-top p{
	    font-size: 18px;
	    line-height: 1.6;
	}
	.tit-h2{
	    margin-bottom: 20px;
	    font-size: 26px;
	}
	.ind-star-star{
	    margin: 30px auto;
	}
	.container .ind-pro-box:nth-child(2n){
        flex-flow: column-reverse;
	}
	.bot-menu{
	    display: block;
	    position: fixed;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    z-index: 99;
	}
	.bot-menu li{
	    width: 50%;
	    text-align: center;
	    line-height: 2;
	    font-size: 18px;
	    background: #ccc;
	    padding: 7px 0;
	    border-bottom-left-radius: 8px;
	}
	.bot-menu li:last-child{
	    background: #737373;
	    border-bottom-left-radius: 0;
	    border-bottom-right-radius: 8px;
	}
	.bot-menu li a{
	    color:#fff;
	}
	#banner{
	    padding-top: 127px;
	}
	.down{
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        background: #fff;
    }
    .top .contact span, .top .contact span a,.search-from #btnSearch{
        color: #75b73b;
    }
    .search-from,.top{
        border-color:#75b73b;
    }
    .banner-info h2{
         font-size: 32px;
	    -webkit-text-stroke: 1px #fff;
    }
    .banner-info p{
        font-size: 26px;
    }
    .banner-info .banner-tip,.banner-info .banner-link{
        font-size: 20px;
    }
	.ind-pro-tip{
	    padding: 0 50px 30px;
	}
}

@media(max-width:767px) {

	.jq-zoom,
	.pro-info-con,
	.product-content .singglepic {
		width: 100%
	}

	.pro-info-con .LayImAhrefNode,
	.pro-info-con .btn>div,
	.pro-info-con .sendInquiry {
		margin-bottom: 10px
	}

	.container {
		width: 100%;
		padding: 0 15px
	}

	.reason-ul li {
		width: calc(50% - 20px);
		margin-bottom: 20px
	}

	.sec_padding {
		padding: 30px 0
	}

	.container,
	.header-con,
	.top {
		padding: 0 15px
	}

	.nav-btn {
		right: 15px
	}

	.foot-bot>div {
		flex-wrap: wrap;
		justify-content: center;
		padding-top: 10px;
		padding-bottom: 10px
	}

	.foot-bot {
		height: auto
	}

	.news-con-tit h1 {
		font-size: 20px
	}
	.ind-pro-info h5{
	    font-size: 30px;
	}
	.ind-pro-container{
	    padding: 0 30px;
	}
	.ind-pro-tip{
	    padding: 0 20px 20px;
	}
	.ind-pro-container .swiper-button-prev, .ind-pro-container .swiper-button-next{
	    width: 25px;
	    height: 25px;
	    line-height: 25px;
        font-size: 20px;
	}
	.ind-pro-btn{
	    bottom:35%;
	}
	.suspended-window{
	    display: none;
	}
	#banner{
	    padding-top: 72px;
	}
}

@media(max-width:640px) {
	.indAbout-ul>li {
		margin-bottom: 20px;
		text-align: center
	}

	.indAbout-ul img {
		display: inline-block
	}

	.ind-pro {
		width: calc(50% - 20px)
	}
	.ind-pro-info h5{
	    font-size: 26px;
	}
	.ind-about-top p{
	    margin-bottom: 30px;
	}
	.ind-about-icoitem{
	    margin-top: 50px;
	}
	.ind-star-info{
	    margin-top: 30px;
	}
	.ind-star-item{
	    padding: 30px;
	}
	.idx-news-con span{
	    font-size: 14px;
	}
	.header-con,.nav-btn{
	  height: 52px;  
	}
	#banner{
	    padding-top: 52px;
	}
	.header-con img{
	    height: 40px;
	}
}

#xyz {
	position: relative;
	z-index: 99999;
	width: 120px;
	height: 27px;
	margin-left: 15px
}

.xyz12 {
	border-radius: 3px;
	width: 100%;
	background: #fff;
	line-height: 25px;
	position: absolute;
	box-sizing: border-box
}

.xyz12 li {
	position: relative;
	height: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 25px;
	padding: 0 8px;
	z-index: 1;
	text-align: left
}

.xyz12 li a {
	color: #333;
	font-size: 12px
}

.xyz12 li.selected {
	border-top: 0
}

.xyz12 li.selected a {
	color: #8550d9
}


.xyz12 li img {
	vertical-align: middle;
	margin: -2px 7px 0 0;
	width: 16px
}

.xyz12 li:hover {
	background: #f2f2f2
}

.table {
	border-collapse: collapse
}

.table td,
.table th {
	border: 1px solid #cdcdcd;
	padding: 5px
}

.table p {
	padding: 0;
	margin: 0
}

#news-list>li.newsitem-nopic .pro-img {
	display: none
}

#news-list>li.newsitem-nopic .pro-con {
	width: 100%;
	flex-basis: initial
}

#news-list>li.newsitem-nopic {
	padding: 10px 0
}

#news-list .newsitem-nopic .news-tit {
	margin-bottom: 5px
}

.newsitem-nopic .pro-con .ind-btn {
	display: none
}

#news-list .pro-con p {
	font-size: 14px
}

#news-list>li.newsitem-nopic:hover {
	padding: 10px 0;
	background: 0 0;
	color: #000
}

#news-list>li.newsitem-nopic:hover .pro-con p {
	color: #000
}

#news-list>li.newsitem-nopic:hover h3 a {
	color: #75b73b
}


.language {
	position: relative;
}

.language .lang-title a {
	color: #fff;
	font-size: 14px;
	align-items: center;
	position: relative;
	padding-right: 10px;
	height: 30px;
}

.language .lang-title img {
	margin-right: 5px;
}

.language .lang-cont {
	display: none;
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	background-color: #fff;
	border: 1px solid #eee;
	z-index: 9999;
	padding: 0 10px;
	right: 0;
}

.language .lang-cont a {
	color: #666;
	font-size: 12px;
}

.language .lang-cont a img {
	vertical-align: middle;
	margin-right: 5px;
}

.language .lang-cont li {
	line-height: 40px;
	width: 100px;
	padding-left: 5px;
	display: block;
	border-bottom: 1px solid #eee;
}

.language:hover .lang-cont {
	display: block;
}

.language .lang-title a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 4px solid;
	position: absolute;
	top: 50%;
	right: 0;
	border-color: #fff transparent transparent transparent;
	border-bottom-width: 0;
	background: none;
	margin: -2px 0 0;
	padding: 0;
}

.language:hover .lang-title a::after {
	border: 4px solid;
	border-color: transparent transparent #fff transparent;
	border-top-width: 0;
}


#ind-about {
	background-color: #f6f6f6;
	padding: 75px 0;
}

.top .contact {
	display: block;
}

@media (max-width:768px) {
	.top {
		height: auto;
		justify-content: center;
		display: none;
	}
}

@media (max-width:640px) {
	.top {
		height: auto;
		justify-content: center;
	}
	.search{
	    display: none;
	}
	.company-product li{
	    width: 100%;
	}
	.ind-about-icoitem{
	    padding: 15px 10px;
	}
	.ind-about-icoitem p{
	    font-size: 14px;
	}
	.ind-about-icoitem i{
	    width: 30px;
	    height: 30px;
	}
	.ind-pro-tip{
	    padding: 0 20px 20px;
	}
	.ind-pro-tip img,.ind-pro-info{
	    width: 100%;
	    flex-basis: 100%;
	}
}
@media (max-width:480px) {
    .header-con img{
        height: 30px;
    }
}