@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;
}

.banner {
  float: left;
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
}

.m-layer-01 {
  float: left;
  width: 100%;
  position: relative;
  padding: 15px 0;
  z-index: 999;
  border-bottom: 1px solid #f0f0f0;
}
.m-layer-01 .keyw {
  float: left;
  width: 100%;
}
.m-layer-01 .keyw em {
  float: left;
  color: #999;
  margin-right: 10px;
}
.m-layer-01 .keyw a {
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.m-layer-01 .keyw a:hover {
  color: #005aa1;
}

.m-layer-02 {
  width: 100%;
  float: left;
  padding: 60px 0;
  position: relative;
}
.m-layer-02 .box_title {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 34px;
  position: relative;
}
.m-layer-02 .box_title h3 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
}
.m-layer-02 .box_title:before {
  width: 100px;
  height: 5px;
  border-radius: 5px;
  background: #005aa1;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -50px;
}
.m-layer-02 .box_title p {
  font-size: 15px;
  color: #666;
}
.m-layer-02 .list {
  width: 100%;
  float: left;
  margin-top: 80px;
}
.m-layer-02 .list ul {
  width: 110%;
  float: left;
}
.m-layer-02 .list ul li {
  width: 240px;
  height: 240px;
  background: #fff;
  float: left;
  margin-right: 78px;
  position: relative;
  border-radius: 50%;
  padding-top: 80px;
  text-align: center;
}
.m-layer-02 .list ul li .h4 {
  color: #005aa1;
}
.m-layer-02 .list ul li .h4 em {
  font-size: 52px;
}
.m-layer-02 .list ul li:before {
  border: 5px solid #ccc;
  position: absolute;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: -5px;
  top: -5px;
}
.m-layer-02 .list ul li:hover {
  box-shadow: 0 0 10px rgba(23, 71, 133, 0.9);
}
.m-layer-02 .list ul li:hover:before {
  border: 5px solid #005aa1;
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -moz-transform: rotate(360deg);
  /* Firefox */
  -webkit-transform: rotate(360deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(360deg);
  /* Opera */
}
.m-layer-02 .list ul li:nth-child(1):before {
  border-top: 5px solid #005aa1;
}
.m-layer-02 .list ul li:nth-child(2):before {
  border-right: 5px solid #005aa1;
}
.m-layer-02 .list ul li:nth-child(3):before {
  border-bottom: 5px solid #005aa1;
}
.m-layer-02 .list ul li:nth-child(4):before {
  border-left: 5px solid #005aa1;
}

.m-layer-03 {
  width: 100%;
  float: left;
  padding: 60px 0;
  position: relative;
  background: url(../images/bg_02.jpg);
}
.m-layer-03 .box_title {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 34px;
  position: relative;
}
.m-layer-03 .box_title h3 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
}
.m-layer-03 .box_title:before {
  width: 100px;
  height: 5px;
  border-radius: 5px;
  background: #005aa1;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -50px;
}
.m-layer-03 .box_title p {
  font-size: 15px;
  color: #666;
}
.m-layer-03 .tab {
  float: left;
  width: 100%;
}
.m-layer-03 .tab .tab_title {
  float: left;
  width: 250px;
}
.m-layer-03 .tab .tab_title ul {
  width: 100%;
  display: inline-block;
}
.m-layer-03 .tab .tab_title ul li:last-child {
  border: 0px;
}
.m-layer-03 .tab .tab_title ul li {
  float: left;
  width: 100%;
  line-height: 50px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  outline: none;
  position: relative;
  padding: 0 20px;
  cursor: pointer;
  background: #f0f0f0;
  border-radius: 30px;
  margin-bottom: 20px;
}
.m-layer-03 .tab .tab_title ul li:before {
  font-family: "icon";
  content: "\e60d";
  position: absolute;
  right: 10px;
  top: 0px;
}
.m-layer-03 .tab .tab_title ul .on {
  background: #005aa1;
  color: #fff;
}
.m-layer-03 .tab .tab_content {
  float: right;
  width: 870px;
}
.m-layer-03 .tab .tab_content .block:nth-child(1) {
  display: block;
}
.m-layer-03 .tab .tab_content .block {
  float: left;
  display: none;
  width: 100%;
}
.m-layer-03 .tab .tab_content .block .left {
  width: 450px;
  float: right;
}
.m-layer-03 .tab .tab_content .block .left img {
  width: 100%;
}
.m-layer-03 .tab .tab_content .block .right {
  float: left;
  width: 350px;
}
.m-layer-03 .tab .tab_content .block .right .top {
  border-top: 2px solid #f0f0f0;
  float: left;
  padding-top: 30px;
}
.m-layer-03 .tab .tab_content .block .right .top h4 {
  font-size: 24px;
  color: #515151;
}
.m-layer-03 .tab .tab_content .block .right .top p {
  margin-top: 10px;
  font-size: 16px;
}
.m-layer-03 .tab .tab_content .block .right .bottom {
  margin-top: 30px;
  float: left;
  width: 100%;
  display: block;
}
.m-layer-03 .tab .tab_content .block .right .bottom h3 {
  font-size: 18px;
  color: #005aa1;
}
.m-layer-03 .tab .tab_content .block .right .bottom p {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
.m-layer-03 .tab .tab_content .block .right .more {
  background: #00686b;
  display: inline-block;
  float: left;
  padding: 0 20px;
  line-height: 30px;
  cursor: pointer;
  color: #fff;
  border-radius: 30px;
  margin-top: 10px;
}

.m-layer-04 {
  width: 100%;
  float: left;
  padding: 60px 0;
  position: relative;
}
.m-layer-04 .box_title {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 34px;
  position: relative;
}
.m-layer-04 .box_title h3 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
}
.m-layer-04 .box_title:before {
  width: 100px;
  height: 5px;
  border-radius: 5px;
  background: #005aa1;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -50px;
}
.m-layer-04 .box_title p {
  font-size: 15px;
  color: #666;
}
.m-layer-04 .box {
  width: 100%;
  float: left;
}
.m-layer-04 .box .left {
  width: 250px;
  float: left;
}
.m-layer-04 .box .left .small_title {
  float: left;
  width: 100%;
  background: #005aa1;
  padding: 15px 20px;
  color: #fff;
  border-radius: 20px 5px 0 0;
}
.m-layer-04 .box .left .small_title .zh {
  font-size: 20px;
  font-weight: bold;
}
.m-layer-04 .box .left .nav {
  border: 2px solid #005aa1;
  float: left;
  border-radius: 0 0 5px 5px;
  width: 100%;
  padding: 20px 0;
}
.m-layer-04 .box .left .nav ul {
  padding: 0 20px;
  float: left;
  width: 100%;
}
.m-layer-04 .box .left .nav ul li .one_title {
  line-height: 40px;
  border: 1px dotted #005aa1;
  display: inline-block;
  width: 100%;
  padding: 0 30px;
  border-radius: 40px;
  position: relative;
  font-size: 16px;
}
.m-layer-04 .box .left .nav ul li .one_title:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 10px;
  top: 12px;
  border: 2px solid #f0f0f0;
  content: "";
  position: absolute;
}
.m-layer-04 .box .left .nav ul li .one_title:after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid #005aa1;
  border-bottom: 7px solid transparent;
  content: "";
  position: absolute;
  right: 15px;
  top: 13px;
}
.m-layer-04 .box .left .nav ul li ul {
  padding: 0px;
}
.m-layer-04 .box .left .nav ul li ul li:last-child {
  border: 0px;
}
.m-layer-04 .box .left .nav ul li ul li {
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  position: relative;
}
.m-layer-04 .box .left .nav ul li ul li a {
  display: inline-block;
  padding: 10px 30px;
  position: relative;
}
.m-layer-04 .box .left .nav ul li ul li a:after {
  font-family: "icon";
  content: "\e60d";
  position: absolute;
  right: 15px;
  top: 13px;
}
.m-layer-04 .box .left .nav ul li ul li a:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 10px;
  top: 12px;
  border: 2px solid #f0f0f0;
  content: "";
  position: absolute;
}
.m-layer-04 .box .right {
  float: right;
  width: 940px;
}
.m-layer-04 .box .right ul li {
  float: left;
  width: 292px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.m-layer-04 .box .right ul li a {
  display: block;
  border: 4px solid #f0f0f0;
  border-radius: 5px;
}
.m-layer-04 .box .right ul li a img {
  width: 100%;
}
.m-layer-04 .box .right ul li a h3 {
  background: #f0f0f0;
  padding: 10px 20px;
  text-align: center;
}
.m-layer-04 .box .right ul li a:hover {
  border: 4px solid #005aa1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.m-layer-04 .box .right ul li a:hover h3 {
  background: #005aa1;
  color: #fff;
}

.m-layer-05 {
  width: 100%;
  float: left;
}
.m-layer-05 img {
  width: 100%;
}

.m-layer-06 {
  width: 100%;
  float: left;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.m-layer-06:before {
  width: 1500px;
  height: 1500px;
  border-radius: 50%;
  background: #f7f7f7;
  position: absolute;
  right: -20%;
  content: "";
  top: 20%;
}
.m-layer-06 .box_title {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 34px;
  position: relative;
}
.m-layer-06 .box_title h3 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
}
.m-layer-06 .box_title:before {
  width: 100px;
  height: 5px;
  border-radius: 5px;
  background: #005aa1;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -50px;
}
.m-layer-06 .box_title p {
  font-size: 15px;
  color: #666;
}
.m-layer-06 .list {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 80px;
}
.m-layer-06 .list li:nth-child(odd) .left {
  padding-left: 100px;
}
.m-layer-06 .list li:nth-child(even) .left {
  padding-right: 100px;
  width: 460px;
}
.m-layer-06 .list li {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-layer-06 .list li .left {
  display: flex;
  width: 500px;
  flex-shrink: 0;
}
.m-layer-06 .list li .left .num {
  border-radius: 10px;
  line-height: 70px;
  height: 70px;
  width: 70px;
  background: #005aa1;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.m-layer-06 .list li .left .text {
  margin-left: 20px;
}
.m-layer-06 .list li .left .text h4 {
  font-size: 30px;
}
.m-layer-06 .list li .left .text em {
  font-size: 13px;
  color: #666;
}
.m-layer-06 .list li .left .text p {
  font-size: 16px;
  line-height: 1.8;
}
.m-layer-06 .list li .left .text span {
  background: #00686b;
  color: #fff;
  line-height: 30px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 30px;
  margin-top: 20px;
}
.m-layer-06 .list li .right {
  width: 100%;
}
.m-layer-06 .list li .right img {
  width: 100%;
}

.m-layer-07 {
  width: 100%;
  float: left;
  padding: 40px 0 60px 0;
  position: relative;
  overflow: hidden;
}
.m-layer-07 .box_title {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 34px;
  position: relative;
}
.m-layer-07 .box_title h3 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
}
.m-layer-07 .box_title:before {
  width: 100px;
  height: 5px;
  border-radius: 5px;
  background: #005aa1;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -50px;
}
.m-layer-07 .box_title p {
  font-size: 15px;
  color: #666;
}
.m-layer-07 .box {
  margin-top: 120px;
  float: left;
  width: 100%;
}
.m-layer-07 .box .left {
  width: 300px;
  float: left;
}
.m-layer-07 .box .left li {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  border: 4px solid #005aa1;
}
.m-layer-07 .box .left li a {
  display: block;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
}
.m-layer-07 .box .left li a:hover {
  background: #005aa1;
  color: #fff;
}
.m-layer-07 .box .left .on a {
  background: #005aa1;
  color: #fff;
}
.m-layer-07 .box .swiper {
  width: 600px;
  float: left;
  padding: 0 20px;
}
.m-layer-07 .box .swiper .swiper-slide a {
  display: block;
  position: relative;
}
.m-layer-07 .box .swiper .swiper-slide a h3 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  line-height: 40px;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.m-layer-07 .box .swiper .swiper-slide img {
  width: 100%;
}
.m-layer-07 .box .swiper ul li:nth-child(1) {
  display: block;
}
.m-layer-07 .box .swiper ul li {
  display: none;
}
.m-layer-07 .box .swiper ul li img {
  width: 100%;
  border: 1px solid #f9f9f9;
}
.m-layer-07 .box .right {
  width: 290px;
  float: right;
  padding: 10px;
  border: 2px solid #f0f0f0;
}
.m-layer-07 .box .right .small_title {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
}
.m-layer-07 .box .right .small_title .fl {
  font-weight: bold;
  font-size: 18px;
  color: #00686b;
}
.m-layer-07 .box .right ul {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.m-layer-07 .box .right ul li {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.m-layer-07 .box .right ul li a {
  display: block;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.m-layer-07 .box .right ul li a:before {
  content: "- ";
}
.m-layer-07 .box .right ul li a:hover {
  color: #005aa1;
}

.m-layer-08 {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.m-layer-08 img {
  width: 100%;
}

.m-layer-09 {
  width: 100%;
  float: left;
  padding: 60px 0 60px 0;
  position: relative;
  overflow: hidden;
}
.m-layer-09 .box_title {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 34px;
  position: relative;
}
.m-layer-09 .box_title h3 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
}
.m-layer-09 .box_title:before {
  width: 100px;
  height: 5px;
  border-radius: 5px;
  background: #005aa1;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -50px;
}
.m-layer-09 .box_title p {
  font-size: 15px;
  color: #666;
}
.m-layer-09 .box {
  float: left;
  margin-top: 60px;
  width: 100%;
}
.m-layer-09 .box .left {
  width: 70%;
  float: left;
  padding-right: 30px;
}
.m-layer-09 .box .left .small_title {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.m-layer-09 .box .left .small_title .fl {
  font-size: 20px;
}
.m-layer-09 .box .left .small_title .fl img {
  margin-right: 5px;
}
.m-layer-09 .box .left .newsTop {
  width: 100%;
  float: left;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.m-layer-09 .box .left .newsTop .img {
  width: 200px;
  float: left;
}
.m-layer-09 .box .left .newsTop .img img {
  width: 100%;
}
.m-layer-09 .box .left .newsTop .text {
  float: right;
  padding-left: 35px;
  width: 100%;
}
.m-layer-09 .box .left .newsTop .text .h4 {
  font-size: 18px;
  font-weight: bold;
}
.m-layer-09 .box .left .newsTop .text p {
  font-size: 14px;
  margin-top: 10px;
  color: #666;
}
.m-layer-09 .box .left .newsTop .text .more {
  display: inline-block;
  padding: 0 20px;
  background: #00686b;
  line-height: 30px;
  font-size: 12px;
  margin-top: 10px;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.m-layer-09 .box .left ul {
  margin-top: 15px;
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-layer-09 .box .left ul li {
  width: 49%;
  border: 1px solid #ccc;
  line-height: 40px;
  float: left;
  position: relative;
  height: 40px;
  overflow: hidden;
  padding-left: 50px;
  margin-top: 10px;
  font-size: 14px;
  padding-right: 10px;
}
.m-layer-09 .box .left ul li em {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ccc;
  float: left;
  text-align: center;
}
.m-layer-09 .box .left ul li a:hover {
  color: #679f1f;
}
.m-layer-09 .box .right {
  float: right;
  width: 28%;
}
.m-layer-09 .box .right .small_title {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.m-layer-09 .box .right .small_title .fl {
  font-size: 20px;
}
.m-layer-09 .box .right .small_title .fl img {
  margin-right: 5px;
}
.m-layer-09 .box .right .swiper {
  float: left;
  width: 100%;
  padding: 20px 0;
  height: 300px;
  overflow: hidden;
}
.m-layer-09 .box .right .swiper .swiper-slide a {
  display: block;
}
.m-layer-09 .box .right .swiper .swiper-slide a h4 {
  font-size: 18px;
  position: relative;
  padding-left: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.m-layer-09 .box .right .swiper .swiper-slide a h4:before {
  background: #005aa1;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "问";
  width: 30px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 14px;
}
.m-layer-09 .box .right .swiper .swiper-slide a p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
  padding-left: 40px;
  color: #666;
}
.m-layer-09 .box .right .swiper .swiper-slide a p:before {
  background: #00686b;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "答";
  width: 30px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 769px) {
  .banner img {
    width: 100%;
  }

  .m-layer-01 {
    display: none;
  }

  .m-layer-02 {
    padding: 30px 0;
  }
  .m-layer-02 .box_title h3 {
    font-size: 22px;
  }
  .m-layer-02 .list {
    padding: 0 20px;
    margin-top: 50px;
  }
  .m-layer-02 .list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .m-layer-02 .list ul li {
    width: 50%;
    height: auto;
    padding: 20px;
    border-radius: 0px;
    margin-right: 0px;
  }
  .m-layer-02 .list ul li .h4 em {
    font-size: 20px;
  }
  .m-layer-02 .list ul li:before {
    border-radius: 0;
  }

  .m-layer-03 {
    display: none;
  }

  .m-layer-04 {
    padding: 30px 0;
    background: #f0f0f0;
  }
  .m-layer-04 .box_title h3 {
    font-size: 22px;
  }
  .m-layer-04 .box .left {
    padding: 0 20px;
    width: 100%;
  }
  .m-layer-04 .box .left .small_title {
    text-align: center;
    padding: 5px;
    background: none;
    color: #005aa1;
  }
  .m-layer-04 .box .left .nav {
    display: none;
  }
  .m-layer-04 .box .right {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .m-layer-04 .box .right ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    justify-content: space-between;
  }
  .m-layer-04 .box .right ul li {
    width: 48%;
    margin-left: 0px;
    margin-bottom: 15px;
  }
  .m-layer-04 .box .right ul li a {
    border-color: #fff;
  }
  .m-layer-04 .box .right ul li a h3 {
    background: #fff;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .m-layer-05 {
    display: none;
  }

  .m-layer-06 {
    padding: 30px 0;
  }
  .m-layer-06 .box_title {
    padding: 0 60px;
  }
  .m-layer-06 .box_title h3 {
    font-size: 22px;
  }
  .m-layer-06 .list {
    margin-top: 40px;
  }
  .m-layer-06 .list li {
    padding: 20px 20px;
    border-top: 1px solid #f0f0f0;
  }
  .m-layer-06 .list li .right {
    display: none;
  }
  .m-layer-06 .list li .left {
    width: 100%;
  }
  .m-layer-06 .list li .left .num {
    flex-shrink: 0;
  }
  .m-layer-06 .list li .left .text h4 {
    font-size: 20px;
  }
  .m-layer-06 .list li:nth-child(odd) .left {
    padding-left: 0px;
  }
  .m-layer-06 .list li:nth-child(even) .left {
    padding-right: 0px;
  }

  .m-layer-07 {
    padding: 30px 0;
  }
  .m-layer-07 .box_title {
    padding: 0 60px;
  }
  .m-layer-07 .box_title h3 {
    font-size: 22px;
  }
  .m-layer-07 .box {
    margin-top: 80px;
    padding: 0 20px;
  }
  .m-layer-07 .box .left {
    width: 100%;
    padding: 0;
  }
  .m-layer-07 .box .left li {
    width: 100%;
    margin-bottom: 10px;
  }
  .m-layer-07 .box .left li a {
    padding: 10px;
  }
  .m-layer-07 .box .swiper {
    width: 100%;
    padding: 0px;
  }
  .m-layer-07 .box .swiper .swiper-slide img {
    width: 100%;
  }
  .m-layer-07 .box .swiper .swiper-slide a h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .m-layer-07 .box .right {
    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;
  }

  .m-layer-08 {
    display: none;
  }

  .m-layer-09 {
    padding: 30px 0;
  }
  .m-layer-09 .box_title {
    padding: 0 60px;
  }
  .m-layer-09 .box_title h3 {
    font-size: 22px;
  }
  .m-layer-09 .box .left {
    width: 100%;
    margin-right: 0px;
    padding: 0 20px;
  }
  .m-layer-09 .box .left .newsTop .img {
    width: 100%;
  }
  .m-layer-09 .box .left .newsTop .text {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
  .m-layer-09 .box .left ul li {
    width: 100%;
  }
  .m-layer-09 .box .right {
    width: 100%;
    padding: 20px;
  }
}

/*# sourceMappingURL=index.css.map */
