#index .banner {
  width: 100%;
  height: 100vh;
}
#index .banner .swiper-slide {
  width: 100%;
  height: 100vh;
}
#index .banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index .banner .swiper-pagination-bullets {
  bottom: 40px;
}
#index .banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 10px;
  background-color: #fff;
  opacity: 1;
  transition: all 0.3s;
}
#index .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
}
#index a.more {
  flex-shrink: 0;
  width: 95px;
  height: 24px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
#index a.more i {
  font-size: 24px;
}
#index .index-mod {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index .index-mod .title {
  font-size: 30px;
  font-weight: bold;
}
#index .about {
  padding: 140px 0 60px;
  background-color: #eeeff0;
}
#index .about .cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#index .about .cont .texts {
  width: 48%;
  max-width: 550px;
}
#index .about .cont .texts .slogan {
  border-bottom: 1px solid #a2e677;
  font-size: 16px;
  padding-bottom: 2px;
  color: #a2e677;
  display: inline-block;
}
#index .about .cont .texts .title {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-size: 32px;
  line-height: 48px;
}
#index .about .cont .texts .desc {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin-top: 20px;
}
#index .about .cont .texts .more {
  margin-top: 50px;
}
#index .about .cont .video {
  width: 48%;
  height: 360px;
  max-width: 640px;
  overflow: hidden;
  position: relative;
}
#index .about .cont .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
#index .about .cont .video i.play {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../img/37.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
#index .about .cont .video:hover img {
  transform: scale(1.1);
}
#index .about .items {
  overflow: hidden;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
#index .about .items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*float: left;*/
  width: 32%;
  margin-left: 2%;
  margin-top: 30px;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  position: relative;
  transition: all 0.3s;
  flex-shrink: 0;
}
#index .about .items .item:nth-child(4) {
  clear: left;
}
#index .about .items .item:nth-child(3n - 2) {
  margin-left: 0;
}
#index .about .items .item .num {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  font-family: "dinb";
  color: #a2e677;
}
#index .about .items .item i.line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #a2e677;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 60px;
}
#index .about .items .item .title {
  font-size: 24px;
  padding-left: 20px;
  transition: color 0.3s;
}
#index .about .items .item i.more {
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  opacity: 0;
  transition: all 0.3s;
}
#index .about .items .item:hover {
  /*width: 49%;*/
  background-color: #a2e677;
  border-color: #a2e677;
  justify-content: flex-start;
}
#index .about .items .item:hover .num {
  color: #fff;
}
#index .about .items .item:hover i.line {
  width: 0;
  opacity: 0;
}
#index .about .items .item:hover .title {
  color: #fff;
}
#index .about .items .item:hover i.more {
  opacity: 1;
}
#index .video-layer {
  background-color: #000;
}
#index .video-layer .layui-layer-content {
  width: 800px;
  height: 450px;
  overflow: hidden !important;
}
#index .video-layer video {
  width: 800px;
  height: 450px;
}
#index .prod {
  padding: 70px 0;
  background-color: #f5f5f5;
}
#index .prod .list {
  display: flex;
  flex-wrap: wrap;
}
#index .prod .list .item {
  display: block;
  width: 32%;
  margin-left: 2%;
  margin-top: 30px;
  background-color: #fff;
  padding: 0 30px 20px;
  position: relative;
  top: 0;
  transition: all 0.3s;
}
#index .prod .list .item:nth-child(3n + 1) {
  margin-left: 0;
}
#index .prod .list .item .title {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  border-bottom: 2px solid #ddd;
  transition: all 0.3s;
}
#index .prod .list .item .line {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index .prod .list .item:hover {
  top: -10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#index .prod .list .item:hover .title {
  border-color: #a2e677;
}
#index .industry {
  padding: 70px 0;
  background-color: #fff;
}
#index .industry .mod {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index .industry .mod .left {
  padding-right: 50px;
}
#index .industry .mod .title {
  font-size: 28px;
}
#index .industry .mod .desc {
  color: #666;
  margin-top: 6px;
}
#index .industry .swiper {
  width: 100%;
  margin-top: 60px;
}
#index .industry .swiper .swiper-slide {
  display: block;
}
#index .industry .swiper .swiper-slide .img {
  width: 100%;
  overflow: hidden;
}
#index .industry .swiper .swiper-slide .img img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
#index .industry .swiper .swiper-slide .bot {
  width: 100%;
  height: 80px;
  padding: 0 30px;
  background-color: #f6f9fd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s;
}
#index .industry .swiper .swiper-slide .bot .left {
  display: flex;
  align-items: center;
}
#index .industry .swiper .swiper-slide .bot .icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  position: relative;
}
#index .industry .swiper .swiper-slide .bot .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}
#index .industry .swiper .swiper-slide .bot .icon img.off {
  opacity: 1;
}
#index .industry .swiper .swiper-slide .bot .icon img.on {
  opacity: 0;
}
#index .industry .swiper .swiper-slide .bot .title {
  font-size: 20px;
  margin-left: 20px;
}
#index .industry .swiper .swiper-slide .bot i {
  font-size: 24px;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
#index .industry .swiper .swiper-slide:hover .img img {
  transform: scale(1.1);
}
#index .industry .swiper .swiper-slide:hover .bot {
  background-color: #a2e677;
  color: #fff;
}
#index .industry .swiper .swiper-slide:hover .bot .icon img.off {
  opacity: 0;
}
#index .industry .swiper .swiper-slide:hover .bot .icon img.on {
  opacity: 1;
}
#index .industry .swiper .swiper-slide:hover .bot i {
  opacity: 1;
}
#index .plan {
  width: 100%;
  height: 600px;
  background-position: center;
  background-size: cover;
}
#index .plan .main {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index .plan .block {
  width: 100%;
  max-width: 800px;
  padding: 50px 20px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
#index .plan .block .title {
  font-size: 24px;
}
#index .plan .block .more {
  display: inline-flex;
  margin-top: 20px;
}
#index .news {
  padding: 70px 0;
}
#index .news .list {
  margin-top: 30px;
}
#index .news .list .item {
  display: flex;
  align-items: center;
  padding: 30px 0;
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s;
}
#index .news .list .item .img {
  width: 320px;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}
#index .news .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
#index .news .list .item .text {
  width: calc(100% - 320px);
  padding-left: 80px;
}
#index .news .list .item .text .date {
  font-family: "din";
  font-size: 16px;
}
#index .news .list .item .text .title {
  font-size: 20px;
  margin-top: 8px;
  transition: all 0.3s;
}
#index .news .list .item .text .desc {
  margin-top: 14px;
  font-size: 14px;
  line-height: 28px;
}
#index .news .list .item .text .more {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
}
#index .news .list .item .text .more span {
  font-size: 14px;
}
#index .news .list .item .text .more i {
  font-size: 24px;
  margin-left: 20px;
}
#index .news .list .item:hover {
  border-color: #a2e677;
}
#index .news .list .item:hover .img img {
  transform: scale(1.1);
}
#index .news .list .item:hover .text .title {
  color: #a2e677;
}
#news_l {
  width: 100%;
}
#news_l .news {
  width: 100%;
  padding: 30px 0 70px;
}
#news_l .news .list {
  display: flex;
  flex-wrap: wrap;
}
#news_l .news .item {
  display: flex;
  align-items: center;
  padding: 30px 0;
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s;
}
#news_l .news .item .img {
  width: 320px;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}
