* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
html {
  font-size: 100px;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.headerOn .header {
  position: fixed;
  background: #333;
}
.container1 {
  width: 100%;
  padding: 0 8.3333%;
  box-sizing: border-box;
}
.productMenu {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.productMenu ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productMenu ul li {
  flex: 1;
  justify-content: center;
  float: left; 
  background: #f8f8f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 0.8%;
}

.productMenu ul li:last-child{
  display: none;
}

.productMenu ul li .productMenuImg {
  position: relative;
  padding: 37.1% 0;
  display: block;
}
.productMenu ul li .productMenuImg .productMenuImg1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.productMenu ul li .productMenuImg .productMenuImg2 {
  width: 24%;
  display: block;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.productMenu ul li .productMenuText {
  display: block;
  padding: 0.6rem 22% 0.3rem;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.productMenu ul li .productMenuText b {
  font-weight: normal;
  display: block;
  text-align: center;
  font-size: 0.2rem;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productMenu ul li .productMenuText i {
  width: 0.34rem;
  height: 2px;
  background: #868788;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0.23rem auto;
}
.productMenu ul li .productMenuText em {
  font-size: 0.16rem;
  line-height: 0.38rem;
  text-align: center;
  display: block;
  color: #808080;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.productMenu ul li .productMenuText span {
  font-size: 0.16rem;
  line-height: 2;
  padding: 0 0.3rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  display: block;
  text-align: center;
  color: #999999;
  margin-top: 0.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.productMenu ul li:hover {
  background-image: linear-gradient(-45deg, #44a80d 0%, #78cd13 100%), linear-gradient(#82b83e, #82b83e);
  background-blend-mode: normal, normal;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.productMenu ul li:hover .productMenuText {
  background-image: linear-gradient(-45deg, #44a80d 0%, #78cd13 100%), linear-gradient(#82b83e, #82b83e);
  background-blend-mode: normal, normal;
}
.productMenu ul li:hover .productMenuText b {
  color: #fff;
}
.productMenu ul li:hover .productMenuText i {
  background: #fff;
}
.productMenu ul li:hover .productMenuText em {
  color: #fff;
}
.productMenu ul li:hover .productMenuText span {
  background: #fff;
  border-color: #fff;
  color: #82b83e;
}
.product {
  padding: 0.5rem 0 0.68rem;
  background: #fafafa;
}
.product .productTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}
.product .productTitle h3 span {
  display: block;
  position: relative;
}
.product .productTitle h3 span i {
  font-size: 0.72rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ebebeb;
  line-height: 0.8;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.product .productTitle h3 span a {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.3rem;
  color: #82b83e;
  font-weight: bold;
}
.product .productTitle h3 span a b {
  color: #f68612;
}
.product .productTitle h3 p {
  font-size: 0.14rem;
  color: #666666;
  padding-top: 0.05rem;
}
.product .productTitle .productBth ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.product .productTitle .productBth ul li {
  border-radius: 0.03rem;
  border: 1px solid #bebebe;
  padding: 0.12rem 0.1rem;
  margin-left: 0.3rem;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: #fff;
}
.product .productTitle .productBth ul li:nth-child(1) {
  margin-left: 0;
}
.product .productTitle .productBth ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: center;
}
.product .productTitle .productBth ul li a i {
  width: 0.26rem;
  height: 0.26rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productTitle .productBth ul li a span {
  font-size: 0.16rem;
  margin-left: 0.12rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productTitle .productBth ul li:nth-child(1) a i {
  background-image: url(../images/productBth1.png);
}
.product .productTitle .productBth ul li:nth-child(2) a i {
  background-image: url(../images/productBth2.png);
}
.product .productTitle .productBth ul li:nth-child(3) a i {
  background-image: url(../images/productBth3.png);
}
.product .productTitle .productBth ul li:nth-child(4) a i {
  background-image: url(../images/productBth4.png);
}
.product .productTitle .productBth ul li:nth-child(5) a i {
  background-image: url(../images/productBth5.png);
}
.product .productTitle .productBth ul li:nth-child(6) a i {
  background-image: url(../images/productBth6.png);
}
.product .productTitle .productBth ul li:hover,
.product .productTitle .productBth ul li.on {
  border-color: transparent;
  background-image: linear-gradient(90deg, #44a80d 0%, #78cd13 100%), linear-gradient(#004326, #004326);
  background-blend-mode: normal, normal;
}
.product .productTitle .productBth ul li:hover a i,
.product .productTitle .productBth ul li.on a i {
  background-position: 0 -0.26rem;
}
.product .productTitle .productBth ul li:hover a span,
.product .productTitle .productBth ul li.on a span {
  color: #fff;
}
.product .container2 {
  padding: 0 6%;
}
.product .container2 .productBox ul {
  overflow: hidden;
}
.product .container2 .productBox ul li {
  float: left;
  width: 23.6%;
  margin-right: 1.86%;
  margin-top: 0.3rem !important;
}
.product .container2 .productBox ul li:nth-child(4n) {
  margin-right: 0;
}
.product .container2 .productBox ul li .productBoxListImg {
  position: relative;
  display: block;
  padding: 38% 0;
  border: 1px solid #dfdfdf;
  overflow: hidden;
}
.product .container2 .productBox ul li .productBoxListImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .container2 .productBox ul li .productBoxListText {
  border: 1px solid #dfdfdf;
  display: block;
  margin-top: 0.05rem;
  padding: 0.1rem 0.5rem 0.1rem 0.1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  background: transparent url(../images/productBoxList.png) no-repeat 97% center;
  background-size: 1.5vw;
}
.product .container2 .productBox ul li .productBoxListText i {
  color: #82b83e;
  font-weight: bold;
  margin-right: 0.1rem;
}
.product .container2 .productBox ul li .productBoxListText span {
  font-size: 0.16rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.product .container2 .productBox ul li:hover .productBoxListImg img {
  transform: scale(1.1);
}
.product .container2 .productBox ul li:hover .productBoxListText {
  background: #82b83e url(../images/productBoxList2.png) no-repeat 97% center;
  border-color: #82b83e;
}
.product .container2 .productBox ul li:hover .productBoxListText i {
  color: #fff;
}
.product .container2 .productBox ul li:hover .productBoxListText span {
  color: #fff;
}
.title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  width: 100%;
}
.title h3 {
  text-align: center;
  width: 100%;
}
.title h3 span {
  display: block;
  position: relative;
}
.title h3 span i {
  font-size: 0.72rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ebebeb;
  line-height: 0.8;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.title h3 span a {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.3rem;
  color: #82b83e;
  font-weight: bold;
}
.title h3 span a b {
  color: #f68612;
}
.title h3 p {
  font-size: 0.14rem;
  color: #666666;
  padding-top: 0.05rem;
}
.reason1 {
  background: url(../images/reason1.jpg) no-repeat center bottom;
  padding: 0.6rem 0 7.2rem;
  background-size: cover;
}
.reason1 .container1 {
  padding: 0 18%;
}
.reason1 .container1 .reason1List {
  position: relative;
}
.reason1 .container1 .reason1List ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.reason1 .container1 .reason1List ul li {
  flex: 0 0 3.14rem;
  justify-content: center;
  float: left;
  width: 3.14rem;
  position: absolute;
}
.reason1 .container1 .reason1List ul li i {
  width: 0.62rem;
  height: 0.62rem;
  background: #f68612;
  border-radius: 50%;
  font-size: 0.24rem;
  display: block;
  margin: 0 auto;
  line-height: 0.62rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.reason1 .container1 .reason1List ul li em {
  font-size: 0.22rem;
  text-align: center;
  display: block;
  font-weight: bold;
  color: #f68612;
  padding: 0.1rem 0 0.16rem;
  line-height: 1;
}
.reason1 .container1 .reason1List ul li p {
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #333333;
  text-align: center;
}
.reason1 .container1 .reason1List ul li:nth-child(1) {
  top: 4rem;
  left: 0;
}
.reason1 .container1 .reason1List ul li:nth-child(2) {
  top: 1.6rem;
  left: 10%;
}
.reason1 .container1 .reason1List ul li:nth-child(3) {
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.reason1 .container1 .reason1List ul li:nth-child(4) {
  top: 1.6rem;
  right: 10%;
}
.reason1 .container1 .reason1List ul li:nth-child(5) {
  top: 4rem;
  right: 0;
}
.service {
  padding-top: 0.26rem;
  padding-bottom: 0.55rem;
}
.service .serviceList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.2rem;
}
.service .serviceList ul li {
  flex: 0 0 15.625%;
  justify-content: center;
  float: left;
  width: 15.625%;
  padding: 0.47rem 0;
  background: #f8f8f8;
  margin-top: 0.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.service .serviceList ul li i {
  width: 0.58rem;
  height: 0.5rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.service .serviceList ul li p {
  padding: 0 0.2rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.2rem;
  line-height: 1;
  padding-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.service .serviceList ul li:nth-child(1) i {
  background: url(../images/serviceList1.png);
}
.service .serviceList ul li:nth-child(2) i {
  background: url(../images/serviceList2.png);
}
.service .serviceList ul li:nth-child(3) i {
  background: url(../images/serviceList3.png);
}
.service .serviceList ul li:nth-child(4) i {
  background: url(../images/serviceList4.png);
}
.service .serviceList ul li:nth-child(5) i {
  background: url(../images/serviceList5.png);
}
.service .serviceList ul li:nth-child(6) i {
  background: url(../images/serviceList6.png);
}
.service .serviceList ul li:nth-child(7) i {
  background: url(../images/serviceList7.png);
}
.service .serviceList ul li:nth-child(8) i {
  background: url(../images/serviceList8.png);
}
.service .serviceList ul li:nth-child(9) i {
  background: url(../images/serviceList9.png);
}
.service .serviceList ul li:nth-child(10) i {
  background: url(../images/serviceList10.png);
}
.service .serviceList ul li:nth-child(11) i {
  background: url(../images/serviceList11.png);
}
.service .serviceList ul li:nth-child(12) i {
  background: url(../images/serviceList12.png);
}
.service .serviceList ul li:hover {
  background: #82b83e;
}
.service .serviceList ul li:hover i {
  background-position: 0 -0.5rem;
}
.service .serviceList ul li:hover p {
  color: #fff;
}
.case {
  background: url(../images/caseBg.jpg) no-repeat center;
  background-size: cover;
  padding: 0.65rem 0;
}
.case .productTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}
.case .productTitle h3 span {
  display: block;
  position: relative;
}
.case .productTitle h3 span i {
  font-size: 0.72rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ebebeb;
  line-height: 0.8;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.18;
}
.case .productTitle h3 span a {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.3rem;
  color: #f68612;
  font-weight: bold;
}
.case .productTitle h3 p {
  font-size: 0.14rem;
  color: #fff;
  padding-top: 0.05rem;
  letter-spacing: 10px;
}
.case .productTitle .caseMore {
  width: 1.63rem;
  height: 0.51rem;
  background: #f68612;
  line-height: 0.51rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
  color: #fff;
  border-radius: 0.03rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .productTitle .caseMore img {
  width: 0.13rem;
  padding-right: 0.06rem;
}
.case .productTitle .caseMore:hover {
  transform: translateY(-5px);
}
.case .caseBox {
  margin-top: 0.55rem;
  position: relative;
}
.case .caseBox ul li .caseImg {
  padding: 38% 0;
  width: 100%;
  display: block;
  border: 5px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox ul li .caseImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  padding: 5px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox ul li .caseText {
  background: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  line-height: 0.54rem;
  padding: 0 0.05rem;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox ul li:hover .caseImg {
  border: 5px solid #82b83e;
}
.case .caseBox ul li:hover .caseText {
  background: #82b83e;
  color: #fff;
}
.case .caseBox .caseJt {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.43rem;
}
.case .caseBox .caseJt span {
  border: 1px solid #fff;
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.1rem;
  opacity: 1;
  background: transparent;
}
.case .caseBox .caseJt span.swiper-pagination-bullet-active {
  background: #82b83e;
  border-color: #82b83e;
}
.case .caseBox .caseBoxL {
  width: 0.47rem;
  height: 0.47rem;
  background: url(../images/caseBoxL.png) no-repeat center;
  background-size: 0.15rem;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1rem;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox .caseBoxL:hover {
  background: #82b83e url(../images/caseBoxL1.png) no-repeat center;
  border-color: #82b83e;
  background-size: 0.15rem;
}
.case .caseBox .caseBoxR {
  width: 0.47rem;
  height: 0.47rem;
  background: url(../images/caseBoxR.png) no-repeat center;
  background-size: 0.15rem;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1rem;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox .caseBoxR:hover {
  background: #82b83e url(../images/caseBoxR1.png) no-repeat center;
  border-color: #82b83e;
  background-size: 0.15rem;
}
.lc {
  background: url(../images/lcbg.jpg) no-repeat center;
  padding-top: 0.58rem;
  padding-bottom: 0.38rem;
}
.lc .lcBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.lc .lcBox .lcBoxL {
  flex: 0 0 33.3333%;
  justify-content: center;
  float: left;
  width: 33.3333%;
}
.lc .lcBox .lcBoxL ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin: 0.3rem 0;
}
.lc .lcBox .lcBoxL ul li .lcBoxLB {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: right;
  padding: 0.1rem 0.24rem 0.1rem;
  flex: 0 0 81%;
  justify-content: center;
  float: left;
  width: 81%;
  position: relative;
}
.lc .lcBox .lcBoxL ul li .lcBoxLB::after {
  content: "";
  width: 0.2rem;
  height: 0.3rem;
  background: url(../images/lcBoxLBJb.png) no-repeat center;
  position: absolute;
  right: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.lc .lcBox .lcBoxL ul li .lcBoxLB h4 {
  font-size: 0.26rem;
}
.lc .lcBox .lcBoxL ul li .lcBoxLB span {
  display: block;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.lc .lcBox .lcBoxL ul li h5 {
  padding-left: 0.4rem;
  font-size: 0.48rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #f68612;
}
.lc .lcBox .lcBoxL ul li:nth-child(1) {
  margin-left: 10%;
}
.lc .lcBox .lcBoxL ul li:nth-child(2) {
  margin-left: -2%;
}
.lc .lcBox .lcBoxL ul li:nth-child(3) {
  margin-left: 10%;
}
.lc .lcBox .lcBoxR {
  flex: 0 0 33.3333%;
  justify-content: center;
  float: left;
  width: 33.3333%;
}
.lc .lcBox .lcBoxR ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin: 0.3rem 0;
}
.lc .lcBox .lcBoxR ul li .lcBoxLB {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 0.1rem 0.24rem 0.1rem;
  flex: 0 0 81%;
  justify-content: center;
  float: left;
  width: 81%;
  position: relative;
}
.lc .lcBox .lcBoxR ul li .lcBoxLB::after {
  content: "";
  width: 0.2rem;
  height: 0.3rem;
  background: url(../images/lcBoxLBJb2.png) no-repeat center;
  position: absolute;
  left: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.lc .lcBox .lcBoxR ul li .lcBoxLB h4 {
  font-size: 0.26rem;
}
.lc .lcBox .lcBoxR ul li .lcBoxLB span {
  display: block;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.lc .lcBox .lcBoxR ul li h5 {
  padding-right: 0.4rem;
  font-size: 0.48rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #f68612;
}
.lc .lcBox .lcBoxR ul li:nth-child(1) {
  margin-left: -10%;
}
.lc .lcBox .lcBoxR ul li:nth-child(2) {
  margin-left: 2%;
}
.lc .lcBox .lcBoxR ul li:nth-child(3) {
  margin-left: -10%;
}
.lc .lcBox .lcBoxC {
  flex: 0 0 33%;
  justify-content: center;
  float: left;
  width: 33%;
}
.lc .lcBox .lcBoxC img {
  display: block;
  width: 100%;
}
.mbanner {
  padding: 0.6rem 0 0.7rem;
  background: url(../images/mbanner.jpg) no-repeat center;
  background-size: cover;
}
.mbanner h4 {
  font-size: 0.34rem;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.mbanner p {
  padding: 0.42rem 0 0.38rem;
  font-size: 0.38rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.mbanner em {
  display: block;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  line-height: 1;
}
.mbanner em i {
  font-size: 0.2rem;
}
.mbanner em b {
  font-size: 0.3rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}
.about {
  background: url(../images/about.jpg) no-repeat center bottom;
  padding: 0.6rem 0 0.7rem;
}
.about p.aboutText {
  font-size: 0.16rem;
  line-height: 0.45rem;
  color: #333333;
  text-align: center;
  padding-top: 0.15rem;
}
.about .aboutBox {
  padding-top: 0.3rem;
}
.about .aboutBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 10%;
  box-sizing: border-box;
}
.about .aboutBox ul li b {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
.about .aboutBox ul li b i {
  font-size: 0.72rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #f68612;
  line-height: 1;
}
.about .aboutBox ul li b em {
  font-size: 0.18rem;
  line-height: 1;
  padding-left: 0.1rem;
}
.about .aboutBox ul li p {
  font-size: 0.18rem;
  line-height: 1;
  padding-top: 0.15rem;
}
.about .aboutList {
  padding: 0 5%;
  margin-top: 0.6rem;
}
.about .aboutList ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .aboutList ul li {
  flex: 0 0 23.5%;
  justify-content: center;
  float: left;
  width: 23.5%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 0.1rem;
}
.about .aboutList ul li i {
  width: 0.87rem;
  height: 0.87rem;
  border-radius: 50%;
  margin: 0 auto;
  transform: translateY(-30%);
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.about .aboutList ul li i img {
  display: block;
  width: 100%;
}
.about .aboutList ul li span {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 0.2rem;
  color: #f68612;
  padding: 0 0.1rem;
}
.about .aboutList ul li em {
  padding: 0 0.1rem 0.32rem;
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #999999;
  margin-top: 0.05rem;
  text-transform: uppercase;
}
.news {
  background: url(../images/news.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 0.4rem;
  padding-bottom: 0.7rem;
}
.news .productTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}
.news .productTitle h3 span {
  display: block;
  position: relative;
}
.news .productTitle h3 span i {
  font-size: 0.72rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ebebeb;
  line-height: 0.8;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.news .productTitle h3 span a {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.3rem;
  color: #82b83e;
  font-weight: bold;
}
.news .productTitle h3 span a b {
  color: #f68612;
}
.news .productTitle h3 p {
  font-size: 0.14rem;
  color: #333;
  padding-top: 0.05rem;
  letter-spacing: 10px;
}
.news .productTitle .caseMore {
  width: 1.63rem;
  height: 0.51rem;
  background-image: linear-gradient(90deg, #44a80d 0%, #78cd13 100%), linear-gradient(#004326, #004326);
  background-blend-mode: normal, normal;
  line-height: 0.51rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
  color: #fff;
  border-radius: 0.03rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .productTitle .caseMore img {
  width: 0.13rem;
  padding-right: 0.06rem;
}
.news .productTitle .caseMore:hover {
  transform: translateY(-5px);
}
.news .newsBox {
  margin-top: 0.62rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newsBox .newsBoxL {
  flex: 0 0 1.56rem;
  justify-content: center;
  float: left;
  width: 1.56rem;
}
.news .newsBox .newsBoxL ul li {
  width: 100%;
  height: 0.5rem;
  background: #e6e6e6;
  text-align: center;
  margin-bottom: 0.4rem;
  border-radius: 0.05rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsBoxL ul li a {
  line-height: 0.5rem;
  display: block;
  text-align: center;
  font-size: 0.2rem;
}
.news .newsBox .newsBoxL ul li.on {
  background: #44a80d;
}
.news .newsBox .newsBoxL ul li.on a {
  color: #fff;
}
.news .newsBox .newsBoxL .newsJt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.news .newsBox .newsBoxL .newsJt .newsJtL {
  width: 0.52rem;
  height: 0.11rem;
  background: url(../images/newsJtL.png) no-repeat center;
  cursor: pointer;
}
.news .newsBox .newsBoxL .newsJt .newsJtL:hover {
  background: url(../images/newsJtL1.png) no-repeat center;
}
.news .newsBox .newsBoxL .newsJt .newsJtR {
  width: 0.52rem;
  height: 0.11rem;
  background: url(../images/newsJtR.png) no-repeat center;
  cursor: pointer;
  margin-left: 0.2rem;
}
.news .newsBox .newsBoxL .newsJt .newsJtR:hover {
  background: url(../images/newsJtR1.png) no-repeat center;
}
.news .newsBox .newsBoxR {
  flex: 0 0 85%;
  justify-content: center;
  float: left;
  width: 85%;
}
.news .newsBox .newsBoxR .newsBoxRList ul li .newsBoxRListImg {
  padding: 35% 0;
  display: block;
  position: relative;
}
.news .newsBox .newsBoxR .newsBoxRList ul li .newsBoxRListImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.news .newsBox .newsBoxR .newsBoxRList ul li .newsBoxRListText {
  display: block;
}
.news .newsBox .newsBoxR .newsBoxRList ul li .newsBoxRListText em {
  font-size: 0.16rem;
  color: #999999;
  padding-top: 0.15rem;
  display: block;
}
.news .newsBox .newsBoxR .newsBoxRList ul li .newsBoxRListText span {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  display: block;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.6rem;
}
.news .newsBox .newsBoxR .newsBoxRList ul li .newsBoxRListText i {
  padding-right: 0.2rem;
  margin-top: 0.2rem;
  display: table;
  color: #999999;
  background: url(../images/newsBoxRListText.png) no-repeat center right;
}
@media (max-width: 980px) {
  .container1 {
    padding: 0 0.15rem;
  }
  .NavAndbanner .container1 .banner .bannerL,
  .NavAndbanner .container1 .banner .bannerR {
    display: none;
  }
  .NavAndbanner .container1 .banner .bannerAddPage {
    bottom: 0.15rem;
  }
  .productMenu {
    padding-top: 0.3rem;
    padding-bottom: 0.2rem;
  }
  .productMenu ul li {
    flex: 0 0 49%;
    justify-content: center;
    float: left;
    width: 49%;
    margin: 0 0;
    margin-bottom: 0.2rem;
  }
  .productMenu ul li .productMenuText {
    padding: 0.4rem 0.15rem 0.2rem;
  }
  .product .productTitle {
    flex-wrap: wrap;
  }
  .product .productTitle h3 {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .productBth {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .product .productTitle h3 span i {
    font-size: 0.4rem;
    text-align: center;
  }
  .product .productTitle h3 span a {
    left: 50%;
    transform: translateX(-50%);
  }
  .product .productTitle h3 p {
    text-align: center;
    line-height: 1.5;
  }
  .product .productTitle .productBth ul {
    flex-wrap: wrap;
  }
  .product .productTitle .productBth ul li {
    margin-left: 0;
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
    padding: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .product .productTitle .productBth ul li a span {
    font-size: 0.14rem;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product .productTitle .productBth ul li a {
    align-items: center;
    flex-wrap: wrap;
  }
  .product .productTitle .productBth ul li a span {
    width: 8em;
  }
  .product .container2 .productBox ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .product .container2 .productBox ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
    margin-top: 0.15rem !important;
  }
  .product .container2 {
    padding: 0 0.15rem;
  }
  .product .container2 .productBox ul li {
    margin-right: 0;
  }
  .product .container2 .productBox ul li .productBoxListText {
    padding: 0.05rem 0.1rem;
    background: transparent;
  }
  .product .container2 .productBox ul li:hover .productBoxListText {
    background: #82b83e;
  }
  .reason1 .container1 {
    padding: 0 0.15rem;
  }
  .title h3 span i {
    font-size: 0.4rem;
  }
  .reason1 {
    background: #fff;
  }
  .reason1 .container1 .reason1List ul li {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    transform: translateX(0) !important;
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    margin-top: 0.3rem !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .reason1 {
    padding: 0.6rem 0;
  }
  .reason1 .container1 .reason1List ul li em {
    font-size: 0.2rem;
  }
  .reason1 .container1 .reason1List ul li i {
    margin: 0;
  }
  .reason1 .container1 .reason1List ul li span {
    flex: 1;
    padding-left: 0.2rem;
    text-align: left !important;
  }
  .reason1 .container1 .reason1List ul li em {
    text-align: left;
  }
  .reason1 .container1 .reason1List ul li p {
    text-align: left;
  }
  .service .serviceList ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
    padding: 0.1rem 0;
  }
  .service .serviceList ul li p {
    padding-top: 0.05rem;
    font-size: 0.15rem;
  }
  .case .productTitle .caseMore {
    display: none;
  }
  .case .productTitle {
    width: 100%;
    text-align: center;
  }
  .case .productTitle h3 {
    text-align: center;
    width: 100%;
    font-size: 0.4rem;
  }
  .case .productTitle h3 span a {
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.3rem;
  }
  .case .productTitle h3 span i {
    font-size: 0.4rem;
  }
  .case .caseBox {
    margin-top: 0.3rem;
  }
  .lc .lcBox .lcBoxL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .lc .lcBox .lcBoxL ul li .lcBoxLB {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    margin-left: 0 !important;
  }
  .lc .lcBox .lcBoxL ul li {
    flex-direction: row-reverse;
  }
  .lc .lcBox .lcBoxL ul li:nth-child(1) {
    margin-left: 0;
  }
  .lc .lcBox .lcBoxL ul li:nth-child(3) {
    margin-left: 0;
  }
  .lc .lcBox .lcBoxL ul li h5 {
    padding-left: 0;
    padding-right: 0.4rem;
  }
  .lc .lcBox .lcBoxL ul li .lcBoxLB::after {
    content: "";
    width: 0.2rem;
    height: 0.3rem;
    background: url(../images/lcBoxLBJb2.png) no-repeat center;
    position: absolute;
    left: -0.2rem;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
  .lc .lcBox .lcBoxL ul li:nth-child(2) {
    margin-left: 0;
  }
  .lc .lcBox .lcBoxR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .lc .lcBox .lcBoxR ul li .lcBoxLB {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    margin-left: 0 !important;
  }
  .lc .lcBox .lcBoxL ul li:nth-child(1) {
    margin-left: 0;
  }
  .lc .lcBox .lcBoxL ul li:nth-child(2) {
    margin-left: 0;
  }
  .lc .lcBox .lcBoxL ul li:nth-child(3) {
    margin-left: 0;
  }
  .lc .lcBox .lcBoxC {
    display: none;
  }
  .lc .lcBox .lcBoxL ul li h5 {
    display: none;
  }
  .lc .lcBox .lcBoxR ul li h5 {
    display: none;
  }
  .lc .lcBox .lcBoxR ul li:nth-child(1) {
    margin-left: 0;
  }
  .lc .lcBox .lcBoxR ul li:nth-child(2) {
    margin-left: 0;
  }
  .lc .lcBox .lcBoxR ul li:nth-child(3) {
    margin-left: 0;
  }
  .lc .lcBox .lcBoxR ul li .lcBoxLB::after {
    display: none;
  }
  .lc .lcBox .lcBoxL ul li {
    margin-bottom: 0;
  }
  .lc .lcBox .lcBoxL ul li .lcBoxLB h4 {
    text-align: left;
    font-size: 0.2rem;
  }
  .lc .lcBox .lcBoxL ul li .lcBoxLB span {
    font-size: 0.14rem;
    text-align: left;
    margin-top: 0.1rem;
  }
  .lc .lcBox .lcBoxR ul li .lcBoxLB h4 {
    font-size: 0.2rem;
  }
  .lc .lcBox .lcBoxR ul li .lcBoxLB span {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
  .lc {
    padding-bottom: 0.1rem;
  }
  .mbanner {
    padding: 0.2rem 0;
  }
  .mbanner h4 {
    font-size: 0.2rem;
  }
  .mbanner p {
    font-size: 0.2rem;
    padding: 0.2rem 0;
  }
  .mbanner em i {
    font-size: 0.16rem;
    line-height: 2;
  }
  .mbanner em b {
    font-size: 0.2rem;
    line-height: 2;
    display: block;
  }
  .about p.aboutText {
    font-size: 0.14rem;
    line-height: 2;
    text-align: left;
    text-indent: 2em;
  }
  .about .aboutBox ul {
    padding: 0;
  }
  .about .aboutBox ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
    margin-bottom: 0.2rem;
  }
  .about .aboutBox ul li p {
    font-size: 0.14rem;
    text-align: center;
  }
  .about .aboutBox ul li b i {
    font-size: 0.36rem;
  }
  .about .aboutList ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
    margin-bottom: 0.4rem;
  }
  .about .aboutList {
    padding: 0;
    margin-top: 0.3rem;
  }
  .about .aboutList ul li i {
    width: 0.5rem;
    height: 0.5rem;
  }
  .about .aboutList ul li em {
    padding-bottom: 0;
  }
  .news .productTitle .caseMore {
    display: none;
  }
  .news .productTitle .caseMore {
    display: none;
  }
  .news .productTitle {
    width: 100%;
    text-align: center;
  }
  .news .productTitle h3 {
    text-align: center;
    width: 100%;
    font-size: 0.4rem;
  }
  .news .productTitle h3 span a {
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.3rem;
  }
  .news .productTitle h3 span i {
    font-size: 0.4rem;
  }
  .news .newsBox .newsBoxL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .news .newsBox .newsBoxL ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .news .newsBox .newsBoxL ul li {
    flex: 0 0 30%;
    justify-content: center;
    float: left;
    width: 30%;
  }
  .news .newsBox .newsBoxL ul li a {
    font-size: 0.16rem;
  }
  .news .newsBox .newsBoxL .newsJt {
    display: none;
  }
  .news .newsBox .newsBoxR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }

  .productMenu ul li:last-child{
    display: block;
  }
}
