@charset "UTF-8";
@import url(../css/public.css);
@import url(../css/iconfont.css);
@font-face {
  font-family: 'oswald';
  src: url("../font/IMPACT_2.TTF");
}
.wrapper {
  max-width: 1200px;
}

.slide {
  float: left;
  width: 100%;
  position: relative;
}
.slide img {
  width: 100%;
}

.tels {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 40px;
}
.tels div {
  display: inline-block;
  border: 1px solid #10bbb8;
  line-height: 40px;
  height: 42px;
  background: #fff;
}
.tels div i {
  float: left;
  font-size: 18px;
  color: #10bbb8;
  margin-left: 20px;
}
.tels div em {
  float: left;
}
.tels div span {
  float: left;
  margin: 0 10px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #10bbb8;
}
.tels div a {
  float: left;
  display: inline-block;
  background: #10bbb8;
  color: #fff;
  padding: 0 10px;
  line-height: 40px;
}

.m-layer-01 {
  float: left;
  width: 100%;
  background: #f8f8f8;
  position: relative;
  z-index: 999;
}
.m-layer-01 .box {
  margin-top: -60px;
  background: #fff;
  float: left;
  width: 100%;
  padding: 20px 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.m-layer-01 .box:before {
  border-left: 3px solid #ccc;
  border-top: 3px solid #ccc;
  content: "";
  left: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  position: absolute;
}
.m-layer-01 .box:after {
  border-right: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  content: "";
  right: 5px;
  bottom: 5px;
  width: 30px;
  height: 30px;
  position: absolute;
}
.m-layer-01 .box .box_title {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 34px;
  position: relative;
}
.m-layer-01 .box .box_title span {
  display: inline-block;
  position: relative;
}
.m-layer-01 .box .box_title span .fl {
  width: 50px;
  position: absolute;
  background: #f0f0f0;
  height: 2px;
  left: -60px;
  top: 25px;
}
.m-layer-01 .box .box_title span .fl:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #f0f0f0;
  left: -12px;
  top: -5px;
}
.m-layer-01 .box .box_title span .fr {
  width: 50px;
  position: absolute;
  background: #f0f0f0;
  height: 2px;
  right: -60px;
  top: 25px;
}
.m-layer-01 .box .box_title span .fr:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #f0f0f0;
  right: -12px;
  top: -5px;
}
.m-layer-01 .box .form {
  float: left;
  margin-top: 20px;
  border: 2px solid #10bbb8;
  width: 800px;
  margin-left: 200px;
}
.m-layer-01 .box .form form {
  display: flex;
  justify-content: space-between;
}
.m-layer-01 .box .form .input {
  display: flex;
  align-items: center;
  width: 40%;
  padding: 0 10px;
  border-right: 2px solid #10bbb8;
}
.m-layer-01 .box .form .input i {
  font-size: 15px;
  color: #10bbb8;
}
.m-layer-01 .box .form .input input {
  line-height: 40px;
  border: 0px;
}
.m-layer-01 .box .form .input select {
  width: 100%;
  height: 40px;
  border: 0px;
}
.m-layer-01 .box .form button {
  background: #10bbb8;
  width: 20%;
  border: 0px;
  font-size: 18px;
  border: 0px;
  float: right;
  color: #fff;
}
.m-layer-01 .box .info {
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 20px;
}
.m-layer-01 .box .info .display {
  display: inline-block;
}
.m-layer-01 .box .info .display span {
  float: left;
  margin: 0 5px;
}
.m-layer-01 .box .info .display span .num {
  font-size: 18px;
  color: #10bbb8;
  font-weight: bold;
}
.m-layer-01 .box .info .display .info_jl {
  float: left;
  display: flex;
  margin-top: 4px;
}
.m-layer-01 .box .info .display .info_jl .swiperbox {
  height: 20px;
  overflow: hidden;
}
.m-layer-01 .box .info .display .info_jl .swiper-slide {
  text-align: left;
}
.m-layer-01 .box .info .display .info_jl .swiper-slide em {
  color: #10bbb8;
}

