@font-face {
  font-family: "Montserrat-Regular";
  src: url(../fonts/Montserrat-Regular.eot);
  src: url(../fonts/Montserrat-Regular.eot?#font-spider) format("embedded-opentype"),
    url(../fonts/Montserrat-Regular.woff2) format("woff2"),
    url(../fonts/Montserrat-Regular.woff) format("woff"),
    url(../fonts/Montserrat-Regular.ttf) format("truetype"),
    url(../fonts/Montserrat-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Regular";
  src: url(../fonts/MyriadProRegular/MyriadPro-Regular.eot);
  src: url(../fonts/MyriadProRegular/MyriadPro-Regular.eot?#font-spider) format("embedded-opentype"),
    url(../fonts/MyriadProRegular/MyriadPro-Regular.woff2) format("woff2"),
    url(../fonts/MyriadProRegular/MyriadPro-Regular.woff) format("woff"),
    url(../fonts/MyriadProRegular/MyriadPro-Regular.ttf) format("truetype"),
    url(../fonts/MyriadProRegular/MyriadPro-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url(../fonts/Roboto/Roboto-Regular.eot);
  src: url(../fonts/Roboto/Roboto-Regular.eot?#font-spider) format("embedded-opentype"),
    url(../fonts/Roboto/Roboto-Regular.woff2) format("woff2"),
    url(../fonts/Roboto/Roboto-Regular.woff) format("woff"),
    url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype"),
    url(../fonts/Roboto/Roboto-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "georgiaz";
  src: url(../fonts/georgiaz.eot);
  src: url(../fonts/georgiaz.eot?#font-spider) format("embedded-opentype"),
    url(../fonts/georgiaz.woff2) format("woff2"),
    url(../fonts/georgiaz.woff) format("woff"),
    url(../fonts/georgiaz.ttf) format("truetype"),
    url(../fonts/georgiaz.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "impact";
  src: url(../fonts/impact.eot);
  src: url(../fonts/impact.eot?#font-spider) format("embedded-opentype"),
    url(../fonts/impact.woff2) format("woff2"),
    url(../fonts/impact.woff) format("woff"),
    url(../fonts/impact.ttf) format("truetype"),
    url(../fonts/impact.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  position: relative;
  height: 100%;
  font-family: "微软雅黑";
  font-size: 16px;
}
body{
  overflow-x: hidden;
}
html.active{
    /* overflow: hidden; */
}
i,
em,
b {
  font-style: normal;
  font-weight: normal;
  display: block;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
img {
  max-width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  user-select: none;
}
input,
textarea,
button,
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  /* -webkit-appearance: none; */
  border-radius: 0;
}
textarea {
  resize: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #bfbfbf !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s; /*背景色透明  生效时长  过渡效果  启用时延迟的时间*/
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.mask {
  display: block;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 900;
  left: 0;
  top: 0;
}
.mask.show {
  display: block;
}
ul {
  margin-bottom: 0;
}
.form-control {
  background-color: transparent;
  border: 1px solid #cbc9c9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #777883;
}
.btn {
  height: 30px;
  line-height: 30px;
  border: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-modify: read-write-plaintext-only;
  box-shadow: none;
  display: inline-block;
  padding: 0 20px;
  background-color: #1abdb2;
  color: #eaeaea !important;
  -webkit-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: none;
}
.btn[disabled="disabled"],
.btn[disabled="true"] {
  cursor: not-allowed;
}
.btn.primary-btn {
  background-color: #2c4c8d;
}
.btn.primary-btn:hover {
  background-color: #3d63ae;
}
.btn.danger-btn {
  background-color: #984b3c;
}
.btn.danger-btn:hover {
  background-color: #ac5443;
}
.btn.info-btn {
  background-color: #705b39;
}
.btn.info-btn:hover {
  background-color: #91764b;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.red {
  color: red;
}
html.show,
body.show {
  overflow: hidden;
  height: 100%;
}
#app {
  transition: all 0.3s ease-out;
  overflow: hidden;
}
#app.show {
  -webkit-transform: translateX(260px);
  transform: translateX(260px);
  width: 100vw;
  height: 100vh;
}
#mobileMenu {
  position: fixed;
  left: -200px;
  top: 0;
  margin: 0;
  width: 200px;
  height: 100vh;
  background: #d9662b;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 910;
}
#mobileMenu.show {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
#mobileMenu .hello {
  padding: 8px;
  line-height: 54px;
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #fff;
}
#mobileMenu .menu {
  padding-top: 15px;
}
#mobileMenu .menu a {
  display: block;
  font-size: 14px;
  text-align: left;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 36px;
}
#mobileMenu .menu a.user {
  padding-left: 0;
  text-align: center;
  background: #2e3e60;
  color: #fff;
  margin: 5px 0;
}
#mobileMenu .menu .mbchild {
  width: auto !important;
  opacity: 1 !important;
}
#mobileMenu .menu .mbchild a {
  padding-left: 35px;
}
#mobileMenu .menu a:hover,
#mobileMenu .menu a.active {
  text-decoration: none;
  background: rgba(224, 211, 176, 0.4);
}
#navToggle {
  display: block;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  padding: 0;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  position: relative;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
  height: 2px;
  width: 22px;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  background: #f8c80f;
  position: absolute;
  display: block;
  content: "";
  text-indent: -9999px;
  transition: all 300ms ease-in-out;
}
#navToggle::before {
  margin-top: -7px;
}
#navToggle::after {
  margin-top: 7px;
}
#navToggle.show span {
  opacity: 0;
}
#navToggle.show::before {
  margin-top: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#navToggle.show::after {
  margin-top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mb-menu {
	position:fixed;
	left:-260px;
	top:0;
	margin:0;
	width:260px;
	height:100vh;
	background-color:#02489e;
	-webkit-overflow-scrolling:touch;
	overflow-y:auto;
	-moz-transform:translateZ(0);
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-transition:transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
	z-index:910
}
#mb-menu {
	display:none!important;
}
#mb-menu.show,#menu.show {
	-webkit-transform:translateX(260px);
	transform:translateX(260px)
}
.mm-listview .active{
    background: rgba(255, 255, 255, 0.5);
}
.mm-listview .lang{
    display: block;
    text-align: center;
    line-height: 1rem;
    margin-top: 0.5rem;
    color: #fff;
    font-size: 0.26rem;
    background: rgba(255, 255, 255, 0.05);
}

