html,
body {
  width: 100%;
  height: 100%;
  margin-bottom: 80px;
  background-color: white;
}
img {
  width: 100%;
}
.w {
  width: 1200px;
  margin: auto;
}
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  width: 100%;
  height: auto;
}
.color_EA5E24 {
  color: #EA5E24;
}
.box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.flex {
  display: flex;
}
.astart {
  align-items: flex-start;
}
.acenter {
  align-items: center;
}
.aend {
  align-items: flex-end;
}
.jstart {
  justify-content: flex-start;
}
.jcenter {
  justify-content: center;
}
.jend {
  justify-content: flex-end;
}
.wrap {
  flex-wrap: wrap;
}
.center {
  text-align: center;
}
.column {
  flex-direction: column;
}
.bk {
  background-color: #FFFFFF;
}
.main-width {
  margin: auto;
  max-width: 1200px;
}
.mt70 {
  margin-top: 70px;
}
.main-top {
  margin-top: 90px;
}
.main-bom {
  margin-bottom: 90px;
}
.main-dtop {
  padding-top: 90px;
}
.main-div {
  padding: 80px 0;
}
.none-pdb {
  padding-bottom: 0;
}
.pub-title {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 14px;
  text-align: center;
}
.pub-title.white {
  color: white;
}
.pub-x {
  margin: 30px auto 70px;
  width: 100px;
  height: 4px;
  background: #B38037;
}
.pub-x.white {
  background: white;
}
.pub-ctitle {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
.pub-ctitle span {
  margin-left: auto;
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
.pub-btn {
  display: block;
  width: 208px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #824C20;
  color: #824C20;
  font-size: 18px;
  font-weight: bold;
}
.pub-banner {
  position: relative;
}
.pub-banner .pub-banner-show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pub-banner .pub-banner-show .title {
  text-align: center;
  font-size: 100px;
  color: white;
}
.banner .swiper-pagination {
  bottom: 20px;
}
.banner .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  position: relative;
  margin: 0 5px !important;
}
.banner .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #FF7019;
  width: 0;
  height: 4px;
  z-index: 1;
  transition: 0s;
}
.banner .slideontrue.swiper-pagination-bullet:before {
  width: 100%;
  transition: all 4s ease;
}
.banner {
  width: 100%;
  position: relative;
}
.banner > img {
  width: 100%;
}
.banner .banner-view {
  top: 0%;
  width: 600px;
  height: 100%;
  position: absolute;
  padding-top: 88px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.banner .banner-view .title {
  font-size: 60px;
  color: white;
}
.banner .banner-view .content {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: white;
}
.banner .show {
  position: absolute;
  bottom: -70px;
  width: 1200px;
}
.banner .show .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 20px;
}
.banner .show .list .li {
  width: 100%;
  height: 140px;
  background-color: white;
}
.banner .show .list .li:first-child {
  margin-left: 0;
}
.banner .show .list .li > img {
  width: 44px;
}
.banner .show .list .li p {
  margin-top: 16px;
  font-size: 16px;
}
.banner .show .list.list2 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.form {
  position: relative;
}
.form .show {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.form .show .main-width {
  height: 100%;
}
.form .show .title {
  color: #FFFFFF;
  font-size: 30px;
}
.form .show .details {
  font-size: 16px;
}
.form .show .details input {
  border: 1px solid #FFFFFF;
  width: 268px;
  height: 60px;
  background-color: #211000;
  padding: 0 30px;
  color: #FFFFFF;
}
.form .show .details .btn {
  width: 100px;
  height: 60px;
  line-height: 60px;
  color: #824C20;
  border: 1px solid #FFFFFF;
  background-color: white;
  text-align: center;
}
.header .top {
  padding: 20px 0;
}
.header .top .logo {
  height: 75px;
}
.header .top .logo img {
  width: auto;
  height: 100%;
}
.header .pc-nav {
  height: 68px;
  background: url("../images/nav_dh.png");
  background-size: 100% 100%;
  font-size: 16px;
}
.header .pc-nav .nav-btn {
  width: 16.6666%;
  position: relative;
  height: 68px;
  line-height: 68px;
  text-align: center;
}
.header .pc-nav .nav-btn a {
  color: rgba(255, 255, 255, 0.6);
  display: block;
}
.header .pc-nav .nav-btn .more-list {
  display: none;
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 200px;
  transform: translateX(-100px);
  text-align: center;
  padding-top: 50px;
}
.header .pc-nav .nav-btn .more-list .list {
  background-color: #FFFFFF;
  padding: 20px 0;
}
.header .pc-nav .nav-btn .more-list .list > a {
  display: block;
  height: 40px;
  line-height: 40px;
}
.header .pc-nav .nav-btn .more-list .list > a:hover {
  color: #FF7019;
}
.header .pc-nav .nav-btn:hover {
  background-color: #B38037;
}
.header .pc-nav .nav-btn:hover > a {
  color: #FFFFFF;
}
.header .pc-nav .nav-btn:hover .more-list {
  display: block;
}
.header .pc-nav .nav-btn.active {
  background-color: #B38037;
}
.header .pc-nav .nav-btn.active > a {
  color: white;
}
.pub-news {
  background: url("../images/news_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.pub-news .list .one {
  margin-left: 50px;
  width: 520px;
}
.pub-news .list .one .details {
  padding: 20px;
  background-color: white;
}
.pub-news .list .one .details .title {
  font-size: 16px;
  color: #666666;
}
.pub-news .list .one .details .content {
  margin-top: 16px;
  font-size: 14px;
  color: #999999;
}
.pub-news .list .one .details .date {
  margin-top: 29px;
  font-size: 14px;
  color: #999999;
}
.pub-news .list .more {
  flex: 1;
}
.pub-news .list .more .show .date {
  color: #666666;
}
.pub-news .list .more .show .date .d {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
}
.pub-news .list .more .show .date .y {
  font-size: 18px;
  text-align: right;
}
.pub-news .list .more .show .details {
  flex: 1;
  margin-left: 34px;
  padding-left: 34px;
  position: relative;
  padding-bottom: 60px;
}
.pub-news .list .more .show .details:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #EEEEEE;
}
.pub-news .list .more .show .details:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 30px;
  background-color: #824C20;
}
.pub-news .list .more .show .details .title {
  font-size: 16px;
}
.pub-news .list .more .show .details .content {
  margin-top: 16px;
  font-size: 14px;
  color: #999999;
}
.index-page .pub-banner .pub-banner-show .title {
  text-align: center;
  font-size: 100px;
  color: #441413;
}
.index-page .pub-banner .pub-banner-show .content {
  width: 824px;
  padding: 30px 37px;
  background: rgba(130, 76, 32, 0.8);
  color: white;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.index-page .service .details {
  background-color: #824C20;
  padding: 40px;
  color: white;
}
.index-page .service .details .title {
  font-size: 40px;
  font-weight: bold;
}
.index-page .service .details .content {
  font-size: 16px;
}
.index-page .service .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
}
.about-page .pub-banner .pub-banner-show .content {
  width: 1200px;
  padding: 54px 0;
  background: rgba(130, 76, 32, 0.8);
  color: white;
  font-size: 100px;
  text-align: center;
}
.about-page .about .show .img {
  width: 578px;
  margin-right: 50px;
}
.about-page .about .show .details {
  flex: 1;
  padding-top: 33px;
}
.about-page .about .show .details .title {
  font-size: 40px;
  font-weight: bold;
}
.about-page .about .show .details .x {
  width: 100%;
  height: 2px;
  background-color: #824C20;
}
.about-page .about .show .details .content {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.about-page .idea {
  position: relative;
}
.about-page .idea > img {
  height: 570px;
}
.about-page .idea .show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-page .idea .show .details .content {
  height: 252px;
  padding: 40px;
  font-size: 16px;
  flex: 1;
  background-color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 30px;
}
.about-page .idea .show .details .img {
  width: 816px;
}
.service-page .pub-banner .pub-banner-show .title {
  text-align: center;
  font-size: 100px;
  color: white;
}
.service-page .pub-banner .pub-banner-show .content {
  width: 824px;
  padding: 30px 37px;
  background: rgba(130, 76, 32, 0.8);
  color: white;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.service-page .trust .list .one {
  width: 276px;
  margin-right: 32px;
}
.service-page .trust .list .one .details {
  padding: 34px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.service-page .trust .list .more {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
  grid-row: 20px;
}
.service-page .trust .list .img {
  position: relative;
}
.service-page .trust .list .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 26px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.service-page .service {
  background-color: #FAFAFC;
}
.service-page .service .show .content,
.service-page .service .show .content2 {
  font-size: 16px;
  line-height: 30px;
}
.service-page .service .show .details .img {
  position: relative;
}
.service-page .service .show .details .text {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 604px;
  height: 380px;
  background-color: white;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  line-height: 30px;
}
.service-page .other .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
  grid-row: 20px;
}
.service-page .other .list .li .num {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #824c2033;
  color: #824C20;
  font-size: 30px;
  font-weight: bold;
}
.service-page .other .list .li .text {
  flex: 1;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #F7F7F7;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
.service-page .other .details {
  position: relative;
}
.service-page .other .details .content {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 470px;
  height: 201px;
  background-color: white;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.service-page .other .advantage .title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}
.service-page .other .advantage .alist {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-gap: 20px;
  grid-row: 20px;
}
.service-page .other .advantage .alist .ali {
  height: 150px;
  padding: 0 18px;
  line-height: 30px;
  background-color: #F7F7F7;
  font-size: 16px;
  text-align: center;
}
.news-page .list .li {
  margin-top: 20px;
}
.news-page .list .li .date {
  color: #666666;
}
.news-page .list .li .date .d {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
}
.news-page .list .li .date .y {
  font-size: 18px;
  text-align: right;
}
.news-page .list .li .details {
  flex: 1;
  margin: 0 34px;
  padding-left: 34px;
  position: relative;
  padding-bottom: 60px;
}
.news-page .list .li .details:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #EEEEEE;
}
.news-page .list .li .details:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 30px;
  background-color: #824C20;
}
.news-page .list .li .details .title {
  font-size: 16px;
}
.news-page .list .li .details .content {
  margin-top: 16px;
  font-size: 14px;
  color: #999999;
}
.news-page .list .li .img {
  width: 250px;
}
.news-page .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.news-page .pagination li {
  display: inline;
}
.news-page .pagination li a,
.news-page .pagination li span {
  position: relative;
  float: left;
  padding: 0 12px;
  margin-left: -1px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  margin-right: 10px;
}
.news-page .pagination li.active a,
.news-page .pagination li.active span {
  background-color: #824C20;
  color: white;
}
.news-page .details .title {
  font-size: 30px;
  text-align: center;
}
.news-page .details .date {
  font-size: 14px;
  text-align: center;
}
.news-page .details .content {
  font-size: 16px;
}
.team-page .out-team .details .content {
  flex: 1;
  padding: 0 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #F7F7F7;
  font-size: 16px;
  line-height: 30px;
}
.team-page .out-team .details .img {
  width: 440px;
}
.team-page .feature {
  position: relative;
  overflow-x: hidden;
}
.team-page .feature > img {
  width: auto;
  height: 100%;
}
.team-page .feature .show {
  width: 100%;
  height: 100%;
}
.team-page .feature .show .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}
.team-page .feature .show .list .li {
  background-color: #B38037;
  height: 160px;
  font-size: 16px;
  color: white;
  padding: 0 35px;
}
.team-page .feature .show .details {
  position: relative;
}
.team-page .feature .show .details .text {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 470px;
  height: 201px;
  background-color: white;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
}
.contact-page .pub-banner .pub-banner-show .main-width {
  width: 1200px;
}
.contact-page .pub-banner .pub-banner-show .main-width .details {
  background-color: rgba(255, 255, 255, 0.8);
  width: 727px;
  padding: 40px 60px;
}
.contact-page .pub-banner .pub-banner-show .main-width .details .dtitle {
  font-size: 44px;
  color: #441413;
  font-weight: bold;
}
.contact-page .pub-banner .pub-banner-show .main-width .details .dtitle span {
  margin-left: auto;
  font-weight: 400;
}
.contact-page .pub-banner .pub-banner-show .main-width .details .x {
  width: 100%;
  height: 2px;
  background-color: #441413;
}
.contact-page .pub-banner .pub-banner-show .main-width .details .dctitle {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}
.contact-page .pub-banner .pub-banner-show .main-width .details .dcontent {
  font-size: 16px;
}
.footer {
  background-color: #F4F4F4;
}
.footer .details {
  padding: 70px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .details .left {
  width: 595px;
}
.footer .details .left .logo {
  width: 594px;
  display: block;
}
.footer .details .left .content {
  margin-top: 38px;
  color: #999999;
  font-size: 16px;
  line-height: 30px;
}
.footer .details .tel {
  margin-left: auto;
  font-size: 36px;
  font-weight: bold;
  color: #824C20;
}
.footer .details .tel .img {
  width: 40px;
  margin-right: 20px;
}
.footer .copyright {
  border-top: 1px solid #D9D9D9;
  padding: 25px 0;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 14px;
}
.menu {
  margin-left: auto;
  height: 35px;
  width: 35px;
}
.mobile-nav {
  position: fixed;
  right: -70%;
  top: 80px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  width: 70%;
  height: calc(100% - 80px);
  z-index: 99;
}
.mobile-nav .nav-btn {
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.mobile-nav .nav-btn a {
  color: white;
  display: block;
}
.mobile-nav .nav-btn .more-list {
  margin-left: 20px;
  width: 100%;
}
.mobile {
  display: none;
}
@media all and (max-width: 1200px) {
  html {
    overflow-x: hidden;
  }
  body {
    padding-top: 80px;
  }
  .main-width {
    width: 90%;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .mt30 {
    margin-top: 20px;
  }
  .mb30,
  .mb50 {
    margin-bottom: 20px;
  }
  .mt40,
  .mt50,
  .mt60,
  .mt70,
  .mt80 {
    margin-top: 30px;
  }
  .main-div {
    padding: 30px 0;
  }
  .pub-title {
    font-size: 24px;
  }
  .pub-x {
    margin: 10px auto 20px;
  }
  .pub-banner {
    height: 400px;
  }
  .pub-banner img {
    width: auto;
    height: 100%;
  }
  .pub-banner .pub-banner-show .title {
    font-size: 24px;
  }
  .pub-news .list {
    flex-wrap: wrap;
  }
  .pub-news .list .one {
    display: none;
  }
  .pub-news .list .content {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
  }
  .form > img {
    width: auto;
    height: 300px;
  }
  .form .show .title {
    font-size: 24px;
  }
  .form .show .details input {
    width: 200px;
    height: 40px;
  }
  .form .show .details .btn {
    line-height: 40px;
    height: 40px;
  }
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background-color: white;
  }
  .header .top {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .top .logo {
    display: block;
    flex: 1;
    height: auto;
  }
  .header .top .logo img {
    width: 100%;
    height: auto;
  }
  .header .top .menu {
    margin-left: 30px;
    width: 35px;
  }
  .footer .details {
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .footer .details .left .logo {
    width: 100%;
  }
  .footer .details .left .content {
    margin-top: 10px;
  }
  .footer .details .tel {
    margin-top: 20px;
    margin-left: 0;
    font-size: 24px;
    display: flex;
  }
  .footer .details .tel .img {
    width: 30px;
    margin-right: 10px;
  }
  .footer .details .tel .mt20 {
    margin-top: 0;
    margin-left: 20px;
  }
  .index-page .pub-banner .pub-banner-show .title {
    font-size: 35px;
  }
  .index-page .pub-banner .pub-banner-show .content {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .index-page .service .details {
    padding: 20px;
  }
  .index-page .service .details .title {
    font-size: 24px;
  }
  .index-page .service .details .content {
    font-size: 14px;
  }
  .index-page .service .list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .about-page .pub-banner .pub-banner-show .content {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 16px;
  }
  .about-page .about .show {
    flex-wrap: wrap;
  }
  .about-page .about .show .img {
    margin: auto;
    width: 300px;
  }
  .about-page .about .show .details {
    flex: auto;
    width: 100%;
  }
  .about-page .about .show .details .title {
    font-size: 24px;
  }
  .about-page .about .show .details .content {
    font-size: 14px;
  }
  .about-page .idea > img {
    height: auto;
  }
  .about-page .idea .show {
    position: initial;
  }
  .about-page .idea .show .pub-title.white {
    color: #B38037;
  }
  .about-page .idea .show .pub-x.white {
    background: #B38037;
  }
  .about-page .idea .show .details {
    flex-wrap: wrap;
  }
  .about-page .idea .show .details .content {
    width: 100%;
    height: auto;
    font-size: 14px;
    padding: 0 0 24px;
  }
  .about-page .idea .show .details .img {
    width: 100%;
  }
  .team-page .out-team .details {
    flex-wrap: wrap;
  }
  .team-page .out-team .details .content {
    padding: 10px;
  }
  .team-page .feature {
    height: auto;
  }
  .team-page .feature > img {
    width: 100%;
    height: auto;
  }
  .team-page .feature .show {
    position: initial;
  }
  .team-page .feature .show .pub-title {
    color: #333333;
  }
  .team-page .feature .show .pub-x {
    background: #B38037;
  }
  .team-page .feature .show .list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .team-page .feature .show .details .text {
    position: initial;
    width: 100%;
  }
  .service-page .pub-banner .pub-banner-show .title {
    font-size: 32px;
  }
  .service-page .pub-banner .pub-banner-show .content {
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .service-page .trust .list {
    flex-wrap: wrap;
  }
  .service-page .trust .list .details {
    font-size: 24px;
  }
  .service-page .trust .list .one {
    width: 100%;
    margin-right: 0;
  }
  .service-page .trust .list .more {
    margin-top: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-page .service .show .content,
  .service-page .service .show .content2 {
    font-size: 14px;
  }
  .service-page .service .show .details .text {
    position: initial;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .service-page .other .list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .service-page .other .list .li .num {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .service-page .other .list .li .text {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .service-page .other .details .content {
    position: initial;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 14px;
  }
  .service-page .other .advantage .alist {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .service-page .other .advantage .alist .ali {
    font-size: 14px;
    height: 80px;
  }
  .news-page .list .li .date {
    display: none;
  }
  .news-page .list .li .details {
    width: 100%;
    flex: auto;
    margin: 0;
    padding: 0;
    margin-right: 10px;
  }
  .news-page .list .li .details:before,
  .news-page .list .li .details:after {
    height: 0;
  }
  .news-page .list .li .details .title {
    text-align: left;
  }
  .news-page .list .li .details .content {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
  }
  .contact-page .pub-banner .pub-banner-show .main-width {
    width: 90%;
  }
  .contact-page .pub-banner .pub-banner-show .main-width .details {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .contact-page .pub-banner .pub-banner-show .main-width .details .dtitle {
    font-size: 24px;
  }
  .contact-page .pub-banner .pub-banner-show .main-width .details .dctitle {
    font-size: 20px;
  }
  .contact-page .pub-banner .pub-banner-show .main-width .details .dcontent {
    font-size: 14px;
  }
}
