body {
  padding-top: 100px;
}
@media screen and (min-width: 1025px) {
  .main {
    margin-left: 160px;
    margin-right: 160px;
    position: relative;
  }

  #about .indu .main{ margin: auto; margin-left: 160px;
    margin-right: 160px;
}
}

@media screen and (min-width: 1400px) {
  .pinpai .main{
    margin-left: 220px;
    margin-right: 220px;
    position: relative;
  }
  #service .main{
    margin-left: 240px;
    margin-right: 240px;
    position: relative;
  }

  #map .main{
    margin-left: 240px;
    margin-right: 240px;
    position: relative;
  }

  #pai .main{
    margin-left: 240px;
    margin-right: 240px;
    position: relative;
  }

 .about .main{
    margin-left: 240px;
    margin-right: 240px;
    position: relative;
  }

  #product .prod .main {

    position: relative;
  }
}
header {
  background: #fff;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0px;
  z-index: 19;
  transition: all 500ms;
  opacity: 0.9;
}

header .main {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
   transition-duration: 1s;
}

header .logo {
  width: 291px;
  height: 47px;
  display: block;
}

header .logo img {
  width: 291px;
  position: absolute;
  transition: all 300ms;
}

header .logo .black {
  opacity: 0;
}

header .logo .white {
  opacity: 1;
}

header .right {
  display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;
  align-items: center;
}

header nav {
  display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;
  align-items: center;
}

header nav .dropdown a {
  line-height: 80px;
  font-size: 19px;
  color: #525252;
  margin-right: 60px;
  white-space: nowrap;
  transition: color 300ms;
  text-transform: uppercase
}

header nav .dropdown:hover {
  color: #0069a6;
}
header nav .dropdown {
 position:relative
}
header nav .dropdown  ul{
	position: absolute;
	border-top: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 0 5px 41.5px rgba(40,40,40,.11);
	box-shadow: 0 5px 41.5px rgba(40,40,40,.11);
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	opacity: 1;
	visibility: hidden;
	position: absolute;
	left: -40px;
	right: auto;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	display: block;
	width: 295px;
	padding: 24px 40px 25px;
	border-radius: 0 0 8px 8px;
	top: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  max-height: 83vh;
	}
header nav .dropdown:hover ul{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 100;
    display: block;
}
header nav .dropdown ul li{padding-right: 0;position: relative;vertical-align: top;}
header nav .dropdown ul li a{
    position: relative;
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    padding: 10px 0 9px 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 0;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    line-height: 30px;
    color: #333;
    margin-right: 0;
    }
header nav .dropdown ul li a:hover{color:#0069a6}
header .lang-s {
  display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;
  align-items: center;
}

header .lang-s a,
header .lang-s span {
  color: #fff;
}

header .lang-s .lang {
  font-size: 16px;
}

header .lang-s span {
  font-size: 12px;
  padding: 0 15px;
}

header .lang-s .search-btn {
  display: block;
  font-size: 20px;
  line-height: 20px;
}

header.white {
  height: 60px;
  background-color: #fff;
  top: 0;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}


header.white .logo .black {
  opacity: 1;
}

header.white .logo .white {
  opacity: 0;
}

header.white nav a {
  color: #333; text-transform: uppercase;
}

header.white nav a:hover {
  color: #0069a6;
}

header.white .lang-s a,
header.white .lang-s span {
  color: #333;
}
.head_white header {
  background-color: #f0f0f0;
  top: 0;
}

.head_white header .logo .black {
  opacity: 1;
}

.head_white header .logo .white {
  opacity: 0;
}

.head_white header nav a {
  color: #333;
  position: relative;
  text-transform: uppercase;
}

.head_white header nav a.cur {
  color: #4a930d;
}

.head_white header nav a:hover {
  color: #4a930d;
}

.head_white header .lang-s a,
.head_white header .lang-s span {
  color: #333;
}
header.out {
  transform: translateY(-100%);
}

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
  display: none;
}

.m-header {
  width: 100%;
  height: 50px;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
  display: none;
  border-bottom: 1px #e3e3e3 solid;
}

