﻿* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
*: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;
}
img {
  font-size: 0.14rem;
}
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;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.fdWow,
.fds {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  z-index: 9999;
}
.dl-container {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
.banner .bannerbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.banner .bannerbox ul li a {
  display: block;
}
.banner .bannerbox ul li a img {
  display: block;
  width: 100%;
}
.banner .bannerbox .swiper_bannerL {
  position: absolute;
  top: 50%;
  left: 20px;
  background: rgba(255, 255, 255, 0.5) url(../image/next.png) no-repeat center;
  background-size: 40px;
  width: 60px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
}
.banner .bannerbox .swiper_bannerR {
  position: absolute;
  top: 50%;
  right: 20px;
  background: rgba(255, 255, 255, 0.5) url(../image/prev.png) no-repeat center;
  background-size: 40px;
  width: 60px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
}
.banner .bannerbox .swiper_positon {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 9;
  width: 100%;
  display: flex;
  justify-content: center;
}
.banner .bannerbox .swiper_positon span {
  background: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 10px;
  border: 1px solid #fff;
}
.banner .bannerbox .swiper_positon span.swiper-pagination-bullet-active {
  background: #108c59;
}
.producttitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 80px;
}
.producttitle .productl h3 a {
  display: flex;
  align-items: flex-end;
  font-size: 41px;
}
.producttitle .productl h3 a img {
  height: 74px;
  padding-right: 10px;
}
.producttitle .productl em {
  display: block;
  color: #d2d2d2;
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-top: 14px;
}
.producttitle .productr {
  height: 112px;
  padding-top: 15px;
}
.producttitle .productr p {
  font-size: 18px;
}
.producttitle .productr p:nth-child(2) {
  padding-top: 26px;
}
.producttitle .aboutmore {
  width: 180px;
  height: 64px;
  background: #108c59;
  display: block;
  border-radius: 30px 30px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  overflow: hidden;
}
.producttitle .aboutmore i {
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.producttitle .aboutmore b {
  width: 10px;
  height: 10px;
  display: block;
  background: #ffd800;
  border-radius: 50%;
  display: inline-block;
  margin-left: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.producttitle .aboutmore:hover b {
  transform: scale(28);
}
.product {
  padding-bottom: 82px;
}
.product .productbox {
  margin-top: 53px;
  position: relative;
}
.product .productbox ul li {
  border: 1px solid #e6e6e6;
  padding: 9px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productbox ul li .productBoxImg {
  display: block;
  width: 100%;
  height: 228px;
  overflow: hidden;
}
.product .productbox ul li .productBoxImg img {
  display: block;
  width: 100%;
  height: 228px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productbox ul li .productBoxtext {
  display: block;
  padding: 25px 0 15px;
  text-align: center;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productbox ul li:hover {
  border: 1px solid #108c59;
}
.product .productbox ul li:hover .productBoxImg img {
  transform: scale(1.1);
}
.product .productbox ul li:hover .productBoxtext {
  color: #108c59;
}
.product .productbox .productboxl {
  width: 76px;
  height: 76px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  left: -120px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productbox .productboxl:hover {
  background: #e6e6e6;
}
.product .productbox .productboxr {
  width: 76px;
  height: 76px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  right: -120px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productbox .productboxr:hover {
  background: #e6e6e6;
}
.spray {
  position: relative;
}
.spray .sprayimg {
  position: relative;
}
.spray .sprayimg ul li img {
  display: block;
  width: 100%;
}
.spray .sprayBoxtitle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  width: 100%;
  padding-top: 156px;
}
.spray .sprayBoxtitle h3 {
  text-align: center;
}
.spray .sprayBoxtitle h3 a {
  color: #fff;
  font-size: 41px;
}
.spray .sprayBoxtitle em {
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-top: 14px;
}
.spray .sprayBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.spray .sprayBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.spray .sprayBox ul li {
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.spray .sprayBox ul li a {
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.spray .sprayBox ul li a span {
  display: block;
  width: 100%;
}
.spray .sprayBox ul li a span img {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 auto;
}
.spray .sprayBox ul li a span em {
  padding: 0 15px;
  box-sizing: border-box;
  display: block;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.spray .sprayBox ul li a span b {
  display: block;
  font-weight: normal;
  color: #fff;
  opacity: 0.3;
  text-transform: uppercase;
  text-align: center;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  margin-top: 10px;
}
.spray .sprayBox ul li a u {
  font-size: none;
  list-style-type: none;
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 120px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  opacity: 0;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.spray .sprayBox ul li.on {
  background: rgba(16, 140, 89, 0.4);
}
.spray .sprayBox ul li.on a span em {
  font-weight: bold;
}
.spray .sprayBox ul li.on a u {
  opacity: 0.15;
}
.about {
  width: 100%;
  height: 827px;
  background: url(../image/about.jpg) no-repeat center;
}
.about .aboutbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.about .aboutbox .aboutboxl {
  width: 572px;
}
.about .aboutbox .aboutboxl .abouttitle {
  padding-top: 130px;
}
.about .aboutbox .aboutboxl .abouttitle h3 b {
  display: flex;
  align-items: flex-end;
  font-style: italic;
}
.about .aboutbox .aboutboxl .abouttitle h3 b i {
  font-size: 180px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #108c59;
  line-height: 1;
  font-style: italic;
  font-weight: normal;
}
.about .aboutbox .aboutboxl .abouttitle h3 b span {
  font-size: 48px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #108c59;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 15px;
  display: inline-block;
}
.about .aboutbox .aboutboxl .abouttitle h3 a {
  display: block;
  font-size: 30px;
  margin-top: 15px;
}
.about .aboutbox .aboutboxl p {
  font-size: 16px;
  margin-top: 40px;
  color: #7f7f7f;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.about .aboutbox .aboutboxl .aboutmore {
  width: 180px;
  height: 64px;
  background: #108c59;
  display: block;
  border-radius: 30px 30px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  overflow: hidden;
}
.about .aboutbox .aboutboxl .aboutmore i {
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.about .aboutbox .aboutboxl .aboutmore b {
  width: 10px;
  height: 10px;
  display: block;
  background: #ffd800;
  border-radius: 50%;
  display: inline-block;
  margin-left: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutbox .aboutboxl .aboutmore:hover b {
  transform: scale(28);
}
.about .aboutbox .aboutboxr {
  width: 663px;
  height: 663px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 75px;
}
.about .aboutbox .aboutboxr a {
  display: block;
}
.about .aboutbox .aboutboxr a img {
  width: 100%;
  height: 100%;
}
.reason {
  width: 100%;
  background: url(../image/reason.jpg) no-repeat center;
}
.reason .reasonBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  height: 498px;
}
.reason .reasonBox .reasonl h4 {
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 4px;
}
.reason .reasonBox .reasonl p {
  font-size: 28px;
  color: #fff;
  display: block;
}
.reason .reasonBox .reasonl em {
  display: block;
  margin-top: 50px;
  font-size: 22px;
  color: #fff;
}
.reason .reasonBox .reasonr .reasonrbox {
  display: flex;
  align-items: center;
}
.reason .reasonBox .reasonr .reasonrbox .reasonrboxl {
  color: #fff;
  padding-left: 40px;
  background: url(../image/reasontel.png) no-repeat center left;
  height: 28px;
  line-height: 32px;
  font-size: 32px;
  font-weight: bold;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.reason .reasonBox .reasonr .reasonrbox .aboutmore {
  width: 120px;
  height: 46px;
  background: #ffd800;
  margin-left: 34px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .reasonr .reasonrbox .aboutmore:hover {
  transform: translateY(-5px);
}
.cooperation {
  width: 100%;
  height: 820px;
  background: url(../image/cooperation.jpg) no-repeat center top;
}
.cooperation .cooperationbox {
  margin-top: 60px;
  position: relative;
}
.cooperation .cooperationbox ul li .cooperationimg {
  display: block;
  width: 410px;
  height: 310px;
  overflow: hidden;
}
.cooperation .cooperationbox ul li .cooperationimg img {
  display: block;
  width: 410px;
  height: 310px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cooperation .cooperationbox ul li .cooperationtext {
  height: 170px;
  width: 100%;
  display: block;
  padding: 0 22px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #eaeaea;
}
.cooperation .cooperationbox ul li .cooperationtext i {
  display: block;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 43px;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cooperation .cooperationbox ul li .cooperationtext em {
  display: block;
  margin-top: 31px;
  width: 115px;
  height: 43px;
  border: 1px solid #ccc;
  border-radius: 43px;
  text-align: center;
  line-height: 43px;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cooperation .cooperationbox ul li:hover .cooperationimg img {
  transform: scale(1.1);
}
.cooperation .cooperationbox ul li:hover .cooperationtext i {
  color: #108c59;
}
.cooperation .cooperationbox ul li:hover .cooperationtext em {
  background: #108c59;
  border: 1px solid #108c59;
  color: #fff;
}
.cooperation .cooperationbox .cooperationboxl {
  width: 76px;
  height: 76px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  left: -120px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cooperation .cooperationbox .cooperationboxl:hover {
  background: #e6e6e6;
}
.cooperation .cooperationbox .cooperationboxr {
  width: 76px;
  height: 76px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  right: -120px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cooperation .cooperationbox .cooperationboxr:hover {
  background: #e6e6e6;
}
.news {
  background: #f5f5f5 url(../image/news.jpg) no-repeat center top;
  width: 100%;
}
.news .producttitle {
  padding: 70px 0;
}
.news .producttitle .productl a {
  color: #fff;
}
.news .producttitle .productl em {
  color: #d2d2d2;
  letter-spacing: 0;
}
.news .producttitle .newsr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .producttitle .newsr ul li {
  padding: 0 36px;
  font-size: 24px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .producttitle .newsr ul li a {
  color: #fff;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .producttitle .newsr ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
.news .producttitle .newsr ul li.on {
  font-weight: bold;
}
 
.news .newscenter .productlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.news .newscenter .productlist .productlistl ul {
  padding-top: 23px;
}
.news .newscenter .productlist .productlistl ul li {
  margin-top: 34px;
  width: 657px;
  height: 220px;
  background: #fff;
  padding: 17px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newscenter .productlist .productlistl ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.news .newscenter .productlist .productlistl ul li a .productlistlimg {
  width: 230px;
  height: 180px;
  overflow: hidden;
}
.news .newscenter .productlist .productlistl ul li a .productlistlimg img {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newscenter .productlist .productlistl ul li a .productlisttext {
  width: 354px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newscenter .productlist .productlistl ul li a .productlisttext i {
  display: block;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newscenter .productlist .productlistl ul li a .productlisttext em {
  font-size: 15px;
  color: #9f9f9f;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newscenter .productlist .productlistl ul li a .productlisttext u {
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newscenter .productlist .productlistl ul li a .productlisttext u strong {
  width: 30px;
  height: 30px;
  display: block;
  background: #e8e8e8;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newscenter .productlist .productlistl ul li a .productlisttext u sub {
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #3e3e3e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newscenter .productlist .productlistl ul li:hover {
  background: #108c59;
}
.news .newscenter .productlist .productlistl ul li:hover a .productlistlimg img {
  transform: scale(1.1);
}
.news .newscenter .productlist .productlistl ul li:hover a .productlisttext i {
  color: #fff;
}
.news .newscenter .productlist .productlistl ul li:hover a .productlisttext em {
  color: #fff;
}
.news .newscenter .productlist .productlistl ul li:hover a .productlisttext u sub {
  color: #fff;
}
.news .newscenter .productlist .productlistr {
  margin-top: 56px;
}
.news .newscenter .productlist .productlistr ul li {
  width: 606px;
  height: 138px;
  background: #fff;
  margin-bottom: 30px;
  padding: 30px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newscenter .productlist .productlistr ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newscenter .productlist .productlistr ul li a i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newscenter .productlist .productlistr ul li a i em {
  font-size: 46px;
  font-weight: bold;
  color: #3e3e3e;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newscenter .productlist .productlistr ul li a i span {
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #3e3e3e;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newscenter .productlist .productlistr ul li a u {
  width: 1px;
  height: 73px;
  display: block;
  background: #e6e6e6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newscenter .productlist .productlistr ul li a b {
  font-weight: normal;
  width: 450px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newscenter .productlist .productlistr ul li a b em {
  display: block;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newscenter .productlist .productlistr ul li a b span {
  font-size: 15px;
  color: #9f9f9f;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newscenter .productlist .productlistr ul li:hover {
  background: #108c59;
}
.news .newscenter .productlist .productlistr ul li:hover a i em {
  color: #fff;
}
.news .newscenter .productlist .productlistr ul li:hover a i span {
  color: #fff;
}
.news .newscenter .productlist .productlistr ul li:hover a u {
  background: #fff;
}
.news .newscenter .productlist .productlistr ul li:hover a b em {
  color: #fff;
}
.news .newscenter .productlist .productlistr ul li:hover a b span {
  color: #fff;
}
