.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dx {
  text-transform: uppercase;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearboth {
  clear: both;
}
.juzhong {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.textdq {
  text-align: justify;
}
.dl-container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.dl-container::after {
  content: "";
  width: 0;
  height: 0;
  position: relative;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}


/*banner*/
.fullSlide {
  width: 100%;
  position: relative;
  height: 750px;
  background: #fff;
  overflow: hidden;
}

.fullSlide .bd {
  width: 100%;
  height: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 750px;
  overflow: hidden;
  text-align: center;
}

.fullSlide .bd li a {
  display: block;
  height: 750px;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 0;
  height: 30px;
  text-align: center;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 12px;
  overflow: hidden;
  line-height: 99px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #fff;
}

.fullSlide .hd ul .on {
  background: #007c36;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}


.fullSlide .next {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 2;
  background: url(../images/bannerR.png) no-repeat center;
  filter: alpha(opacity=30);
  -moz-opacity: .3;
  opacity: .3;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  right: 4%;
}

.fullSlide .prev {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 2;
  background: url(../images/bannerL.png) no-repeat center;
  filter: alpha(opacity=30);
  -moz-opacity: .3;
  opacity: .3;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  left: 4%;
}





.product {
  width: 100%;
  height: 757px;
  box-sizing: border-box;
  padding-top: 80px;
}
.product .productBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
}
.product .productBox .productL {
  width: 220px;
  float: left;
  flex-direction: column;
  flex: 0 0 220px;
}
.product .productBox .productL .productTitle {
  position: relative;
  width: 100%;
  height: 52px;
}
.product .productBox .productL .productTitle b {
  position: absolute;
  bottom: -5px;
  left: 0;
  line-height: 1;
  font-size: 42px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #f3f3f3;
  text-transform: uppercase;
}
.product .productBox .productL .productTitle h3 {
  position: relative;
  top: 0;
  left: 0;
  height: 52px;
  font-size: 30px;
  line-height: 1;
  background: url(../images/productTitleLine.png) no-repeat left bottom;
}
.product .productBox .productL .productTitle h3 a {
  font-weight: bold;
  display: block;
  line-height: 1;
  font-size: 30px;
}
.product .productBox .productL .productLIst {
  margin-top: 60px;
}
.product .productBox .productL .productLIst ul li {
  height: 60px;
  width: 100%;
  position: relative;
}
.product .productBox .productL .productLIst ul li a {
  display: block;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 0 40px 0 30px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background: url(../images/productLIst.png) no-repeat 6px center;
}
.product .productBox .productL .productLIst ul li i {
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0px;
  background: #007c36;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .productL .productLIst ul li:hover a {
  color: #007c36;
  background: url(../images/productLIst2.png) no-repeat 6px center;
}
.product .productBox .productL .productLIst ul li:hover i {
  width: 230px;
}
.product .productBox .productL .productLIst ul li.on a {
  color: #333333;
  background: url(../images/productLIst2.png) no-repeat 6px center;
}
.product .productBox .productL .productLIst ul li.on i {
  width: 230px;
}
.product .productBox .productR {
  width: 990px;
  float: left;
  flex-direction: column;
  flex: 0 0 990px;
}
.product .productBox .productR ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  height: 592px;
  align-items: center;
}
.product .productBox .productR ul li {
  width: 314px;
  float: left;
  flex-direction: column;
  flex: 0 0 314px;
}
.product .productBox .productR ul li .productRImg {
  width: 314px;
  height: 234px;
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  overflow: hidden;
}
.product .productBox .productR ul li .productRImg img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  padding: 5px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .productR ul li .productRMore {
  height: 50px;
  display: block;
  width: 100%;
  padding: 0 50px 0 20px;
  box-sizing: border-box;
  line-height: 50px;
  color: #666;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 12px;
}
.product .productBox .productR ul li .productRMore::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #999;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  left: 0;
  border-radius: 50%;
  transform: translateY(-2px);
}
.product .productBox .productR ul li .productRMore::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  transform: translateY(-2px);
  font-size: 20px;
}
.product .productBox .productR ul li:hover .productRImg img {
  transform: scale(1.02);
}
.product .productBox .productR ul li:hover .productRMore {
  color: #007c36;
}
.product .productBox .productR ul li:hover .productRMore::before {
  background: #007c36;
  left: 4px;
}
.product .productBox .productR ul li:hover .productRMore::after {
  transform: rotate(360deg);
}
.adm {
  width: 100%;
  height: 330px;
  background: url(../images/adm.jpg) no-repeat center;
}
.adm h4 {
  text-align: center;
  padding-top: 56px;
}
.adm h4 b {
  font-size: 42px;
  color: #007c36;
  letter-spacing: 6px;
  text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}