#news_l .news .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
#news_l .news .item .text {
  width: calc(100% - 320px);
  padding-left: 80px;
}
#news_l .news .item .text .date {
  font-family: "din";
  font-size: 16px;
}
#news_l .news .item .text .title {
  font-size: 20px;
  margin-top: 8px;
  transition: all 0.3s;
}
#news_l .news .item .text .desc {
  margin-top: 14px;
  font-size: 14px;
  line-height: 28px;
}
#news_l .news .item .text .more {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
}
#news_l .news .item .text .more span {
  font-size: 14px;
}
#news_l .news .item .text .more i {
  font-size: 24px;
  margin-left: 20px;
}
#news_l .news .item:hover {
  border-color: #a2e677;
}
#news_l .news .item:hover .img img {
  transform: scale(1.1);
}
#news_l .news .item:hover .text .title {
  color: #a2e677;
}
#news_l .news .pages {
  margin-top: 60px;
}
#prod_l {
  width: 100%;
}
#prod_l .prod {
  width: 100%;
  padding: 30px 0 70px;
}
#prod_l .prod .list {
  display: flex;
  flex-wrap: wrap;
}
#prod_l .prod .list .item {
  display: block;
  width: 32%;
  margin-left: 2%;
  margin-top: 30px;
  background-color: #fff;
  padding: 0 30px 20px;
  position: relative;
  top: 0;
  transition: all 0.3s;
}
#prod_l .prod .list .item:nth-child(3n + 1) {
  margin-left: 0;
}
#prod_l .prod .list .item .title {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  border-bottom: 2px solid #ddd;
  transition: all 0.3s;
}
#prod_l .prod .list .item .line {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#prod_l .prod .list .item:hover {
  top: -10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#prod_l .prod .list .item:hover .title {
  border-color: #a2e677;
}
#prod_l .prod .pages {
  margin-top: 60px;
}
#down_l {
  width: 100%;
}
#down_l .down {
  width: 100%;
  padding: 0 0 70px;
}
#down_l .down .list {
  display: flex;
  flex-wrap: wrap;
}
#down_l .down .item {
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 30px;
  background-color: #fff;
  transition: all 0.3s;
  position: relative;
  top: 0;
}
#down_l .down .item:nth-child(4n + 1) {
  margin-left: 0;
}
#down_l .down .item .title {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 25px;
  background-color: #e9e9e9;
  transition: all 0.3s;
}
#down_l .down .item .bot {
  padding: 26px;
  background-image: url(../img/09.png);
  background-size: 56px auto;
  background-position: left 26px bottom 26px;
  background-repeat: no-repeat;
}
#down_l .down .item .bot .desc {
  font-size: 16px;
  line-height: 30px;
  height: 90px;
  color: #666;
}
#down_l .down .item .bot .date-icon {
  margin-top: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#down_l .down .item .bot .date-icon span {
  font-size: 12px;
}
#down_l .down .item .bot .date-icon i {
  font-size: 28px;
  color: #ccc;
  transition: all 0.3s;
}
#down_l .down .item:hover {
  top: -10px;
}
#down_l .down .item:hover .title {
  background-color: #e5f1e5;
  color: #a2e677;
}
#down_l .down .item:hover .bot .date-icon i {
  color: #a2e677;
}
#down_l .down .pages {
  margin-top: 50px;
}
#law .law {
  padding: 0 0 70px;
}
#law .law .content {
  background-color: #fff;
  padding: 50px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
#news_d .detail {
  margin-top: 70px;
}
#news_d .detail .main {
  background-color: #fff;
  padding: 30px 120px 50px;
}
#news_d .detail .title {
  font-size: 24px;
  text-align: center;
}
#news_d .detail .date {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  text-align: center;
}
#news_d .detail .content {
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
#news_d .prev-next {
  margin-top: 20px;
}
#news_d .recom {
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
  padding: 40px 0;
}
#news_d .recom .mod {
  height: 20px;
  line-height: 20px;
  border-left: 4px solid #a2e677;
  padding-left: 15px;
  font-size: 20px;
}
#news_d .recom .list {
  width: 100%;
  margin-top: 30px;
  display: flex;
}
#news_d .recom .list .item {
  display: block;
  width: 23.5%;
  margin-left: 2%;
  position: relative;
  overflow: hidden;
}
#news_d .recom .list .item:nth-child(4n + 1) {
  margin-left: 0;
}
#news_d .recom .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
#news_d .recom .list .item p {
  width: 100%;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
  line-height: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
#news_d .recom .list .item:hover img {
  transform: scale(1.1);
}
#form .cont {
  width: 100%;
  padding-bottom: 100px;
}
#form .cont .line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#form .cont .line .input {
  display: flex;
  align-items: center;
  width: calc(50% - 10px);
  height: 60px;
}
#form .cont .line .input.long {
  width: 100%;
}
#form .cont .line .input input {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 0 26px;
}
#form .cont .line .input img {
  display: block;
  width: 160px;
  height: 60px;
  flex-shrink: 0;
}
#form .cont .textarea {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
#form .cont .textarea textarea {
  width: 100%;
  height: 100%;
  padding: 20px 26px;
  background-color: #fff;
  border-radius: 0;
  border: none;
  resize: none;
}
#form .cont .btns {
  margin-top: 70px;
}
#form .cont .btns .btn {
  display: block;
  width: 188px;
  height: 50px;
  border-radius: 25px;
  background-color: #a2e677;
  border: none;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}
#prod_d .detail {
  margin-top: 70px;
}
#prod_d .detail .main {
  background-color: #fff;
  padding: 40px 50px 50px;
}
#prod_d .detail .info {
  width: 100%;
  display: flex;
}
#prod_d .detail .info .gallary {
  width: 480px;
  height: 360px;
  border: 1px solid #ddd;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 70px;
}
#prod_d .detail .info .gallary img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
#prod_d .detail .info .right {
  width: 100%;
}
#prod_d .detail .info .right .title {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  color: #a2e677;
}
#prod_d .detail .info .right .modal {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
#prod_d .detail .info .right i.line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin-top: 20px;
}
#prod_d .detail .info .right .desc {
  font-size: 14px;
  line-height: 30px;
  margin-top: 20px;
}
#prod_d .detail .info .right .thumb {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
#prod_d .detail .info .right .thumb .img {
  width: 32%;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-left: 2%;
  cursor: pointer;
  transition: all 0.3s;
}
#prod_d .detail .info .right .thumb .img:nth-child(3n + 1) {
  margin-left: 0;
}
#prod_d .detail .info .right .thumb .img img {
  width: 100%;
}
#prod_d .detail .info .right .thumb .img:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#prod_d .detail .tab {
  width: 100%;
  margin-top: 70px;
  display: flex;
}
#prod_d .detail .tab a {
  display: block;
  width: 160px;
  height: 60px;
  border-radius: 8px 8px 0 0;
  background-color: #eee;
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 60px;
  margin-right: 20px;
  transition: all 0.3s;
}
#prod_d .detail .tab a.active {
  background-color: #a2e677;
  color: #fff;
}
#prod_d .detail .contents {
  width: 100%;
  border: 1px solid #ddd;
}
#prod_d .detail .contents .content {
  display: none;
  padding: 30px;
  font-size: 14px;
  line-height: 26px;
}
#prod_d .detail .prod-list {
  display: flex;
  flex-wrap: wrap;
}
#prod_d .detail .prod-list .item {
  display: block;
  width: 32%;
  margin-left: 2%;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0 30px 20px;
  position: relative;
  top: 0;
  transition: all 0.3s;
}
#prod_d .detail .prod-list .item:nth-child(3n + 1) {
  margin-left: 0;
}
#prod_d .detail .prod-list .item .title {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  border-bottom: 2px solid #ddd;
  transition: all 0.3s;
}
#prod_d .detail .prod-list .item .line {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#prod_d .detail .prod-list .item:hover {
  top: -10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#prod_d .detail .prod-list .item:hover .title {
  border-color: #a2e677;
}
#prod_d .prev-next {
  margin-top: 20px;
}
#prod_d .back {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
  text-align: center;
}
#prod_d .back a {
  display: inline-block;
  width: 160px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
}
#faq .faq {
  padding: 0 0 70px;
}
#faq .faq .list {
  width: 100%;
}
#faq .faq .item {
  margin-bottom: 20px;
}
#faq .faq .item .tops {
  width: 100%;
  height: 75px;
  background-color: #fff;
  color: #333;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s;
}
#faq .faq .item .tops .left {
  display: flex;
  align-items: center;
}
#faq .faq .item .tops .left i {
  font-size: 22px;
  color: #a2e677;
  margin-right: 20px;
  transition: color 0.3s;
}
#faq .faq .item .tops .left .title {
  font-size: 20px;
  font-weight: bold;
}
#faq .faq .item .tops .icon {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../img/22.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: color 0.3s;
}
#faq .faq .item .tops.active {
  background-color: #a2e677;
  color: #fff;
}
#faq .faq .item .tops.active .left i {
  color: #fff;
}
#faq .faq .item .tops.active .icon {
  background-image: url(../img/23.png);
}
#faq .faq .item .bots {
  display: none;
  width: 100%;
  padding: 24px 40px;
  background-color: #fff;
}
#faq .faq .item .bots .content {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
#faq .faq .item .bots .date-icon {
  margin-top: 6px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#faq .faq .item .bots .date-icon .date {
  display: inline-flex;
  align-items: center;
  color: #666;
  font-size: 12px;
}
#faq .faq .item .bots .date-icon .date i {
  font-size: 13px;
  margin-right: 10px;
}
#faq .faq .item .bots .date-icon img {
  width: 39px;
}
#faq .faq .pages {
  margin-top: 30px;
}
#about .about {
  width: 100%;
  padding: 80px 0 100px;
}
#about .about .main {
  display: flex;
  justify-content: space-between;
}
#about .about .texts {
  width: calc(100% - 530px);
  padding-right: 70px;
}
#about .about .texts .name .cn {
  font-size: 32px;
}
#about .about .texts .name .en {
  font-size: 14px;
}
#about .about .texts .content {
  width: 100%;
  margin-top: 30px;
  height: 330px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#about .about .texts .content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
