/* 1.商务合作 */
.msg h3 {
/*  text-align: center;
  font-size: 28px;
  color: #333;*/
padding-bottom:20px;
}
.msg {
    padding-top:40px;
}
img {
    transition: all 0.5s
}

.msg ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.msg ul li {
  width: calc(50% - 20px);
}

.msg ul li:last-child {
  width: 100%;
}

.msg ul li:nth-child(n + 3) {
  margin-top: 50px;
}

.msg ul li p {
  font-size: 18px;
}

.msg ul li em {
  color: #ff0000;
}

.msg ul li input,
.msg ul li select,
.msg ul li textarea {
  margin-top: 15px;
  width: 100%;
  height: 50px;
  padding: 0 18px;
  font-size: 16px;
  border: 1px solid #c5c5c5;
  color: #b2b2b2;
  resize: none;
}

.msg ul li textarea {
  height: 290px;
  padding: 18px;
}

.msg ul li input::-webkit-input-placeholder,
.msg ul li textarea::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #b2b2b2;
}
.msg ul li input:-moz-placeholder,
.msg ul li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b2b2b2;
}
.msg ul li input::-moz-placeholder,
.msg ul li textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b2b2b2;
}
.msg ul li input:-ms-input-placeholder,
.msg ul li textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b2b2b2;
}

.msg .submit {
  margin: 70px auto 0;
  width: 300px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  background-color: #ff5e14;
}

@media (max-width: 1400px) {
  .msg h3 {
    font-size: 24px;
  }
  .msg ul li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .msg ul li p {
    font-size: 16px;
  }
  .msg ul li input,
  .msg ul li select {
    margin-top: 10px;
    height: 43px;
    padding: 0 15px;
  }
  .msg ul li input,
  .msg ul li select,
  .msg ul li textarea {
    font-size: 14px;
  }
  .msg ul li textarea {
    padding: 15px;
    margin-top: 10px;
  }
  .msg .submit {
    margin: 60px auto 0;
  }
}

@media (max-width: 1000px) {
  .msg h3 {

  }
  .msg ul li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .msg ul li {
    width: calc(50% - 5px);
  }
  .msg ul li p {
    font-size: 13px;
  }
  .msg ul li input,
  .msg ul li select {
    margin-top: 7px;
    height: 34px;
    padding: 0 10px;
  }
  .msg ul li input,
  .msg ul li select,
  .msg ul li textarea {
    font-size: 12px;
  }
  .msg ul li textarea {
    padding: 10px;
    height: 180px;
    margin-top: 7px;
  }
  .msg .submit {
    margin: 30px auto 0;
    width: 180px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
  }
}