.adm h4 span {
  font-size: 20px;
  color: #fff;
  letter-spacing: 3px;
}
.adm .admCenter {
  width: 940px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.adm .admCenter i {
  width: 320px;
  float: left;
  flex-direction: column;
  flex: 0 0 320px;
  height: 50px;
  border-radius: 10px;
  border: 2px dashed #007c36;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  color: #007c36;
}
.adm .admCenter a {
  width: 200px;
  height: 54px;
  border: 2px solid #007c36;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  color: #007c36;
  padding-left: 40px;
  box-sizing: border-box;
  background: url(../images/admQQ.png) no-repeat 40px center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.adm .admCenter a:hover {
  background: #007c36 url(../images/admQQ1.png) no-repeat 40px center;
  color: #fff;
}
.adm .admTel {
  text-align: center;
  width: 398px;
  margin: 26px auto 0;
  box-sizing: border-box;
  padding-left: 48px;
  background: url(../images/admTel.png) no-repeat center left;
}
.adm .admTel i {
  display: inline-block;
  font-size: 20px;
}
.adm .admTel b {
  display: inline-block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  letter-spacing: 2px;
}
.case {
  padding-top: 80px;
}
.case .caseBoxTop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
}
.case .caseBoxTop .caseHd {
  width: 1008px;
  float: left;
  flex-direction: column;
  flex: 0 0 1008px;
  height: 40px;
}
.case .caseBoxTop .caseHd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.case .caseBoxTop .caseHd ul li {
  width: 232px;
  float: left;
  flex-direction: column;
  flex: 0 0 232px;
  height: 40px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #999;
  border-radius: 10px;
}
.case .caseBoxTop .caseHd ul li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  color: #666;
}
.case .caseBoxTop .caseHd ul li:hover {
  background: #007c36;
  border-color: #007c36;
}
.case .caseBoxTop .caseHd ul li:hover a {
  color: #fff;
}
.case .caseBoxTop .caseHd ul li.on {
  background: #007c36;
  border-color: #007c36;
}
.case .caseBoxTop .caseHd ul li.on a {
  color: #fff;
}
.case .caseBoxTop .productL {
  width: 144px;
  float: left;
  flex-direction: column;
  flex: 0 0 144px;
  text-align: right;
}
.case .caseBoxTop .productL .productTitle {
  position: relative;
  width: 100%;
  height: 52px;
}
.case .caseBoxTop .productL .productTitle b {
  position: absolute;
  bottom: -5px;
  left: 0;
  line-height: 1;
  font-size: 42px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #f3f3f3;
  text-transform: uppercase;
}
.case .caseBoxTop .productL .productTitle h3 {
  position: relative;
  top: 0;
  left: 0;
  height: 52px;
  font-size: 30px;
  line-height: 1;
  background: url(../images/productTitleLine2.png) no-repeat right bottom;
}
.case .caseBoxTop .productL .productTitle h3 span {
  font-weight: bold;
  display: block;
  line-height: 1;
  font-size: 30px;
}
.case .caseBox .caseBoxList {
  margin-top: 58px;
  margin-bottom: 78px;
}