#about .about .texts .content::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #f5f5f5;
}
#about .about .texts .content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ddd;
}
#about .about .texts .nums {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about .about .texts .nums .item {
  display: block;
  text-align: center;
  flex-shrink: 0;
  width: 33%;
  margin-top: 30px;
}
#about .about .texts .nums .item .num {
  font-size: 48px;
  line-height: 48px;
  font-family: "dinb";
  font-weight: bold;
  color: #a2e677;
}
#about .about .texts .nums .item .desc {
  font-size: 14px;
  margin-top: 5px;
}
#about .style {
  width: 100%;
  background-color: #fff;
  padding: 70px 0 50px;
}
#about .style .mod {
  text-align: center;
}
#about .style .mod .title {
  font-size: 30px;
  font-weight: bold;
}
#about .style .mod .desc {
  margin: 30px auto 0;
  width: 100%;
  max-width: 390px;
  line-height: 24px;
  color: #666;
}
#about .style .swiper {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
#about .style .btn {
  width: 17.8%;
  height: 540px;
  background-size: cover;
  background-position: center;
}
#about .style .btn.prev {
  background-image: url(../img/26.png);
}
#about .style .btn.next {
  background-image: url(../img/27.png);
}
#about .style .swiper-container {
  width: 58.5%;
}
#about .style .swiper-container .swiper-slide {
  width: 100%;
  height: 600px;
}
#about .style .swiper-container .swiper-slide .img {
  width: 100%;
  height: 540px;
}
#about .style .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about .style .swiper-container .swiper-slide .text {
  width: 100%;
  padding: 0 30px;
  height: 120px;
  line-height: 120px;
  margin-top: -60px;
  z-index: 2;
  position: relative;
  font-size: 28px;
}
#about .style .swiper-container .swiper-slide .text span {
  font-size: 100px;
  color: #a2e677;
  font-family: "dinb";
  font-style: italic;
  display: inline-block;
  margin-right: 20px;
}
#ctt .mod {
  text-align: center;
}
#ctt .mod .title {
  font-size: 30px;
  font-weight: bold;
}
#ctt .mod .desc {
  margin: 30px auto 0;
  width: 100%;
  max-width: 390px;
  line-height: 24px;
  color: #666;
}
#ctt .ctt {
  padding-bottom: 70px;
}
#ctt .ctt .main {
  display: flex;
  justify-content: space-between;
}
#ctt .ctt .info {
  width: 48%;
  max-width: 530px;
}
#ctt .ctt .info .name .cn {
  font-size: 20px;
}
#ctt .ctt .info .name .en {
  font-size: 12px;
}
#ctt .ctt .info .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#ctt .ctt .info .items .item {
  width: 180px;
  margin-top: 30px;
  font-size: 16px;
  display: flex;
  line-height: 24px;
}
#ctt .ctt .info .items .item i {
  font-size: 16px;
  color: #a2e677;
  margin-right: 10px;
}
#ctt .ctt .info .items .item.long {
  width: 100%;
}
#ctt .ctt .info .skype {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}
#ctt .ctt .info .skype .item {
  text-align: center;
}
#ctt .ctt .info .skype .item img {
  display: block;
  margin: 0 auto;
}
#ctt .ctt .info .skype .item p {
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
#ctt .ctt .online {
  width: 48%;
}
#ctt .ctt .online .form .line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#ctt .ctt .online .form .line .input {
  display: flex;
  align-items: center;
  width: calc(50% - 10px);
  height: 60px;
}
#ctt .ctt .online .form .line .input.long {
  width: 100%;
}
#ctt .ctt .online .form .line .input input {
  width: 100%;
  height: 60px;
  background-color: #eff5fc;
  border: none;
  border-radius: 0;
  padding: 0 26px;
}
#ctt .ctt .online .form .line .input img {
  display: block;
  width: 160px;
  height: 60px;
  flex-shrink: 0;
}
#ctt .ctt .online .form .textarea {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
}
#ctt .ctt .online .form .textarea textarea {
  width: 100%;
  height: 100%;
  padding: 20px 26px;
  background-color: #eff5fc;
  border-radius: 0;
  border: none;
  resize: none;
}
#ctt .ctt .online .form .btns {
  margin-top: 30px;
}
#ctt .ctt .online .form .btns .btn {
  display: block;
  width: 188px;
  height: 50px;
  border-radius: 25px;
  background-color: #a2e677;
  border: none;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}
#ctt .person {
  width: 100%;
  background-color: #fff;
  padding: 70px 0 50px;
}
#ctt .person .qrcode {
  width: 156px;
  height: 156px;
  margin: 30px auto 0;
}
#ctt .person .items {
  margin: 70px auto 0;
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
}
#ctt .person .items .item {
  width: 33.33%;
  max-width: 230px;
}
#ctt .person .items .item .title {
  font-size: 20px;
  font-weight: bold;
}
#ctt .person .items .item .name,
#ctt .person .items .item .email {
  margin-top: 20px;
  font-size: 16px;
}
#ctt .map {
  width: 100%;
  padding: 70px 0;
}
#ctt .map #allmap {
  width: 100%;
  height: 540px;
  margin-top: 50px;
}
#search .search-box {
  width: 100%;
  margin: 40px 0 30px;
  height: 54px;
  position: relative;
  z-index: 9;
}
#search .search-box .main {
  height: 100%;
}
#search .search-box .left {
  width: 540px;
  max-width: 38.57%;
  height: 100%;
  display: block;
  float: left;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}
#search .search-box .left .select {
  display: block;
  float: left;
  width: 90px;
  height: 100%;
  padding: 0 10px 0 0;
  position: relative;
}
#search .search-box .left .select > span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 54px;
  font-size: 18px;
  padding: 0 14px 0 14px;
  background-image: url("../img/55.png");
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#search .search-box .left .select .sub {
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  z-index: 99;
  display: none;
}
#search .search-box .left .select .sub span {
  display: block;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  transition: all 0.3s;
  cursor: pointer;
}
#search .search-box .left .select .sub span:hover, #search .search-box .left .select .sub span.active {
  background-color: #a2e677;
  color: #fff;
}
#search .search-box .left .input {
  display: block;
  float: left;
  width: calc(100% - 90px);
  height: 100%;
  border-left: 1px solid #e6e6e6;
}
#search .search-box .left .input input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: none;
  background-color: #fff;
  border-radius: 0;
  font-size: 18px;
}
#search .search-box .btn {
  display: block;
  float: left;
}
#search .search-box .btn button {
  width: 117px;
  height: 54px;
  background-color: #a2e677;
  border: none;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#search .search-box .btn button span {
  display: inline-block;
  line-height: 18px;
}
#search .search-box .btn button i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/56.png");
  background-size: 100% 100%;
  margin-left: 5px;
}
#search .search-result {
  width: 100%;
  padding-bottom: 50px;
}
#search .search-result .item {
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
}
#search .search-result .item .title {
  width: 100%;
  line-height: 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