/* banner */
.banner{
  position: relative;
  margin-bottom: 0.9rem;
}
.banner img{
  width: 100%;
}
.banner .swiper-button-prev, .banner .swiper-button-next{
  background-image: none;
  background: rgba(0, 0, 0, .35);
  width: 0.54rem;
  height: 0.78rem;
  opacity: 1;
  margin-top: 0;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.5s;
}
.banner .swiper-button-next{
  right: 0;
  left: inherit;
}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{
  background: rgba(0, 0, 0, .5);
}
.banner .swiper-button-prev:before, .banner .swiper-button-next:before{
  content: '';
  position: absolute;
  width: 0.22rem;
  height: 0.22rem;
  border-left: 0.03rem solid #fff;
  border-bottom: 0.03rem solid #fff;
  left: calc(50% + 0.055rem);
  top: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
}
.banner .swiper-button-next:before{
  transform: translate(-50%,-50%) rotate(225deg);
  -webkit-transform: translate(-50%,-50%) rotate(225deg);
  left: calc(50% - 0.055rem);
}
.banner .swiper-pagination-bullet{
  opacity: 1;
}
.banner .swiper-pagination-bullet-active{
  background: #588930;
}

/* 首页推荐产品 */
.homeProduct{
  margin-bottom: 1.15rem;
}
.homeProduct .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #f2f2f2;
}
.homeProduct .top .tt p{
  font-size: 0.26rem;
  color: #000;
  line-height: 0.26rem;
  margin-bottom: 0.13rem;
}
.homeProduct .top .tt span{
  font-size: 0.14rem;
  color: #8c8c8c;
  line-height: 0.14rem;
}
.homeProduct .rightNav{
  display: flex;
  align-items: center;
}
.homeProduct .nav{
  border: 0;
  padding: 0;
}
.homeProduct .nav a{
  margin-right: 0.35rem;
  font-size: 0.14rem;
  color: #666;
}
.homeProduct .nav a:nth-child(n+6){
  display: none;
}
.homeProduct .nav a:hover{
  color: #588930;
}
.homeProduct .btnn{
  margin-left: 0.55rem;
}
.homeProduct .btnn a, .homeNews .btnn a{
  position: relative;
  font-size: 0.14rem;
  color: #999;
  padding-right: 0.18rem;
}
.homeProduct .btnn a:hover, .homeNews .btnn a:hover{
  color: #588930;
}
.homeProduct .btnn a:after, .homeNews .btnn a:after{
  content: '';
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  border-left: 0.01rem solid #999;
  border-bottom: 0.01rem solid #999;
  right: 0;
  top: 52%;
  transform: translate(-50%,-50%) rotate(225deg);
  -webkit-transform: translate(-50%,-50%) rotate(225deg);
}
.homeProduct .btnn a:hover:after{
  border-color: #588930;
}
.product .imgover{
  overflow: hidden;
  border: 2px solid #eee;
  transition: border 0.4s;
}
.product .img{
  height: 3.4rem;
  background-size: cover!important;
  overflow: hidden;
  transform: perspective(1px);
  transition: all 0.5s!important;
}
.homePro{
  position: relative;
}
.product{
  overflow: hidden;
}
.homePro .swiper-button-prev, .homePro .swiper-button-next{
  background-image: none;
  width: 0.15rem;
  height: 0.15rem;
  border-left: 0.01rem solid #ccc;
  border-bottom: 0.01rem solid #ccc;
  right: -0.55rem;
  top: 44%;
  transform: translate(-50%,-50%) rotate(225deg);
  -webkit-transform: translate(-50%,-50%) rotate(225deg);
  opacity: 1;
  margin-top: 0;
}
.homePro .swiper-button-prev{
  transform: translate(-50%,-50%) rotate(45deg);
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  left: -0.4rem;
}
.homePro .swiper-button-prev:hover, .homePro .swiper-button-next:hover{
  border-left: 0.01rem solid #588930;
  border-bottom: 0.01rem solid #588930;
}
.product .name p{
  color: #333;
  /*margin-top: 0.24rem;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product .name{
    background: #eee;
    padding: 0.1rem;
    margin-top: 0.1rem;
}
.product a:hover .name{
  color: #588930;
}
.product a:hover .img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.product a:hover .imgover{
    border-color: #588930;
}

/* 首页简介 */
.homeAbout{
  margin-bottom: 1rem;
}
.homeAbout .tt{
  text-align: center;
  margin-bottom: 0.29rem;
  font-size: 0.28rem;
  line-height: 0.28rem;
  color: #333;
}
.homeAbout .tt p{
  text-transform: capitalize;
}
.homeAbout .tt span{
  font-size: 0.14rem;
  color: #8c8c8c;
  margin-top: 0.12rem;
}
.homeAbout .co{
  font-size: 0.14rem;
  color: #666;
  line-height: 0.28rem;
  text-align: center;
  max-width: 76%;
  margin: 0 auto 0.65rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.homeAbout .cont img{
  margin: 0 auto 0.6rem;
  display: block;
}
.homeAbout .cont .btnn a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #588930;
  line-height: 0.41rem;
  border-radius: 0.41rem;
  padding: 0 0.35rem;
  color: #588930;
  text-transform: capitalize;
}
.homeAbout .cont .btnn svg{
  width: auto;
  height: 0.19rem;
  margin-left: 0.08rem;
  position: relative;
  left: 0;
  transition: all 0.3s;
}
.homeAbout .cont .btnn a:hover svg{
  left: 0.1rem;
}
.homeAbout .btnn{
  margin-top: 0.6rem;
  text-align: center;
}
.aboutt{
    width: 80%;
    margin: 0 auto;
}
.aboutt ul{
    display: flex;
}
.aboutt ul li{
    width: calc(100% / 3 - calc(2 / 3 * 0.2rem));
    margin-right: 0.2rem;
}
.aboutt ul li:nth-child(3n){
    margin-right: 0;
}
.aboutt ul li img{
    width: 100%;
    margin-bottom: 0!important;
}
/* 小麦图 */
.homeXiao{
  height: 4.14rem;
  margin-bottom: 0.82rem;
  background-size: cover!important;
}
.homeXiao .container{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.homeXiao .text{
  color: #fff;
  text-align: center;
}
.homeXiao .text p{
  font-size: 0.3rem;
  line-height: 0.3rem;
  margin-bottom: 0.39rem;
  text-transform: uppercase;
}
.homeXiao .text span{
  font-size: 0.18rem;
  display: block;
}

/* 荣誉资质 */
.honor{
    position: relative;
  padding: 0.8rem 0;
}
.honor .title{
  margin-bottom: 0.8rem;
  text-align: center;
}
.honor .title > p{
  font-size: 0.52rem;
  line-height: 0.52rem;
  color: #333;
  margin-bottom: 0.18rem;
}
.honor .title > span{
  font-size: 0.34rem;
  line-height: 0.34rem;
  font-weight: bold;
  color: #e5e5e5;
  text-transform: uppercase;
}
.honor .box{
  position: relative;
}
.home-honor{
  overflow: hidden;
  /*margin-bottom: 0.8rem;*/
}
.home-honor .swiper-slide a{
  display: block;
  background: #fff;
  text-align: center;
}
.home-honor .swiper-slide .img{
  padding-bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-honor .swiper-slide .text{
  font-size: 0.16rem;
  color: #666;
  padding: 0.3rem 0;
}
.home-honor .swiper-slide .text p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.honor .box .swiper-button-prev:after, .honor .box .swiper-container-rtl .swiper-button-next:after, .honor .box .swiper-button-next:after, .honor .box .swiper-container-rtl .swiper-button-prev:after{
  display: none;
}
.honor .box .swiper-button-next, .honor .box .swiper-button-prev{
  background: none!important;
  position: relative;
  margin: 0 0.14rem;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  background: #f4f4f4!important;
  width: 2rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor .box .swiper-button-prev{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.honor .box .qianhou{
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor .box .qianhou svg{
  width: 0.22rem;
  height: auto;
}
.lcl_socials, .lcl_txt_toggle{
  display: none!important;
}
.picMarquee-left{ width:100%;  overflow:hidden; position:relative; }
.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../images/arrow.png") no-repeat;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .bd .tempWrap{width: 100%!important;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center; margin-right: 0.2rem;}
.picMarquee-left .bd ul li .pic{ text-align:center; margin-top: 0; display: block;}
.picMarquee-left .bd ul li .pic img{ display:block; width: 210px;}
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }

/* 关于我们 */
.about{
  padding: 1.05rem 0 1.2rem;
}
.about .title{
  position: relative;
  margin-bottom: 0.3rem;
}
.about .title p{
  font-size: 0.32rem;
  line-height: 0.32rem;
  font-weight: bold;
  color: #333;
  padding-bottom: 0.33rem;
  text-transform: uppercase;
}
.about .title span{
  position: absolute;
  z-index: -1;
  left: 0.5rem;
  top: -0.35rem;
  font-size: 0.64rem;
  line-height: 0.64rem;
  color: #ebebeb;
}
.about .title:after{
  content: '';
  position: absolute;
  bottom: 0;
  width: 0.26rem;
  height: 0.03rem;
  background-color: rgb(88, 137, 48);
}
.about .guanyu .cont{
  font-size: 0.14rem;
  line-height: 0.28rem;
  color: #808080;
}
.about-bg{
  height: 3.57rem;
  background-size: cover!important;
}
.about-bg .container{
  height: 100%;
  padding-top: 0.55rem;
  display: flex;
  /* align-items: center; */
  justify-content: center;
}
.enabout .about-bg .container{
    padding-top: 0.9rem;
}
.about-bg .box{
  color: #fff;
  text-align: center;
}
.about-bg .box p{
  font-size: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.19rem;
  letter-spacing: 0.05rem;
}
.about-bg .box p.en{
    font-size: 0.24rem;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.about-bg .box span{
  font-size: 0.14rem;
  line-height: 0.14rem;
  margin-bottom: 0.4rem;
  display: block;
  letter-spacing: 0.025rem;
}
.about-bg .box em{
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.pic{
    display: none;
  position: relative;
  margin-top: -0.9rem;
}
.pic .box{
  display: flex;
  height: 5.5rem;
}
.pic .left, .pic .right{
  width: calc(50% - calc(1 / 2 * 0.1rem));
  margin-right: 0.1rem;
}
.pic .left{
  display: flex;
  flex-direction: column;
}
.pic .left .picover{
  height: calc(50% - calc(1 / 2 * 0.1rem));
  margin-bottom: 0.1rem;
}
.pic .left .picover:nth-child(2){
  margin-bottom: 0;
}
.pic .left .pic1{
  height: 100%;
}
.picover{
  overflow: hidden;
}
.pic .right{
  margin-right: 0;
}
.pic .right .pic1{
  /* height: 5.5rem; */
  height: 100%;
}
.pic .right .picover{
  height: 100%;
}
.pic .pic1{
  background-size: cover!important;
  transform: perspective(1px);
  transition: all 0.5s;
}
.pic .pic1:hover{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

/* 首页新闻 */
.homeNews .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.homeNews .tt p{
  font-size: 0.26rem;
  line-height: 0.26rem;
  color: #000;
  margin-bottom: 0.12rem;
}
.homeNews .tt span{
  font-size: 0.14rem;
  color: #8c8c8c;
}
.newsCont a{
  display: block;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  border-bottom: 0.02rem solid #f2f2f2;
}
.newsCont a:last-child{
  border-bottom: 0;
}
.newsCont a:hover .left .ttitle p{
  color: #588930;
}
.newsCont .left .box .more:hover{
  opacity: 0.7;
}
.newsCont .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsCont .left{
  width: calc(100% - 1.35rem - 38%);
}
.newsCont .left .ttitle{
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  line-height: normal;
}
.newsCont .left .ttitle em{
  width: 0.6rem;
  font-size: 0.26rem;
  color: #333;
}
.newsCont .left .ttitle p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.22rem;
  color: #333;
  width: calc(100% - 0.6rem);
}
.newsCont .left .cont{
  display: flex;
  justify-content: flex-end;
}
.newsCont .left .box{
  width: calc(100% - 0.6rem);
}
.newsCont .left .box .more{
  display: block;
  text-align: center;
  width: 1.27rem;
  line-height: 0.43rem;
  border-radius: 0.04rem;
  background: #588930;
  font-size: 0.14rem;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.5s;
}
.newsCont .left .co{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.6rem;
  font-size: 0.14rem;
  line-height: 0.28rem;
  color: #666;
}
.newsCont .right{
  width: 38%;
  margin-left: 1.35rem;
  overflow: hidden;
}
.newsCont .right .img{
  background-size: cover!important;
  height: 3.4rem;
  transform: perspective(1px);
  transition: all 0.5s;
}
.newsCont a:hover .right .img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.header .slideBox{
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  position: fixed;
  left: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  background: #fff;
  box-shadow: -4.24px 2.65px 6px 0px rgba(0, 0, 0, 0.15);
  z-index: 11;
  top: 0;
  padding: 0.17rem 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
.header .slideBox .left img{
    max-height: 0.4rem;
}
.slideBanner{
  margin-top: 0.77rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slideBanner img{
  width: 100%;
}
.slideBanner .container{
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.36rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.news .newsCont a{
  border-bottom: 0.02rem solid #f2f2f2!important;
  transition: all 0.2s;
}
.news a:hover{
  background: #f2f2f2;
}

/* 详情 */
.slide{
  background: #f7f7f7;
  padding: 0.6rem 0;
}
.slide .cont{
  padding: 0.6rem 1.55rem 0.5rem;
  background: #fff;
}
.slide .cont > em{
  font-size: 0.26rem;
  color: #333;
  margin-bottom: 0.55rem;
  text-align: center;
  line-height: 0.3rem;
}
.slide .date{
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  padding: 0.15rem 0;
  font-size: 0.14rem;
  color: #666;
  margin-bottom: 0.4rem;
}
.slide .date i{
  margin: 0 0.2rem;
}
.slide .content{
  font-size: 0.14rem;
  line-height: 0.28rem;
  color: #666;
  margin-bottom: 0.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 0.02rem solid #f7f7f7;
  text-align: center;
}
.newspage a{
  font-size: 0.14rem;
  color: #666;
  display: flex;
}
.newspage a:first-child{
  margin-bottom: 0.12rem;
}
.newspage a:hover{
  color: #588930;
}
.newspage a span{
  width: calc(100% - 0.56rem);
}

/* 联系我们 */
.contact{
  padding: 0.6rem 0;
}
.contact .box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .box .text{
  width: 42%;
}
.contact .box .text > b{
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}
.contact .box .text .cont{
  text-transform: capitalize;
}
.contact .box .text .cont p{
  color: #666;
  margin-bottom: 0.1rem;
}
.contact .box .text .cont p:last-child{
  margin-bottom: 0;
}
.contact .map{
  width: 54%;
  height: 2.8rem;
}
.contact .map #container{
  height: 100%;
}
.contact .info > b{
    font-weight: bold;
    font-size: 0.16rem;
    margin-bottom: 0.05rem;
}

/* 产品中心 */
.proCont{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.3rem;
}
.proCont a{
  width: calc(25% - calc(3 / 4 * 0.24rem));
  margin-right: 0.24rem;
  margin-top: 0.4rem;
}
.proCont a:nth-child(4n){
  margin-right: 0;
}
.proCont .imgover{
  overflow: hidden;
  border: 2px solid #eee;
  transition: border 0.4s;
}
.proCont .img{
  height: 3.4rem;
  background-size: cover!important;
  overflow: hidden;
  transform: perspective(1px);
  transition: all 0.5s!important;
}
.proCont .name{
    background: #eee;
    padding: 0.1rem;
    margin-top: 0.1rem;
}
.proCont .name p{
  color: #333;
  /*margin-top: 0.24rem;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.proCont a:hover .name{
  color: #588930;
}
.proCont a:hover .img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.proCont a:hover .imgover{
    border-color: #588930;
}
.prolist{
  background: #f2f2f2;
  padding: 0 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.prolist a{
  color: #666;
  margin-right: 1.4rem;
  margin-top: 0.3rem;
  display: inline-block;
}
.prolist a:hover, .prolist a.active{
  color: #588930;
}
.prolist a:last-child{
  margin-right: 0;
}


/* 头部 */
.com{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header{
  position: relative;
  z-index: 11;
}
.header .box{
  width: 94%;
  background: #fff;
  border-radius: 0.06rem;
  box-shadow: -4.24px 2.65px 6px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 11;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-top: 0.32rem;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
.header .box.act{
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  left: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.header .box .right, .header .slideBox .right{
  display: flex;
}
.header .box .left img{
  max-height: 0.77rem;
}
/* 导航 */
.nav{
  position: relative;
  overflow: hidden;
  padding: 0.3rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.logo{
  width: 2.9rem;
  height: 0.44rem;
  background: #eee;
}
.nav-bar{
  margin-right: 0.95rem;
}
.nav-bar a{
  display: inline-block;
  color: #5c5c5c;
  text-transform: uppercase;
}
.nav-bar span{
  color: #ccc;
  margin: 0 0.33rem;
}
.nav-bar a.active{
  color: #588930;
}
.nav-bar a:hover{
  color: #588930;
}
.lan a{
  font-size: 0.14rem;
  color: #ccc;
  border: 0.01rem solid transparent;
  line-height: 0.22rem;
  text-align: center;
  display: inline-block;
  border-radius: 0.04rem;
}
.lan a:hover{
  color: #588930!important;
}
.lan a.act{
  cursor: default;
  width: 0.41rem;
  color: #5c5c5c;
  border: 0.01rem solid #5c5c5c;
}
.lan a.act:hover{
  color: #5c5c5c!important;
}
.lan span{
  color: #f0f0f0;
  width: 0.02rem;
  height: 0.14rem;
  margin: 0 0.12rem;
}

/* 分页 */
.page{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.2rem 0 1.1rem;
}
.page ul{
  margin: 0;
  display: flex;
  align-items: center;
}
.page ul li{
  margin: 0 0.04rem;
}
.page ul li a, .page ul li span{
  padding: 0;
  width: 0.33rem;
  height: 0.33rem;
  line-height: 0.33rem;
  border: 1px solid #e5e5e5;
  font-size: 0.14rem;
  font-family: 'Arial';
  color: #666;
  text-align: center;
  transition: all 0.2s;
}
.page ul li.active a, .page ul li a:hover{
  background: #588930!important;
  color: #fff;
  border-color: #588930!important;
}
.page ul li:first-child a, .page ul li:first-child span, .page ul li:last-child span, .page ul li:last-child a{
  position: relative;
  width: 0.48rem;
  border-radius: 0;
}
.page ul li:first-child span, .page ul li:last-child span{
  border: 0;
  content: '';
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  border-left: 0.01rem solid #666;
  border-bottom: 0.01rem solid #666;
  /* left: calc(50% + 0.055rem); */
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
}
.page ul li:last-child span{
  transform: translate(-50%,-50%) rotate(225deg);
  -webkit-transform: translate(-50%,-50%) rotate(225deg);
  left: 45%;
}
.page ul li:first-child:hover span, .page ul li:last-child:hover span{
  border-color: #fff;
}
.pagination a.cur{
    border: 1px solid #588930!important;
}
.pagination p{
    width: 0.5rem!important;
    height: 0.35rem!important;
    line-height: 0.35rem!important;
    padding: 0!important;
    text-align: center;
}
/* --周-- */


/* footer */
.footer {
    position: relative;
    overflow: hidden;
    background: #f4f4f4;
}
.foot .container{
    width: 76.5%;
    padding: 0.7rem 0 0.5rem;
    border-bottom: 1px solid #444;
}
.foot-nav{
  padding: 0.8rem 0;
  /*border-bottom: 1px solid #e5e5e5;*/
  overflow: hidden;
}
.foot-nav .cont{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot-nav .left{
  display: flex;
}
.foot-nav .left a{
  margin-right: 1rem;
  color: #282828;
  text-transform: uppercase;
}
.foot-nav .left a:last-child{
  margin-right: 0;
}
.foot-nav .left a:hover{
  color: #588930;
}
.foot-nav .right{
  color: #333;
  line-height: 0.31rem;
  display: flex;
  justify-content: flex-end;
}
.copy{
  padding: 0.25rem 0;
  color: #808080;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.container{
  width: 75%;
}

@media screen and (max-width: 1600px){
  .address-list .li .cont{
    flex-direction: column;
  }
  .address-list .li .cont .phone{
    margin-left: 0;
  }
}

@media screen and (max-width: 1440px){
  .contact .section-2{
    width: 1170px;
  }
  .user .container{
    width: 1170px;
  }
  .address-list .list{
    width: calc(100% / 5 - calc(4 / 5 * 0.35rem));
    box-sizing: content-box;
  }
  .address-list .list:nth-child(4n){
    margin-right: 0;
  }
  .address-list .list:nth-child(5n){
    margin-right: 0.35rem;
    margin-top: 0.35rem;
  }
  .nav-bar span{
    margin: 0 0.1rem;
  }
  .nav-bar {
    margin-right: 0.5rem;
  }
}