.case .caseBox .caseBoxList ul li {
  width: 400px;
  float: left;
  margin-right: 24px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox .caseBoxList ul li .caseBoxListImg {
  display: block;
  width: 100%;
  height: 270px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.case .caseBox .caseBoxList ul li .caseBoxListImg img {
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 270px;
  object-fit: cover;
}
.case .caseBox .caseBoxList ul li .caseBoxListText {
  padding: 0 27px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox .caseBoxList ul li .caseBoxListText .caseBoxListTitle {
  line-height: 1;
  padding: 16px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  font-size: 16px;
}
.case .caseBox .caseBoxList ul li .caseBoxListText p {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-orient: vertical;
  line-height: 1.8;
}
.case .caseBox .caseBoxList ul li .caseBoxListText .caseBoxListMore {
  height: 48px;
  border-top: 1px solid #ddd;
  display: block;
  margin-top: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 48px;
  background: url(../images/caseBoxListMore.png) no-repeat 100% center;
}
.case .caseBox .caseBoxList ul li:hover {
  background: #007c36;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.case .caseBox .caseBoxList ul li:hover .caseBoxListImg {
  border-radius: 10px;
}
.case .caseBox .caseBoxList ul li:hover .caseBoxListImg img {
  padding: 10px;
  border-radius: 10px;
}
.case .caseBox .caseBoxList ul li:hover .caseBoxListText .caseBoxListTitle {
  font-weight: bold;
  color: #fff;
}
.case .caseBox .caseBoxList ul li:hover .caseBoxListText p {
  color: #fff;
}
.case .caseBox .caseBoxList ul li:hover .caseBoxListText .caseBoxListMore {
  color: #fff;
  background: url(../images/caseBoxListMore2.png) no-repeat 100% center;
}
.reason {
  width: 100%;
  height: 680px;
  display: block;
  background: url(../images/reason.jpg) no-repeat center;
}
.reason .reasonBox {
  width: 100%;
  margin: 0 auto;
}
.reason .reasonBox .reasonBoxTop {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.reason .reasonBox .reasonBoxTop .productL {
  width: 240px;
  float: left;
  flex-direction: column;
  flex: 0 0 240px;
}
.reason .reasonBox .reasonBoxTop .productL .productTitle {
  position: relative;
  width: 100%;
  height: 52px;
  padding-top: 91px;
}
.reason .reasonBox .reasonBoxTop .productL .productTitle b {
  position: absolute;
  bottom: -5px;
  left: 0;
  line-height: 1;
  font-size: 42px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #cbd3cf;
  text-transform: uppercase;
}
.reason .reasonBox .reasonBoxTop .productL .productTitle h3 {
  position: relative;
  top: 0;
  left: 0;
  height: 52px;
  font-size: 30px;
  line-height: 1;
  background: url(../images/productTitleLine.png) no-repeat left bottom;
}
.reason .reasonBox .reasonBoxTop .productL .productTitle h3 span {
  font-weight: bold;
  display: block;
  line-height: 1;
  font-size: 30px;
}
.reason .reasonBox .reasonBoxTop .reasonHd {
  width: 690px;
  float: left;
  flex-direction: column;
  flex: 0 0 690px;
  padding-top: 125px;
  position: relative;
  z-index: 99999999999;
}
.reason .reasonBox .reasonBoxTop .reasonHd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 690px;
}
.reason .reasonBox .reasonBoxTop .reasonHd ul li {
  cursor: pointer;
  width: 140px;
  float: left;
  flex-direction: column;
  flex: 0 0 140px;
  height: 50px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 5px;
  background: url(../images/reasonHd.png) no-repeat center -50px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .reasonBoxTop .reasonHd ul li.on {
  background: url(../images/reasonHd.png) no-repeat center 0;
  color: #fff;
  font-weight: bold;
}
.reason .reasonBox .reasonBoxTop .reasonHd .reasonIcoL {
  height: 30px;
  width: 120px;
  background: #fff url(../images/reasonIcoL.png) no-repeat 20px center;
  border-radius: 5px;
  line-height: 30px;
  text-transform: uppercase;
  text-indent: 50px;
  color: #666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 290px;
  right: -90px;
  transform: rotate(90deg);
  cursor: pointer;
}
.reason .reasonBox .reasonBoxTop .reasonHd .reasonIcoL:hover {
  background: #007c36 url(../images/reasonIcoL1.png) no-repeat 20px center;
  color: #fff;
}
.reason .reasonBox .reasonBoxTop .reasonHd .reasonIcoR {
  height: 30px;
  width: 120px;
  background: #fff url(../images/reasonIcoR.png) no-repeat 90px center;
  border-radius: 5px;
  line-height: 30px;
  text-transform: uppercase;
  text-indent: 20px;
  color: #666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 480px;
  cursor: pointer;
  right: -90px;
  transform: rotate(90deg);
}
.reason .reasonBox .reasonBoxTop .reasonHd .reasonIcoR:hover {
  background: #007c36 url(../images/reasonIcoR1.png) no-repeat 90px center;
  color: #fff;
}
.reason .reasonBox .reasonBoxTop .reasonHd .shubiao {
  width: 30px;
  height: 41px;
  background: url(../images/shubiao.png) no-repeat center;
  position: absolute;
  right: -45px;
  top: 380px;
}
.reason .reasonBox .reasonBd {
  width: 100%;
  height: 395px;
  margin-top: 37px !important;
  overflow: hidden;
}
.reason .reasonBox .reasonBd .reasonBdList {
  width: 100%;
  position: relative;
  height: 395px;
}
.reason .reasonBox .reasonBd .reasonBdList .reasonBdListCenter {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.6);
  width: 1414px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.reason .reasonBox .reasonBd .reasonBdList .reasonBdListCenter .reasonBdListL {
  width: 655px;
  height: 395px;
  background: #58a77f;
  float: left;
  flex-direction: column;
  flex: 0 0 655px;
  border-radius: 45px;
}

.reason .reasonBox .reasonBd .reasonBdList .reasonBdListCenter .reasonBdListL img{
  width: 645px;
  height: 385px;
  margin: 5px;
  border-radius: 45px;
}

.reason .reasonBox .reasonBd .reasonBdList .reasonBdListCenter .reasonBdListR {
  width: 628px;
  float: left;
  flex-direction: column;
  flex: 0 0 628px;
  margin-right: 70px;
  box-sizing: border-box;
  padding-right: 100px;
}
.reason .reasonBox .reasonBd .reasonBdList .reasonBdListCenter .reasonBdListR h4 {
  padding-top: 70px;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  background: url(../images/reason1Ico.png) no-repeat 135px 55px;

}
.reason .reasonBox .reasonBd .reasonBdList .reasonBdListCenter .reasonBdListR h4::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #007c36;
  border-radius: 2px;
  display: block;
  margin: 30px 0;
}
.reason .reasonBox .reasonBd .reasonBdList .reasonBdListCenter .reasonBdListR p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
.reason .reasonBox .reasonBd .reasonBdList .reasonNum {
  position: absolute;
  bottom: 0;
  left: 1720px;
  font-size: 160px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #d5ddd5;
  font-weight: bold;
  line-height: 1;
}
.about {
  width: 100%;
  background: url(../images/about.jpg) no-repeat center top;
  padding-top: 80px;
  padding-bottom: 83px;
}
.about .aboutMessage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.about .aboutMessage .username {
  width: 200px;
  float: left;
  flex-direction: column;
  flex: 0 0 200px;
  height: 40px;
  border: 1px solid #7ead96;
  border-radius: 5px;
  background: transparent url(../images/aboutMessage1.png) no-repeat 10px center;
  box-sizing: border-box;
  padding-left: 30px;
  color: #86b19b;
}


.about .aboutMessage .usertel {
  width: 200px;
  float: left;
  flex-direction: column;
  flex: 0 0 200px;
  height: 40px;
  border: 1px solid #7ead96;
  border-radius: 5px;
  background: transparent url(../images/aboutMessage2.png) no-repeat 10px center;
  box-sizing: border-box;
  padding-left: 30px;
  color: #86b19b;
}
.about .aboutMessage .usertel::placeholder {
  color: #86b19b;
}
.about .aboutMessage .xqcontent {
  width: 360px;
  float: left;
  flex-direction: column;
  flex: 0 0 360px;
  height: 35px;
  border: 1px solid #7ead96;
  border-radius: 5px;
  background: transparent url(../images/aboutMessage3.png) no-repeat 10px center;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 5px;
  color: #86b19b;
  font-size: 14px;
}
.about .aboutMessage #aboutMessageContent::placeholder {
  color: #86b19b;
}
.about .aboutMessage .form-group4 {
  width: 200px;
  float: left;
  flex-direction: column;
  flex: 0 0 200px;
  height: 40px;
  border: 1px solid #7ead96;
  border-radius: 5px;
  background: transparent;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}
.about .aboutMessage .form-group4 .codeText{
  height: 40px;
  background: transparent;
  color: #86b19b;
  padding-left: 10px;
  width: 100%;
}
.about .aboutMessage i #aboutMessageQRcodeText::placeholder {
  color: #86b19b;
}
.about .aboutMessage .form-group4 .imgcode {
  width: 75px;
  height: 25px;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 8px;
  cursor: pointer;
}
.about .aboutMessage .anniu button{
  width: 136px;
  float: left;
  flex-direction: column;
  flex: 0 0 136px;
  height: 42px;
  color: #007c36;
  flex-direction: initial;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  cursor: pointer;
}
.about .aboutMessage .anniu:active {
  transform: translateY(5px);
}
.about .aboutBox {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.about .aboutBox .aboutBoxL {
  width: 566px;
  float: left;
  flex-direction: column;
  flex: 0 0 566px;
}
.about .aboutBox .aboutBoxL .productTitle {
  position: relative;
  width: 100%;
  height: 52px;
  padding-top: 60px;
}
.about .aboutBox .aboutBoxL .productTitle b {
  position: absolute;
  bottom: -5px;
  left: 0;
  line-height: 1;
  font-size: 42px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #f3f3f3;
  text-transform: uppercase;
}
.about .aboutBox .aboutBoxL .productTitle h3 {
  position: relative;
  top: 0;
  left: 0;
  height: 52px;
  font-size: 30px;
  line-height: 1;
  background: url(../images/productTitleLine.png) no-repeat left bottom;
  font-weight: bold;
}
.about .aboutBox .aboutBoxL .productTitle h3 a {
  font-weight: bold;
  display: block;
  line-height: 1;
  font-size: 30px;
}
.about .aboutBox .aboutBoxL .aboutBoxTitle {
  padding-top: 42px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-content: center;
  align-items: center;
}
.about .aboutBox .aboutBoxL .aboutBoxTitle i {
  flex: 1;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.about .aboutBox .aboutBoxL .aboutBoxTitle a {
  width: 100px;
  float: left;
  flex-direction: column;
  flex: 0 0 100px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #007c36;
  font-size: 14px;
  padding: 5px 10px;
  color: #999;
}
.about .aboutBox .aboutBoxL p {
  line-height: 36px;
  color: #666666;
  padding-top: 20px;
  height: 108px;
  overflow: hidden;
}
.about .aboutBox .aboutBoxR {
  width: 625px;
  float: left;
  flex-direction: column;
  flex: 0 0 625px;
  height: 430px;
  position: relative;
}
.about .aboutBox .aboutBoxR .aboutBoxRimg {
  width: 625px;
  height: 430px;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.about .aboutBox .aboutBoxR .aboutBoxRimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .aboutBox .aboutBoxR .aboutBoxRHonor {
  width: 316px;
  height: 234px;
  background: url(../images/honor.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 24px 40px 46px 24px;
}
.show {
  height: 210px;
  margin-top: 46px;
  position: relative;
}
.show .showTab {
  position: absolute;
  left: 0;
  top: -83px;
}
.show .showTab ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.show .showTab ul li {
  float: left;
  margin-left: 75px;
  border-bottom: 1px solid #f2f2f2;
}
.show .showTab ul li:first-child {
  margin-left: 0;
}
.show .showTab ul li a {
  display: block;
  padding: 10px 45px;
  line-height: 30px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.show .showTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 29px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 29px;
  margin-right: 10px;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showTab ul li a i.ico1 {
  background: url(../images/showico1.png) center center no-repeat;
}
.show .showTab ul li.on a i.ico1 {
  background: url(../images/showico11.png) center center no-repeat;
}
.show .showTab ul li a i.ico2 {
  background: url(../images/showico2.png) center center no-repeat;
}
.show .showTab ul li.on a i.ico2 {
  background: url(../images/showico21.png) center center no-repeat;
}
.show .showTab ul li a span {
  font-size: 16px;
  color: #999;
  vertical-align: top;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showTab ul li a em {
  font-family: "Arial Narrow";
  font-size: 14px;
  color: #999999;
  margin-left: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showTab ul li.on a:before {
  left: 0;
  width: 100%;
}
.show .showTab ul li.on a i {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.show .showTab ul li.on a span {
  color: #fff;
}
.show .showTab ul li.on a em {
  color: #fff;
}
.show .showTabs > .bd {
  height: 260px;
  overflow: hidden;
}
.show .showTabs .showImg {
  height: 260px;
}
.show .showTabs .showImg .bd {
  height: 260px;
  overflow: hidden;
}
.show .showTabs .showImg .bd ul {
  margin-right: -40px;
}
.show .showTabs .showImg .bd ul li {
  float: left;
  width: 284px;
  margin-right: 40px;
  height: 250px;
}
.show .showTabs .showImg .bd ul li .item {
  width: 284px;
  height: 250px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showTabs .showImg .bd ul li .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
  height: 210px;
  border: solid 1px #e6e7fa;
  padding: 9px;
  box-sizing: border-box;
}
.show .showTabs .showImg .bd ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showTabs .showImg .bd ul li .item:hover {
  border-color: #007c36;
}
.show .showTabs .showImg .bd ul li .item:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.show .showTabs .showImg .bd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 94%;
  position: absolute;
  border-radius: 0 0 5px 5px;
  left: 0;
  bottom: 0px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  padding-right: 40px;
  color: #666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/jia.png) no-repeat center right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}
.show .showTabs .showImg .bd ul li .item:hover .bt {
  color: #007c36;
  bottom: -5px;
}
.show .showTab ul li.on a {
  background: #007c36;
}


.show .showTabs .showImg .bd ul li .item .bt::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #999;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  left: 0;
  border-radius: 50%;
  transform: translateY(-2px);
}



/*news*/

.news{
  width: 1280px;
  margin: 80px auto 0 auto;
  height: 650px;
}

.news .news_t{
  overflow: hidden;
}

.news .news_t .productTitle {
  float: left;
  position: relative;
  width: 400px;
}
.news .news_t .productTitle b {
  position: absolute;
  bottom: -5px;
  left: 0;
  line-height: 1;
  font-size: 42px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #e6e6e6;
  text-transform: uppercase;
}
.news .news_t .productTitle h3 {
  position: relative;
  top: 0;
  left: 0;
  height: 52px;
  font-size: 30px;
  line-height: 1;
  background: url(../images/productTitleLine.png) no-repeat left bottom;
}

.news .news_t .productTitle h3 a{
  display: block;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.news .news_t .productTitle h3 span {
  font-weight: bold;
  display: block;
  line-height: 1;
  font-size: 30px;
}

.news .news_t .news_list{
  float: right;
}

.news .news_t .news_list ul li{
  float: left;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  position: relative;
  z-index: 5;
  margin-left: 100px;
}

.news .news_t .news_list ul li::after{
  width: 0px;
  height: 40px;
  line-height: 40px;
  background: #007c36;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li a{
  display: block;
  padding-left: 55px;
  font-size: 16px;
  color: #333;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.n1 a{
  background: url(../images/news1.png) no-repeat 23px center ;
}

.news .news_t .news_list ul li.n2  a{
  background: url(../images/news2.png) no-repeat 23px center ;
}


.news .news_t .news_list ul li.n3  a{
  background: url(../images/news3.png) no-repeat 23px center ;
}

.news .news_t .news_list ul li.casehover::after{
  width: 150px;
}

.news .news_t .news_list ul li.casehover a{
  color: #fff;
}

.news .news_t .news_list ul li.n1.casehover a{
  background: url(../images/news11.png) no-repeat 23px center ;
}

.news .news_t .news_list ul li.n2.casehover  a{
  background: url(../images/news22.png) no-repeat 23px center ;
}


.news .news_t .news_list ul li.n3.casehover  a{
  background: url(../images/news33.png) no-repeat 23px center ;
}

.news .news_box{
  margin: 55px auto 0 auto;
}

.news .news_box .news_l{
  float: left;
  width: 645px;
}

.news .news_box .news_l .news_top{
  height: 165px;

}

.news .news_box .news_l .news_top .news_img{
  float: left;
  width: 240px;
  height: 165px;

}

.news .news_box .news_l .news_top .news_img img{
  width: 240px;
  height: 165px;
}

.news .news_box .news_l .news_top .txt{
  float: right;
  width: 380px;
}

.news .news_box .news_l .news_top .txt h5 a{
  font-size: 16px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 8px;
}

.news .news_box .news_l .news_top:hover .txt h5 a{
  color: #007c36;
}

.news .news_box .news_l .news_top .txt p{
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 10px;
}

.news .news_box .news_l .news_top .txt .more{
  margin-top: 32px;

}

.news .news_box .news_l .news_top .txt .more a{
  font-size: 14px;
  color: #999;
  display: block;
  float: right;
}

.news .news_box .news_l .news_top .txt .more i{
  display: block;
  float: left;
  font-size: 14px;
  color: #999;
}

.news .news_box .news_l .list{
  margin-top: 25px;

}

.news .news_box .news_l .list ul li{
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #cfcfcf;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_l .list ul li a{
  font-size: 16px;
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 25px;
  background: url(../images/buttom1.png) no-repeat left center ;
  width: 340px;
  float: left;
}

.news .news_box .news_l .list ul li span{
  float: right;
  display: block;
  font-size: 14px;
  color: #999;
  margin-right: 20px;
}

.news .news_box .news_l .list ul li::after{
  position: absolute;
  left: -15px;
  top: 0;
  width: 0;
  height: 58px;
  content: "";
  z-index: -1;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_l .list ul li:hover{
  border-bottom: 1px solid #fff;
}
.news .news_box .news_l .list ul li:hover::after{
  width:675px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.news .news_box .news_l .list ul li:hover a{
  background: url(../images/buttom2.png) no-repeat left center ;
  color: #007c36;
}

.news .news_box .news_l .list ul li:hover span{
  color: #007c36;
}

.news .news_box .news_l .list ul li:last-child{
  border-bottom: none;
}

.news .news_box .news_r{
  width: 600px;
  float: right;

}

.news .news_box .news_r ul li{
  height: 165px;
  background: #fff;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_r ul li:hover{
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.news .news_box .news_r ul li.on{
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.news .news_box .news_r ul li .news_img{
  width: 180px;
  height: 135px;
  float: left;
  margin: 15px;
}

.news .news_box .news_r ul li .news_img  img{
  width: 180px;
  height: 135px;
}

.news .news_box .news_r ul li .txt{
  float: right;
  width: 320px;
  margin-right: 40px;
  margin-top: 17px;

}

.news .news_box .news_r ul li .txt a{
  font-size: 16px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.news .news_box .news_r ul li .txt p{
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 10px;
}

.news .news_box .news_r ul li .txt span{
  display: block;
  font-size: 14px;
  color: #999;
  text-align: right;
  margin-top: 15px;
}


/*links*/

.links_bg{
  width: 100%;
  margin: 50px auto 0 auto;
  overflow: hidden;

}

.links_bg .links{
  width: 1280px;
  margin: 0 auto;
  line-height: 30px;
}

.links_bg .links .links_t{
  float: left;
  font-size: 24px;
  color: #007c36;
  text-transform: uppercase;
  font-weight: bold;
}

.links_bg .links .yq{
  float: right;
  width: 1175px;
  font-size: 14px;
  color: #666;
} 

.links_bg .links .yq a{
  margin: 0 10px;
  font-size: 14px;
  color: #666;
}