.m-header .main {
  height: 100%;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m-header .main .logo {
  width: auto;
  height: 0.6rem;
}

.m-header .main .logo img {
  width: auto;
  height: 100%;
  display: block;
}

.m-header .main .right {

  display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;
  align-items: center;
}

.m-header .main .right a {
  display: block;
  float: left;
  width: 0.64rem;
  height: 0.5rem;
  margin-top: -0.2rem;
  margin-left: 0.16rem;
      font-size: .6rem;
    color: #b2b0b0;
}

.m-header .main .right .m-search-btn{font-size: 0;
  display: none;
    margin-top: 0;
    width: 1.3rem;
    height: auto;}

.m-header .main .right a img {
  width: 100%;
  height: 100%;
}

.m-header .m-nav {
  width: 100%;
  position: fixed;
  top: 1rem;
  left: 0;
  background-color: #fff;
  padding: 0.24rem;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 83vh;
}

.m-header .m-nav .nav {
  width: 100%;
}

.m-header .m-nav .nav .one {
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;

  font-size: 0.26rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}

.m-header .m-nav .nav .one a {
  display: block;
  float: left;
  height: 100%;
  white-space: nowrap;
}

.m-header .m-nav .nav .one i {
  display: block;
  float: right;
  width: 100%;
  height: 100%;
  background-image: url(../img/29.png);
  background-size: 0.2rem 0.2rem;
  background-position: right center;
  background-repeat: no-repeat;
}

.m-header .m-nav .nav .one i.open {
  background-image: url(../img/30.png);
  background-size: 0.2rem 0.03rem;
}

.m-header .m-nav .nav .two {
  width: 100%;
  height: auto;
  padding-bottom: 0.24rem;
  padding-left: 0.5rem;
  border-bottom: 1px solid #e6e6e6;
  display: none;
}

.m-header .m-nav .nav .two a {
  display: block;
  clear: both;
  margin-top: 0.24rem;
  font-size: 0.26rem;
}

.m-header .m-nav .lang {
  width: 100%;
  overflow: hidden;
  padding-top: 0.24rem;
}

.m-header .m-nav .lang a {
  display: block;
  float: left;
  margin-right: 0.1rem;
  height: 0.5rem;
  min-width: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.06rem;
  text-align: center;
  padding: 0 0.1rem;
  font-size: 0.28rem;
  color: #999;
}

.m-header .m-nav .lang a.active {
  background-color: #0069a6;
  color: #fff;
}

.m-header .m-nav .nav li{ float: left; margin-left:20px; margin-bottom: 10px; }
.m-header .m-nav .nav li a{ font-size: 14px; color: #888; text-transform: uppercase;}

.m-bottom-nav{ display: none; }
.m-bottom-nav2{ display: none; }
.m-index-prod{display: none;}





footer {
  width: 100%;
  background-color: #656565;
}

footer .foot-top {
  width: 100%;
  padding: 65px 0;
}
footer .bottom_nav{ height:40px; }
footer .copyright{width: 780px; padding-top:15px; border-top:1px #c0bfbf solid; margin-top:20px;  }
footer .copyright p{color:#c0bfbf; line-height:36px; font-size: 14px;
}
footer .copyright a{color:#c0bfbf; font-size: 14px;
}

footer .foot-top .main {
  display: flex;
  justify-content: space-between;

}

footer .foot-top .item {
  overflow: hidden;
}

footer .foot-top .items .item{
  width: 140px;  float: left;
}
footer .foot-top .items .item a{
 font-size: 15px; color: #fff;
}
footer .foot-top .items .item a:hover {
    color: #c0bfbf;
}
footer .foot-top .item p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

footer .foot-top .item a {
  display: block;
  float: left;
  clear: both;
  font-size: 14px;
  color: #999;
  margin-top: 8px;
}

footer .foot-bot {
  padding: 14px 0;
  border-top: 1px solid #333;
}

footer .foot-bot .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .foot-bot p,
footer .foot-bot span,
footer .foot-bot a {
  font-size: 14px;
  color: #666;
  display: inline-block;
}

footer .foot-bot img {
  margin-right: 5px;
}

footer .foot-bot .left p,
footer .foot-bot .left a {
  margin-right: 20px;
}

footer .foot-bot .right p,
footer .foot-bot .right a {
  margin-left: 20px;
}

@media screen and (max-width: 1600px) {
  .main {
    margin-left: 90px;
    margin-right: 90px;
  }
  header {

  }
  header .logo {
    width: 248px;
    height: 41px;
  }
  header .logo img {
    width: 248px;
  }
  header nav .dropdown a {
    font-size: 18px;
    margin-right: 40px;
  }
  header .lang-s .lang {
    font-size: 16px;
  }
  header .lang-s span {
    font-size: 12px;
    padding: 0 15px;
  }
  header .lang-s .search-btn {
    font-size: 20px;
    line-height: 20px;
  }

  footer .foot-top{
    padding: 50px 0;
  }
}

@media screen and (max-width: 1366px) {
  .main {
    margin-left: 60px;
    margin-right: 60px;
  }
  header {

  }
  header .logo {
    width: 248px;
    height: 41px;
  }
  header .logo img {
    width: 248px;
  }
  header nav .dropdown a {
    font-size: 18px;
    margin-right: 30px;
  }
  header .lang-s .lang {
    font-size: 16px;
  }
  header .lang-s span {
    font-size: 12px;
    padding: 0 15px;
  }
  header .lang-s .search-btn {
    font-size: 20px;
    line-height: 20px;
  }
  footer .foot-top {
    padding:60px 0;
  }
  footer .foot-top .main {
    padding: 0;
  }
  footer .foot-top .item p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  footer .foot-top .item a {
    font-size: 14px;
    margin-top: 8px;
  }
  footer .foot-bot {
    padding: 14px 0; color: #666;
  }
  footer .foot-bot .right{font-size: 14px;}
  footer .foot-bot p,
  footer .foot-bot span,
  footer .foot-bot a {
    font-size: 14px;
  }
  footer .foot-bot img {
    margin-right: 5px;
  }
  footer .foot-bot .left p,
  footer .foot-bot .left a {
    margin-right: 20px;
  }
  footer .foot-bot .right p,
  footer .foot-bot .right a {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 50px;
  }
  .page-banner {
    margin-top: 50px;
  }
  body {
    padding-top: 0;
  }

  .pro-page {
    margin-top: 50px;
  }
  .news_show {
    margin-top: 50px!important;
  }

  .main {
    margin-left: 30px;
    margin-right: 30px;
  }
  header {
    display: none;
  }
  .m-header {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
  }
  footer .foot-top {
    display: none;
  }
  footer .foot-bot {
    padding: 14px 0;
    border-top: 1px solid #333;
    text-align: center;
  }
  footer .foot-bot .main {
    display: block;
  }
  footer .foot-bot p,
  footer .foot-bot span,
  footer .foot-bot a {
    font-size: 14px;
    color: #666;
    display: inline-block;
  }
  footer .foot-bot img {
    margin-right: 5px;
  }
  footer .foot-bot .left {
    width: 100%;
  }
  footer .foot-bot .left p,
  footer .foot-bot .left a {
    margin-right: 10px;
    margin-left: 10px;
  }
  footer .foot-bot .right {
    width: 100%;
  }
  footer .foot-bot .right p,
  footer .foot-bot .right a {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 480px) {
  html, body {
    overflow-x: hidden;
  }
  .main {
    margin-left: 20px;
    margin-right: 20px;
  }
  header {
    display: none;
  }
  .m-header {
    display: block;
    border-bottom: 1px #e3e3e3 solid;
  }
  .header_top{ display: none; }

  #index .m-bottom-nav{ display: none; }
  footer .foot-top {
    display: none;
  }
  footer .foot-bot {
    padding: 14px 0;
    border-top: 1px solid #333;
    text-align: center;
  }
  footer .foot-bot .main {
    display: block;
  }
  footer .foot-bot p,
  footer .foot-bot span,
  footer .foot-bot a {
    font-size: 14px;
    color: #666;
    display: inline-block;
  }
  footer .foot-bot img {
    margin-right: 5px;
  }
  footer .foot-bot .left {
    width: 100%;
  }
  footer .foot-bot .left p,
  footer .foot-bot .left a {
    margin-right: 10px;
    margin-left: 10px;
  }
  footer .foot-bot .right {
    width: 100%;
  }
  footer .foot-bot .right p,
  footer .foot-bot .right a {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

.index-prod{ display: none; }
.m-index-prod{ display: block;padding: 0 10px; }
.m-index-prod .swiper-slide{ display: inline-block; width: 50%;float: left }
.m-index-prod .swiper-slide a{ display: block; margin: 10px; }
.m-index-prod .swiper-slide .cove{display: none;}
.m-index-prod .swiper-slide .text{ margin-top:10px; margin-bottom: 20px; }
.m-bottom-nav{position: fixed; display: block; bottom: 0; width: 100%; background:#72c82b;  z-index: 99;
    height: 56px;}

.m-bottom-nav li{ width:20%; float: left; height: 56px; }
.m-bottom-nav li a{ display: block; width: 100%; padding-top: 5px; }
.m-bottom-nav li span{ display: block; height: 25px; text-align: center; color: #fff; line-height: 25px; font-size: 12px;  }
.m-bottom-nav li i{line-height: 35px;
    font-size:20px;}

.m-bottom-nav li .current{ background: #61a926; }


.m-bottom-nav2{ display: block; padding:30px 20px; padding-bottom: 60px; background: #656565; border-top: 5px #72c82b solid;}
.m-bottom-nav2 ul{ margin-bottom:40px; }
.m-bottom-nav2 li{border-bottom:1px #fff solid;   padding: 20px 0;}
.m-bottom-nav2 li a{ font-size: 16px; color: #fff;  }
.m-bottom-nav2 li a span{float: right; font-size: 25px; font-weight:inherit;}
.m-bottom-nav2 li ul{margin-top: 10px;  height: 0px;
    overflow: hidden;
}
.m-bottom-nav2 li ul li{border: 0; margin-bottom:0px; height: 35px; line-height: 35px; color: #fff; font-size: 15px; padding: 0;}
.m-bottom-nav2 li ul li a{font-size: 15px; font-weight: inherit;}
.m-bottom-nav2 .subnavigationlist1{margin-bottom: 0;}
.m-bottom-nav2 ul.bottom_navigation .active > .subnavigationlist1 {
    display: block;
   margin-bottom: 0;
    padding: 0px;
    height: auto;
    color: #fff;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 200ms;
    clear: both;

    width: 100%;
}

.m-bottom-nav2 ul.bottom_contact .active > ul {
    display: block;

    padding: 0px;
    height: auto;
    color: #fff;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 200ms;
    clear: both;

    width: 100%;
}
.m-bottom-nav2 .wx{text-align: center; margin-bottom:30px;}
.m-bottom-nav2 .copyright{text-align: center; font-size: 12px; color:#c0bfbf;}
.m-bottom-nav2 .copyright a{color:#c0bfbf;}



.prod .list-menu{ display: none; }

.prod .items .item-2 .img{ width: 100%; }

#product .m-bottom-nav li:nth-child(2){ background: #61a926; }
#contact .m-bottom-nav li:nth-child(4){ background: #61a926; }


.solu li{}
.solu li .img img{ height:auto; }

}


.pageNav {
	text-align: center;
	height: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	color: #666;
}
.pageNav font, .pageNav span{
 display: inline-block;
    width: 60px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 15px;
    border: 1px solid #ededed;
    color: #363636;
    background: #d2d2d2;
 }
	.pageNav font, .pageNav a {
		display: inline-block;
		width: 50px;
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		font-size: 15px;
		border: 1px solid #ededed;
		color: #363636;
		background: #d2d2d2;
    margin: 0 4px;
	}

		.pageNav font.current, .pageNav span.current {
			background: #80cd40;
			color: #fff;
		}

		.pageNav font.disabled, .pageNav span.disabled {
			color: #80cd40;
		}

		.pageNav a, .pageNav a:link, .pageNav a:visited {
			font-size: 15px;
			border: 1px solid #ededed;
			color: #333;
			white-space: nowrap;
			background-color: #d2d2d2;
		}

			.pageNav a:hover {
				background-color: #b7b5b5;
				color: #fff;
			}

			.pageNav a.current {
				color: #fff;
			}

			.pageNav a.disabled {
				color: #adaaad;
			}

	.pageNav .page-arrow {
		font-family: simsun;
	}
#pop {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.no-data{
    font-size: 16px;
}
.no-data span{
    color: #e08337;
    font-weight: 600;
}


@media screen and (max-width: 768px){


}
