.logo img {
  max-height: 80px !important;
}

.clear {
  display: none;
}

.ul-col-1 ul {
  flex-flow: column;
}

.ul-col-1 ul li {
  flex-flow: column wrap;
  padding: 10px;
  flex: 1;
}

.body img {
  max-width: 100%;
}

.about .Margin .intro {
  font-size: 1.128rem;
}

.RowsTitle {
  margin-bottom: 50px;
}

.RowsTitle .cn {
  margin-bottom: 10px;
}

.news .RowsTitle {
  margin-bottom: 20px;
}

#ArticleList ul li {
  padding: 0;
}

#ArticleList ul li:hover {
  background: rgba(255, 255, 255, 0.1);
}

#ArticleList ul li:hover a:hover {
  color: #87C42B;
}

.cat ul li a {
  padding: 15px 0;
  font-size: 1rem;
}

.ewm {
  margin-left: auto;
  margin-right: auto;
}

.ewm .Margin {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex: 1;
  text-align: center;
}

.ewm .Margin .dt {
  display: none;
}

.ewm .Margin .dd img {
  width: 150px;
  padding: 10px;
  background-color: white;
}

.guide .title {
  font-size: 20px;
  padding-right: 15px;
}

.guide .path a:hover {
  color: #87C42B;
}

.contact-phone .hotline {
  display: flex;
  flex-direction: column;
  padding-left: 80px;
  position: relative;
}

.contact-phone .hotline::before {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: -80px;
  content: '\f095';
  width: 60px;
  height: 60px;
  font-size: 50px;
  border: 2px solid #dee2e6;
  line-height: 100%;
  border-radius: 50%;
}

.contact-phone .hotline .dd {
  font-size: 26px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1.2em;
  letter-spacing: -1px;
}

#nav .RowsTitle {
  position: relative;
  flex-direction: column-reverse;
  margin-bottom: 20px;
}

#nav .RowsTitle h3 {
  display: flex;
  flex-direction: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
}

#nav .RowsTitle h3 .CLeft,
#nav .RowsTitle h3 .Cright {
  display: none;
}

#nav .RowsTitle h3 .en {
  letter-spacing: 2px;
}

#nav .RowsTitle h3 .en::first-letter {
  font-size: 50px;
  font-weight: 800;
  color: #00923F;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

#nav .RowsTitle .More {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 10px;
}

.bg-blue {
  background: url(blue.jpg) fixed center;
}

.ul-col-2 ul {
  flex-flow: row wrap;
}

.ul-col-2 ul li {
  flex: 1 0 50%;
}

.case #ArticleView ul {
  margin-left: -10px;
  margin-right: -10px;
}

.case #ArticleView ul li {
  display: flex;
  flex-flow: column wrap;
  flex-basis: 50%;
}

.case #ArticleView ul li h6 {
  display: flex;
  width: 100%;
}

.case #ArticleView ul li h6 a {
  display: flex;
  flex: 1;
  white-space: nowrap;
  justify-content: center;
  overflow: hidden;
}

.case #ArticleView ul li .thumbs a img:hover {
  animation: none;
}

.service ul li {
  margin-bottom: 20px;
}

.service ul li .cn {
  font-weight: 800;
}

.service ul li .memo {
  display: none;
}

.service ul li .thumbs {
  order: -1;
  height: 45px;
  margin-bottom: 20px;
}

.service ul li .thumbs img {
  border-radius: 0;
  width: 45px;
  height: auto;
}

.product {
  position: relative;
}

.product .up-line {
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: -10;
  top: 168px;
  background-color: #1C4587;
}

.product .down-line {
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: -10;
  bottom: 90px;
  background-color: #1C4587;
}

.product #ProductView ul {
  margin: -15px;
  justify-content: space-between;
}

.product #ProductView ul li {
  flex: 1;
  border: 1px solid #6c757d;
  background-color: #fff;
  flex-basis: 40%;
  padding: 10px;
  margin: 15px;
}

.product #ProductView ul li:nth-child(1), .product #ProductView ul li:nth-child(2) {
  flex-direction: column-reverse;
}

.product #ProductView ul li:nth-child(2n) {
  margin-left: 0;
}

.product #ProductView ul li .text {
  display: flex;
  width: 100%;
}

.product #ProductView ul li .text a {
  display: block;
  box-sizing: border-box;
  background-color: #1C4587;
  color: #fff;
  height: 50px;
  align-items: center;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#map {
  height: 380px;
}

#TabStrip {
  display: flex;
  flex-flow: column wrap;
}

#TabStrip .TabNavTitle {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-bottom: 30px;
}

#TabStrip .TabNavTitle .CLeft,
#TabStrip .TabNavTitle .Cright {
  display: none;
}

#TabStrip .TabNavTitle .TabTitle {
  padding: 10px 30px;
  border: 1px solid #dee2e6;
  margin-left: 10px;
  margin-right: 10px;
}

#ArticleSummary ul {
  display: flex;
  flex-flow: row wrap;
  margin-top: 30px;
}

#ArticleSummary ul li {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  flex-basis: 50%;
}

#ArticleSummary ul li > div img {
  max-width: 100%;
}

#ArticleSummary ul li > div h6 a {
  display: block;
  text-align: center;
  padding: 10px 0;
  line-height: 1.5rem;
}

.write_message form input[type=button] {
  display: none;
}

.ul-odd-even .memo {
  color: #dee2e6;
}

.bottom .menu {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 20px;
}

