#g-content {
  /* 广告 */
  /* 服务列表 */
  /* 公司介绍 */
  /* 九大优势 */
}
#g-content .m-baner .u-subnav {
  width: 205px;
  border: 1px solid #ff0000;
}
#g-content .m-baner .u-subnav ul {
  margin: 14px 0 5px 15px;
  line-height: 29px;
}
#g-content .m-baner .u-subnav ul h3 {
  color: #333;
  font-size:14px;
}
#g-content .m-baner .u-subnav ul li {
  font-size: 14px;
}
#g-content .m-baner .u-subnav ul li a {
  margin-right: 5px;
}
#g-content .m-baner .u-baner-content {
  width: 875px;
}
#g-content .m-baner .u-baner-content .swiper-container {
  width: 100%;
  height: 360px;
}
#g-content .m-baner .u-baner-content .swiper-container img {
  width: 100%;
  height: 100%;
}
#g-content .m-column .u-top-column {
  position: relative;
  width: 147px;
  color: #333;
  padding:15px 0 15px 20px;
  font-size: 20px;
}
#g-content .m-column .u-top-column::before {
  position: absolute;
  content: "●";
  left: 1%;
  font-size: 20px;
}
#g-content .m-column .u-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
#g-content .m-column .u-list li {
  display: inline-block;
  width: 260px;
  margin: 0px 8px 8px 8px;
}
#g-content .m-column .u-list li .title {
  text-align: center;
  padding: 12px 0 20px;
}
#g-content .m-introduce .m-title {
  position: relative;
  text-align: center;
  font-size: 26px;
  margin: auto;
  width: 1098px;
  max-width: 1098px;
}
#g-content .m-introduce .m-allwap {
  width: 100%;
  background-color: #e9f1eb;
  padding-bottom: 20px;
}
#g-content .m-introduce .m-allwap .m-bd .fl {
  margin-top: 20px;
  text-align: center;
  width: 350px;
  color: #333;
  font-size: 14px;
  line-height: 30px;
}
#g-content .m-introduce .m-allwap .m-bd .fr {
  margin-top: 20px;
  width: 350px;
  color: #333;
  font-size: 14px;
  line-height: 30px;
}
#g-content .m-introduce .m-allwap .m-bd .center img {
  margin: 5px 55px 0 55px;
}
#g-content .m-introduce .m-allwap .m-bd .center p {
  text-align: center;
}
#g-content .m-insert {
  line-height: 32px;
  font-size: 14px;
}
#g-content .m-insert .left,
#g-content .m-insert .right {
  width: 49%;
  margin-bottom: 10px;
}
#g-content .m-insert .left p,
#g-content .m-insert .right p {
  text-indent: 32px;
}
#g-content .m-advantage {
  padding-bottom: 20px;
}
#g-content .m-advantage ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#g-content .m-advantage ul li {
  margin: 10px 0;
  width: 32%;
  height: 100px;
  background: #eeeeee;
}
#g-content .m-advantage ul li .left {
  width: 140px;
  height: 100%;
}
#g-content .m-advantage ul li .left img {
  width: 100%;
  height: 100%;
}
#g-content .m-advantage ul li .right {
  width: 210px;
  text-align: center;
}
#g-content .m-advantage ul li .right b {
  display: block;
  padding: 30px 0 10px;
}
#g-content .m-advantage ul li .right p {
  font-size: 12px;
}
#g-content .m-cooperation {
  padding-bottom: 20px;
}
#g-content .m-cooperation table {
  width: 100%;
}
#g-content .m-cooperation table tr td {
  text-align: center;
  border: 1px solid #eeeeee;
  height: 110px;
  vertical-align: middle;
}
#g-content .m-news {
  padding-bottom: 20px;
}
#g-content .m-news .news-column {
  width: 350px;
  max-width: 350px;
  line-height: 35px;
}
#g-content .m-news .news-column .news-column-title {
  position: relative;
  padding: 15px 0 0 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
}
#g-content .m-news .news-column .news-column-title a {
  font-size: 14px;
  vertical-align: bottom;
}
#g-content .m-news .news-column li a {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #747474;
}
#g-content .m-news .news-column li a p {
  width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#g-content .m-title h2 {
  position: relative;
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}
#g-content .m-title h2::before {
  position: absolute;
  content: "";
  left: 33%;
  top: 50%;
  height: 2px;
  width: 110px;
  background: #ff0000;
}
#g-content .m-title h2::after {
  position: absolute;
  content: "";
  right: 33%;
  top: 50%;
  height: 2px;
  width: 110px;
  background: #ff0000;
}