.m-layer-02 {
  width: 100%;
  float: left;
  padding: 60px 0;
  position: relative;
  background: #f8f8f8;
}
.m-layer-02 .box_title {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 34px;
  position: relative;
}
.m-layer-02 .box_title span {
  color: #333;
  font-weight: bold;
}
.m-layer-02 .box_title:before {
  width: 100px;
  height: 5px;
  border-radius: 5px;
  background: #10bbb8;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -50px;
}
.m-layer-02 .box_title p {
  font-size: 15px;
  color: #666;
}
.m-layer-02 .tab {
  float: left;
  width: 100%;
}
.m-layer-02 .tab .tab_title {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.m-layer-02 .tab .tab_title ul {
  display: inline-block;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.m-layer-02 .tab .tab_title ul li {
  float: left;
  padding: 0 30px;
  line-height: 40px;
  background: #fff;
  border-radius: 20px 0 0 20px;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}
.m-layer-02 .tab .tab_title ul li:nth-child(2) {
  border-radius: 0 20px  20px 0;
}
.m-layer-02 .tab .tab_title ul .swiper-button-disabled {
  background: #10bbb8;
  color: #fff;
}
.m-layer-02 .tab .swiper-slide {
  position: relative;
}
.m-layer-02 .tab .swiper-slide img {
  width: 100%;
}
.m-layer-02 .tab .swiper-slide .text {
  position: absolute;
  top: 20px;
  left: 20px;
  padding-right: 60px;
}
.m-layer-02 .tab .swiper-slide .text h4 {
  font-size: 18px;
}
.m-layer-02 .tab .swiper-slide .text p {
  margin-top: 10px;
  line-height: 1.6;
  color: #666;
  font-size: 13px;
}
.m-layer-02 .tab .swiper-slide .text .more {
  border: 1px solid #ccc;
  float: left;
  padding: 0px 10px;
  line-height: 28px;
  height: 28px;
  font-size: 14px;
  color: #666;
  margin-top: 14px;
  cursor: pointer;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.m-layer-02 .tab .swiper-slide .text .more:before {
  content: "立即咨询";
}
.m-layer-02 .tab .swiper-slide .text .more:hover {
  background: #f6530b;
  color: #fff;
  margin-top: 12px;
  line-height: 24px;
  border: 1px solid #f6530b;
}
.m-layer-02 .tab .swiper {
  margin-top: 40px;
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px;
}
.m-layer-02 .bottom {
  width: 100%;
  float: left;
  border-radius: 5px;
}
.m-layer-02 .bottom ul {
  float: left;
  width: 102%;
}
.m-layer-02 .bottom ul li {
  background: #fff;
  float: left;
  width: 232px;
  padding-top: 40px;
  text-align: center;
  margin-right: 10px;
  margin-top: 10px;
  height: 180px;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.m-layer-02 .bottom ul li h4 {
  margin-top: 10px;
  font-size: 18px;
  color: #515151;
}
.m-layer-02 .bottom ul li img {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  display: inline-block;
  width: 70px;
}
.m-layer-02 .bottom ul li .more {
  border: 1px solid #f0f0f0;
  display: inline-block;
  margin-top: 10px;
  line-height: 30px;
  padding: 0 10px;
  opacity: 0;
  cursor: pointer;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.m-layer-02 .bottom ul li .more:before {
  content: "立即咨询";
}
.m-layer-02 .bottom ul li:hover {
  padding-top: 20px;
}
.m-layer-02 .bottom ul li:hover img {
  width: 60px;
}
.m-layer-02 .bottom ul li:hover .more {
  opacity: 1;
  background: #10bbb8;
  border: 1px #10bbb8 solid;
  color: #fff;
}

.m-layer-03 {
  width: 100%;
  float: left;
  padding: 60px 0;
  position: relative;
  background: url(../images/home/ck_bg.jpg) no-repeat;
  background-size: cover;
}
.m-layer-03 .box_title {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 34px;
  position: relative;
}
.m-layer-03 .box_title span {
  color: #fff;
  font-weight: bold;
}
.m-layer-03 .box_title:before {
  width: 100px;
  height: 5px;
  border-radius: 5px;
  background: #10bbb8;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -50px;
}
.m-layer-03 .box_title p {
  font-size: 15px;
  color: #999;
}
.m-layer-03 .tab {
  float: left;
  width: 100%;
}
.m-layer-03 .tab .tab_title {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.m-layer-03 .tab .tab_title ul {
  display: inline-block;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.m-layer-03 .tab .tab_title ul li {
  float: left;
  padding: 0 30px;
  line-height: 40px;
  background: #fff;
  border-radius: 20px 0 0 20px;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}
.m-layer-03 .tab .tab_title ul li:nth-child(2) {
  border-radius: 0 20px  20px 0;
}
.m-layer-03 .tab .tab_title ul .swiper-button-disabled {
  background: #10bbb8;
  color: #fff;
}
.m-layer-03 .tab .swiper {
  margin-top: 40px;
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px 10px 0px 10px;
}
.m-layer-03 .tab .swiper .swiper-slide {
  width: 100%;
  float: left;
}
.m-layer-03 .tab .swiper .swiper-slide .left {
  float: left;
  width: 286px;
  position: relative;
}
.m-layer-03 .tab .swiper .swiper-slide .left img {
  width: 100%;
}
.m-layer-03 .tab .swiper .swiper-slide .left .text {
  position: absolute;
  top: 20px;
  left: 20px;
  padding-right: 60px;
}
.m-layer-03 .tab .swiper .swiper-slide .left .text h4 {
  font-size: 18px;
}
.m-layer-03 .tab .swiper .swiper-slide .left .text p {
  margin-top: 10px;
  line-height: 1.6;
  color: #666;
  font-size: 13px;
}
.m-layer-03 .tab .swiper .swiper-slide .left .text .more {
  border: 1px solid #ccc;
  float: left;
  padding: 0px 10px;
  line-height: 28px;
  height: 28px;
  font-size: 14px;
  color: #666;
  margin-top: 14px;
  cursor: pointer;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.m-layer-03 .tab .swiper .swiper-slide .left .text .more:before {
  content: "立即咨询";
}
.m-layer-03 .tab .swiper .swiper-slide .left .text .more:hover {
  background: #f6530b;
  color: #fff;
  margin-top: 12px;
  line-height: 24px;
  border: 1px solid #f6530b;
}
.m-layer-03 .tab .swiper .swiper-slide .list {
  float: right;
  width: 880px;
}
.m-layer-03 .tab .swiper .swiper-slide .list ul {
  width: 102%;
}
.m-layer-03 .tab .swiper .swiper-slide .list ul li {
  float: left;
  position: relative;
  margin-right: 12px;
  margin-bottom: 10px;
  width: 285px;
}
.m-layer-03 .tab .swiper .swiper-slide .list ul li img {
  width: 100%;
}
.m-layer-03 .tab .swiper .swiper-slide .list ul li .text {
  position: absolute;
  top: 20px;
  left: 20px;
  padding-right: 60px;
}
.m-layer-03 .tab .swiper .swiper-slide .list ul li .text h4 {
  font-size: 18px;
}
.m-layer-03 .tab .swiper .swiper-slide .list ul li .text p {
  margin-top: 10px;
  line-height: 1.6;
  color: #666;
  font-size: 13px;
}
.m-layer-03 .tab .swiper .swiper-slide .list ul li .text .more {
  border: 1px solid #ccc;
  float: left;
  padding: 0px 10px;
  line-height: 28px;
  height: 28px;
  font-size: 14px;
  color: #666;
  margin-top: 14px;
  cursor: pointer;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.m-layer-03 .tab .swiper .swiper-slide .list ul li .text .more:before {
  content: "立即咨询";
}
.m-layer-03 .tab .swiper .swiper-slide .list ul li .text .more:hover {
  background: #f6530b;
  color: #fff;
  margin-top: 12px;
  line-height: 24px;
  border: 1px solid #f6530b;
}

.m-layer-04 {
  width: 100%;
  float: left;
  padding: 60px 0;
  position: relative;
  background: #f8f8f8;
}
.m-layer-04 .box_title {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 34px;
  position: relative;
}
.m-layer-04 .box_title span {
  color: #333;
  font-weight: bold;
}
.m-layer-04 .box_title:before {
  width: 100px;
  height: 5px;
  border-radius: 5px;
  background: #10bbb8;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -50px;
}
.m-layer-04 .box_title p {
  font-size: 15px;
  color: #666;
}
.m-layer-04 .tab {
  float: left;
  width: 100%;
}
.m-layer-04 .tab .tab_title {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.m-layer-04 .tab .tab_title ul {
  display: inline-block;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.m-layer-04 .tab .tab_title ul li {
  float: left;
  padding: 0 30px;
  line-height: 40px;
  background: #fff;
  border-radius: 20px 0 0 20px;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}
.m-layer-04 .tab .tab_title ul li:nth-child(2) {
  border-radius: 0 20px  20px 0;
}
.m-layer-04 .tab .tab_title ul .swiper-button-disabled {
  background: #10bbb8;
  color: #fff;
}
.m-layer-04 .tab .swiper-slide {
  position: relative;
  background-image: linear-gradient(0deg, #f9f9f9, #eef6f8);
}
.m-layer-04 .tab .swiper-slide img {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.m-layer-04 .tab .swiper-slide .text {
  position: relative;
  float: left;
  width: 100%;
  padding-right: 60px;
  padding: 20px 20px 0 20px;
  height: 150px;
}
.m-layer-04 .tab .swiper-slide .text h4 {
  font-size: 18px;
}
.m-layer-04 .tab .swiper-slide .text p {
  margin-top: 10px;
  line-height: 1.6;
  padding-right: 50px;
  color: #666;
  font-size: 13px;
}
.m-layer-04 .tab .swiper-slide .text .more {
  border: 1px solid #ccc;
  float: left;
  padding: 0px 10px;
  line-height: 28px;
  height: 28px;
  font-size: 14px;
  color: #666;
  margin-top: 14px;
  cursor: pointer;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.m-layer-04 .tab .swiper-slide .text .more:before {
  content: "立即咨询";
}
.m-layer-04 .tab .swiper-slide .text .more:hover {
  background: #f6530b;
  color: #fff;
  margin-top: 12px;
  line-height: 24px;
  border: 1px solid #f6530b;
}
.m-layer-04 .tab .swiper {
  margin-top: 40px;
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px;
}

.m-layer-05 {
  width: 100%;
  float: left;
  padding: 60px 0;
  position: relative;
}
.m-layer-05 .box_title {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 34px;
  position: relative;
}
.m-layer-05 .box_title span {
  color: #333;
  font-weight: bold;
}
.m-layer-05 .box_title:before {
  width: 100px;
  height: 5px;
  border-radius: 5px;
  background: #10bbb8;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -50px;
}
.m-layer-05 .box_title p {
  font-size: 15px;
  color: #666;
}
.m-layer-05 .tab {
  float: left;
  width: 100%;
  margin-top: 60px;
}
.m-layer-05 .tab .block {
  display: none;
  width: 100%;
  float: left;
}
.m-layer-05 .tab .block:nth-child(1) {
  display: block;
}
.m-layer-05 .tab .tab_title {
  width: 250px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  float: left;
}
.m-layer-05 .tab .tab_title ul li {
  cursor: pointer;
  line-height: 40px;
  position: relative;
  width: 100%;
  float: left;
  padding: 0 20px;
}
.m-layer-05 .tab .tab_title ul li:hover {
  color: #10bbb8;
}
.m-layer-05 .tab .tab_title ul .on {
  background: #10bbb8;
  color: #fff;
}
.m-layer-05 .tab .tab_title ul .on:before {
  content: "\e60d";
  font-family: "icon";
  float: right;
}
.m-layer-05 .tab .tab_title ul .on:hover {
  color: #fff;
}
.m-layer-05 .tab .box_content {
  float: right;
  width: 930px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.m-layer-05 .tab .box_content .left {
  width: 50%;
  float: left;
  position: relative;
}
.m-layer-05 .tab .box_content .left img {
  width: 100%;
}
.m-layer-05 .tab .box_content .left .h3 {
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.5);
}
.m-layer-05 .tab .box_content .left .h3 h3 {
  color: #fff;
  font-size: 16px;
}
.m-layer-05 .tab .box_content .left p {
  line-height: 1.8;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 12px;
}
.m-layer-05 .tab .box_content .right {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.m-layer-05 .tab .box_content .right li:last-child a {
  border-bottom: 0px;
}
.m-layer-05 .tab .box_content .right li {
  padding: 0 10px;
  float: left;
  width: 100%;
  line-height: 38px;
}
.m-layer-05 .tab .box_content .right li a {
  display: block;
  border-bottom: 1px dotted #f0f0f0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-layer-05 .tab .box_content .right li a:before {
  content: "- ";
}
.m-layer-05 .tab .box_content .right li a:hover {
  color: #10bbb8;
}

@media screen and (max-width: 769px) {
  .search {
    display: none;
  }

  .conBox_01 {
    padding: 20px 0;
  }
  .conBox_01 .box_title em {
    font-size: 24px;
  }
  .conBox_01 .desc {
    padding: 0 10px;
    text-align: left;
    font-size: 14px;
  }
  .conBox_01 .list li:last-child {
    display: none;
  }
  .conBox_01 .list ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 5px;
  }
  .conBox_01 .list ul li {
    padding: 0 5px;
    margin: 0px;
    height: auto;
  }

  .conBox_02 .box_title em {
    font-size: 24px;
  }
  .conBox_02 .box .left {
    display: none;
  }
  .conBox_02 .box .right {
    width: 100%;
    padding: 0 10px;
  }
  .conBox_02 .box .right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .conBox_02 .box .right ul li {
    width: 49%;
    margin: 0px;
    margin-bottom: 7px;
  }
  .conBox_02 .box .right ul li:last-child {
    display: none;
  }

  .conBox_03 .box_title em {
    font-size: 24px;
  }
  .conBox_03 .list .block .fl {
    display: none;
  }
  .conBox_03 .list .block .fr {
    padding: 20px;
    width: 100%;
  }
  .conBox_03 .list .block .fr .img {
    display: flex;
    justify-content: space-between;
  }
  .conBox_03 .list .block .fr .img span {
    width: 49%;
    margin: 0px;
  }

  .conBox_04 {
    padding: 30px 0;
  }
  .conBox_04 .box_title {
    margin-top: 0px;
  }
  .conBox_04 .box_title em {
    font-size: 24px;
  }
  .conBox_04 .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .conBox_04 .list .block {
    width: 49%;
  }
  .conBox_04 .list .block .fl {
    display: block;
    width: 100%;
  }
  .conBox_04 .list .block .fr {
    padding: 10px;
    width: 100%;
  }
  .conBox_04 .list .block .fr .title {
    display: flex;
  }
  .conBox_04 .list .block .fr .title .num {
    flex-shrink: 0;
  }
  .conBox_04 .list .block .fr .title span h4 {
    font-size: 18px;
  }
  .conBox_04 .list .block .fr .desc {
    padding: 0px;
    font-size: 12px;
  }

  .conBox_05 {
    padding: 30px 0;
  }
  .conBox_05 .box_title {
    margin-top: 0px;
  }
  .conBox_05 .box_title em {
    font-size: 24px;
  }
  .conBox_05 .wrapper {
    width: 100%;
  }
  .conBox_05 .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .conBox_05 .list .block {
    width: 100%;
    border-bottom: 1px solid #10bbb8;
  }
  .conBox_05 .list .block .fl {
    display: none;
    width: 100%;
  }
  .conBox_05 .list .block .fr {
    width: 100%;
    padding: 20px;
  }
  .conBox_05 .list .block .fr .title .num {
    top: -20px;
    right: -20px;
  }
  .conBox_05 .list .block .fr .title span h4 {
    font-size: 18px;
  }
  .conBox_05 .list .block .fr .title span p {
    font-size: 14px;
  }
  .conBox_05 .list .block:nth-child(even) .fr {
    padding: 20px;
    width: 100%;
  }
  .conBox_05 .list .block:nth-child(even) .fr .title .num {
    top: -20px;
    left: -20px;
  }
  .conBox_05 .list .block:nth-child(even) .fr .title span h4 {
    font-size: 18px;
  }
  .conBox_05 .list .block:nth-child(even) .fr .title span p {
    font-size: 14px;
  }

  .conBox_06 {
    padding: 80px 0;
    margin-top: 0px;
  }
  .conBox_06 .wrapper {
    width: 100%;
  }
  .conBox_06 .box_title {
    margin-top: 0px;
  }
  .conBox_06 .box_title em {
    font-size: 24px;
  }
  .conBox_06 .swiper {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .conBox_06 .swiper .swiper-container {
    overflow: visible;
  }
  .conBox_06 .swiper .swiper-slide {
    border-radius: 10px;
    -webkit-filter: blur(0px);
    /* Chrome, Safari, Opera */
    filter: blur(0px);
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    /*兼容-webkit-引擎浏览器*/
    -moz-transform: scale(0.8);
    /*兼容-moz-引擎浏览器*/
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  }
  .conBox_06 .swiper .swiper-slide .content {
    background: #fff;
    display: block;
    padding: 20px;
    float: left;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .conBox_06 .swiper .swiper-slide img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .conBox_06 .swiper .swiper-slide .text {
    display: block;
    float: left;
    width: 100%;
  }
  .conBox_06 .swiper .swiper-slide .text .title {
    float: left;
    font-size: 18px;
  }
  .conBox_06 .swiper .swiper-slide .text a {
    float: right;
    color: #10bbb8;
  }
  .conBox_06 .swiper .swiper-slide p {
    display: block;
    margin-top: 10px;
    color: #999;
  }
  .conBox_06 .swiper .swiper-slide-duplicate-active {
    transform: scale(1);
    -webkit-transform: scale(1);
    /*兼容-webkit-引擎浏览器*/
    -moz-transform: scale(1);
    /*兼容-moz-引擎浏览器*/
    -webkit-filter: blur(0px);
    /* Chrome, Safari, Opera */
    filter: blur(0px);
  }

  .conBox_07 {
    margin-top: 0px;
  }
  .conBox_07 .box_title {
    margin-top: 0px;
  }
  .conBox_07 .box_title em {
    font-size: 24px;
  }
  .conBox_07 .box {
    padding: 0 10px;
  }
  .conBox_07 .box .img img {
    width: 100%;
  }
  .conBox_07 .tab {
    padding: 0 10px;
  }
  .conBox_07 .tab .tab_content .block ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .conBox_07 .tab .tab_content .block ul li {
    width: 49%;
    margin-right: 0px;
    margin-bottom: 10px;
    float: left;
  }
  .conBox_07 .tab .tab_content .block ul li img {
    width: 100%;
  }

  .conBox_08 {
    margin-top: 20px;
  }
  .conBox_08 .box_title {
    margin-top: 0px;
  }
  .conBox_08 .box_title em {
    font-size: 24px;
  }
  .conBox_08 .box {
    padding: 0 10px;
  }
  .conBox_08 .box .left {
    width: 100%;
  }
  .conBox_08 .box .right {
    width: 100%;
    margin-top: 20px;
  }
  .conBox_08 .box .right .top {
    padding: 20px;
  }
  .conBox_08 .box .right .top .list ul li {
    width: 100%;
  }
  .conBox_08 .box .right .top .list ul li p {
    padding-right: 0px;
  }
  .conBox_08 .box .right .bottom {
    display: none;
  }

  .link {
    padding: 0 10px;
  }

  .tag {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 769px) {
  .tels {
    padding: 0 20px;
  }
  .tels div {
    display: flex;
    justify-content: space-between;
  }
  .tels div em {
    display: none;
  }

  .m-layer-01 .box {
    margin-top: 0px;
    padding: 20px;
  }
  .m-layer-01 .box .box_title {
    font-size: 18px;
  }
  .m-layer-01 .box .box_title span .fl {
    display: none;
  }
  .m-layer-01 .box .box_title span .fr {
    display: none;
  }
  .m-layer-01 .box .form {
    width: 100%;
    margin-left: 0px;
    border: 0px;
  }
  .m-layer-01 .box .form form {
    display: block;
  }
  .m-layer-01 .box .form form .input {
    border-right: 0px;
    width: 100%;
    border: 2px solid #10bbb8;
    margin-bottom: 10px;
  }
  .m-layer-01 .box .form form .input input {
    width: 100%;
  }
  .m-layer-01 .box .form form button {
    width: 100%;
    display: block;
    line-height: 40px;
  }
  .m-layer-01 .box .info .display span:nth-child(3) {
    display: none;
  }

  .m-layer-02 {
    padding: 20px 0;
  }
  .m-layer-02 .box_title span {
    font-size: 20px;
  }
  .m-layer-02 .tab .swiper {
    margin-top: 20px;
  }
  .m-layer-02 .tab .tab_title ul li {
    padding: 0 10px;
    font-size: 14px;
    line-height: 25px;
    border-radius: 0;
  }
  .m-layer-02 .tab .tab_title ul li:nth-child(2) {
    border-radius: 0;
  }
  .m-layer-02 .tab .tab_title ul .swiper-button-disabled {
    border-radius: 0;
  }
  .m-layer-02 .tab .tab_title ul .swiper-button-disabled:nth-child(2) {
    border-radius: 0;
  }
  .m-layer-02 .tab .swiper-slide .text {
    top: 10px;
    left: 10px;
    width: 100%;
  }
  .m-layer-02 .tab .swiper-slide .text h4 {
    font-size: 14px;
  }
  .m-layer-02 .tab .swiper-slide .text p {
    display: none;
  }
  .m-layer-02 .tab .swiper-slide .text .more {
    font-size: 12px;
    line-height: 24px;
  }
  .m-layer-02 .bottom ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
  }
  .m-layer-02 .bottom ul li {
    width: 48%;
    margin-right: 10px;
    height: auto;
    padding-top: 20px;
  }
  .m-layer-02 .bottom ul li img {
    width: 50px;
  }
  .m-layer-02 .bottom ul li h4 {
    font-size: 12px;
  }
  .m-layer-02 .bottom ul li .more {
    opacity: 1;
    background: #10bbb8;
    width: 100%;
    color: #fff;
  }
  .m-layer-02 .bottom ul li:hover {
    margin-right: 10px;
    height: auto;
    padding-top: 20px;
  }
  .m-layer-02 .bottom ul li:hover img {
    width: 50px;
  }
  .m-layer-02 .bottom ul li:hover h4 {
    font-size: 12px;
  }
  .m-layer-02 .bottom ul li:hover .more {
    opacity: 1;
  }
  .m-layer-02 .bottom ul li:nth-child(5) {
    display: none;
  }

  .m-layer-03 {
    padding: 20px 0;
  }
  .m-layer-03 .box_title span {
    font-size: 20px;
  }
  .m-layer-03 .tab .swiper {
    margin-top: 20px;
  }
  .m-layer-03 .tab .tab_title ul li {
    padding: 0 10px;
    font-size: 14px;
    line-height: 25px;
    border-radius: 0;
  }
  .m-layer-03 .tab .tab_title ul li:nth-child(2) {
    border-radius: 0;
  }
  .m-layer-03 .tab .tab_title ul .swiper-button-disabled {
    border-radius: 0;
  }
  .m-layer-03 .tab .tab_title ul .swiper-button-disabled:nth-child(2) {
    border-radius: 0;
  }
  .m-layer-03 .tab .swiper .swiper-slide .left {
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  .m-layer-03 .tab .swiper .swiper-slide .list {
    margin-top: 10px;
    width: 100%;
  }
  .m-layer-03 .tab .swiper .swiper-slide .list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m-layer-03 .tab .swiper .swiper-slide .list ul li {
    width: 48%;
    margin-right: 0;
  }
  .m-layer-03 .tab .swiper .swiper-slide .list ul li .text {
    top: 10px;
    left: 10px;
    padding-right: 0px;
  }
  .m-layer-03 .tab .swiper .swiper-slide .list ul li .text h4 {
    font-size: 18px;
  }
  .m-layer-03 .tab .swiper .swiper-slide .list ul li .text p {
    display: none;
  }
  .m-layer-03 .tab .swiper .swiper-slide .list ul li .text .more {
    font-size: 12px;
    line-height: 22px;
    height: 24px;
    padding: 0 5px;
    margin-top: 10px;
  }

  .m-layer-04 {
    padding: 20px 0;
  }
  .m-layer-04 .box_title span {
    font-size: 20px;
  }
  .m-layer-04 .tab .swiper {
    margin-top: 20px;
  }
  .m-layer-04 .tab .tab_title ul li {
    padding: 0 10px;
    font-size: 14px;
    line-height: 25px;
    border-radius: 0;
  }
  .m-layer-04 .tab .tab_title ul li:nth-child(2) {
    border-radius: 0;
  }
  .m-layer-04 .tab .tab_title ul .swiper-button-disabled {
    border-radius: 0;
  }
  .m-layer-04 .tab .tab_title ul .swiper-button-disabled:nth-child(2) {
    border-radius: 0;
  }
  .m-layer-04 .tab .swiper-slide .text {
    padding: 20px;
    width: 100%;
  }
  .m-layer-04 .tab .swiper-slide .text h4 {
    font-size: 14px;
  }
  .m-layer-04 .tab .swiper-slide .text p {
    display: none;
  }
  .m-layer-04 .tab .swiper-slide .text .more {
    font-size: 12px;
    line-height: 24px;
  }
  .m-layer-04 .bottom ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
  }
  .m-layer-04 .bottom ul li {
    width: 48%;
    margin-right: 10px;
    height: auto;
    padding-top: 20px;
  }
  .m-layer-04 .bottom ul li img {
    width: 50px;
  }
  .m-layer-04 .bottom ul li h4 {
    font-size: 12px;
  }
  .m-layer-04 .bottom ul li .more {
    opacity: 1;
    background: #10bbb8;
    width: 100%;
    color: #fff;
  }
  .m-layer-04 .bottom ul li:hover {
    margin-right: 10px;
    height: auto;
    padding-top: 20px;
  }
  .m-layer-04 .bottom ul li:hover img {
    width: 50px;
  }
  .m-layer-04 .bottom ul li:hover h4 {
    font-size: 12px;
  }
  .m-layer-04 .bottom ul li:hover .more {
    opacity: 1;
  }
  .m-layer-04 .bottom ul li:nth-child(5) {
    display: none;
  }

  .m-layer-05 {
    padding: 20px 10px;
  }
  .m-layer-05 .box_title span {
    font-size: 20px;
  }
  .m-layer-05 .tab {
    padding: 0 0px;
  }
  .m-layer-05 .tab .tab_title {
    width: 100%;
  }
  .m-layer-05 .tab .tab_title ul li {
    width: auto;
    margin-right: 10px;
    padding: 0 10px;
    line-height: 30px;
  }
  .m-layer-05 .tab .tab_title ul li:before {
    content: "";
  }
  .m-layer-05 .tab .box_content {
    width: 100%;
    margin-top: 20px;
  }
  .m-layer-05 .tab .box_content .block .left {
    width: 100%;
  }
  .m-layer-05 .tab .box_content .block .right {
    padding-left: 0px;
    width: 100%;
  }
}

/*# sourceMappingURL=index.css.map */