/* 2.导航 */
.inner-tabs {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.inner-tabs-fixed {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 100;
  padding: 0 260px;
  /* 阴影 */
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
}

.inner-tabs a {
  display: block;
  width: 31%;
  height: 74px;
  line-height: 72px;
  text-align: center;
  border: 1px solid #eee;
  font-size: 24px;
  color: #333;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.inner-tabs-fixed a {
  border: 0;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  font-size: 20px;
}

.inner-tabs a.active,
.inner-tabs a:hover {
  color: #ffffff;
  background-color: #ff5e14;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .inner-tabs a {
    height: 62px;
    line-height: 60px;
    font-size: 18px;
  }
  .inner-tabs-fixed {
    top: 75px;
    height: 50px;
    padding: 0;
  }
  .inner-tabs-fixed a {
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 1000px) {
  .inner-tabs a {
    height: 38px;
    line-height: 36px;
    font-size: 15px;
  }
  .inner-tabs-fixed {
    top: 47px;
    height: 40px;
  }
  .inner-tabs-fixed a {
    height: 40px;
    line-height: 40px;
  }
}

/* 3.新闻资讯 */
.news li {
  border-right: 5px solid #f7f7f7;
  background-color: #f7f7f7;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.news li:not(:first-child) {
  margin-top: 40px;
}

.news li a {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.news li .img {
  width: 24%;
}

.news li .txt {
  width: 76%;
  padding: 30px 40px;
}

.news li .txt h3 {
  font-size: 20px;
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news li .txt em {
  display: block;
  color: #cccccc;
  margin-top: 14px;
}

.news li .txt p {
  margin-top: 28px;
  line-height: 32px;
  color: #707070;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
  /* 文字最多显示几行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分省略号 */
  word-break: break-all; /* break-all(允许在单词内换行。) */
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 3; /* 显示的行数 */
  max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几倍 */
}

.news li .txt span {
  display: block;
  margin-top: 20px;
  color: #cccccc;
}

.news li:hover {
  border-right: 5px solid #ff5e14;
  background-color: #ffffff;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.news li:hover .txt h3,
.news li:hover .txt span {
  color: #ff5e14;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .news li {
    border-radius: 10px 0 0 10px;
  }
  .news li:not(:first-child) {
    margin-top: 30px;
  }
  .news li .img {
    width: 30%;
  }
  .news li .txt {
    width: 70%;
    padding: 30px;
  }
  .news li .txt h3 {
    font-size: 18px;
  }
  .news li .txt em {
    margin-top: 10px;
  }
  .news li .txt p {
    margin-top: 20px;
  }
}

@media (max-width: 1000px) {
  .news li {
    border-radius: 0;
    border-right: 3px solid #f7f7f7;
  }
  .news li:hover {
    border-right: 3px solid #6ba634;
  }
  .news li:not(:first-child) {
    margin-top: 20px;
  }
  .news li .img {
    width: 130px;
  }
  .news li .txt {
    width: calc(100% - 130px);
    padding: 15px;
  }
  .news li .txt h3 {
    font-size: 16px;
  }
  .news li .txt em {
    margin-top: 5px;
  }
  .news li .txt p {
    margin-top: 10px;
    line-height: 23px;
    -webkit-line-clamp: 1; /* 显示的行数 */
  }
  .news li .txt span {
    margin-top: 10px;
    font-size: 12px;
  }
}

/* 4.详情 */
.tails h2 {
  text-align: center;
  font-size: 24px;
  line-height: 42px;
  font-weight: bold;
  color: #000000;
}

.tails .tails-tits {
  width: 100%;
  height: 100%;
  color: #333;
  /*background-color: #6ba634;*/
  padding: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 42px;
}
.second .active a span {
    color:#ff5e14;
}

.tails .time {
    text-align: center;
    margin-top: 48px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e6e6e6;
}

.tails .time p {
  display: inline-block;
  color: #c4c4c4;
}

.tails .time p img {
  width: 18px;
  height: 18px;
  margin-right: 3px;
  vertical-align: middle;
  margin-bottom: 1px;
}

.tails .time p:not(:last-child) {
  margin-right: 320px;
}

.tails .cons {
  margin-top: 38px;
  font-size: 18px;
  line-height: 38px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.tails .cons img {
  display: block;
  width: 57%;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .tails h2 {
    font-size: 20px;
    line-height: 37px;
  }
  .tails .tails-tits {
    padding: 15px;
    font-size: 20px;
    line-height: 37px;
  }
  .tails .time {
    margin-top: 32px;
    padding-bottom: 15px;
  }
  .tails .time p:not(:last-child) {
    margin-right: 120px;
  }
  .tails .cons {
    margin-top: 27px;
    font-size: 16px;
    line-height: 32px;
  }
}

@media (max-width: 1000px) {
  .tails h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .tails .tails-tits {
    padding: 10px;
    font-size: 16px;
    line-height: 32px;
  }
  .tails .time {
    margin-top: 23px;
    padding-bottom: 9px;
  }
  .tails .time p:not(:last-child) {
    margin-right: 10px;
  }
  .tails .cons {
    margin-top: 23px;
    font-size: 14px;
    line-height: 28px;
  }
  .tails .time p img {
    width: 13px;
    height: 13px;
    margin-right: 2px;
  }
  .tails .cons img {
    width: 75%;
  }
}

/* 5.上一篇下一篇 */
.updown {
  display: flex;
  justify-content: space-between;
}

.updown a {
  display: block;
  width: 47%;
  font-size: 20px;
  line-height: 40px;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

    .updown a:hover {
        color: #ff5e14;
        /* 过渡 */
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

.updown a:first-child {
  text-align: left;
}

.updown a:last-child {
  text-align: right;
}

.tuk-img{
    display:flex;
    flex-wrap:wrap;
    margin:0 -5px
}
.tuk-img .img-li{
    width:25%;
    padding:5px;
    cursor:pointer
}
.tuk-img .img-li img{
    border:solid 1px #ccc
}

@media (max-width: 1400px) {
    .updown a {
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  .updown {
    flex-direction: column;
  }
  .updown a {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
  }
  .updown a:last-child {
    margin-top: 15px;
  }
}

/* 6.合作案例 */
.case {
  display: flex;
  flex-wrap: wrap;
}

.case li {
  width: calc((100% / 4) - 30px);
}

.case li:not(:nth-child(4n)) {
  margin-right: 40px;
}

.case li:nth-child(n + 5) {
  margin-top: 40px;
}

.case li p {
  text-align: center;
  font-size: 18px;
  padding: 18px 10px;
  background-color: #ffffff;
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  /* 蓝色阴影 */
  box-shadow: 0 0 15px 0 rgba(233, 235, 240, 1);
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.case li:hover p {
  color: #ffffff;
  background-color: #6ba634;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .case li {
    width: calc((100% / 4) - 15px);
  }
  .case li:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  .case li:nth-child(n + 5) {
    margin-top: 20px;
  }
  .case li p {
    font-size: 17px;
    padding: 15px 10px;
  }
}

@media (max-width: 1000px) {
  .case li {
    width: calc((100% / 4) - 9px);
  }
  .case li:not(:nth-child(4n)) {
    margin-right: 12px;
  }
  .case li:nth-child(n + 5) {
    margin-top: 12px;
  }
  .case li p {
    font-size: 13px;
    padding: 10px 5px;
  }
 
}

@media (max-width: 680px) {
  .case li {
    width: calc((100% / 2) - 3px);
  }
  .case li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .case li:nth-child(n + 5) {
    margin-top: 0;
  }
  .case li:not(:nth-child(2n)) {
    margin-right: 6px;
  }
  .case li:nth-child(n + 3) {
    margin-top: 6px;
  }
}

/* 7.质保 */
.mass {
  padding: 30px 30px;
  border:solid 1px #eee
}

.mass li {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 30px 0;
  cursor: pointer;
  border-bottom: 1px dashed #e2e2e2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.mass li:first-child {
  padding-top: 0;
}

.mass li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.mass li .qs {
  width: 100%;
  height: auto;
  line-height: 24px;
  overflow: hidden;
}

.mass li .qs span {
  float: left;
  width: calc(100% - 60px);
  font-size: 20px;
  line-height: 40px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inman-ideograph;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

    .pop-up {
        position:fixed;
        top:0;
        left:0;
        background:rgba(0,0,0,.5);
        width:100%;
        height:100vh;
        z-index:999999;
        display:none;
    }
.poppack {
    width:80%;
    border-radius:30px;
    overflow:hidden;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.poptitle {
    height:80px;
    padding:0 50px;
    background:#6ba634;
}
    .poptitle h4 {
        font-size:16px;
        line-height:80px;
        color:#fff;
    }
    .poptitle span {
        font-size:30px;
        color:#fff;
        transform:rotate(45deg);
        position:absolute;
        right:30px;
        top:0;
        cursor:pointer;
    }
.popdetail {
    height:400px;
    padding:20px 30px;
    overflow:auto;
    background:#f7f7f7;
}



.mass li.active .qs span,
.mass li:hover .qs span {
    color: #6ba634;
    /* 过渡 */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.mass li .qs .row {
  float: right;
  width: 20px;
  height: 10px;
  margin-right: 0;
  margin-left: 0;
  margin-top: 10px;
  position: relative;
}

.mass li .qs .row img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.mass li .qs .row img:first-child {
  opacity: 1;
}

.mass li .qs .row img:last-child {
  opacity: 0;
}

.mass li.active .qs .row img:first-child {
  opacity: 0;
}

.mass li.active .qs .row img:last-child {
  opacity: 1;
}

.mass li .aw {
  display: none;
  width: 100%;
  height: auto;
  line-height: 32px;
  margin-top: 20px;
  font-size:16px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inman-ideograph;

}


        @media (max-width: 1400px) {
            .mass {
    padding: 40px;
    border-radius: 10px;
  }
}

@media (max-width: 1000px) {
  .mass {
    padding: 20px 15px;
    border-radius: 0;
  }
  .mass li {
    padding: 20px 0;
  }
  .mass li .qs .row {
    width: 17px;
    height: 9px;
    right:5px;
    margin-top: 12px;
  }
  .mass li .qs span {
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 30px;
  }
  .mass li .aw {
    margin-top: 15px;
    line-height: 28px;
  }
}

/* 8.下载 */
.download li {
  width: 100%;
  background-color: #f7f7f7;
  padding: 20px 30px;
  
  cursor: pointer;
  margin-top: 30px;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
    .download li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .download li:first-child {
        margin-top: 0;
    }

.download li .icon {
  width: 29px;
  height: 34px;
  display:block !important;
}

.download li .icon img {
  width: 100%;
  height: 100%;
}

.download li .down {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  color: #6ba634;
  font-size: 14px;
  border: 1px solid #6ba634;
}

.download li .down img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 4px;
}

.download li .name {
  width: calc(100% - 180px);
  padding: 0 15px;
  font-size: 18px;
}

.download li:hover .name {
  color: #6ba634;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.download li:hover .down {
  background-color: #6ba634;
  color: #ffffff;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.download li:hover .down img,
.download li.active .down img {
  /* 图片变白 */
  filter: grayscale(100%) brightness(500%);
}
.contact {
    overflow:hidden;
    padding:30px 0 ;
    display:flex;
    flex-wrap:wrap
}
    .contact li {
        width:33.3333%;
        padding:40px 100px;
        border:solid 1px #ddd;
        text-align:center;
    }

.contact-img {
    width: 92px;
    margin-top: 15px;
    margin:15px auto
}
.contact-cont {
   padding-top:10px;
}
.contact-cont h4{
    position:relative;
    font-size:20px;
    font-weight:bold;
    color:#333;
}
 .contact-cont span{
     display:inline-block;
     width:40px;
     height:4px;
     background-color:#ff5e14;
 }
 .contact-cont p {
        margin-top:20px;
        font-size:14px;
        color:#666
    }

.lxwm-map{
    background:#f8f8f8;
    padding:40px 0;
}
.map {
    margin-top: 30px;
}
.map * {
    width:100%;
}

@media (max-width: 1400px) {
    .download li {
    padding: 20px;
  }
  .download li .down {
    width: 120px;
  }
  .download li .down img {
    margin-right: 5px;
  }
  .download li .name {
    width: calc(100% - 130px);
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  .download li {
    width: 100%;
    padding: 15px 10px;
    margin-top: 15px;
  }
  .download li .icon {
    width: 20px;
    height: 25px;
  }
  .download li .down {
    width: 90px;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
  }
  .download li .down img {
    margin-right: 3px;
    width: 10px;
    height: 10px;
  }
  .download li .name {
    width: calc(100% - 110px);
    font-size: 14px;
    padding: 0 7px;
  }
    .contact li {
        width: 100%;
        padding: 40px 10px;

    }
    .contact {
        padding:25px 10px;
        margin:0;
    }
    .contact-cont {
        font-size:14px;
    }
    .contact-img {
        width:70px;
    }
    .contact-pack {
        padding:10px;
    }
    .contact-cont p {
        height:auto;
    }
}

/* 9.解决方案 */
.solve li {
  background-color: #f0f6ea;
  border-radius: 15px;
  overflow: hidden;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.solve li a {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.solve li:not(:first-child) {
  margin-top: 60px;
}

.solve li .img {
  order: 1;
  width: 48%;
}

.solve li:nth-child(even) .img {
  order: 2;
}

.solve li .img img {
  width: 100%;
  height: 100%;
}

.solve li .txt {
  order: 2;
  width: 52%;
  padding: 58px 64px 58px 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solve li:nth-child(even) .txt {
  order: 1;
}

.solve li .txt h2 {
  font-size: 24px;
}

.solve li .txt p {
  margin-top: 34px;
  line-height: 32px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.solve li .txt span {
  margin-top: 65px;
  display: block;
  width: 130px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  color: #6ba634;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #6ba634;
}

.solve li:hover h2 {
  color: #6ba634;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.solve li:hover .txt span {
  color: #ffffff;
  background-color: #6ba634;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.solve-spot {
  border-radius: 15px;
  padding: 35px 140px;
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.solve-spot p {
  width: 40%;
}

.solve-spot p:nth-child(n + 3) {
  margin-top: 43px;
}

.solve-intro {
  padding: 0 240px;
  display: flex;
  justify-content: space-between;
}

.solve-intro li {
  text-align: center;
}

.solve-intro li img {
  width: auto;
  height: 60px;
}

.solve-intro li p {
  font-size: 20px;
  margin-top: 20px;
}

@media (max-width: 1400px) {
  .solve li {
    border-radius: 10px;
  }
  .solve li .txt h2 {
    font-size: 20px;
  }
  .solve li .txt {
    padding: 40px;
  }
  .solve li .txt p {
    margin-top: 24px;
  }
  .solve li .txt span {
    margin-top: 45px;
    width: 110px;
    height: 42px;
    line-height: 40px;
  }
  .solve-spot {
    padding: 35px;
    border-radius: 10px;
  }
  .solve-spot p {
    width: 45%;
  }
  .solve-spot p:nth-child(n + 3) {
    margin-top: 32px;
  }
  .solve-intro {
    padding: 0 90px;
  }
}

@media (max-width: 1000px) {
  .solve-spot {
    padding: 30px 20px;
    border-radius: 0;
  }
  .solve-spot p {
    width: 100%;
  }
  .solve-spot p:nth-child(n + 3) {
    margin-top: 0;
  }
  .solve-spot p:nth-child(n + 2) {
    margin-top: 15px;
  }
  .solve-intro {
    padding: 0 0;
  }
  .solve-intro li img {
    height: 34px;
  }
  .solve-intro li p {
    font-size: 15px;
    margin-top: 10px;
  }
}

@media (max-width: 680px) {
  .solve li {
    border-radius: 0;
  }
  .solve li a {
    flex-direction: column;
    align-items: center;
  }
  .solve li:not(:first-child) {
    margin-top: 30px;
  }
  .solve li:nth-child(even) .img {
    order: 1;
  }
  .solve li:nth-child(even) .txt {
    order: 2;
  }
  .solve li .img {
    width: 100%;
  }
  .solve li .txt {
    width: 100%;
    padding: 20px 0 30px;
  }
  .solve li .txt h2 {
    font-size: 18px;
    text-align: center;
  }
  .solve li .txt p {
    margin-top: 13px;
    line-height: 28px;
  }
  .solve li .txt span {
    margin: 20px auto 0;
    width: 90px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
  }
}

/* 10.产品中心 */
.goods {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.goods li {
  width: calc((100% / 3) - 14px);
  cursor: pointer;
  border:solid 1px #eee;
  padding:15px;
}

.goods li:not(:nth-child(3n)) {
  margin-right: 21px;
}

.goods li:nth-child(n + 4) {
  margin-top: 21px;
}

.goods li .img {
  position:relative;
  width: 100%;
}
.goods li:hover img {
    transform: scale(0.9);
}

    .goods li:hover .img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ff5e1490;
        z-index: 5
    }

    .goods li:hover .img::after {
        content: '+';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 50px;
        color: #fff;
        z-index: 6
    }
.goods li .det {
  width: 100%;
  height: auto;
  color: #000000;
  box-sizing: border-box;
  padding: 10px 0 10px;
}

.goods li .det h2 {
  font-size: 18px;
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 7px;
  text-align: center;
}

.goods li .det span {
  display: block;
  width: 110px;
  height: 37px;
  line-height: 35px;
  font-size: 12px;
  text-align: center;
  margin: 25px auto 0;
  border: 1px solid #696969;
  color: #696969;
  transition: transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
}

.goods li.active .det span,
.goods li:hover .det span {
  border: 1px solid #6ba634;
  background-color: #6ba634;
  color: #ffffff;
  transition: transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
}

@media (max-width: 1400px) {
  .goods li .det {
    padding: 15px 0 25px;
  }
  .goods li .det h2 {
    font-size: 16px;
  }
  .goods li .det p {
    margin-top: 10px;
  }
}

@media (max-width: 1000px) {
  .goods {
    margin-top: 20px;
  }
  .goods li .det {
    padding: 15px 0 15px;
  }
  .goods li .det span {
    width: 90px;
    height: 32px;
    line-height: 30px;
    margin: 15px auto 0;
  }
}

@media (max-width: 680px) {
  .goods li {
    width: calc((100% / 2) - 5px);
  }
  .goods li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .goods li:nth-child(n + 4) {
    margin-top: 0;
  }
  .goods li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .goods li:nth-child(n + 3) {
    margin-top: 10px;
  }
}

/* 11.特点 */
.feature {
  display: flex;
  justify-content: space-between;
}

.feature li {
  width: calc((100% / 3) - 32px);
  background: #edf3fa;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 15px 23px 0px rgba(0, 0, 0, 0.08);
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.feature li h3 {
  font-size: 20px;
  width: 100%;
  text-align: center;
  height: 80px;
  line-height: 80px;
  background: #f7f7f7;
}

.feature li:hover h3 {
  color: #ffffff;
  background: url(./../images/feature-bg.png) no-repeat center/cover;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.feature li .spot {
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 35px 30px 50px;
  line-height: 32px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.feature li .spot p {
  width: 100%;
}
    .feature li:hover .spot p {
        color:#6ba634;
    }

    .feature li .spot p:nth-child(n + 2) {
        margin-top: 25px;
    }

@media (max-width: 1400px) {
  .feature li {
    width: calc((100% / 3) - 10px);
  }
  .feature li h3 {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 1000px) {
  .feature {
    flex-direction: column;
  }
  .feature li {
    width: 100%;
    margin-top: 20px;
    border-radius: 0;
  }
  .feature li:first-child {
    margin-top: 0;
  }
  .feature li h3 {
    font-size: 17px;
    height: 50px;
    line-height: 50px;
  }
  .feature li .spot {
    padding: 30px 20px;
    line-height: 27px;
  }
  .feature li .spot p:nth-child(n + 2) {
    margin-top: 15px;
  }
}

/* 12.型号 */
.model .pic {
  width: 100%;
}

.model .spot {
  padding: 0 50px;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.model .spot p {
  width: 100%;
  display:flex;
  align-items:center;
}
    .model .spot p samp {
        display:inline-block;
        width:150px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .model .spot p span {
        width: 150px;
        display: inline-block;
        margin: 0 10px;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
        .model .spot p span:hover {
            color:#6ba634;
        }

.agreement {
    width:100%;
    position:fixed;
    bottom:0;
    left:0;
    padding:10px 20px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:999;
}
    .agreement p{
        font-size:14px;
        line-height:28px;
        color:#666;
        width:80%;
    }
    .agreement span {
        display:inline-block;
        padding:0 10px;
        color:#fff;
        background:#333;
        font-size:14px;
        border-radius:3px;
        cursor:pointer;
        margin-left:30px;
    }
    /*.model .spot p:nth-child(n + 4) {
  margin-top: 30px;
}*/
    @media (max-width: 1000px) {
        .model .spot {
    padding: 0;
    font-size: 14px;
  }
        .agreement p {
            font-size:13px;
        }
        .agreement span {
            font-size:13px;
            margin-left:10px;
        }
        .model .spot p {
            width: 100%;
            flex-wrap: wrap;
        }
 /* .model .spot p:nth-child(n + 4) {
    margin-top: 0;
  }*/
/*  .model .spot p:nth-child(n + 2) {
    margin-top: 15px;
  }*/
}

/* 13.相关下载 */
.down ul li {
  padding: 26px 0;
  border-bottom: 1px solid #707070;
  
}
    .down ul li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    /*.down ul li:first-child {
  padding-top: 0;
}*/
.down .down-classify {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
}
.down ul {
    display:none;
}
    .down ul:first-child {
        display:block;
    }
    .down .down-classify p {
        font-size: 24px;
        line-height: 41px;
        border: none !important;
        color: #333;
    }
    .down ul li span {
        width: calc(100% / 3);
        padding: 0 7px;
        font-size: 18px;
        color: #666666;
    }

.down ul li span img {
  width: 24px;
  height: 23px;
  cursor: pointer;
}

.down ul li span:last-child {
  text-align: center;
}

/*.down ul li:first-child span {
  text-align: center;
  font-size: 24px;
  color: #6ba634;
}*/

.down .back {
  display: block;
  width: 150px;
  height: 52px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  margin: 70px auto 0;
  border: 1px solid #6ba634;
  color: #6ba634;
}

@media (max-width: 1400px) {
  .down ul li {
    padding: 18px 0;
  }
  .down ul li span {
    font-size: 16px;
  }
  .down ul li span img {
    width: 20px;
    height: 19px;
  }
/*  .down ul li:first-child span {
    font-size: 20px;
  }*/
  .down .back {
    margin: 50px auto 0;
  }
}

@media (max-width: 1000px) {
  .down ul li {
    padding: 13px 0;
  }
  .down ul li span {
    font-size: 13px;
  }
  .down ul li span img {
    width: 17px;
    height: 16px;
  }
  .down ul li:first-child span {
    font-size: 16px;
  }
  .down .back {
    width: 120px;
    height: 42px;
    line-height: 40px;
    font-size: 12px;
    margin: 30px auto 0;
  }
}

/* 14.关于我们导航 */
.about-anchor {
  background-color: #ffffff;
  width: 100%;
  height: 100px;
  line-height: 100px;
  /* 阴影 */
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
}

.about-anchor-fixed {
  position: fixed;
  top: 100px;
  left: 0;
  height: 60px;
  line-height: 60px;
  z-index: 301;
}

.about-anchor a {
  display: inline-block;
  font-size: 20px;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.about-anchor a.active,
.about-anchor a:hover {
  color: #6ba634;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.about-anchor a:not(:last-child) {
  margin-right: 100px;
}

@media (max-width: 1400px) {
  .about-anchor {
    height: 75px;
    line-height: 75px;
  }
  .about-anchor-fixed {
    top: 75px;
    height: 50px;
    line-height: 50px;
  }
  .about-anchor a {
    font-size: 18px;
  }
  .about-anchor a:not(:last-child) {
    margin-right: 50px;
  }
}

@media (max-width: 1000px) {
  .about-anchor {
    height: 47px;
    line-height: 47px;
  }
  .about-anchor-fixed {
    top: 47px;
    height: 40px;
    line-height: 40px;
  }
  .about-anchor a {
    font-size: 15px;
  }
  .about-anchor a:not(:last-child) {
    margin-right: 20px;
  }
}

/* 15.公司介绍 */
.about {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  background: url(./../images/about.png) no-repeat center/cover;
}

.about .cons {
  width: 42%;
  height: auto;
  float: right;
  box-sizing: border-box;
  overflow: hidden;
  padding: 142px 0 235px;
}

.about .desc {
  margin-top: 60px;
  padding-right: 60px;
  line-height: 32px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

@media (max-width: 1400px) {
  .about .cons {
    padding: 120px 0 180px;
    width: 50%;
  }
  .about .desc {
    margin-top: 40px;
    padding-right: 0;
  }
}

@media (max-width: 1000px) {
  .about .cons {
    padding: 0 2% 230px;
    width: 100%;
    /* background-color: rgba(255, 255, 255, 0.35); */
  }
  .about .desc {
    margin-top: 20px;
    line-height: 28px;
  }
}

/* 16.发展历程 */
.time-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.time-swiper .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 15px;
}

.time-swiper .swiper-slide {
  text-align: center;
  padding-bottom: 65px;
  cursor: pointer;
  border-bottom: 1px solid #e8e8eb;
}

.time-swiper .swiper-slide span {
  display: block;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  color: #d5dfe6;
}

.time-swiper .swiper-slide span::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  border-left: 1px dashed #d5dfe6;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.time-swiper .swiper-slide span::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background:#ff5e14;
  border-radius:50%;
}

.time-swiper .swiper-slide.active span {
  font-size: 24px;
  color: #ff5e14;
  font-weight: bold;
}

.time-swiper .swiper-slide.active span::before {
  border-left: 1px dashed #ff5e14;
}

.time-swiper .swiper-slide.active span::after {
  opacity: 1;
}

.air-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.air-swiper .swiper-container {
  width: 100%;
  height: auto;
  background-color: #ff5e14;
}

.air-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 50px 140px;
  cursor: pointer;
  /* 阴影 */
  /* box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08); */
}

.air-swiper .desc {
  color: #ffffff;
  line-height: 34px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

/* 轮播按钮修改 */
.air-swiper .swiper-button-next,
.air-swiper .swiper-button-prev {
  width: 13px;
  height: 23px;
  cursor: pointer;
  background-size: 100% 100%;
  margin-top: -10px;
}
.air-swiper .swiper-button-next,
.air-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(./../images/row-right1.png);
  right: 32px;
}
.air-swiper .swiper-button-prev,
.air-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../images/row-left1.png);
  left: 32px;
}

@media (max-width: 1400px) {
  .time-swiper .swiper-container {
    padding-bottom: 12px;
  }
  .time-swiper .swiper-slide {
    padding-bottom: 45px;
  }
  .time-swiper .swiper-slide span::before {
    height: 40px;
  }
  .time-swiper .swiper-slide span::after {
    width: 24px;
    height: 24px;
    bottom: -12px;
  }
  .time-swiper .swiper-slide span {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
  }
  .time-swiper .swiper-slide.active span {
    font-size: 20px;
  }
  .air-swiper .swiper-slide {
    padding: 30px 70px;
  }
  .air-swiper .desc {
    font-size: 14px;
  }
  .air-swiper .swiper-button-next,
  .air-swiper .swiper-container-rtl .swiper-button-next {
    right: 20px;
  }
  .air-swiper .swiper-button-prev,
  .air-swiper .swiper-container-rtl .swiper-button-prev {
    left: 20px;
  }
}

@media (max-width: 1000px) {
  .time-swiper .swiper-container {
    padding-bottom: 12px;
  }
  .time-swiper .swiper-slide {
    padding-bottom: 45px;
  }
  .time-swiper .swiper-slide span::after {
    width: 20px;
    height: 20px;
    bottom: -10px;
  }
  .time-swiper .swiper-slide span {
    font-size: 16px;
    height: 27px;
    line-height: 27px;
  }
  .time-swiper .swiper-slide.active span {
    font-size: 18px;
  }
  .air-swiper .swiper-slide {
    padding: 20px 30px;
  }
  .air-swiper .desc {
    font-size: 13px;
    line-height: 29px;
  }
  .air-swiper .swiper-button-next,
  .air-swiper .swiper-container-rtl .swiper-button-next {
    right: 15px;
  }
  .air-swiper .swiper-button-prev,
  .air-swiper .swiper-container-rtl .swiper-button-prev {
    left: 15px;
  }
  .air-swiper .swiper-button-next,
  .air-swiper .swiper-container-rtl .swiper-button-next {
    right: 0px;
  }
  .air-swiper .swiper-button-prev,
  .air-swiper .swiper-container-rtl .swiper-button-prev {
    left: 0px;
  }
}

/* 18.企业文化 */
.culture li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.culture li:not(:first-child) {
  margin-top: 60px;
}

.culture li .img {
  order: 1;
  width: 48%;
  overflow: hidden;
}

.culture li:nth-child(even) .img {
  order: 2;
}

.culture li .txt {
  order: 2;
  width: 57%;
  margin-left: -5%;
  background-color: #ffffff;
  padding: 60px;
  /* 阴影 */
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  color: #666666;
  font-size: 18px;
  line-height: 40px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.culture li:nth-child(even) .txt {
  order: 1;
  margin-left: 0;
  margin-right: -5%;
}

@media (max-width: 1400px) {
  .culture li .txt {
    padding: 40px;
    font-size: 16px;
    line-height: 32px;
  }
}

@media (max-width: 1000px) {
  .culture li:not(:first-child) {
    margin-top: 30px;
  }
  .culture li {
    flex-direction: column;
  }
  .culture li .img {
    order: 1;
    width: 50%;
  }
  .culture li:nth-child(even) .img {
    order: 1;
  }
  .culture li .txt {
    order: 2;
    width: 100%;
    margin-left: 0;
    padding: 30px 20px;
    font-size: 13px;
    line-height: 28px;
  }
  .culture li:nth-child(even) .txt {
    order: 2;
    margin-left: 0;
    margin-right: 0;
  }
}

/* 19.荣誉资质 */
.cert-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
}

.cert-swiper img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.cert-swiper .swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}

.cert-swiper .swiper-slide-active,
.cert-swiper .swiper-slide-duplicate-active {
  transform: scale(1);
}

/* 分页器按钮样式修改 */
.cert-swiper .swiper-pagination-bullet,
.cert-swiper .swiper-pagination-bullet-active {
  width: 50px;
  height: 4px;
  border-radius: 13px;
  background-color: #e1e1e1;
  opacity: 1;
}
.cert-swiper .swiper-pagination-bullet-active {
  background-color: #6ba634;
}
.cert-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}
.cert-swiper .swiper-container-horizontal > .swiper-pagination-bullets,
.cert-swiper .swiper-pagination-custom,
.cert-swiper .swiper-pagination-fraction {
  bottom: 0;
}

@media (max-width: 1000px) {
  .cert-swiper {
    margin-top: 32px;
    padding-bottom: 40px;
  }
  .cert-swiper .swiper-pagination-bullet,
  .cert-swiper .swiper-pagination-bullet-active {
    width: 32px;
    height: 2px;
    border-radius: 7px;
  }
  .cert-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
}

/* 20.首页关于我们 */
.exp {
  display: flex;
  justify-content:space-between;
  width:80%
}

.exp li p {
  line-height: 60px;
}

.exp li i {
  font-family: "Impact";
  font-size: 60px;
  display: inline-block;
  color: #6ba634;
}
.exp li em {
  font-size: 18px;
}
.exp li img{
    height:60px;
    display:block;
    margin:0 auto
}
.exp li span {
  display: block;
  font-size: 16px;
  text-align:center;
  color:#666;
  padding-top:10px
}

@media (max-width: 1400px) {
  .exp li p {
    line-height: 47px;
  }
  .exp li i {
    font-size: 47px;
  }
  .exp li em {
    font-size: 16px;
  }
  .exp li span {
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  .exp {
    flex-wrap: wrap;
    width:100%
  }
  .exp li {
    width: 25%;
    text-align: center;
  }

  .exp li p {
    line-height: 32px;
  }
  .exp li i {
    font-size: 32px;
  }
  .exp li em {
    font-size: 12px;
  }
  .exp li span {
    font-size: 14px;
    margin-top: -3px;
  }
}

.us {
    background-attachment: fixed;
    background-image: url(./../images/sh-bj2.png);
    background-size:100% 100%;
    padding-bottom: 400px
}

.us .cons {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title h3 {
    font-size: 32px;
    color: rgb(39, 50, 114);
    text-transform: uppercase;
}
.title h3 span{
    color:#ff5e14
}
.title h4{
    padding-top:20px;
    font-size:24px;
    color:#000;
    font-weight:bold;
}
.us .img {
  position:relative;
  width: 45%;
}
.video-but {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 555555555;
    cursor: pointer;
    animation: asd 5s linear infinite alternate;
}
@keyframes asd{
    0%{ opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100%{
        opacity:0;
    }
}
.video-but img{
    width:30px;
}
.us .img::before {
    content: '';
    position: absolute;
    background: #ff5e14;
    height: calc(100% + 20px);
    width: 260px;
    top: -10px;
    right: -10px;
    z-index: -1
}

.us .txt {
  width: 50%;
}

.us .txt .desc {
  margin-top: 40px;
  line-height: 38px;
  font-size: 18px;
  /* 文字对齐 */
  color:#333;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
}

.us .exp {
  margin-top: 60px;
}

.us .more {
  margin: 65px 0 0;
  display: block;
  width: 150px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  color: #6ba634;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #6ba634;
}

@media (max-width: 1400px) {
  .us .txt .desc {
    font-size: 16px;
    line-height: 32px;
    margin-top: 40px;
  }
  .us .more {
    width: 120px;
    height: 42px;
    line-height: 40px;
  }
}

@media (max-width: 1000px) {
  .us .cons {
    flex-direction: column;
  }
  .us .img {
    width: 100%;
    margin: 30px auto 0;
  }
  .us .txt {
    width: 100%;
  }
  .us .txt h2 {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }
  .us .txt .desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
  }
  .us .exp {
    margin-top: 27px;
  }
  .us .more {
    margin: 30px auto 0;
    width: 100px;
    height: 37px;
    line-height: 35px;
    font-size: 12px;
  }
}
.models {
    margin-top:20px;
}
/* 21.优势介绍 */
.opera {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.opera li {
  width: calc(100% / 3);
  height: 175px;
  position: relative;
  cursor: pointer;
  transition:all .5s;
}
    .opera li:hover {
        height:400px;
    }

    .opera li .img {
        width: 100%;
        height: 100%;
    }
    .opera li .img img {
        object-fit:cover;
    }

    .opera li .cons {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0;
        padding: 60px 70px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

.opera li .icon img {
  width: auto;
  height: 55px;
}

.opera li .icon span {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  position: relative;
  padding-bottom: 15px;
}

.opera li .icon span::before {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.opera li h2 {
  font-size: 24px;
  padding-bottom: 10px;
  position: relative;
}

.opera li h2::before {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.opera li .sight {
  margin-top: 23px;
  position: relative;
  display: block;
}

.opera li .sight p {
  margin-top: 30px;
  line-height: 32px;
  /* 文字最多显示几行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分省略号 */
  word-break: break-all; /* break-all(允许在单词内换行。) */
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 3; /* 显示的行数 */
  height: calc(32px * 3); /* 设置最大高度，根据行高，要几行乘以几倍 */
  display:none;
}

.opera li .sight a {
  display: block;
  margin: 37px auto 0;
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #6ba634;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #ffffff;
  display:none;
}
    .opera li:hover .sight p,
    .opera li:hover .sight a{
        display: block;
    }

    .opera li:hover .cons {
        justify-content: flex-end;
        background-color: rgba(107, 166, 52, 0.5);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

.opera li:hover .icon {
  display: none;
}

.opera li:hover .sight {
  display: block;
}

@media (max-width: 1400px) {
  /*.opera li {
    height: 680px;
  }*/
  .opera li .cons {
    padding: 30px 20px;
  }
  .opera li .icon img {
    height: 40px;
  }
  .opera li .icon span {
    font-size: 18px;
  }
  .opera li .sight p {
    margin-top: 20px;
  }
  .opera li h2 {
    font-size: 20px;
  }
}

@media (max-width: 1000px) {
  .opera {
    flex-wrap: wrap;
  }
  .opera li {
    width: 100%;
    height: 320px;
  }
  .opera li .icon img {
    height: 32px;
  }
  .opera li .icon span {
    font-size: 15px;
  }
  .opera li .sight p {
    margin-top: 15px;
    line-height: 28px;
  }
  .opera li h2 {
    font-size: 17px;
  }
  .opera li h2::before,
  .opera li .icon span::before {
    width: 18px;
  }
  .opera li .sight a {
    margin: 20px auto 0;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
    .down .down-classify p {
        font-size:15px;
        line-height:30px;
    }
}
.agreement div span:nth-child(1) {
    background: #6ba634;
}
/* 22.产品推荐 */
.mation-swiper {
    position: relative;
}

.mation-swiper .swiper-container {
  padding: 30px 0 10px;
}

.mation-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 20px 30px;
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  /* 蓝色阴影 */
  box-shadow: 0 0 15px 0 rgba(233, 235, 240, 1);
}

.mation-swiper .swiper-slide-active {
  background-color: #6ba634;
  transform: translateY(-30px);
}

.mation-swiper .swiper-slide a {
  display: block;
}

.mation-swiper .img {
  border-radius: 15px;
  overflow: hidden;
}

.mation-swiper a h3 {
  font-size: 20px;
  margin-top: 30px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.mation-swiper a p {
  line-height: 32px;
  margin-top: 15px;
  color: #999999;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}

.mation-swiper .swiper-slide-active a,
.mation-swiper .swiper-slide-active p {
  color: #ffffff;
}

/* 分页按钮修改 */
.mation-swiper .swiper-button-next,
.mation-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
}
.mation-swiper .swiper-button-prev,
.mation-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(./../images/row-left2.png);
  background-size: 100% 100%;
  left: -90px;
  cursor: pointer;
}
.mation-swiper .swiper-button-next,
.mation-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../images/row-right2.png);
  background-size: 100% 100%;
  right: -90px;
  cursor: pointer;
}

@media (max-width: 1600px) {
  .mation-swiper .swiper-container {
    width: calc(100% - 180px);
  }
  .mation-swiper .swiper-button-prev,
  .mation-swiper .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .mation-swiper .swiper-button-next,
  .mation-swiper .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}

@media (max-width: 1400px) {
  .mation-swiper .swiper-button-next,
  .mation-swiper .swiper-button-prev {
    width: 43px;
    height: 43px;
  }
  .mation-swiper .swiper-container,
  .mation-swiper .swiper-container {
    width: calc(100% - 120px);
  }
  .mation-swiper .swiper-slide {
    border-radius: 20px;
  }
  .mation-swiper .img {
    border-radius: 20px;
  }
  .mation-swiper a h3 {
    font-size: 18px;
    margin-top: 20px;
  }
  .mation .inside-lg {
    border-radius: 30px;
    float: none;
    margin: -180px auto 0;
  }
}

@media (max-width: 1000px) {
  .mation-swiper .swiper-button-next,
  .mation-swiper .swiper-button-prev {
    width: 23px;
    height: 23px;
  }
  .mation-swiper .swiper-container,
  .mation-swiper .swiper-container {
    width: calc(100% - 60px);
  }
  .mation-swiper {
    margin-top: 20px;
  }
  .mation-swiper .swiper-slide {
    border-radius: 10px;
    padding: 15px;
  }
  .mation-swiper .img {
    border-radius: 10px;
  }
  .mation-swiper a h3 {
    font-size: 18px;
    margin-top: 15px;
  }
  .mation-swiper a p {
    margin-top: 10px;
    line-height: 29px;
  }
  .mation .inside-lg {
    border-radius: 20px;
  }
}

/* 23.首页新闻资讯 */
.jour {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}

.jour .lf {
  width: 45%;
  height: auto;
  box-sizing: border-box;
/*  background-color: #ffffff;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.12);*/
}

.jour .lf .img {
  width: 100%;
  height:440px
}
.jour .lf .tet{
   padding:15px 5px;
   border-bottom:dashed 1px #999
}
.jour .lf h4 {
  font-size: 18px;
  color:#333;
  font-weight:bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.jour .lf p {
  font-size: 14px;
  color:#666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-top:10px
}
.jour .lf .time {
  display: flex;
  align-items: center;
}

.jour .lf .time span {
  font-size: 16px;
  color: #6ba634;
}

.jour .lf .time .line {
  width: 244px;
  height: 1px;
  background-color: #6ba634;
  margin-left: 58px;
}

.jour .rg {
  width: 60%;
  box-sizing: border-box;
  padding-left: 60px;
}
.jour .rg li:first-child{
    padding:0 0 20px 0
}
.jour .rg li{
    padding:20px 0;
   border-bottom:dashed 1px #999
}
.jour .rg li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jour .rg li .pic{
    overflow:hidden;
    width:210px;
    height:140px
}
.jour .rg li .pic img{
    width:100%;
    height:100%
}
.jour .rg li .tet{
    width:calc(100% - 230px)
}
.jour .rg li h4{
    font-size:18px;
    color:#333;
    text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-weight:bold;
}
.jour .rg li p{
    font-size:14px;
   margin-top:10px;
    line-height:25px;
    height:50px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
color:#666;
    
}
.jour .rg li span{
    display:block;
    font-size:14px;
    color:#999;
    padding-top:10px;
}
.jour .rg li:hover h4,
.jour .lf:hover  h4{
    color:#ff5e14
} 




@media (max-width: 1000px) {
 .jour {
  margin-top: 35px;
  display: block;
}

.jour .lf {
  width: 100%;
  height: auto;
  box-sizing: border-box;
/*  background-color: #ffffff;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.12);*/
}

.jour .lf .img {
  width: 100%;
  height:auto
}
.jour .lf .tet{
   padding:15px 5px;
   border-bottom:dashed 1px #999
}



.jour .rg {
  width: 100%;
  box-sizing: border-box;
  padding-left: 0px;
}
.jour .rg li:first-child{
    padding:20px 0 20px 0
}

.jour .rg li .pic{
    overflow:hidden;
    width:180px;
    height:120px
}
.jour .rg li .pic img{
    width:100%;
    height:100%
}
.jour .rg li .tet{
    width:calc(100% - 190px)
}
.jour .rg li h4{
    font-size:18px;
    color:#333;
    text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-weight:bold;
}
.jour .rg li p{
    font-size:14px;
   margin-top:10px;
    line-height:25px;
    height:50px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
color:#666;
    
}
.jour .rg li span{
    display:block;
    font-size:14px;
    color:#999;
    padding-top:10px;
}
.jour .rg li:hover h4,
.jour .lf:hover  h4{
    color:#ff5e14
} 
}

/* 24.首页合作案例 */
.factory-swiper {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 70px;
}

.factory-swiper .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px;
}

.factory-swiper img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.factory-swiper p {
  width: 100%;
  line-height: 32px;
  padding: 15px 10px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.12);
}

.factory-swiper .swiper-slide-active p {
  color: #ffffff;
  background-color: #6ba634;
}

/* 分页器按钮样式修改 */
.factory-swiper .swiper-pagination {
  width: 100%;
  bottom: 0;
}
.factory-swiper .swiper-pagination-bullet,
.factory-swiper .swiper-pagination-bullet-active {
  width: 50px;
  height: 4px;
  border-radius: 13px;
  background-color: #e1e1e1;
  opacity: 1;
}
.factory-swiper .swiper-pagination-bullet-active {
  background-color: #6ba634;
}
.factory-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}
.factory-swiper .swiper-container-horizontal > .swiper-pagination-bullets,
.factory-swiper .swiper-pagination-custom,
.factory-swiper .swiper-pagination-fraction {
  bottom: 0;
}

@media (max-width: 1000px) {
  .factory-swiper p {
    line-height: 28px;
    padding: 10px;
  }
  .factory-swiper {
    padding-bottom: 40px;
  }
  .factory-swiper .swiper-pagination-bullet,
  .factory-swiper .swiper-pagination-bullet-active {
    width: 32px;
    height: 2px;
    border-radius: 7px;
  }
  .factory-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
}

.index-tow {
    position:relative;
    background-attachment: fixed;
    background-image: url(../images/sy-bj1.jpg);
    background-size:100% 100%;
    height:500px
}
.index-tow:after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:#00000080;
    top:0;
    left:0;
    z-index:1
}
.index-tow .index-fite{
    display:flex;
    position:relative;
    z-index:5

}
.index-tow .index-fite .index-prod{
    width:50%;
    position:relative;
    margin-top:-300px
}
.index-tow .index-fite .index-prod .pic{
    height:500px;
    overflow:hidden;
    background:rgb(217, 217, 217);
    padding:10px;
}
.index-tow .index-fite .index-prod .pic img{
    width:100%;
    height:100%;
    object-fit:cover
}
.index-tow .index-fite .index-prod .pic .ov{
    overflow:hidden;
        width:100%;
    height:100%;
}
.index-tow .index-fite .index-prod  .title{
    text-align:center;
    padding-top:40px
}
.index-tow .index-fite .index-prod .title h3{
    color:#fff
}
.index-tow .index-fite .index-prod .title h4{
    color:#fff;
    font-size:24px;
    font-weight:bold
}
.index-tow .index-fite .index-prod .title p{
    font-size:16px;
    color:rgb(204, 204, 204);
    padding:20px 10% 0
}

@media (max-width: 1000px) {
    
.index-tow {
        background-attachment: fixed;
    background-image: url(../images/sy-bj1.jpg);
    background-size: cover;
    padding:0 0 40px 0;
    height:auto;
}
.index-tow .index-fite {
    display:block
}
.index-tow .index-fite .index-prod{
    width:100%;
    position:relative;
    margin-top:40px
}
.index-tow .index-fite .index-prod .pic{
    height:300px;
    padding:10px;
}

.us{
    padding-bottom:40px
}
    .exp li img {
        height: 50px
    }

}


.index-case{
    padding:40px 0
}
.index-case .title{
    text-align:center
}
.index-case .title h4{
    font-weight:bold;
}
.index-case-mian ul{
    padding-top:10px;
    overflow:hidden;
    margin:0 -10px
}
.index-case-mian ul li{
    width:33.3%;
    padding:10px;
    float:left;
    margin-top:20px
}
.index-case-mian ul li a{

    display:block;
}
.index-case-mian ul li .pic{
        position:relative;
    height:300px;
    overflow:hidden;
}
.index-case-mian ul li .pic img{
    width:100%;
    height:100%;
    object-fit:cover
}
.index-case-mian ul li p{
    font-size:16px;
    color:#333;
    text-align:center;
    padding-top:15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight:bold
}
.index-case-mian ul li:hover img{
    transform: scale(0.9);
} 
.index-case-mian ul li:hover .pic:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#ff5e1490;
    z-index:5
}
.index-case-mian ul li:hover .pic::after{
    content:'+';
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size:50px;
    color:#fff;
    z-index:6
}

.index-news{
    padding:40px 0;
    background-attachment: fixed;
    background-image: url(./../images/sh-bj2.png);
    background-size:100% 100%;
}
@media (max-width: 1000px) {

.index-case{
    padding:40px 0
}

.index-case-mian ul{
    padding-top:10px;
    overflow:hidden;
    margin:0 -10px
}
.index-case-mian ul li{
    width:50%;
    padding:5px;
    float:left;
    margin-top:20px
}

.index-case-mian ul li .pic{
     position:relative;
    height:150px;
    overflow:hidden;
}
.index-case-mian ul li .pic img{
    width:100%;
    height:100%;
    object-fit:cover
}
.index-case-mian ul li p{
    font-size:16px;
    color:#333;
    text-align:center;
    padding-top:15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight:bold
}
.index-case-mian ul li:hover img{
    transform: scale(0.9);
} 
.index-case-mian ul li:hover .pic:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#ff5e1490;
    z-index:5
}
.index-case-mian ul li:hover .pic::after{
    content:'+';
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size:50px;
    color:#fff;
    z-index:6
}

.index-news{
    padding:40px 0;
    background-attachment: fixed;
    background-image: url(./../images/sh-bj2.png);
    background-size:100% 100%;
}
}


.index-shoee {
    position:relative;
    padding: 40px 0;
    background-attachment: fixed;
    background-image: url(./../images/pilon-robots-bg.jpg);
    background-size: 100% 100%;
    height:500px
}
.index-shoee:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000080;
    top: 0;
    left: 0;
    z-index: 1
}
.index-shoee  .inside{
    position:relative;
    z-index:5
}
.index-shoee  .title h4{
    color:#fff
}
.index-shoee  .title h3{
    color:#fff
}

.index-shoee-mian {
    padding-top:60px
}
.index-shoee-mian ul{
    display:flex;
    justify-content:space-between
}
.index-shoee-mian ul li{
    width:25%;
    padding:0 40px;
}
.index-shoee-mian ul li{
   text-align:center
}
.index-shoee-mian ul li  img{
    height:120px;
    margin:0 auto;
    display:block;
}
.index-shoee-mian ul li h3{
    font-size:18px;
    color:#fff;
    font-weight:bold;
    padding-top:15px;
}
.index-shoee-mian2 ul li h3{
       color:#333;
}
.index-shoee-mian ul li p {
    font-size:14px;
    color:#ffffff80;
    padding-top:15px;
}
.index-shoee-mian2 ul li p {
    color: #666;
}
.index-shoee-mian ul li span{
    display:inline-block;
    width:100px;
    height:1px;
    background:#fff;
}
.index-shoee-mian2 ul li span {
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #999
}
.index-shoee-mian ul li:hover img{
    filter: grayscale(200%) brightness(700%);
} 
.index-shoee-mian ul li:hover p{
    color:#ffffff
}
.index-shoee-mian2 ul li:hover img {
    filter: grayscale(100%) brightness(100%);
}

.index-shoee-mian2 ul li:hover p {
    color: #ff5e14
}

@media (max-width: 1000px) {
.index-shoee {
      background-attachment: fixed;
    background-image: url(./../images/pilon-robots-bg.jpg);
    background-size: cover;
    padding: 40px 0;
    height:auto
}

.index-shoee-mian {
    padding-top:20px
}
.index-shoee-mian ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
.index-shoee-mian ul li{
    width:50%;
    padding:20px;
}

.index-shoee-mian ul li  img{
    height:80px;
}
.index-shoee-mian ul li h3{
    font-size:18px;
    font-weight:bold;
    padding-top:15px;
}
.index-shoee-mian ul li p {
    font-size:14px;
    padding-top:15px;
}
.index-shoee-mian ul li span{
    display:inline-block;
    width:100px;
    height:1px;
}
}
.adout-one{
    padding:40px 0
}
.adout-one h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
}
.adout-one .p{
    padding:40px 0;
     font-size:16px;
     color:#666;
     text-align:center;
}
.adout-one .exp{
    margin: 40px auto 0
}

.adout-tow {
    position:relative;
    background-attachment: fixed;
    background-image: url(./../images/pilon-robots-bg.jpg);
    background-size: cover;
    padding: 40px 0;
    height: auto
}
.adout-tow:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000080;
    top: 0;
    left: 0;
    z-index: 1
}
.adout-tow .inside{
    position:relative;
    z-index:5
}
.adout-tow  .title  h3{
    color:#fff;
    text-align:center;
}
.adout-tow  .title  h4{
    color:#fff;
    text-align:center;
}
.adout-tow .adout-tow-ys{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.adout-tow .adout-tow-ys .tet-fl{
    width:30%;
}
.adout-tow .adout-tow-ys .tet-fl .tet{
    padding-top:50px;
}
.adout-tow .adout-tow-ys .tet-fl h3{
    color:#ff5e14;
    font-size:20px;
    font-weight:bold;
}
.adout-tow .adout-tow-ys .tet-fl p{
    color:#fff;
    font-size:16px;
    padding-top:10px;
}
.adout-tow .adout-tow-ys .img{
    width:30%;
    padding:50px 0 0 0 
}

.adout-shree {
    position:relative;
    background-attachment: fixed;
    background-image: url(./../images/pilon-robots-bg.jpg);
    background-size: cover;
    padding: 40px 0;
    height: auto
}
.adout-shree:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000080;
    top: 0;
    left: 0;
    z-index: 1
}
.adout-shree .inside{
    position:relative;
    z-index:5
}
.adout-shree ul{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:300px
}
.adout-shree ul li{
    width:25%;
    text-align:center;
    color:#fff
}
.adout-shree ul li h3{
    font-size:56px
}
.adout-shree ul li h3 sup{
     font-size:18px;
     padding-left:5px
}
.adout-shree ul li p{
     font-size:18px;
     padding-top:15px
}
.adout-hzkh{
    padding:40px 0;
}
.adout-hzkh-nr ul{
    padding-top:40px;
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px
}
.adout-hzkh-nr ul li {
    width:20%;
    padding:10px;
}
.adout-hzkh-nr ul li a{
    display:flex;
    height:100%;
    border:solid 1px #eee;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.prod-deyail{
    display:flex;
}
.prod-deyail .pic{
    width:350px;
}
.prod-deyail .tet{
    width:calc(100% - 350px);
    padding-left:40px;
}
.prod-deyail .tet h3{
    font-size:22px;
    color:#333;
    border-bottom:solid 1px #eee;
    padding-bottom:10px;
}
.prod-deyail .tet p{
    font-size:16px;
    color:#666;
    padding-top:15px;
}
.prod-deyail-xq{
    padding-top:40px;
}

.gramenu-case li.active a{
    color:#ff5e14!important
}
.gramenu-case li:hover a {
    color: #ff5e14!important
}

@media (max-width: 1000px) {
    .adout-one .exp{
    margin: 20px auto 0
}


.adout-tow .adout-tow-ys{
    display:block;
    padding-top:20px;
}
.adout-tow .adout-tow-ys .tet-fl{
    width:100%;
}
.adout-tow .adout-tow-ys .tet-fl .tet{
    padding-top:20px;
}
.adout-tow .adout-tow-ys .tet-fl h3{
    font-size:18px;
}
.adout-tow .adout-tow-ys .tet-fl p{
    font-size:14px;
}
.adout-tow .adout-tow-ys .img{
    width:100%;
    padding:50px 0 0 0 ;
    display:none;
}

.adout-shree ul{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    justify-content:space-between;
    height:auto
}
.adout-shree ul li{
    width:50%;
    text-align:center;
    color:#fff;
    margin:20px 0
}
.adout-shree ul li h3{
    font-size:48px
}


.adout-hzkh-nr ul{
    padding-top:40px;
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px
}
.adout-hzkh-nr ul li {
    width:50%;
    padding:10px;
}
.adout-hzkh-nr ul li a{
    display:flex;
    height:100%;
    border:solid 1px #eee;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.prod-deyail{
    display:block;
}
.prod-deyail .pic{
    width:100%;
}
.prod-deyail .tet{
    width:100%;
    padding-left:0px;
    padding-top:20px;
}
.prod-deyail .tet h3{
    font-size:20px;
    color:#333;
    border-bottom:solid 1px #eee;
    padding-bottom:10px;
}
.prod-deyail .tet p{
    font-size:14px;
    color:#666;
    padding-top:15px;
}
.prod-deyail-xq{
    padding-top:40px;
    font-size:14px;
    color:#666;
}
}


.join-one{
    padding:40px 0
}
.join-one h3{
    text-align:center;
    font-size:24px;
    color:#333;
    font-weight:bold;
}
.join-one .tet-p{
    font-size:16px;
    color:#666;
    padding-top:10px;
    text-align:center;
}
.join-one .exp{
    padding-top:60px;
    width:100%
}
.join-one .exp li{
    width:25%
}
.join-one .exp span{
    font-size:18px;
    color:#333;
    padding-top:10px;
    font-weight:bold;
}
.join-one .exp p{
      font-size:14px;
     color:#666;
     line-height:25px;
     text-align:center;
}
.join-one-x{
    border-top:solid 1px #eee
}
.join-fite{
    display:flex;
    justify-content:space-between;
    padding-top:60px;
}
.join-fite .join-lit{
    width:calc(100% - 340px);

}
.join-fite .join-tet{
    width:320px;
    border:solid 1px #eee;
    padding:20px;
}
.join-fite .join-tet h3{
    font-size:18px;
    color:#333;
    font-weight:bold;
    text-align:left;
}
.join-fite .join-tet .xz-tet{
    padding-top:20px;
}

@media (max-width: 1000px) {
.join-one h3{
    text-align:center;
    font-size:24px;
    color:#333;
    font-weight:bold;
}
.join-one .tet-p{
    font-size:16px;
    color:#666;
    padding-top:10px;
    text-align:center;
}
.join-one .exp{
    padding-top:0px;
    width:100%
}
.join-one .exp li{
    width:100%;
    padding-top:40px;
}
.join-one .exp span{
    font-size:18px;
    color:#333;
    padding-top:10px;
    font-weight:bold;
}
.join-one .exp p{
      font-size:14px;
     color:#666;
     line-height:25px;
     text-align:center;
}
.join-one-x{
    border-top:solid 1px #eee
}
.join-fite{
    display:block;
    justify-content:space-between;
    padding-top:60px;
}
.join-fite .join-lit{
    width:100%;

}
.join-fite .join-tet{
    width:100%;
    margin-top:40px;
    border:solid 1px #eee;
    padding:20px;
}
.join-fite .join-tet h3{
    font-size:18px;
    color:#333;
    font-weight:bold;
    text-align:left;
}
.join-fite .join-tet .xz-tet{
    padding-top:20px;
}
}



.category-h3{
    font-size:24px;
    color:#333;
    font-weight:bold;
}
.yx-map{
    padding:40px 0;
}
.category-wd{
    border:solid 1px #eee;
    padding:20px;
    margin-top:40px;
}
.Aftersales-one{
    background:#f9f9f9;
    margin-top:40px;
    display:flex;
    align-items:center;
}
.Aftersales-one .pic{
    width:50%;
}
.Aftersales-one .tet{
    width:50%;
    padding:30px;
    font-size:16px;
    color:#666
}

.Aftersales-list{
    padding-top:40px;
}
.Aftersales-list ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px;
}
.Aftersales-list ul li{
    width:33.3%;
    padding:10px;
}
.Aftersales-list ul li a{
    display:block;
    border:solid 1px #eee;
    padding:20px;
    height:100%
}
.Aftersales-list ul li a .pic{
    text-align:center;
}
.Aftersales-list ul li a .pic img{
    height:150px;
}
.Aftersales-list ul li .tet h3{
    font-size:18px;
    padding-top:20px;
    color:#333;
    text-align:center;
}
.Aftersales-list ul li .tet p{
    font-size:14px;
    padding-top:20px;
    color:#666;
    text-align:center;
}
.Aftersales-list ul li a:hover{
    border:solid 1px #ff5e14
}
.webdiyerCss a,
.webdiyerCss span{
    display: inline-block;
    border: solid 1px #eee;
    border-radius: 5px;
    padding: 5px 10px
}
.webdiyerCss a:hover{
    background-color:#ff5e14;
    color:#fff
}

@media (max-width: 1000px) {

.category-h3{
    font-size:24px;
    color:#333;
    font-weight:bold;
}
.yx-map{
    padding:40px 0;
}
.category-wd{
    border:solid 1px #eee;
    padding:20px;
    margin-top:40px;
}
.Aftersales-one{
    background:#f9f9f9;
    margin-top:40px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.Aftersales-one .pic{
    width:100%;
}
.Aftersales-one .tet{
    width:100%;
    padding:10px;
    font-size:16px;
    color:#666
}

.Aftersales-list{
    padding-top:40px;
}
.Aftersales-list ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px;
}
.Aftersales-list ul li{
    width:100%;
    padding:10px;
}
.Aftersales-list ul li a{
    display:block;
    border:solid 1px #eee;
    padding:20px;
}
.Aftersales-list ul li a .pic{
    text-align:center;
}
.Aftersales-list ul li a .pic img{
    height:80px;
}
.Aftersales-list ul li .tet h3{
    font-size:18px;
    padding-top:20px;
    color:#333;
    text-align:center;
}
.Aftersales-list ul li .tet p{
    font-size:14px;
    padding-top:20px;
    color:#666;
    text-align:center;
}
.Aftersales-list ul li a:hover{
    border:solid 1px #ff5e14
}
}


.innovate-one ul{
    padding-top:40px;
}
.innovate-one ul li {
    background: #f9f9f9;
    overflow: hidden
}
.innovate-one ul li .pic{
    float:left;
    width:50%;
}
.innovate-one ul li .pic img{
    width:100%
}
.innovate-one ul li:nth-child(2n) .pic{
       float:right;
    width:50%;
}
.innovate-one ul li .tet{
    float:right;
    width:50%;
    padding:40px;
}
.innovate-one ul li:nth-child(2n) .tet{
      float:left;
    width:50%;
}
.innovate-one ul li .tet h3{
    position:relative;
    font-size:22px;
    color:#333;
    font-weight:bold;
    padding:20px 0
}
.innovate-one ul li .tet h3:before{
    content:'';
    position:absolute;
    width:80px;
    height:4px;
    background:#ff5e14;
    bottom:-10px;
}
.innovate-one ul li .tet p{
    font-size:16px;
    color:#666;
    padding-top:30px;
}
.honor-one ul{
    padding-top:20px;
    display:flex;
    flex-wrap:wrap;
    margin:0 -20px
    
}
.honor-one ul li{
    width:33.3%;
    padding:20px;
}
.honor-one ul li a{
    display:block;
    height:100%;
    position:relative;
    border:solid 1px #eee;
    padding:20px 20px 60px 20px;
}
.honor-one ul li .img{
    height:100%;
    display:flex;
    align-items:center;
}
.honor-one ul li .det{
    position:absolute;
    bottom:0;
    width:100%;
   
    left:0;
  
    text-align:center;
}
.honor-one ul li .det h2{
  font-size:16px; 
  line-height:60px;
  color:#333
}

@media (max-width: 1000px) {
.innovate-one ul{
    padding-top:40px;
}
.innovate-one ul li {
    background: #f9f9f9;
    overflow: hidden
}
.innovate-one ul li .pic{
    float:none;
    width:100%;
}
.innovate-one ul li .pic img{
    width:100%
}
.innovate-one ul li:nth-child(2n) .pic{
       float:none;
    width:100%;
}
.innovate-one ul li .tet{
    float:none;
    width:100%;
    padding:20px;
}
.innovate-one ul li:nth-child(2n) .tet{
      float:none;
    width:100%;
}
.innovate-one ul li .tet h3{

    padding:10px 0
}

.honor-one ul{
    padding-top:20px;
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px
    
}
.honor-one ul li{
    width:50%;
    padding:10px;
}
.honor-one ul li a{

    padding:20px 20px 40px 20px;
}

.honor-one ul li .det h2{
  line-height:40px;

}
}


.culture-one ul {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px
}
.culture-one ul li{
     width:50%;
    padding:20px;
}
.culture-one ul li a{
    display:block;
    height:100%;
    position:relative;
    border:solid 1px #eee;
    padding:60px 20px 60px 20px;
    text-align:center;
}
.culture-one ul li .pic{
    text-align:center;
}
.culture-one ul li .pic img{
    height:80px;
}
.culture-one ul li h3{
    padding-top:15px;
    font-size:22px;
    color:#333
}
.culture-one ul li p{
    font-size:14px;
    color:#666;
    padding-top:10px
}
@media (max-width: 1000px) {
    
.culture-one ul {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}
.culture-one ul li{
     width:50%;
    padding:10px;
}
.culture-one ul li a{
    display:block;
    height:100%;
    position:relative;
    border:solid 1px #eee;
    padding:40px 10px 40px 10px;
    text-align:center;
}
.culture-one ul li .pic{
    text-align:center;
}
.culture-one ul li .pic img{
    height:60px;
}
.culture-one ul li h3{
    padding-top:15px;
    font-size:20px;
    color:#333
}
.culture-one ul li p{
    font-size:14px;
    color:#666;
    padding-top:10px
}
}


.video-tc{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#00000050;

    z-index:100000000000;
    display:none;
    
}
.video-tc .video-tc-mian{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#fff;
    width:800px;
    max-height:800px;
    background:#fff;
    border-radius:10px;
    padding:40px;
  
}
.video-tc .video-tc-mian video{
    width:100%;
    max-height: 600px;
    object-fit: cover;
}
.tc-hide{
    position:absolute;
    width:40px;
    height:40px;
    right:5px;
    top:5px;
   
    cursor:pointer
}