/* CSS Document */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  font-family: "微软雅黑", "黑体";
  color: #898989;
  line-height: 1;
  background: #FFF;
}
ul,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
form,
input {
  margin: 0px;
  padding: 0px;
}
input,
textarea {
  font-family: "微软雅黑";
  border: none;
  outline: none;
  background: none;
}
ul,
li {
  list-style: none;
}
img {
  border: 0px;
  padding: 0px;
  display: block;
}
a {
  color: #5c5c5c;
  text-decoration: none;
}
h2,
h3,
h4 {
  font-weight: normal;
}
em,
i {
  font-style: normal;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hidden {
  display: none;
}
@font-face {
  font-family: 'Impact';
  src: url('../font/impact-2.eot');
  /* IE9 Compat Modes */
  src: url('../font/impact-2.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/impact-2.woff2') format('woff2'), /* Super Modern Browsers */ url('../font/impact-2.woff') format('woff'), /* Pretty Modern Browsers */ url('../font/impact-2.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/impact-2.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
.backTop {
  background: url(../img/a_01.png);
  background-size: 100% 100%;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 100px;
  font-size: 16px;
  overflow: hidden;
}
.backTop img {
  width: 100%;
  height: 100%;
}
.pagination {
  font-family: '���ź�', 'Microsoft YaHei UI', 'Microsoft YaHei', arial, helvetica, sans-serif;
  overflow: hidden;
  padding: 25px;
  font-size: 12px;
  margin: 0px;
  text-align: center;
}
.pagination a {
  padding: 5px 10px 5px 10px;
  margin-left: 3px;
  border: #030 solid 1px;
  border-radius: 5px;
}
.pagination span {
  padding: 5px 10px 5px 10px;
  margin-left: 3px;
  border: #030 solid 1px;
  background: #030;
  color: #FFF;
  border-radius: 5px;
}
.banner {
  position: relative;
  width: 100%;
  margin-top: 90px;
}
.banner a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-pagination-bullet {
  background: url(../img/a_03.png);
  width: 19px;
  height: 19px;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: url(../img/a_02.png);
}
.header {
  transition: 0.5s;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 90px;
  z-index: 1000;
  background: #2e8040;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
}
.header.on {
  background: rgba(0, 0, 0, 0.48);
}
.header .logo img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.headerbox {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
}
.headerbox.index {
  width: 1350px;
}
.logo {
  display: flex;
  align-items: center;
  float: left;
  height: 90px;
  transition: 0.5s;
}
.logo img {
  display: inline-block;
  vertical-align: middle;
}
.top_tel {
  display: flex;
  align-items: center;
  height: 90px;
  padding-left: 30px;
  color: #555;
  background: url(../img/bg_tel_top.png) left center no-repeat;
  background-size: 22px;
  margin-left: 115px;
}
.top_tel a {
  font-size: 18px;
  color: #fff;
}
.top_tel dt {
  margin-bottom: 3px;
}
.top_tel dt i {
  color: #fff;
}
#content_tel {
  display: inline-block;
  line-height: 90px;
}
#content_tel a {
  padding-left: 0;
  line-height: 26px;
  display: block;
  font-family: Impact;
  font-size: 22px;
}
.nav {
  position: relative;
  float: left;
  padding-right: 20px;
}
.nav ul li {
  float: left;
  margin: 0 15px;
  line-height: 90px;
  font-size: 17px;
  position: relative;
}
.nav ul li .side {
  display: none;
  width: 140px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
}
.nav ul li .side .icon {
  width: 100px;
  height: 100px;
  float: left;
  background: #333;
  display: none;
}
.nav ul li .side dl {
  float: left;
  box-sizing: border-box;
  width: 100%;
}
.nav ul li .side dl dd {
  text-align: center;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
  transition: 0.5s;
}
.nav ul li .side dl dd:hover {
  background: #fff;
}
.nav ul li .side dl dd:hover a {
  color: #333;
}
.nav ul li .side dl dd a {
  font-size: 16px;
  transition: 0.5s;
  color: #fff;
  display: inline-block;
  border: none;
}
.nav ul li .side dl dd a:before {
  display: none;
}
.nav a {
  display: inline-block;
  line-height: normal;
  padding-bottom: 15px;
  color: #fff;
  position: relative;
  transition: All 0.4s ease-in-out;
  border-bottom: 2px solid transparent;
}
.nav a:hover {
  color: #ebca05;
  border-bottom-color: #ebca05;
}
.nav .hover a {
  color: #ebca05;
  border-bottom-color: #ebca05;
}
.nav .hover a:hover {
  border-bottom-color: #fff;
}
.xxbtn {
  background: url(../img/a_07.png);
  width: 40px;
  height: 179px;
  top: 40%;
  right: 20px;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
.cont {
  width: 1200px;
  margin: 0 auto;
}
.cont.index {
  width: 1350px;
}
.gsjs_tit {
  text-align: center;
  padding: 40px 0 65px;
}
.gsjs_tit h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
}
.gsjs_tit span {
  display: inline-block;
  width: 132px;
  height: 3px;
  margin: 15px 0;
  background-color: #2e8040;
}
.gsjs_tit p {
  font-size: 24px;
  color: #333;
}
.gsjs_nr p {
  line-height: 26px;
  color: #000;
  font-size: 16px;
  text-align: justify;
}
.flgn ul {
  display: flex;
  justify-content: space-between;
  padding: 100px 0 45px;
}
.flgn ul li {
  width: 23%;
}
.flgnbox {
  transition: All 0.4s ease-in-out;
  cursor: pointer;
  background: #f0efef;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 375px;
  border-radius: 6px;
  padding-top: 35px;
}
.flgnbox h2 {
  font-size: 50px;
  color: #2e8040;
  line-height: 120px;
  font-weight: bold;
}
.flgnbox p {
  border-top: 1px solid #2e8040;
  font-size: 22px;
  line-height: 70px;
  color: #2e8040;
}
.flgnbox a {
  display: block;
  font-size: 18px;
  margin-top: 5px;
  opacity: 0;
  color: #b9d0bd;
}
.flgnbox span {
  display: block;
  height: 95px;
  width: 95px;
  margin: 0 auto;
}
.xtb1 {
  background: url(../img/a_10.png) no-repeat center center;
}
.xtb2 {
  background: url(../img/a_04.png) no-repeat center center;
}
.xtb3 {
  background: url(../img/a_06.png) no-repeat center center;
}
.xtb4 {
  background: url(../img/a_12.png) no-repeat center center;
}
.flgnbox:hover {
  background: #2e8040;
}
.flgnbox:hover a {
  opacity: 1;
}
.flgnbox:hover h2 {
  color: #fff;
}
.flgnbox:hover p {
  color: #fff;
  border-top: 1px solid #fff;
}
.flgnbox:hover .xtb1 {
  background: url(../img/a_09.png) no-repeat center center;
}
.flgnbox:hover .xtb2 {
  background: url(../img/a_04a.png) no-repeat center center;
}
.flgnbox:hover .xtb3 {
  background: url(../img/a_06a.png) no-repeat center center;
}
.flgnbox:hover .xtb4 {
  background: url(../img/a_12a.png) no-repeat center center;
}
.ywfw {
  background: url(../img/bj2.png) no-repeat center center;
  background-size: cover;
}
.ywfw_tit {
  text-align: center;
  padding: 50px 0 55px;
}
.ywfw_tit h2 {
  font-size: 48px;
  color: #fefefe;
  font-weight: bold;
}
.ywfw_tit span {
  display: inline-block;
  width: 132px;
  height: 3px;
  margin: 15px 0;
  background-color: #c59513;
}
.ywfw_tit p {
  font-size: 24px;
  color: #fffefe;
}
.ywfw-wrap li {
  float: left;
  width: 450px;
  height: 680px;
  position: relative;
  overflow: hidden;
}
.ywfw-wrap li:hover:before {
  right: 0;
  width: 100%;
}
.ywfw-wrap li:hover .con .more b {
  width: 105px;
  background: #fff;
  color: #6e6e6e;
}
.ywfw-wrap li:hover .con .more b span {
  margin-left: 0;
  width: 52px;
  margin-right: 8px;
}
.ywfw-wrap li:hover .con h5,
.ywfw-wrap li:hover .con .p {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
.ywfw-wrap li:hover .con h5:before {
  width: 35px;
}
.ywfw-wrap li:hover .bg {
  opacity: 1;
  transform: perspective(300px) rotateY(90deg);
}
.ywfw-wrap li:before {
  content: "";
  background: #2e8040;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
}
.ywfw-wrap li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 48px 60px;
}
.ywfw-wrap li .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform-origin: left;
  transition: all 1s;
  transform: perspective(300px) rotateY(0deg);
}
.ywfw-wrap li .con {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ywfw-wrap li .con h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 72px;
  margin-top: 8px;
  position: relative;
  transform: translateX(-330px);
  transition: all 0.6s ease-in-out;
}
.ywfw-wrap li .con h5:before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.6s ease-in-out;
}
.ywfw-wrap li .con .p {
  line-height: 30px;
  font-size: 13px;
  color: #fff;
  height: 250px;
  overflow: hidden;
  margin-bottom: 250px;
  transform: translateX(-330px);
  transition: all 0.6s ease-in-out;
}
.ywfw-wrap li .con .more b {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 34px;
  text-align: center;
  font-size: 13px;
  color: #333333;
  border: #fff 1px solid;
  font-weight: normal;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.6s ease-in-out;
  color: #fff;
}
.ywfw-wrap li .con .more b span {
  display: inline-block;
  width: 0;
  height: 36px;
  line-height: 36px;
  font-family: arial;
  color: #333333;
  font-size: 13px;
  margin-left: 5px;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}
