<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(../css/public.css);
@import url(../css/iconfont.css);
@font-face {
  font-family: 'oswald';
  src: url("../font/IMPACT_2.TTF");
}
.slide {
  width: 100%;
  float: left;
  position: relative;
}
.slide img {
  width: 100%;
}

@font-face {
  font-family: 'oswald';
  src: url("IMPACT_2.TTF");
}
.boxMore {
  width: 100%;
  float: left;
  text-align: center;
}
.boxMore em {
  margin-top: 20px;
  display: inline-block;
  background: linear-gradient(45deg, #ff6c00, #ff9a05);
  line-height: 40px;
  color: #fff;
  padding: 0 20px;
}
.boxMore em:hover {
  background: linear-gradient(45deg, #ff9a05, #ff6c00);
}

.tels {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.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;
  padding-bottom: 40px;
}
.m-layer-01 .box {
  margin-top: -60px;
  background: #fff;
  background: url(../images/gszc/form-bg.jpg) no-repeat;
  float: left;
  width: 100%;
  padding: 30px 0px 40px 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: 900px;
  margin-left: 125px;
}
.m-layer-01 .box .form form {
  background: #10bbb8;
  display: flex;
  justify-content: space-between;
}
.m-layer-01 .box .form .input {
  display: flex;
  align-items: center;
  width: 40%;
  padding: 0 10px;
  background: #fff;
  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-01 .list {
  width: 100%;
  float: left;
  background: #fff;
  padding: 20px;
}
.m-layer-01 .list li {
  width: 25%;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-layer-01 .list li .img {
  width: 60px;
  flex-shrink: 0;
}
.m-layer-01 .list li .img img {
  width: 100%;
}
.m-layer-01 .list li .text {
  float: left;
  margin-left: 15px;
  text-align: left;
}
.m-layer-01 .list li .text h5 {
  font-size: 15px;
}
.m-layer-01 .list li .text p {
  font-size: 12px;
}

.m-layer-02 {
  float: left;
  width: 100%;
  background: #f8f8f8;
  position: relative;
  z-index: 999;
  padding-top: 20px;
  padding-bottom: 60px;
}
.m-layer-02 .box_title {
  float: left;
  width: 100%;
  text-align: center;
}
.m-layer-02 .box_title em {
  font-size: 28px;
  font-weight: bold;
  color: #515151;
}
.m-layer-02 .box_title p {
  color: #666;
  margin-top: 10px;
}
.m-layer-02 .list {
  width: 100%;
  float: left;
}
.m-layer-02 .list ul {
  width: 103%;
  float: left;
  margin-top: 40px;
}
.m-layer-02 .list ul li {
  width: 210px;
  float: left;
  margin-right: 25px;
  background: #333;
  text-align: center;
  padding-bottom: 60px;
  min-height: 280px;
  position: relative;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.m-layer-02 .list ul li .num {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  display: inline-block;
  border: 1px solid #fff;
  font-size: 20px;
  color: #fff;
  width: 60px;
  height: 60px;
  margin-top: 60px;
}
.m-layer-02 .list ul li .num em {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  display: inline-block;
  width: 60px;
  height: 60px;
  font-weight: bold;
  line-height: 60px;
}
.m-layer-02 .list ul li h4 {
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
}
.m-layer-02 .list ul li p {
  margin-top: 20px;
}
.m-layer-02 .list ul li a {
  position: absolute;
  bottom: 0px;
  color: #999;
  display: block;
  width: 100%;
  line-height: 40px;
  left: 0px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.m-layer-02 .list ul li:hover {
  margin-top: -10px;
}
.m-layer-02 .list ul li:hover a {
  background: linear-gradient(45deg, #ff6c00, #ff9a05);
  color: #fff;
  opacity: 1;
}

.m-layer-03 {
  float: left;
  width: 100%;
  background: url(../images/gszx/mod2_bg.png);
  position: relative;
  z-index: 999;
  padding: 60px 0;
}
.m-layer-03 .box_title {
  float: left;
  width: 100%;
  text-align: center;
}
.m-layer-03 .box_title em {
  font-size: 28px;
  font-weight: bold;
  color: #515151;
}
.m-layer-03 .box_title p {
  color: #666;
  margin-top: 10px;
}
.m-layer-03 .box {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.m-layer-03 .box .left {
  width: 40%;
  float: left;
  margin-top: 30px;
}
.m-layer-03 .box .left img {
  width: 100%;
}
.m-layer-03 .box .list {
  width: 60%;
  padding-left: 50px;
  float: right;
}
.m-layer-03 .box .list li {
  width: 100%;
  float: left;
  background: #E3F6F5;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.m-layer-03 .box .list li em {
  background: #10bbb8;
  color: #fff;
  padding: 2px 5px;
}
.m-layer-03 .box .list li p {
  padding: 10px 0;
  margin-left: 10px;
  font-size: 16px;
}

.m-layer-04 {
  float: left;
  width: 100%;
  position: relative;
  background: #333;
  z-index: 999;
  padding: 60px 0;
}
.m-layer-04 .box_title {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.m-layer-04 .list {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.m-layer-04 .list ul {
  width: 103%;
  float: left;
}
.m-layer-04 .list ul li {
  float: left;
  width: 170px;
  color: #fff;
  margin-right: 26px;
  border: 1px solid #10bbb8;
  box-shadow: inset 0px 0px 20px 1px rgba(6, 178, 175, 0.5);
  padding: 30px 20px 20px 20px;
  min-height: 160px;
  text-align: center;
}
.m-layer-04 .list ul li p {
  font-size: 18px;
  padding: 0 20px;
  margin-top: 10px;
  font-size: 12px;
}

.m-layer-05 {
  float: left;
  width: 100%;
  position: relative;
  z-index: 999;
  padding: 60px 0;
  background: url(../images/gszx/mod2_bg.png);
}
.m-layer-05 .box_title {
  float: left;
  width: 100%;
  text-align: center;
}
.m-layer-05 .box_title em {
  font-size: 28px;
  font-weight: bold;
  color: #515151;
}
.m-layer-05 .box_title p {
  color: #666;
  margin-top: 10px;
}
.m-layer-05 .list {
  float: left;
  width: 100%;
  margin-top: 80px;
  background: url(../images/gszx/line.png) center no-repeat;
}
.m-layer-05 .list .one {
  width: 120%;
  float: left;
}
.m-layer-05 .list .one li {
  margin-right: 90px;
  width: 215px;
  float: left;
  background: #fff;
  box-shadow: 0 10px 10px #f0f0f0;
  position: relative;
  padding: 20px 0;
}
.m-layer-05 .list .one li .num {
  color: #333333;
  font-size: 40px;
  text-align: center;
  color: #10bbb8;
  font-weight: bold;
}
.m-layer-05 .list .one li .text {
  text-align: center;
  font-size: 18px;
}
.m-layer-05 .list .one li:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.m-layer-05 .list .one li:nth-child(1) {
  margin-left: -30px;
}
.m-layer-05 .list .one li:nth-child(2) {
  margin-left: 28px;
  margin-top: -45px;
}
.m-layer-05 .list .one li:nth-child(3) {
  margin-left: 30px;
  margin-top: -35px;
}
.m-layer-05 .list .one li:nth-child(4) {
  margin-left: 26px;
  position: relative;
}
.m-layer-05 .list .two {
  width: 105%;
  float: left;
  margin-top: 50px;
}
.m-layer-05 .list .two li:nth-child(1) {
  margin-left: 140px;
  margin-top: 70px;
}
.m-layer-05 .list .two li:nth-child(2) {
  margin-left: 28px;
  margin-top: 45px;
}
.m-layer-05 .list .two li:nth-child(3) {
  margin-left: 20px;
  margin-top: 75px;
}
.m-layer-05 .list .two li {
  margin-right: 90px;
  width: 215px;
  float: left;
  background: #fff;
  box-shadow: 0 0px 10px #f0f0f0;
  position: relative;
  padding: 20px 0;
}
.m-layer-05 .list .two li .num {
  color: #333333;
  font-size: 40px;
  text-align: center;
  color: #10bbb8;
  font-weight: bold;
}
.m-layer-05 .list .two li .text {
  text-align: center;
  font-size: 18px;
}
.m-layer-05 .list .two li:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
}

.m-layer-06 {
  float: left;
  width: 100%;
  position: relative;
  z-index: 999;
  padding: 60px 0;
}
.m-layer-06 .box_title {
  float: left;
  width: 100%;
  text-align: center;
}
.m-layer-06 .box_title em {
  font-size: 28px;
  font-weight: bold;
  color: #515151;
}
.m-layer-06 .box_title p {
  color: #666;
  margin-top: 10px;
}
.m-layer-06 .box {
  background: url(../images/gszx/mod4_big_img.png) center no-repeat;
  width: 100%;
  float: left;
  min-height: 475px;
  margin-top: 40px;
  background-size: 100%;
}
.m-layer-06 .box ul {
  display: flex;
  flex-wrap: wrap;
}
.m-layer-06 .box ul li {
  float: left;
  display: flex;
  align-items: center;
  width: 326px;
  justify-content: center;
  height: 90px;
  padding: 20px;
}
.m-layer-06 .box ul li em {
  width: 20px;
  height: 20px;
  background: #ee6022;
  text-align: center;
  line-height: 20px;
  border-radius: 50px;
  flex-shrink: 0;
  color: #fff;
  margin-right: 10px;
}
.m-layer-06 .box ul li:nth-child(1) {
  margin-left: 30px;
  margin-top: 10px;
}
.m-layer-06 .box ul li:nth-child(2) {
  margin-left: 440px;
  margin-top: 10px;
}
.m-layer-06 .box ul li:nth-child(3) {
  margin-left: 00px;
  margin-top: 31px;
}
.m-layer-06 .box ul li:nth-child(4) {
  margin-left: 498px;
  margin-top: 31px;
}
.m-layer-06 .box ul li:nth-child(5) {
  margin-left: 0px;
  margin-top: 32px;
}
.m-layer-06 .box ul li:nth-child(6) {
  margin-left: 498px;
  margin-top: 32px;
}
.m-layer-06 .box ul li:nth-child(7) {
  margin-left: 30px;
  margin-top: 31px;
}
.m-layer-06 .box ul li:nth-child(8) {
  margin-left: 440px;
  margin-top: 31px;
}

.m-layer-07 {
  width: 100%;
  float: left;
  padding: 10px 0 60px 0;
  position: relative;
}
.m-layer-07 .box_title {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 34px;
  position: relative;
}
.m-layer-07 .box_title span {
  color: #333;
  font-weight: bold;
}
.m-layer-07 .box_title:before {
  width: 100px;
  height: 5px;
  border-radius: 5px;
  background: #10bbb8;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -50px;
}
.m-layer-07 .box_title p {
  font-size: 15px;
  color: #666;
}
.m-layer-07 .tab {
  float: left;
  width: 100%;
  margin-top: 60px;
}
.m-layer-07 .tab .block {
  display: none;
  width: 100%;
  float: left;
}
.m-layer-07 .tab .block:nth-child(1) {
  display: block;
}
.m-layer-07 .tab .tab_title {
  width: 250px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  float: left;
}
.m-layer-07 .tab .tab_title ul li {
  cursor: pointer;
  line-height: 40px;
  position: relative;
  width: 100%;
  float: left;
  padding: 0 20px;
}
.m-layer-07 .tab .tab_title ul li:hover {
  color: #10bbb8;
}
.m-layer-07 .tab .tab_title ul .on {
  background: #10bbb8;
  color: #fff;
}
.m-layer-07 .tab .tab_title ul .on:before {
  content: "\e60d";
  font-family: "icon";
  float: right;
}
.m-layer-07 .tab .tab_title ul .on:hover {
  color: #fff;
}
.m-layer-07 .tab .box_content {
  float: right;
  width: 100%;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.m-layer-07 .tab .box_content .left {
  width: 50%;
  float: left;
  position: relative;
}
.m-layer-07 .tab .box_content .left img {
  width: 100%;
}
.m-layer-07 .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-07 .tab .box_content .left .h3 h3 {
  color: #fff;
  font-size: 16px;
}
.m-layer-07 .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-07 .tab .box_content .right {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.m-layer-07 .tab .box_content .right li:last-child a {
  border-bottom: 0px;
}
.m-layer-07 .tab .box_content .right li {
  padding: 0 10px;
  float: left;
  width: 100%;
  line-height: 38px;
}
.m-layer-07 .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-07 .tab .box_content .right li a:before {
  content: "- ";
}
.m-layer-07 .tab .box_content .right li a:hover {
  color: #10bbb8;
}

@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:before {
    content: none;
  }
  .m-layer-01 .box:after {
    content: none;
  }
  .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 {
    background: none;
    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-01 .list {
    display: none;
  }

  .m-layer-02 {
    padding: 0px 0 20px 0;
  }
  .m-layer-02 .box_title em {
    font-size: 18px;
  }
  .m-layer-02 .list ul {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .m-layer-02 .list ul li {
    width: 100%;
    margin-right: 0px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    min-height: auto;
    padding: 10px;
  }
  .m-layer-02 .list ul li a {
    display: none;
  }
  .m-layer-02 .list ul li h4 {
    margin-top: 0px;
  }
  .m-layer-02 .list ul li .num {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    border-radius: 50%;
    margin-top: 0px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .m-layer-02 .list ul li .num em {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .m-layer-03 {
    padding: 20px 0 20px 0;
  }
  .m-layer-03 .box_title em {
    font-size: 18px;
  }
  .m-layer-03 .box {
    padding: 0 20px;
    margin-top: 20px;
  }
  .m-layer-03 .box .left {
    width: 100%;
    margin-top: 0px;
  }
  .m-layer-03 .box .list {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
  .m-layer-03 .box .list ul {
    width: 100%;
    display: block;
  }
  .m-layer-03 .box .list ul li {
    width: 100%;
  }

  .m-layer-04 {
    padding: 20px 0 20px 0;
  }
  .m-layer-04 .box_title {
    font-size: 18px;
  }
  .m-layer-04 .list {
    margin-top: 20px;
  }
  .m-layer-04 .list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    justify-content: space-between;
  }
  .m-layer-04 .list ul li {
    width: 30%;
    padding: 10px 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    min-height: auto;
  }
  .m-layer-04 .list ul li p {
    padding: 0;
  }

  .m-layer-05 {
    padding: 20px 0;
  }
  .m-layer-05 .box_title em {
    font-size: 18px;
  }
  .m-layer-05 .list {
    margin-top: 20px;
  }
  .m-layer-05 .list .one {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .m-layer-05 .list .one li:nth-child(1), .m-layer-05 .list .one li:nth-child(2), .m-layer-05 .list .one li:nth-child(3), .m-layer-05 .list .one li:nth-child(4), .m-layer-05 .list .one li:nth-child(5), .m-layer-05 .list .one li:nth-child(6), .m-layer-05 .list .one li:nth-child(7) {
    margin: 0px;
  }
  .m-layer-05 .list .one li {
    width: 25%;
  }
  .m-layer-05 .list .one li .text p {
    display: none;
  }
  .m-layer-05 .list .two {
    width: 100%;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .m-layer-05 .list .two li:nth-child(1), .m-layer-05 .list .two li:nth-child(2), .m-layer-05 .list .two li:nth-child(3), .m-layer-05 .list .two li:nth-child(4), .m-layer-05 .list .two li:nth-child(5), .m-layer-05 .list .two li:nth-child(6), .m-layer-05 .list .two li:nth-child(7) {
    margin: 0px;
  }
  .m-layer-05 .list .two li {
    width: 25%;
    margin: 0 10px;
  }
  .m-layer-05 .list .two li .text p {
    display: none;
  }

  .m-layer-06 {
    padding: 20px 0;
    display: none;
  }
  .m-layer-06 .box_title em {
    font-size: 18px;
  }

  .m-layer-07 {
    padding: 0 0 20px 0;
  }
  .m-layer-07 .box_title span {
    font-size: 18px;
  }
  .m-layer-07 .tab {
    margin-top: 40px;
    padding: 0 10px;
  }
  .m-layer-07 .tab .box_content {
    padding: 10px;
  }
  .m-layer-07 .tab .box_content .left {
    width: 100%;
  }
  .m-layer-07 .tab .box_content .right {
    padding-left: 0px;
    width: 100%;
  }
}

/*# sourceMappingURL=index.css.map */
</pre></body></html>