.bottom .mobile {
  position: fixed;
  z-index: 10000;
  right: 0;
  bottom: 200px;
}

.bottom .mobile .dd {
  display: none;
}

.bottom .mobile .dt .colon {
  display: none;
}

.bottom .mobile .dt a {
  display: inline-flex;
  border: 2px solid white;
  background-color: #1C4587;
  border-radius: 50%;
  text-indent: 500;
  color: white;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.bottom .mobile .dt a::before {
  display: inline-flex;
  flex: 0 0 60px;
  content: '\f095';
  font-size: 50px;
  justify-content: center;
  align-items: center;
}

.seo .Article {
  padding: 5px 0;
}

#CompanyOnlineMap #map {
  height: 100%;
}

.co div {
  padding: 5px 0;
  color: #dee2e6;
}

.contactus {
  text-align: center;
}

.contactus .wechat,
.contactus .qrcode {
  display: inline-flex;
  margin-left: 15px;
  margin-right: 15p;
}

.contactus .wechat .dt,
.contactus .qrcode .dt {
  display: none;
}

.contactus .wechat img,
.contactus .qrcode img {
  height: 180px;
}

@media (min-width: 576px) {
  .ul-sm-2 ul li {
    flex-basis: 50%;
  }
}

@media (min-width: 768px) {
  .product #ProductView ul li {
    padding: 20px;
    margin: 30px;
  }
}

@media (min-width: 992px) {
  #ArticleSummary ul li {
    flex-basis: 25%;
  }
  .service ul li .memo {
    display: block;
    margin-top: 20px;
  }
  .product #ProductView ul li {
    flex-basis: 25%;
  }
  .product #ProductView ul li:nth-child(3) {
    flex-direction: column-reverse;
  }
  .product #ProductView ul li:nth-child(2n) {
    margin-left: 30px;
  }
  .write_message form {
    display: flex;
    flex-flow: row wrap;
  }
  .write_message form .rows {
    display: flex;
    flex: 1 1 50%;
    padding-right: 20px;
  }
  .write_message form .rows:nth-child(5), .write_message form .rows:nth-child(6) {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
  .write_message form .rows::before {
    margin-top: 6px;
    font-size: 18px;
  }
  .write_message form .rows input[type=submit] {
    background: #1C4587;
  }
  .contact .Margin {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .contact .Margin div {
    display: flex;
    flex-direction: column;
    flex: 0 0 200px;
    text-align: center;
    padding: 10px;
    position: relative;
  }
  .contact .Margin div::after {
    position: absolute;
    border-left: 20px solid #1C4587;
    border-bottom: 20px solid transparent;
    margin-left: 20px;
    bottom: -20px;
    content: "";
  }
  .contact .Margin div:nth-child(1), .contact .Margin div:nth-child(3) {
    background: #1C4587;
    border-radius: 10px;
  }
  .contact .Margin div:nth-child(1) *, .contact .Margin div:nth-child(3) * {
    color: #fff;
  }
  .contact .Margin div:nth-child(1)::after, .contact .Margin div:nth-child(3)::after {
    border-left: 20px solid #1C4587;
  }
  .contact .Margin div:nth-child(2), .contact .Margin div:nth-child(4) {
    background: #00923F;
    border-radius: 10px;
  }
  .contact .Margin div:nth-child(2)::after, .contact .Margin div:nth-child(4)::after {
    border-left: 20px solid #00923F;
  }
  .contact .Margin div:nth-child(2) *, .contact .Margin div:nth-child(4) * {
    color: #fff;
  }
  .contact .Margin div:nth-child(5) {
    flex-basis: 100%;
  }
  .contact .Margin div:nth-child(5)::after {
    display: none;
  }
  .contact .Margin div .dt {
    font-size: 16px;
    font-weight: 800;
  }
  .contact .Margin div .dt a {
    font-size: 16px;
  }
  .contact .Margin div .dd {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
  }
  .contact .Margin div.map .dt, .contact .Margin div.clear {
    display: none;
  }
  .qr .wechat {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 0px;
  }
  .qr .wechat .dt {
    font-size: 30px;
  }
  .qr .wechat .dd {
    margin: 20px 0;
  }
  .qr .wechat .dd img {
    max-width: 100%;
    max-height: 250px;
  }
  .qr .wechat i {
    font-style: normal;
  }
  .case #ArticleView ul li {
    flex-basis: 25%;
  }
}

@media (min-width: 1200px) {
  .product #ProductView ul li {
    padding: 30px;
  }
  .bottom .col-lg-3 {
    display: flex;
    border-right: 1px solid white;
    padding-right: 30px;
    margin-right: 30px;
    text-align: left;
    align-items: center;
  }
  .bottom .mobile {
    display: none;
  }
  .bottom .ewm {
    margin-right: 0;
  }
  .rel {
    position: relative;
  }
  .rel .btns1,
  .rel .btns2,
  .rel .btns3 {
    position: absolute;
    z-index: 10;
  }
  .rel .btns1 a,
  .rel .btns2 a,
  .rel .btns3 a {
    padding: 10px 20px;
  }
  .rel .btns1 a:hover,
  .rel .btns2 a:hover,
  .rel .btns3 a:hover {
    color: yellow;
  }
  .rel .btns1 {
    top: 380px;
    left: 468px;
  }
  .rel .btns2 {
    top: 760px;
    right: 100px;
  }
  .rel .btns3 {
    top: 1190px;
    left: 68px;
  }
}