.inter-inner {
  width: 94%;
  height: 94%;
  position: absolute;
  left: 3%;
  top: 3%;
}
.inter-inner .line1,
.inter-inner .line2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition-delay: 0.6s;
}
.inter-inner .line1 {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.inter-inner .line2 {
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.ywfw-wrap li:hover .line1,
.ywfw-wrap li:hover .line2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.yjal-wrap .inter-inner .line1,
.sales.about ul li .line1,
.xwzx_tp .line1 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.yjal-wrap .inter-inner .line2,
.sales.about ul li .line2,
.xwzx_tp .line2 {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.yjal-wrap li:hover .line1,
.yjal-wrap li:hover .line2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.yjal-wrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 38px;
}
.yjal-wrap li {
  float: left;
  margin: 0 25px 25px 0;
  position: relative;
  cursor: pointer;
  width: 433.33px;
  height: 300px;
  overflow: hidden;
}
.yjal-wrap li:hover .grid-shade {
  top: 0;
}
.yjal-wrap li:nth-child(3n) {
  margin-right: 0;
}
.yjal-wrap li > a {
  display: block;
  height: 100%;
}
.yjal-wrap li > a img {
  width: 100%;
  height: 100%;
}
.yjal-wrap li h5 {
  font-size: 16px;
  color: #fff;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yjal-wrap li h6 {
  text-align: center;
}
.yjal-wrap li h6 img {
  display: inline-block;
}
.yjal-wrap li .grid-shade {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99ED1C24', endColorstr='#99ED1C24');
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.6s ease-in-out;
}
.yjal-wrap li .grid-shade .grid-enter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yjal-wrap li .more00.more a {
  background: #093e96;
  border: #093e96 1px solid;
  color: #fff;
}
.yjal-wrap li .btn-11:before,
.yjal-wrap li .btn-11:after {
  background: #073074;
}
.cdal {
  padding-bottom: 100px;
}
.cpnr_tp {
  overflow: hidden;
}
.cpnr {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cpnr_tp img {
  width: 100%;
}
.cpnr_text {
  padding: 15px 20px;
  transition: All 0.4s ease-in-out;
  background: #fff;
}
.cpnr_text h2 {
  font-size: 16px;
  color: #26511b;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
}
.cpnr_text h2:before {
  border-bottom: 1px solid #9dc372;
  width: 127px;
  left: 0;
  bottom: 7px;
  position: absolute;
  content: "";
}
.cpnr_text p {
  font-size: 16px;
  color: #191919;
  height: 16px;
}
.more-btn {
  text-align: center;
}
.more-btn a {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #cfe2d4;
  border-radius: 40px;
  background-color: #2e8040;
}
.bj1 {
  background: #f5f5f5;
}
.xwzx {
  padding-bottom: 195px;
}
.xwzxbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.xwzxbox .item {
  width: calc(33.3% - (50px / 3));
}
.xwzxbox .swiper-button-next {
  background: url(../img/a_45.png);
  width: 59px;
  height: 109px;
  right: -80px;
  background-size: 100% 100%;
  margin-top: -55px;
}
.xwzxbox .swiper-button-prev {
  background: url(../img/a_48.png);
  width: 59px;
  height: 109px;
  left: -80px;
  background-size: 100% 100%;
  margin-top: -55px;
}
.xwzx_tp {
  position: relative;
  width: 100%;
  height: 243.28px;
  overflow: hidden;
}
.xwzx_tp:hover .grid-shade {
  top: 0;
}
.xwzx_tp h5 {
  font-size: 16px;
  color: #fff;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xwzx_tp .grid-shade {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99ED1C24', endColorstr='#99ED1C24');
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.6s ease-in-out;
}
.xwzx_tp .grid-shade .grid-enter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.xwzx_tp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xwzxnr {
  background: #f1f0f0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.xwzx_text {
  padding: 0 12px 10px 12px;
  position: relative;
}
.xwzx_text h2 {
  font-size: 18px;
  color: #343434;
  padding: 10px 0 15px 0;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xwzx_text h3 {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  font-size: 12px;
  color: #343434;
  margin-bottom: 22px;
}
.xwzx_text p {
  min-height: 52px;
  font-size: 14px;
  line-height: 26px;
  color: #343434;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/*案例集锦*/
.alzs ul {
  overflow: hidden;
  padding: 90px 5px 5px 5px;
  margin-left: -35px;
}
.alzs li {
  float: left;
  width: 33.33%;
  padding: 0 0 35px 35px;
}
/*产品列表*/
.cplb {
  padding: 75px 0 0 0;
}
.cplb_top {
  margin-bottom: 50px;
  background: #fff;
  position: relative;
  z-index: 10;
}
.cplb_top img {
  width: 100%;
}
.cplb_text {
  overflow: hidden;
  padding: 35px 30px 70px 30px;
}
.cplb_left {
  float: left;
  width: 340px;
}
.cplb_left h2 {
  font-weight: bold;
  font-size: 30px;
  color: #1c1c1c;
  position: relative;
}
.cplb_left h2:before {
  position: absolute;
  left: 0;
  bottom: -23px;
  content: "";
  border-bottom: 3px solid #00a654;
  width: 107px;
}
.cplb_right {
  float: right;
  width: calc(100% - 370px);
}
.cplb_right p {
  line-height: 28px !important;
  font-size: 16px;
  color: #646464;
  text-align: justify;
  word-break: break-all;
}
.cggs_tit {
  text-align: center;
  padding: 60px 0 85px;
}
.cggs_tit h2 {
  font-size: 48px;
  color: #000000;
}
.cggs_tit p {
  font-size: 40px;
  margin-top: 20px;
  color: #d4d3d3;
}
.cggs_box {
  padding-bottom: 25px;
}
.cggs_box ul {
  padding: 10px;
  margin-left: -50px;
  overflow: hidden;
}
.cggs_box li {
  float: left;
  width: 33.33%;
  padding: 0 0 50px 50px;
}
.jtcp_tit {
  text-align: center;
  padding: 30px 0 60px;
}
.jtcp_tit h2 {
  font-size: 48px;
  color: #000000;
}
.jtcp_tit p {
  font-size: 40px;
  margin-top: 20px;
  color: #d4d3d3;
}
.jtcp_nr ul {
  overflow: hidden;
  padding: 10px;
  margin-left: -40px;
}
.jtcp_nr li {
  float: left;
  width: 50%;
  padding: 0 0 60px 40px;
}
.jtbox {
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.jtbox > img {
  width: 100%;
}
.jttext {
  padding: 24px 20px 22px;
}
.jttext h2 {
  font-weight: bold;
  font-size: 24px;
  color: #191919;
  margin-bottom: 15px;
}
.jttext dt {
  background: url(../img/a_16.png) no-repeat left center;
  font-size: 16px;
  line-height: 26px;
  color: #191919;
  padding-left: 20px;
}
/*发展历程*/
.bj3 {
  background: url(../img/bj4.png) no-repeat center bottom;
}
.fzlc_nr {
  padding-bottom: 310px;
}
.fzlc_nr ul {
  padding: 5px;
  margin-left: -12px;
  overflow: hidden;
}
.fzlc_nr li {
  float: left;
  width: 50%;
  padding: 0 0 12px 12px;
}
.fxlcbox {
  position: relative;
  background: #f4f4f4;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.fxlcbox h2 {
  width: 187px;
  height: 120px;
  font-size: 36px;
  font-weight: bold;
  color: #a0a0a0;
  line-height: 199px;
  padding-left: 30px;
  background: url(../img/bj3.png);
}
.fxlcbox h2 {
  line-height: 120px;
  top: 0;
  left: 30px;
}
.fxlcbox p {
  position: absolute;
  width: calc(100% - 210px);
  padding-right: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 30px;
  color: #7a7a7a;
}
.fzlc_nr ul li:nth-child(3) .fxlcbox h2 {
  float: right;
  background: url(../img/bj5.png);
  padding: 0 0 0 70px;
}
.fzlc_nr ul li:nth-child(3) p {
  left: 30px;
}
.fzlc_nr ul li:nth-child(4) .fxlcbox h2 {
  float: right;
  background: url(../img/bj5.png);
  padding: 0 0 0 70px;
}
.fzlc_nr ul li:nth-child(4) p {
  left: 30px;
}
.fzlc_nr ul li:nth-child(7) .fxlcbox h2 {
  float: right;
  background: url(../img/bj5.png);
  padding: 0 0 0 70px;
}
.fzlc_nr ul li:nth-child(7) p {
  left: 30px;
}
.fzlc_nr ul li:nth-child(8) .fxlcbox h2 {
  float: right;
  background: url(../img/bj5.png);
  padding: 0 0 0 70px;
}
.fzlc_nr ul li:nth-child(8) p {
  left: 30px;
}
.footer {
  background: url(../img/bj1.png);
  background-size: cover;
}
.footerbox {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 75px 0 45px;
}
.footerbox.index {
  width: 1350px;
}
.foot-left {
  float: left;
  width: 412px;
  border-right: 1px solid #35352d;
}
.foot-left p {
  padding-left: 110px;
  padding-top: 20px;
  font-size: 16px;
  color: #a3a4a1;
}
.foot-right {
  float: right;
  width: calc(100% - 480px);
}
.foot-right ul {
  overflow: hidden;
}
.foot-right li {
  float: left;
  width: 20%;
}
.foot-right h2 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
.foot-right dt {
  line-height: 29px;
  font-size: 15px;
}
.foot-right dt a {
  color: #a3a4a1;
}
.foot-right dt a:hover {
  color: #fff;
}
.bqxx p {
  text-align: center;
  font-size: 14px;
  color: #a3a4a1;
  border-top: 1px solid #2b2f22;
  line-height: 28px;
  padding: 30px 3%;
}
.bqxx p a {
  color: #a3a4a1;
}

.header.page {
  position: relative;
  background: #fff;
}
.header.page .nav a {
  color: #787878;
}
.header.page .nav .hover a:before {
  border-bottom: 2px solid #085513;
}
.header.page .nav li:hover a:before {
  border-bottom: 2px solid #085513;
}
.header.page .nav li a:hover {
  color: #085513;
}
.header.page .nav li .side dl dd a {
  color: #fff;
}
.bannerNr {
  width: 100%;
  overflow: hidden;
  margin-top: 90px;
}
.bannerNr img {
  display: block;
  width: 100%;
  transition: 3s;
  height: auto;
  transform: scale(1);
}
.bannerNr.on img {
  transform: scale(1.1);
}
.navgation {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #e8e8e8;
}
.navgation_box {
  width: 1200px;
  margin: 0 auto;
}
.navgation_box ul {
  float: left;
  padding-left: 28px;
  background: url(../img/sales_05.png) left center no-repeat;
}
.navgation_box ul li {
  float: left;
  line-height: 70px;
}
.navgation_box ul li a {
  font-size: 15px;
  color: #9b9b9b;
}
.navgation_box dl {
  float: right;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-top: 0;
  border-bottom: 0;
}
.navgation_box dl dd {
  position: relative;
  float: left;
  height: 70px;
  border-right: 1px solid #e8e8e8;
}
.navgation_box dl dd:first-child {
  border-left: 0;
}
.navgation_box dl dd a {
  font-weight: bold;
  display: block;
  padding: 0 30px;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
  transition: 0.5s;
}
.navgation_box dl dd span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.navgation_box dl dd span:first-child {
  left: 10px;
}
.navgation_box dl dd span:last-child {
  right: 10px;
}
.navgation_box dl dd a:hover {
  background: #00a654;
  color: #fff;
  font-weight: normal;
}
.navgation_box dl dd.on a {
  background: #00a654;
  color: #fff;
  font-weight: normal;
}
.navgation_box dl dd.on a {
  background: #00a654;
  color: #fff;
  font-weight: normal;
}
.page-title-wrap {
  padding-top: 85px;
}
.page-title-wrap h2 {
  padding-bottom: 18px;
  color: #2d2d2d;
  font-size: 30px;
}
.page-title-wrap .tips {
  color: #2d2d2d;
  font-size: 18px;
}
.sales {
  width: 1200px;
  margin: 0 auto;
}
.sales .icon {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 65px;
}
.sales .icon .bg {
  display: block;
  width: 100%;
  height: auto;
}
.sales .icon .iconNr {
  background: #fff;
  width: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.sales .icon .iconNr img {
  width: 100%;
}
.sales .text {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 60px;
}
.sales .text p {
  font-size: 16px;
  color: #2d2d2d;
}
.sales .text h2 {
  color: #fff;
  width: 210px;
  height: 32px;
  padding: 0 25px;
  box-sizing: border-box;
  border-radius: 16px;
  line-height: 32px;
  background: #26511b;
  margin: 12px 0;
}
.service {
  width: 1200px;
  margin: 0 auto;
}
.service .title {
  padding: 40px 0;
}
.service .title h2 {
  text-align: center;
  font-size: 48px;
  font-family: "times new roman";
  color: #cacaca;
  line-height: 48px;
}
.service .title h3 {
  text-align: center;
  font-size: 48px;
  line-height: 120px;
  color: #26511b;
}
.service .title p {
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  background: #26511b;
}
.service .layer1 img {
  display: block;
  width: 100%;
  height: auto;
}
.service .layer2 {
  width: 100%;
}
.service .layer2 .layer2_box {
  width: 100%;
  overflow: hidden;
  padding-top: 90px;
}
.service .layer2 .layer2_box .text {
  float: left;
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}
.service .layer2 .layer2_box .icon {
  width: 50%;
  float: right;
}
.service .layer2 .layer2_box .icon img {
  display: block;
  width: 100%;
}
.service .layer2 .layer2_box .text h2 {
  font-size: 26px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #0c3d25;
}
.service .layer2 .layer2_box .text ul {
  width: 100%;
}
.service .layer2 .layer2_box .text ul li {
  width: 100%;
  overflow: hidden;
  padding-left: 55px;
  background: url(../img/service_12.png) 23px 18px no-repeat;
  font-size: 18px;
  line-height: 46px;
}
.service .layer2 .layer2_box:nth-child(2n) .text {
  float: right;
  padding: 0 0 0 20px;
}
.service .layer2 .layer2_box:nth-child(2n) .icon {
  float: left;
}
.service .title.title2 {
  padding: 90px 0;
}
.service .layer2.layer3 .layer2_box {
  padding: 0 0 80px 0;
}
.service .layer2.layer3 .layer2_box .icon {
  float: left;
}
.service .layer2.layer3 .layer2_box .text {
  float: right;
  padding: 0 0 0 20px;
}
.NewDetails {
  width: 1200px;
  margin: 0 auto;
}
.NewDetails .tit h2 {
  line-height: 126px;
  text-align: center;
  font-size: 20px;
  color: #504f4f;
}
.NewDetails .tit ul {
  text-align: center;
}
.NewDetails .tit ul li {
  padding-left: 20px;
  height: 13px;
  line-height: 13px;
  display: inline-block;
  margin: 0 65px;
  padding-left: 28px;
}
.NewDetails .tit ul li:nth-child(1) {
  background: url(../img/detailsicon_03.png) left center no-repeat;
}
.NewDetails .tit ul li:nth-child(2) {
  background: url(../img/detailsicon_05.png) left center no-repeat;
}
.NewDetails .tit ul li:nth-child(3) {
  background: url(../img/detailsicon_08.png) left center no-repeat;
}
.NewDetails .main {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  font-size: 14px;
  line-height: 26px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.NewDetails .main p {
  font-size: 14px;
  text-indent: 32px;
}
.NewDetails .main .pic {
  display: block;
  margin: 20px auto;
}
.NewDetails .main .enter {
  display: block;
  margin: 28px 0;
}
.NewDetails .page {
  width: 100%;
  overflow: hidden;
}
.NewDetails .page li {
  width: 50%;
  float: left;
  height: 80px;
  line-height: 80px;
  font-size: 14px;
  color: #22b26b;
}
.NewDetails .page li:last-child {
  text-align: right;
}
.NewDetails .page li a {
  color: #585858;
}
.content {
  font-size: 14px;
  line-height: 26px;
}
.new {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.new .newBox {
  width: 100%;
  overflow: hidden;
  padding: 32px 0;
  border-bottom: 4px solid #e5e3e3;
}
.new .newBox .icon {
  width: 335px;
  height: 220px;
  float: left;
  overflow: hidden;
}
.new .newBox:hover .icon img {
  transform: scale(1.1);
}
.new .newBox .icon img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.new .newBox .text {
  width: calc(100% - 335px);
  float: left;
  padding-left: 25px;
  box-sizing: border-box;
  position: relative;
  height: 220px;
}
.new .newBox .text h2 {
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  overflow: hidden;
}
.new .newBox .text h2 a {
  font-size: 18px;
  color: #41b372;
  font-weight: bold;
}
.new .newBox .text p {
  font-size: 14px;
  color: #969494;
  line-height: 22px;
  padding-top: 20px;
}
.new .newBox .text .bottom {
  left: 0;
  width: 100%;
  position: absolute;
  padding-left: 25px;
  box-sizing: border-box;
  bottom: 12px;
  height: 13px;
}
.new .newBox .text .bottom .time {
  float: left;
  height: 13px;
  line-height: 13px;
  padding-left: 20px;
  background: url(../img/detailsicon_03.png) left center no-repeat;
  font-size: 12px;
  color: #b6b4b4;
}
.new .newBox .text .bottom .enter {
  display: block;
  float: right;
  padding-right: 48px;
  background: url(../img/arrow_06.png) right center no-repeat;
  font-size: 12px;
  color: #a4a2a2;
  height: 13px;
}
.pageMain ul {
  width: 100%;
  text-align: center;
  padding: 60px 0;
}
.pageMain ul li {
  display: inline-block;
  margin: 0 7px;
}
.pageMain ul li a {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  font-size: 18px;
  border: 1px solid #cfcfcf;
}
.pageMain ul li.on a {
  background: #00a654;
  border: 1px solid #00a654;
  color: #fff;
}
.sales.technology {
  width: 1200px;
  margin: 0 auto;
}
.sales.technology .icon {
  position: relative;
}
.sales.technology .iconNr {
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  background: #fff;
}
.sales.technology .iconNr .gsjs_tit {
  padding: 30px 0;
}
.sales.technology .list {
  width: 100%;
  padding-top: 140px;
}
.sales.technology .list h2 {
  margin: 30px 0;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #595959;
}
.sales.technology .list ul li {
  transition: 0.5s;
  width: 23.5%;
  float: left;
  margin-right: 2%;
}
.sales.technology .list ul li .icon2 {
  width: 100%;
  height: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.sales.technology .list ul li .icon2 img {
  display: block;
  width: 100%;
  height: auto;
}
.sales.technology .list ul li:last-child {
  margin-right: 0;
}
.sales.technology .list ul li p {
  width: 245px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 26px;
  background: #26511b;
  margin-top: 20px;
  margin: 20px auto 125px auto;
  text-align: center;
  color: #fff;
}
.sales.technology .list ul li:hover {
  transform: translateY(-15px);
}
.honor {
  width: 1200px;
  margin: 0 auto;
}
.honor .tit {
  text-align: center;
  padding: 55px 0 65px;
}
.honor .tit h3 {
  font-size: 48px;
  color: #cacaca;
}
.honor .tit h2 {
  font-size: 48px;
  line-height: 98px;
  color: #26511b;
}
.honor .tit p {
  font-size: 24px;
  color: #7c7c7c;
  background: url(../img/a_08.png) no-repeat center center;
}
.honor .tit .nr p {
  text-align: center;
  font-size: 17px;
  line-height: 42px;
  color: #595959;
}
.honor .list li {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  width: 406px;
  float: left;
  margin-right: 91px;
}
.honor .list li .icon {
  height: 305px;
  width: 100%;
  border: 30px solid #d9dbdd;
  transition: 0.5s;
  box-sizing: border-box;
}
.honor .list li .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.honor .list li p {
  width: 100%;
  text-align: center;
  line-height: 102px;
  font-size: 20px;
  color: #000;
}
.honor .list li:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 75px;
}
.culture {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 90px;
}
.culture .icon {
  float: right;
}
.culture .icon img {
  width: auto;
  height: 560px;
  display: block;
}
.culture .text {
  width: 52%;
  height: 465px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(38, 81, 27, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.culture .text ul {
  width: 560px;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.culture .text ul li {
  margin-bottom: 12px;
  width: 100%;
  height: 92px;
  border-radius: 24px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.culture .text ul li .tp {
  position: relative;
  width: 105px;
  height: 100%;
  float: left;
}
.culture .text ul li .tp img {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.culture .text ul li .txt {
  width: calc(100% - 105px);
  float: left;
}
.culture .text ul li .txt p {
  line-height: 48px;
  font-size: 20px;
  color: #fff;
}
.culture .text ul li .txt h2 {
  font-size: 28px;
  color: #fff;
}
.sales.about {
  width: 1200px;
  margin: 0 auto;
}
.sales.about ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  padding-bottom: 90px;
}
.sales.about ul li {
  position: relative;
  width: 32%;
  overflow: hidden;
  margin-right: 2%;
  margin-bottom: 2%;
}
.sales.about ul li:hover .grid-shade {
  top: 0;
}
.sales.about ul li:nth-child(3n) {
  margin-right: 0;
}
.sales.about ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.sales.about ul li .grid-shade {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99ED1C24', endColorstr='#99ED1C24');
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.6s ease-in-out;
}
.sales.about ul li .grid-shade .grid-enter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sales.about ul li .grid-shade h5 {
  font-size: 16px;
  color: #fff;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.AppTop {
  display: none;
}
.SideBar {
  display: none;
}
.cantact {
  width: 1400px;
  margin: 0 auto;
  padding: 80px 35px;
}
.cantact .CanLayer1 {
  width: 100%;
  overflow: hidden;
}
.cantact .CanLayer1 .left {
  float: left;
  width: 790px;
  height: 550px;
}
.cantact .CanLayer1 .left img {
  display: block;
  width: 100%;
  height: 100%;
}
.cantact .CanLayer1 .right {
  width: 505px;
  height: 550px;
  background: #ebebeb;
  padding: 40px;
  box-sizing: border-box;
  float: right;
}
.cantact .CanLayer1 .right h2 {
  color: #353535;
  font-size: 29px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #838282;
  font-weight: bold;
}
.cantact .CanLayer1 .right .text {
  padding-top: 15px;
  padding: 15px 10px 0 10px;
}
.cantact .CanLayer1 .right .text p {
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 38px;
  color: #353535;
}
.cantact .CanLayer1 .right ul {
  overflow: hidden;
}
.cantact .CanLayer1 .right ul li {
  width: 150px;
  float: left;
  margin-right: 50px;
}
.cantact .CanLayer1 .right ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.cantact .CanLayer2 ul {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
.cantact .CanLayer2 ul li {
  width: 420px;
  float: left;
  height: 280px;
  background: #ebebeb;
  margin-right: 35px;
  padding: 0 40px;
  box-sizing: border-box;
}
.cantact .CanLayer2 ul li:last-child {
  margin-right: 0;
}
.cantact .CanLayer2 ul li h2 {
  line-height: 120px;
  font-size: 22px;
  color: #353535;
}
.cantact .CanLayer2 ul li p {
  font-size: 16px;
  padding-bottom: 22px;
  color: #353535;
}
.AppFooter {
  display: none;
}
.honor-list {
  position: relative;
}
.honor-list .honor-button-prev {
  top: 0;
  left: -60px;
  width: 48px;
  height: 218px;
  margin-top: 80px;
  background-image: url(../img/icon-prev.png);
  background-size: 48px 88px;
}
.honor-list .honor-button-next {
  top: 0;
  right: -60px;
  width: 48px;
  height: 218px;
  margin-top: 80px;
  background-image: url("../img/icon-next.png");
  background-size: 48px 88px;
}
#honor .swiper-slide {
  width: 288.75px;
  margin-right: 15px;
  padding-bottom: 80px;
}
#honor .swiper-slide:last-child {
  margin-right: 0;
}
#honor .swiper-slide .img {
  width: 100%;
  height: 380px;
  overflow: hidden;
}
#honor .swiper-slide .img img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .headerbox.index {
    width: 1200px;
  }
  .cont.index {
    width: 1200px;
  }
  .cont .yjal-wrap li {
    width: 383px;
  }
  .ywfw-wrap li {
    width: 400px;
  }
}
@media (min-width: 1440px) {
  .headerbox.index {
    width: 1350px;
  }
  .cont.index {
    width: 1350px;
  }
  .cont .yjal-wrap li {
    width: 433.33px;
  }
  .ywfw-wrap li {
    width: 450px;
  }
}
/*# sourceMappingURL=style.css.map */