#search .search-result .item .title i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #a2e677;
  margin-right: 10px;
}
#search .search-result .item .title p {
  display: inline-block;
  width: calc(100% - 14px);
}
#search .search-result .item .date {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #999;
  margin-top: 10px;
  padding-left: 14px;
}
#search .search-result .pages {
  margin-top: 50px;
}
@media screen and (max-width:1460px) {
  #ctt .map #allmap{
    overflow: auto;
  }
  #ctt .map #allmap::-webkit-scrollbar{
    width: 6px;
    height: 6px;
  }
  #ctt .map #allmap::-webkit-scrollbar-thumb{
    background-color: #a2e677;
  }
  #ctt .map #allmap img{
    max-width: max-content;
  }
}
@media screen and (max-width: 1024px) {
  #down_l .down {
    padding: 0 0 50px;
  }
  #down_l .down .list {
    display: flex;
  }
  #down_l .down .item {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 30px;
  }
  #down_l .down .item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  #down_l .down .item:nth-child(3n + 1) {
    margin-left: 0;
  }
  #down_l .down .item .title {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 20px;
  }
  #down_l .down .item .bot {
    padding: 20px;
    background-size: 56px auto;
    background-position: left 26px bottom 26px;
  }
  #down_l .down .item .bot .desc {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
  #down_l .down .item .bot .date-icon {
    margin-top: 30px;
    display: flex;
  }
  #down_l .down .item .bot .date-icon span {
    font-size: 12px;
  }
  #down_l .down .item .bot .date-icon i {
    font-size: 22px;
  }
  #down_l .down .pages {
    margin-top: 20px;
  }
  #faq .faq {
    padding: 0 0 50px;
  }
  #faq .faq .item {
    margin-bottom: 20px;
  }
  #faq .faq .item .tops {
    height: 50px;
    padding: 0 20px;
    display: flex;
  }
  #faq .faq .item .tops .left {
    display: flex;
  }
  #faq .faq .item .tops .left i {
    font-size: 18px;
    margin-right: 20px;
  }
  #faq .faq .item .tops .left .title {
    font-size: 18px;
  }
  #faq .faq .item .tops .icon {
    width: 20px;
    height: 20px;
  }
  #faq .faq .item .bots {
    padding: 20px;
  }
  #faq .faq .item .bots .content {
    font-size: 14px;
    line-height: 24px;
  }
  #faq .faq .item .bots .date-icon {
    margin-top: 6px;
    display: flex;
  }
  #faq .faq .item .bots .date-icon .date {
    display: inline-flex;
    font-size: 12px;
  }
  #faq .faq .item .bots .date-icon .date i {
    font-size: 13px;
    margin-right: 10px;
  }
  #faq .faq .item .bots .date-icon img {
    width: 39px;
  }
  #faq .faq .pages {
    margin-top: 30px;
  }
  #law .law {
    padding: 0 0 50px;
  }
  #law .law .content {
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  #news_d .detail {
    margin-top: 50px;
  }
  #news_d .detail .main {
    padding: 30px;
  }
  #news_d .detail .title {
    font-size: 20px;
  }
  #news_d .detail .date {
    font-size: 14px;
    margin-top: 15px;
  }
  #news_d .detail .content {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  #news_d .prev-next {
    margin-top: 20px;
  }
  #news_d .recom {
    margin-top: 20px;
    padding: 40px 0;
  }
  #news_d .recom .mod {
    height: 20px;
    line-height: 20px;
    padding-left: 15px;
    font-size: 20px;
  }
  #news_d .recom .list {
    margin-top: 30px;
    display: flex;
  }
  #news_d .recom .list .item {
    width: 23.5%;
    margin-left: 2%;
  }
  #news_d .recom .list .item:nth-child(4n + 1) {
    margin-left: 0;
  }
  #news_d .recom .list .item p {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 40px;
  }
  #prod_d .detail {
    margin-top: 50px;
  }
  #prod_d .detail .main {
    padding: 30px;
  }
  #prod_d .detail .info {
    display: block;
  }
  #prod_d .detail .info .gallary {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #prod_d .detail .info .right .title {
    font-size: 20px;
    line-height: 32px;
  }
  #prod_d .detail .info .right .modal {
    font-size: 16px;
    margin-top: 10px;
  }
  #prod_d .detail .info .right i.line {
    margin-top: 20px;
  }
  #prod_d .detail .info .right .desc {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
  }
  #prod_d .detail .info .right .thumb {
    margin-top: 20px;
    display: flex;
  }
  #prod_d .detail .info .right .thumb .img {
    width: 32%;
    margin-left: 2%;
  }
  #prod_d .detail .info .right .thumb .img:nth-child(3n + 1) {
    margin-left: 0;
  }
  #prod_d .detail .tab {
    margin-top: 50px;
    display: flex;
  }
  #prod_d .detail .tab a {
    width: 120px;
    height: 40px;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    line-height: 40px;
    margin-right: 10px;
  }
  #prod_d .detail .contents .content {
    padding: 20px;
    font-size: 14px;
    line-height: 26px;
  }
  #prod_d .detail .prod-list {
    display: flex;
  }
  #prod_d .detail .prod-list .item {
    width: 32%;
    margin-left: 2%;
    margin-top: 20px;
    padding: 0 14px 14px;
  }
  #prod_d .detail .prod-list .item:nth-child(3n + 1) {
    margin-left: 0;
  }
  #prod_d .detail .prod-list .item .title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  #prod_d .detail .prod-list .item .line {
    margin-top: 10px;
    display: flex;
  }
  #prod_d .prev-next {
    margin-top: 20px;
  }
  #prod_d .back {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  #prod_d .back a {
    width: 160px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    font-size: 14px;
  }
  #prod_l .prod {
    padding: 30px 0 50px;
  }
  #prod_l .prod .list {
    display: flex;
    flex-wrap: wrap;
  }
  #prod_l .prod .list .item {
    width: 32%;
    margin-left: 2%;
    margin-top: 20px;
    padding: 0 14px 14px;
  }
  #prod_l .prod .list .item:nth-child(3n + 1) {
    margin-left: 0;
  }
  #prod_l .prod .list .item .title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  #prod_l .prod .list .item .line {
    margin-top: 10px;
    display: flex;
  }
  #prod_l .prod .pages {
    margin-top: 50px;
  }
  #news_l .news {
    padding: 30px 0 50px;
  }
  #news_l .news .item {
    display: flex;
    padding: 20px 0;
    margin-top: 0;
  }
  #news_l .news .item .img {
    width: 320px;
    height: 200px;
  }
  #news_l .news .item .text {
    width: calc(100% - 320px);
    padding-left: 30px;
  }
  #news_l .news .item .text .date {
    font-size: 16px;
  }
  #news_l .news .item .text .title {
    font-size: 20px;
    margin-top: 8px;
  }
  #news_l .news .item .text .desc {
    margin-top: 14px;
    font-size: 14px;
    line-height: 28px;
  }
  #news_l .news .item .text .more {
    margin-top: 20px;
    display: inline-flex;
  }
  #news_l .news .item .text .more span {
    font-size: 14px;
  }
  #news_l .news .item .text .more i {
    font-size: 24px;
    margin-left: 20px;
  }
  #news_l .news .pages {
    margin-top: 50px;
  }
  #ctt .mod .title {
    font-size: 20px;
  }
  #ctt .mod .desc {
    margin: 10px auto 0;
    max-width: 390px;
    line-height: 24px;
  }
  #ctt .ctt {
    padding-bottom: 50px;
  }
  #ctt .ctt .main {
    display: block;
  }
  #ctt .ctt .info {
    width: 100%;
    max-width: unset;
  }
  #ctt .ctt .info .name .cn {
    font-size: 18px;
  }
  #ctt .ctt .info .name .en {
    font-size: 12px;
  }
  #ctt .ctt .info .items {
    display: flex;
  }
  #ctt .ctt .info .items .item {
    width: 180px;
    margin-top: 30px;
    font-size: 16px;
    display: flex;
    line-height: 24px;
  }
  #ctt .ctt .info .items .item i {
    font-size: 16px;
    color: #a2e677;
    margin-right: 10px;
  }
  #ctt .ctt .info .items .item.long {
    width: 100%;
  }
  #ctt .ctt .info .skype {
    margin-top: 30px;
    display: flex;
  }
  #ctt .ctt .info .skype .item p {
    margin-top: 10px;
    font-size: 14px;
  }
  #ctt .ctt .online {
    width: 100%;
    margin-top: 30px;
  }
  #ctt .ctt .online .form .line {
    display: flex;
    margin-bottom: 20px;
  }
  #ctt .ctt .online .form .line .input {
    display: flex;
    width: calc(50% - 10px);
    height: 60px;
  }
  #ctt .ctt .online .form .line .input input {
    height: 60px;
    padding: 0 26px;
  }
  #ctt .ctt .online .form .line .input img {
    width: 160px;
    height: 60px;
  }
  #ctt .ctt .online .form .textarea {
    height: 150px;
    margin-bottom: 20px;
  }
  #ctt .ctt .online .form .textarea textarea {
    padding: 20px 26px;
  }
  #ctt .ctt .online .form .btns {
    margin-top: 30px;
  }
  #ctt .ctt .online .form .btns .btn {
    width: 188px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    font-size: 16px;
  }
  #ctt .person {
    padding: 50px 0;
  }
  #ctt .person .qrcode {
    width: 156px;
    height: 156px;
    margin: 30px auto 0;
  }
  #ctt .person .items {
    margin: 50px auto 0;
    width: 100%;
    max-width: 1100px;
    display: flex;
  }
  #ctt .person .items .item {
    width: 33.33%;
    max-width: 230px;
  }
  #ctt .person .items .item .title {
    font-size: 18px;
  }
  #ctt .person .items .item .name,
  #ctt .person .items .item .email {
    margin-top: 10px;
    font-size: 16px;
  }
  #ctt .map {
    padding: 50px 0;
  }
  #ctt .map #allmap {
    height: 340px;
    margin-top: 30px;
  }
  #about .about {
    padding: 50px 0;
  }
  #about .about .main {
    display: block;
  }
  #about .about .texts {
    width: 100%;
    padding-right: 0;
  }
  #about .about .texts .name .cn {
    font-size: 32px;
  }
  #about .about .texts .name .en {
    font-size: 14px;
  }
  #about .about .texts .content {
    margin-top: 30px;
    height: auto;
    font-size: 14px;
    line-height: 30px;
  }
  #about .about .texts .nums {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #about .about .texts .nums .item {
    display: block;
    text-align: center;
    flex-shrink: 0;
    width: 33%;
    margin-top: 30px;
  }
  #about .about .texts .nums .item .num {
    font-size: 48px;
    line-height: 48px;
    font-family: "dinb";
    font-weight: bold;
    color: #a2e677;
  }
  #about .about .texts .nums .item .desc {
    font-size: 14px;
    margin-top: 5px;
  }
  #about .about .img {
    margin-top: 30px;
    width: 100%;
    height: auto;
  }
  #about .about .img img {
    width: 100%;
  }
  #about .style {
    padding: 50px 0;
  }
  #about .style .mod .title {
    font-size: 20px;
  }
  #about .style .mod .desc {
    margin: 10px auto 0;
    max-width: 390px;
    line-height: 24px;
  }
  #about .style .swiper {
    display: flex;
    margin-top: 50px;
  }
  #about .style .btn {
    width: 15%;
    height: 300px;
  }
  #about .style .swiper-container {
    width: 66%;
  }
  #about .style .swiper-container .swiper-slide {
    width: 100%;
    height: 360px;
  }
  #about .style .swiper-container .swiper-slide .img {
    width: 100%;
    height: 300px;
  }
  #about .style .swiper-container .swiper-slide .text {
    width: 100%;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    font-size: 18px;
  }
  #about .style .swiper-container .swiper-slide .text span {
    font-size: 50px;
    margin-right: 20px;
  }
  #index .banner {
    height: auto;
  }
  #index .banner .swiper-slide {
    height: auto;
  }
  #index .banner .swiper-slide img {
    height: auto;
  }
  #index .banner .swiper-pagination-bullets {
    bottom: 20px;
  }
  #index .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin: 0 4px;
  }
  #index .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
  #index a.more {
    flex-shrink: 0;
    width: 95px;
    height: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
  }
  #index a.more i {
    font-size: 24px;
  }
  #index .index-mod {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #index .index-mod .title {
    font-size: 20px;
    font-weight: bold;
  }
  #index .about {
    padding: 50px 0;
  }
  #index .about .cont {
    display: flex;
  }
  #index .about .cont .texts {
    width: 48%;
    max-width: 550px;
  }
  #index .about .cont .texts .slogan {
    font-size: 16px;
  }
  #index .about .cont .texts .title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 32px;
  }
  #index .about .cont .texts .desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
  }
  #index .about .cont .texts .more {
    margin-top: 50px;
  }
  #index .about .cont .video {
    width: 48%;
    height: 280px;
    max-width: 640px;
  }
  #index .about .cont .video i.play {
    width: 50px;
    height: 50px;
  }
  #index .about .items {
    margin-top: 20px;
  }
  #index .about .items .item {
    display: flex;
    width: 32%;
    margin-left: 2%;
    margin-top: 20px;
    height: 60px;
    padding: 0 20px;
  }
  #index .about .items .item:nth-child(4) {
    clear: left;
  }
  #index .about .items .item:nth-child(3n + 1) {
    margin-left: 0;
  }
  #index .about .items .item .num {
    font-size: 32px;
    line-height: 32px;
  }
  #index .about .items .item i.line {
    display: none;
  }
  #index .about .items .item .title {
    font-size: 18px;
    padding-left: 20px;
  }
  #index .about .items .item i.more {
    font-size: 24px;
    right: 20px;
    margin-top: -12px;
  }
  #index .video-layer .layui-layer-content {
    width: 800px;
    height: 450px;
  }
  #index .video-layer video {
    width: 800px;
    height: 450px;
  }
  #index .prod {
    padding: 50px 0;
  }
  #index .prod .list {
    display: flex;
    flex-wrap: wrap;
  }
  #index .prod .list .item {
    width: 32%;
    margin-left: 2%;
    margin-top: 20px;
    padding: 0 14px 14px;
  }
  #index .prod .list .item:nth-child(3n + 1) {
    margin-left: 0;
  }
  #index .prod .list .item .title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  #index .prod .list .item .line {
    margin-top: 10px;
    display: flex;
  }
  #index .industry {
    padding: 50px 0;
  }
  #index .industry .mod {
    display: flex;
  }
  #index .industry .mod .left {
    padding-right: 30px;
  }
  #index .industry .mod .title {
    font-size: 20px;
  }
  #index .industry .mod .desc {
    margin-top: 6px;
  }
  #index .industry .swiper {
    margin-top: 30px;
  }
  #index .industry .swiper .swiper-slide .bot {
    height: 50px;
    padding: 0 20px;
    display: flex;
  }
  #index .industry .swiper .swiper-slide .bot .left {
    display: flex;
    align-items: center;
  }
  #index .industry .swiper .swiper-slide .bot .icon {
    width: 30px;
    height: 30px;
  }
  #index .industry .swiper .swiper-slide .bot .title {
    font-size: 16px;
    margin-left: 16px;
  }
  #index .industry .swiper .swiper-slide .bot i {
    font-size: 18px;
  }
  #index .plan {
    height: 300px;
  }
  #index .plan .main {
    display: flex;
  }
  #index .plan .block {
    max-width: 800px;
    padding: 30px 20px;
  }
  #index .plan .block .title {
    font-size: 20px;
  }
  #index .plan .block .more {
    margin-top: 14px;
  }
  #index .news {
    padding: 50px 0;
  }
  #index .news .list {
    margin-top: 30px;
  }
  #index .news .list .item {
    display: flex;
    padding: 20px 0;
    margin-top: 0;
  }
  #index .news .list .item .img {
    width: 320px;
    height: 200px;
  }
  #index .news .list .item .text {
    width: calc(100% - 320px);
    padding-left: 30px;
  }
  #index .news .list .item .text .date {
    font-size: 16px;
  }
  #index .news .list .item .text .title {
    font-size: 20px;
    margin-top: 8px;
  }
  #index .news .list .item .text .desc {
    margin-top: 14px;
    font-size: 14px;
    line-height: 28px;
  }
  #index .news .list .item .text .more {
    margin-top: 20px;
    display: inline-flex;
  }
  #index .news .list .item .text .more span {
    font-size: 14px;
  }
  #index .news .list .item .text .more i {
    font-size: 24px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #down_l .down {
    padding: 0 0 50px;
  }
  #down_l .down .list {
    display: flex;
  }
  #down_l .down .item {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 30px;
  }
  #down_l .down .item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  #down_l .down .item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  #down_l .down .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #down_l .down .item .title {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 20px;
  }
  #down_l .down .item .bot {
    padding: 20px;
    background-size: 56px auto;
    background-position: left 26px bottom 26px;
  }
  #down_l .down .item .bot .desc {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
  #down_l .down .item .bot .date-icon {
    margin-top: 30px;
    display: flex;
  }
  #down_l .down .item .bot .date-icon span {
    font-size: 12px;
  }
  #down_l .down .item .bot .date-icon i {
    font-size: 22px;
  }
  #down_l .down .pages {
    margin-top: 20px;
  }
  #faq .faq {
    padding: 0 0 50px;
  }
  #faq .faq .item {
    margin-bottom: 15px;
  }
  #faq .faq .item .tops {
    height: 50px;
    padding: 0 20px;
    display: flex;
  }
  #faq .faq .item .tops .left {
    display: flex;
  }
  #faq .faq .item .tops .left i {
    font-size: 16px;
    margin-right: 14px;
  }
  #faq .faq .item .tops .left .title {
    font-size: 16px;
  }
  #faq .faq .item .tops .icon {
    width: 20px;
    height: 20px;
  }
  #faq .faq .item .bots {
    padding: 20px;
  }
  #faq .faq .item .bots .content {
    font-size: 14px;
    line-height: 24px;
  }
  #faq .faq .item .bots .date-icon {
    margin-top: 6px;
    display: flex;
  }
  #faq .faq .item .bots .date-icon .date {
    display: inline-flex;
    font-size: 12px;
  }
  #faq .faq .item .bots .date-icon .date i {
    font-size: 13px;
    margin-right: 10px;
  }
  #faq .faq .item .bots .date-icon img {
    width: 39px;
  }
  #faq .faq .pages {
    margin-top: 30px;
  }
  #form .cont {
    padding-bottom: 50px;
  }
  #form .cont .line {
    display: block;
    margin-bottom: 15px;
  }
  #form .cont .line .input {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
  }
  #form .cont .line .input input {
    height: 50px;
    padding: 0 14px;
  }
  #form .cont .line .input img {
    width: 120px;
    height: 50px;
  }
  #form .cont .textarea {
    height: 200px;
    margin-bottom: 15px;
  }
  #form .cont .textarea textarea {
    padding: 10px 14px;
  }
  #form .cont .btns {
    margin-top: 20px;
  }
  #form .cont .btns .btn {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 14px;
  }
  #news_d .detail {
    margin-top: 20px;
  }
  #news_d .detail .main {
    padding: 20px;
  }
  #news_d .detail .title {
    font-size: 18px;
  }
  #news_d .detail .date {
    font-size: 14px;
    margin-top: 15px;
  }
  #news_d .detail .content {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  #news_d .prev-next {
    margin-top: 20px;
  }
  #news_d .recom {
    margin-top: 20px;
    padding: 20px 0;
  }
  #news_d .recom .mod {
    height: 16px;
    line-height: 16px;
    padding-left: 10px;
    font-size: 16px;
  }
  #news_d .recom .list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  #news_d .recom .list .item {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  #news_d .recom .list .item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  #news_d .recom .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #news_d .recom .list .item p {
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 32px;
  }
  #prod_d .detail {
    margin-top: 30px;
  }
  #prod_d .detail .main {
    padding: 20px;
  }
  #prod_d .detail .info {
    display: block;
  }
  #prod_d .detail .info .gallary {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  #prod_d .detail .info .right .title {
    font-size: 20px;
    line-height: 32px;
  }
  #prod_d .detail .info .right .modal {
    font-size: 16px;
    margin-top: 10px;
  }
  #prod_d .detail .info .right i.line {
    margin-top: 20px;
  }
  #prod_d .detail .info .right .desc {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
  }
  #prod_d .detail .info .right .thumb {
    margin-top: 20px;
    display: flex;
  }
  #prod_d .detail .info .right .thumb .img {
    width: 32%;
    margin-left: 2%;
  }
  #prod_d .detail .info .right .thumb .img:nth-child(3n + 1) {
    margin-left: 0;
  }
  #prod_d .detail .tab {
    margin-top: 30px;
    display: flex;
  }
  #prod_d .detail .tab a {
    width: 120px;
    height: 40px;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    line-height: 40px;
    margin-right: 10px;
  }
  #prod_d .detail .contents .content {
    padding: 20px;
    font-size: 14px;
    line-height: 26px;
  }
  #prod_d .detail .prod-list {
    display: flex;
  }
  #prod_d .detail .prod-list .item {
    width: 49%;
    margin-left: 2%;
    margin-top: 20px;
    padding: 0 14px 14px;
  }
  #prod_d .detail .prod-list .item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  #prod_d .detail .prod-list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #prod_d .detail .prod-list .item .title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  #prod_d .detail .prod-list .item .line {
    margin-top: 10px;
    display: flex;
  }
  #prod_d .prev-next {
    margin-top: 20px;
  }
  #prod_d .back {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  #prod_d .back a {
    width: 160px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    font-size: 14px;
  }
  #prod_l .prod {
    padding: 15px 0 50px;
  }
  #prod_l .prod .list {
    display: flex;
    flex-wrap: wrap;
  }
  #prod_l .prod .list .item {
    width: 49%;
    margin-left: 2%;
    margin-top: 15px;
    padding: 0 14px 14px;
  }
  #prod_l .prod .list .item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  #prod_l .prod .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #prod_l .prod .list .item .title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  #prod_l .prod .list .item .line {
    margin-top: 10px;
    display: flex;
  }
  #prod_l .prod .pages {
    margin-top: 50px;
  }
  #news_l .news {
    padding: 15px 0 30px;
  }
  #news_l .news .item {
    display: flex;
    padding: 15px 0;
    margin-top: 0;
    display: block;
  }
  #news_l .news .item .img {
    width: 100%;
    height: auto;
  }
  #news_l .news .item .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #news_l .news .item .text .date {
    font-size: 16px;
  }
  #news_l .news .item .text .title {
    font-size: 20px;
    margin-top: 8px;
  }
  #news_l .news .item .text .desc {
    margin-top: 14px;
    font-size: 14px;
    line-height: 28px;
  }
  #news_l .news .item .text .more {
    margin-top: 20px;
    display: inline-flex;
  }
  #news_l .news .item .text .more span {
    font-size: 14px;
  }
  #news_l .news .item .text .more i {
    font-size: 24px;
    margin-left: 20px;
  }
  #news_l .news .pages {
    margin-top: 30px;
  }
  #search .search-box {
    margin: 40px 0 30px;
    height: 40px;
  }
  #search .search-box .left {
    width: calc(100% - 80px);
    max-width: unset;
  }
  #search .search-box .left .select {
    width: 70px;
    padding: 0 10px 0 0;
  }
  #search .search-box .left .select > span {
    line-height: 40px;
    font-size: 14px;
    padding: 0 14px 0 14px;
    background-size: 6px 4px;
  }
  #search .search-box .left .select .sub {
    top: 41px;
  }
  #search .search-box .left .select .sub span {
    height: 30px;
    line-height: 30px;
  }
  #search .search-box .left .input {
    width: calc(100% - 70px);
  }
  #search .search-box .left .input input {
    padding: 0 10px;
    font-size: 14px;
  }
  #search .search-box .btn button {
    width: 80px;
    height: 40px;
    font-size: 14px;
  }
  #search .search-box .btn button span {
    line-height: 14px;
  }
  #search .search-box .btn button i {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
  #search .search-result {
    padding-bottom: 30px;
  }
  #search .search-result .item {
    padding: 14px 0;
  }
  #search .search-result .item .title {
    line-height: 14px;
    font-size: 14px;
  }
  #search .search-result .item .title i {
    width: 4px;
    height: 4px;
    margin-right: 10px;
  }
  #search .search-result .item .title p {
    width: calc(100% - 14px);
  }
  #search .search-result .item .date {
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px;
    padding-left: 14px;
  }
  #search .search-result .pages {
    margin-top: 30px;
  }
  #ctt .mod .title {
    font-size: 20px;
  }
  #ctt .mod .desc {
    margin: 10px auto 0;
    max-width: 390px;
    line-height: 24px;
  }
  #ctt .ctt {
    padding-bottom: 30px;
  }
  #ctt .ctt .main {
    display: block;
  }
  #ctt .ctt .info {
    width: 100%;
    max-width: unset;
  }
  #ctt .ctt .info .name .cn {
    font-size: 18px;
  }
  #ctt .ctt .info .name .en {
    font-size: 12px;
  }
  #ctt .ctt .info .items {
    display: flex;
  }
  #ctt .ctt .info .items .item {
    width: 180px;
    margin-top: 20px;
    font-size: 16px;
    display: flex;
    line-height: 24px;
  }
  #ctt .ctt .info .items .item i {
    font-size: 16px;
    color: #a2e677;
    margin-right: 10px;
  }
  #ctt .ctt .info .items .item.long {
    width: 100%;
  }
  #ctt .ctt .info .skype {
    margin-top: 30px;
    display: flex;
  }
  #ctt .ctt .info .skype .item p {
    margin-top: 10px;
    font-size: 14px;
  }
  #ctt .ctt .online {
    width: 100%;
    margin-top: 30px;
  }
  #ctt .ctt .online .form .line {
    display: block;
    margin-bottom: 15px;
  }
  #ctt .ctt .online .form .line .input {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
  }
  #ctt .ctt .online .form .line .input input {
    height: 50px;
    padding: 0 14px;
  }
  #ctt .ctt .online .form .line .input img {
    width: 120px;
    height: 50px;
  }
  #ctt .ctt .online .form .textarea {
    height: 200px;
    margin-bottom: 15px;
  }
  #ctt .ctt .online .form .textarea textarea {
    padding: 10px 14px;
  }
  #ctt .ctt .online .form .btns {
    margin-top: 20px;
  }
  #ctt .ctt .online .form .btns .btn {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 14px;
  }
  #ctt .person {
    padding: 30px 0;
  }
  #ctt .person .qrcode {
    width: 156px;
    height: 156px;
    margin: 30px auto 0;
  }
  #ctt .person .items {
    margin: 30px auto 0;
    width: 100%;
    max-width: 1100px;
    display: block;
  }
  #ctt .person .items .item {
    width: 100%;
    max-width: unset;
    margin-top: 30px;
    text-align: center;
  }
  #ctt .person .items .item .title {
    font-size: 16px;
  }
  #ctt .person .items .item .name,
  #ctt .person .items .item .email {
    margin-top: 10px;
    font-size: 14px;
  }
  #ctt .map {
    padding: 30px 0;
  }
  #ctt .map #allmap {
    height: 240px;
    margin-top: 20px;
  }
  #about .about {
    padding: 30px 0;
  }
  #about .about .main {
    display: block;
  }
  #about .about .texts {
    width: 100%;
    padding-right: 0;
  }
  #about .about .texts .name .cn {
    font-size: 20px;
  }
  #about .about .texts .name .en {
    font-size: 14px;
  }
  #about .about .texts .content {
    margin-top: 20px;
    height: auto;
    font-size: 14px;
    line-height: 26px;
  }
  #about .about .texts .nums {
    margin-top: 10px;
    display: flex;
  }
  #about .about .texts .nums .item {
    width: 33%;
    margin-top: 30px;
  }
  #about .about .texts .nums .item .num {
    font-size: 40px;
    line-height: 40px;
  }
  #about .about .texts .nums .item .desc {
    font-size: 14px;
    margin-top: 5px;
  }
  #about .about .img {
    margin-top: 30px;
  }
  #about .about .img img {
    width: 100%;
  }
  #about .style {
    padding: 50px 0;
  }
  #about .style .mod .title {
    font-size: 20px;
  }
  #about .style .mod .desc {
    margin: 10px auto 0;
    max-width: 390px;
    line-height: 24px;
  }
  #about .style .swiper {
    display: flex;
    margin-top: 50px;
  }
  #about .style .btn {
    width: 15%;
    height: 300px;
  }
  #about .style .swiper-container {
    width: 66%;
  }
  #about .style .swiper-container .swiper-slide {
    width: 100%;
    height: 360px;
  }
  #about .style .swiper-container .swiper-slide .img {
    width: 100%;
    height: 300px;
  }
  #about .style .swiper-container .swiper-slide .text {
    width: 100%;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    font-size: 18px;
  }
  #about .style .swiper-container .swiper-slide .text span {
    font-size: 50px;
    margin-right: 20px;
  }
  #index .banner {
    height: auto;
  }
  #index .banner .swiper-slide {
    height: auto;
  }
  #index .banner .swiper-slide img {
    height: auto;
  }
  #index .banner .swiper-pagination-bullets {
    bottom: 20px;
  }
  #index .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin: 0 4px;
  }
  #index .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
  #index a.more {
    flex-shrink: 0;
    width: 95px;
    height: 24px;
    line-height: 24px;
    display: flex;
    font-size: 14px;
  }
  #index a.more i {
    font-size: 24px;
  }
  #index .index-mod {
    display: flex;
  }
  #index .index-mod .title {
    font-size: 20px;
  }
  #index .about {
    padding: 30px 0;
  }
  #index .about .cont {
    display: block;
  }
  #index .about .cont .texts {
    width: 100%;
    max-width: unset;
  }
  #index .about .cont .texts .slogan {
    font-size: 16px;
  }
  #index .about .cont .texts .title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 32px;
  }
  #index .about .cont .texts .desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
  }
  #index .about .cont .texts .more {
    margin-top: 30px;
  }
  #index .about .cont .video {
    width: 100%;
    height: auto;
    max-width: unset;
    margin-top: 30px;
  }
  #index .about .cont .video i.play {
    width: 50px;
    height: 50px;
  }
  #index .about .items {
    margin-top: 20px;
  }
  #index .about .items .item {
    display: flex;
    width: 49%;
    margin-left: 2%;
    margin-top: 20px;
    height: 60px;
    padding: 0 20px;
  }
  #index .about .items .item:nth-child(4) {
    clear: none;
  }
  #index .about .items .item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  #index .about .items .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #index .about .items .item .num {
    font-size: 32px;
    line-height: 32px;
  }
  #index .about .items .item i.line {
    display: none;
  }
  #index .about .items .item .title {
    font-size: 18px;
    padding-left: 20px;
  }
  #index .about .items .item i.more {
    font-size: 24px;
    right: 20px;
    margin-top: -12px;
  }
  #index .video-layer .layui-layer-content {
    width: 400px;
    height: 225px;
  }
  #index .video-layer video {
    width: 400px;
    height: 225px;
  }
  #index .prod {
    padding: 30px 0;
  }
  #index .prod .list {
    display: flex;
    flex-wrap: wrap;
  }
  #index .prod .list .item {
    width: 49%;
    margin-left: 2%;
    margin-top: 15px;
    padding: 0 14px 14px;
  }
  #index .prod .list .item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  #index .prod .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #index .prod .list .item .title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  #index .prod .list .item .line {
    margin-top: 10px;
    display: flex;
  }
  #index .industry {
    padding: 30px 0;
  }
  #index .industry .mod {
    display: flex;
  }
  #index .industry .mod .left {
    padding-right: 30px;
  }
  #index .industry .mod .title {
    font-size: 20px;
  }
  #index .industry .mod .desc {
    margin-top: 6px;
  }
  #index .industry .swiper {
    margin-top: 30px;
  }
  #index .industry .swiper .swiper-slide .bot {
    height: 50px;
    padding: 0 20px;
    display: flex;
  }
  #index .industry .swiper .swiper-slide .bot .left {
    display: flex;
    align-items: center;
  }
  #index .industry .swiper .swiper-slide .bot .icon {
    width: 30px;
    height: 30px;
  }
  #index .industry .swiper .swiper-slide .bot .title {
    font-size: 16px;
    margin-left: 16px;
  }
  #index .industry .swiper .swiper-slide .bot i {
    font-size: 18px;
  }
  #index .plan {
    height: 300px;
  }
  #index .plan .main {
    display: flex;
  }
  #index .plan .block {
    max-width: 800px;
    padding: 30px 20px;
  }
  #index .plan .block .title {
    font-size: 20px;
  }
  #index .plan .block .more {
    margin-top: 14px;
  }
  #index .news {
    padding: 30px 0;
  }
  #index .news .list {
    margin-top: 10px;
  }
  #index .news .list .item {
    display: flex;
    padding: 15px 0;
    margin-top: 0;
    display: block;
  }
  #index .news .list .item .img {
    width: 100%;
    height: auto;
  }
  #index .news .list .item .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index .news .list .item .text .date {
    font-size: 16px;
  }
  #index .news .list .item .text .title {
    font-size: 20px;
    margin-top: 8px;
  }
  #index .news .list .item .text .desc {
    margin-top: 14px;
    font-size: 14px;
    line-height: 28px;
  }
  #index .news .list .item .text .more {
    margin-top: 20px;
    display: inline-flex;
  }
  #index .news .list .item .text .more span {
    font-size: 14px;
  }
  #index .news .list .item .text .more i {
    font-size: 24px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  #down_l .down {
    padding: 0 0 50px;
  }
  #down_l .down .list {
    display: flex;
  }
  #down_l .down .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #down_l .down .item:nth-child(4n + 1) {
    margin-left: 0;
  }
  #down_l .down .item:nth-child(3n + 1) {
    margin-left: 0;
  }
  #down_l .down .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #down_l .down .item .title {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 20px;
  }
  #down_l .down .item .bot {
    padding: 20px;
    background-size: 56px auto;
    background-position: left 26px bottom 26px;
  }
  #down_l .down .item .bot .desc {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
  #down_l .down .item .bot .date-icon {
    margin-top: 30px;
    display: flex;
  }
  #down_l .down .item .bot .date-icon span {
    font-size: 12px;
  }
  #down_l .down .item .bot .date-icon i {
    font-size: 22px;
  }
  #down_l .down .pages {
    margin-top: 20px;
  }
  #law .law {
    padding: 0 0 50px;
  }
  #law .law .content {
    padding: 14px;
    font-size: 14px;
    line-height: 24px;
  }
  #news_d .detail .main {
    padding: 14px;
  }
  #news_d .prev-next {
    margin-top: 20px;
  }
  #prod_d .detail {
    margin-top: 20px;
  }
  #prod_d .detail .main {
    padding: 14px;
  }
  #prod_d .detail .info {
    display: block;
  }
  #prod_d .detail .info .gallary {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #prod_d .detail .info .right .title {
    font-size: 16px;
    line-height: 28px;
  }
  #prod_d .detail .info .right .modal {
    font-size: 14px;
    margin-top: 10px;
  }
  #prod_d .detail .info .right i.line {
    margin-top: 10px;
  }
  #prod_d .detail .info .right .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  #prod_d .detail .info .right .thumb {
    margin-top: 10px;
    display: flex;
  }
  #prod_d .detail .info .right .thumb .img {
    width: 32%;
    margin-left: 2%;
  }
  #prod_d .detail .info .right .thumb .img:nth-child(3n + 1) {
    margin-left: 0;
  }
  #prod_d .detail .tab {
    margin-top: 20px;
    display: flex;
  }
  #prod_d .detail .tab a {
    width: 120px;
    height: 40px;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    line-height: 40px;
    margin-right: 10px;
  }
  #prod_d .detail .contents .content {
    padding: 14px;
    font-size: 14px;
    line-height: 24px;
  }
  #prod_d .detail .prod-list {
    display: flex;
  }
  #prod_d .detail .prod-list .item {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    padding: 0 14px 14px;
  }
  #prod_d .detail .prod-list .item:nth-child(3n + 1) {
    margin-left: 0;
  }
  #prod_d .detail .prod-list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #prod_d .detail .prod-list .item .title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  #prod_d .detail .prod-list .item .line {
    margin-top: 10px;
    display: flex;
  }
  #prod_d .prev-next {
    margin-top: 20px;
  }
  #prod_d .back {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  #prod_d .back a {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 14px;
  }
  #prod_l .prod {
    padding: 10px 0 50px;
  }
  #prod_l .prod .list {
    display: flex;
    flex-wrap: wrap;
  }
  #prod_l .prod .list .item {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    padding: 0 14px 14px;
  }
  #prod_l .prod .list .item:nth-child(3n + 1) {
    margin-left: 0;
  }
  #prod_l .prod .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #prod_l .prod .list .item .title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  #prod_l .prod .list .item .line {
    margin-top: 10px;
    display: flex;
  }
  #prod_l .prod .pages {
    margin-top: 30px;
  }
  #news_l .news {
    padding: 5px 0 30px;
  }
  #news_l .news .item {
    display: flex;
    padding: 15px 0;
    margin-top: 0;
    display: block;
  }
  #news_l .news .item .img {
    width: 100%;
    height: auto;
  }
  #news_l .news .item .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #news_l .news .item .text .date {
    font-size: 14px;
  }
  #news_l .news .item .text .title {
    font-size: 16px;
    margin-top: 5px;
  }
  #news_l .news .item .text .desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 28px;
  }
  #news_l .news .item .text .more {
    margin-top: 10px;
    display: inline-flex;
  }
  #news_l .news .item .text .more span {
    font-size: 14px;
  }
  #news_l .news .item .text .more i {
    font-size: 24px;
    margin-left: 20px;
  }
  #news_l .news .pages {
    margin-top: 30px;
  }
  #about .about {
    padding: 20px 0;
  }
  #about .about .main {
    display: block;
  }
  #about .about .texts {
    width: 100%;
    padding-right: 0;
  }
  #about .about .texts .name .cn {
    font-size: 18px;
  }
  #about .about .texts .name .en {
    font-size: 12px;
  }
  #about .about .texts .content {
    margin-top: 10px;
    height: auto;
    font-size: 14px;
    line-height: 26px;
  }
  #about .about .texts .nums {
    margin-top: 10px;
    display: flex;
  }
  #about .about .texts .nums .item {
    width: 33%;
    margin-top: 30px;
  }
  #about .about .texts .nums .item .num {
    font-size: 30px;
    line-height: 30px;
  }
  #about .about .texts .nums .item .desc {
    font-size: 12px;
    margin-top: 5px;
  }
  #about .about .img {
    margin-top: 30px;
  }
  #about .about .img img {
    width: 100%;
  }
  #about .style {
    padding: 30px 0;
  }
  #about .style .mod .title {
    font-size: 20px;
  }
  #about .style .mod .desc {
    margin: 10px auto 0;
    max-width: 390px;
    line-height: 24px;
  }
  #about .style .swiper {
    display: flex;
    margin-top: 30px;
  }
  #about .style .btn {
    display: none;
  }
  #about .style .swiper-container {
    width: 100%;
  }
  #about .style .swiper-container .swiper-slide {
    width: 100%;
    height: 260px;
  }
  #about .style .swiper-container .swiper-slide .img {
    width: 100%;
    height: 200px;
  }
  #about .style .swiper-container .swiper-slide .text {
    width: 100%;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    font-size: 14px;
  }
  #about .style .swiper-container .swiper-slide .text span {
    font-size: 30px;
    margin-right: 10px;
  }
  #index .banner {
    height: auto;
  }
  #index .banner .swiper-slide {
    height: auto;
  }
  #index .banner .swiper-slide img {
    height: auto;
  }
  #index .banner .swiper-pagination-bullets {
    bottom: 4px;
  }
  #index .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin: 0 4px;
  }
  #index .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
  #index a.more {
    flex-shrink: 0;
    width: 95px;
    height: 24px;
    line-height: 24px;
    display: flex;
    font-size: 14px;
  }
  #index a.more i {
    font-size: 24px;
  }
  #index .index-mod {
    display: flex;
  }
  #index .index-mod .title {
    font-size: 20px;
  }
  #index .about {
    padding: 20px 0;
  }
  #index .about .cont {
    display: block;
  }
  #index .about .cont .texts {
    width: 100%;
    max-width: unset;
  }
  #index .about .cont .texts .slogan {
    font-size: 14px;
  }
  #index .about .cont .texts .title {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
  }
  #index .about .cont .texts .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  #index .about .cont .texts .more {
    margin-top: 20px;
  }
  #index .about .cont .video {
    width: 100%;
    height: auto;
    max-width: unset;
    margin-top: 30px;
  }
  #index .about .cont .video i.play {
    width: 50px;
    height: 50px;
  }
  #index .about .items {
    margin-top: 20px;
  }
  #index .about .items .item {
    display: flex;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    height: 50px;
    padding: 0 14px;
  }
  #index .about .items .item:nth-child(4) {
    clear: none;
  }
  #index .about .items .item:nth-child(3n + 1) {
    margin-left: 0;
  }
  #index .about .items .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #index .about .items .item .num {
    font-size: 26px;
    line-height: 26px;
  }
  #index .about .items .item i.line {
    display: none;
  }
  #index .about .items .item .title {
    font-size: 16px;
    padding-left: 10px;
  }
  #index .about .items .item i.more {
    font-size: 24px;
    right: 20px;
    margin-top: -12px;
  }
  #index .about .items .item:hover {
    width: 100%;
  }
  #index .video-layer .layui-layer-content {
    width: 300px;
    height: 169px;
  }
  #index .video-layer video {
    width: 300px;
    height: 169px;
  }
  #index .prod {
    padding: 20px 0;
  }
  #index .prod .list {
    display: flex;
    flex-wrap: wrap;
  }
  #index .prod .list .item {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    padding: 0 14px 14px;
  }
  #index .prod .list .item:nth-child(3n + 1) {
    margin-left: 0;
  }
  #index .prod .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #index .prod .list .item .title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  #index .prod .list .item .line {
    margin-top: 10px;
    display: flex;
  }
  #index .industry {
    padding: 20px 0;
  }
  #index .industry .mod {
    display: block;
  }
  #index .industry .mod .left {
    padding-right: 0;
  }
  #index .industry .mod .title {
    font-size: 18px;
  }
  #index .industry .mod .desc {
    margin-top: 10px;
  }
  #index .industry .mod .more {
    margin-top: 20px;
  }
  #index .industry .swiper {
    margin-top: 30px;
  }
  #index .industry .swiper .swiper-slide .bot {
    height: 50px;
    padding: 0 20px;
    display: flex;
  }
  #index .industry .swiper .swiper-slide .bot .left {
    display: flex;
    align-items: center;
  }
  #index .industry .swiper .swiper-slide .bot .icon {
    width: 30px;
    height: 30px;
  }
  #index .industry .swiper .swiper-slide .bot .title {
    font-size: 16px;
    margin-left: 16px;
  }
  #index .industry .swiper .swiper-slide .bot i {
    font-size: 18px;
  }
  #index .plan {
    height: 200px;
  }
  #index .plan .main {
    display: flex;
  }
  #index .plan .block {
    max-width: 800px;
    padding: 30px 20px;
  }
  #index .plan .block .title {
    font-size: 18px;
  }
  #index .plan .block .more {
    margin-top: 14px;
  }
  #index .news {
    padding: 30px 0;
  }
  #index .news .list {
    margin-top: 10px;
  }
  #index .news .list .item {
    display: flex;
    padding: 15px 0;
    margin-top: 0;
    display: block;
  }
  #index .news .list .item .img {
    width: 100%;
    height: auto;
  }
  #index .news .list .item .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index .news .list .item .text .date {
    font-size: 14px;
  }
  #index .news .list .item .text .title {
    font-size: 16px;
    margin-top: 5px;
  }
  #index .news .list .item .text .desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 28px;
  }
  #index .news .list .item .text .more {
    margin-top: 10px;
    display: inline-flex;
  }
  #index .news .list .item .text .more span {
    font-size: 14px;
  }
  #index .news .list .item .text .more i {
    font-size: 24px;
    margin-left: 20px;
  }
}
