a {
  color: #333;
}

a:hover {
  color: #0074c5 !important;
}

input[type=text],
textarea {
  width: 100%;
}

input[type=image] {
  margin-right: 20px;
}

.clear {
  display: none;
}

.head {
  border-bottom: 1px solid #ddd;
}

.head menu ul li {
  position: relative;
}

.head menu ul li .thumbs {
  display: none;
  position: absolute;
  top: 30px;
  left: -20px;
  z-index: 10;
}

.head menu ul li:hover .thumbs {
  display: block;
}

.head menu ul li a {
  display: block;
  white-space: nowrap;
}

.logo img {
  max-height: 80px;
  max-width: calc(100% - 80px);
}

.large .Subject .Descript {
  font-size: large;
}

.phone .Margin {
  text-align: right;
}

.phone .hotline {
  display: inline-flex;
  flex-direction: column;
  text-align: left;
  padding-left: 60px;
  position: relative;
}

.phone .hotline::before {
  display: flex;
  content: '\f098';
  margin-right: 10px;
  color: #54ba19;
  font-size: 4.5em;
  position: absolute;
  left: 0;
  top: 16px;
  align-items: center;
}

.phone .hotline .dd {
  display: block;
  clear: both;
  font-size: 30px;
  line-height: 1em;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #f90;
}

.bgmenu {
  background: linear-gradient(to bottom, #1e5799 0, #1370b3 51%, #1d5e97 75%, #265a80 100%);
}

.search {
  padding: 8px 0;
  background: #0f3855;
}

.search .RowsTitle {
  text-align: left;
  margin-bottom: 0;
}

.search .row {
  flex: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.search .row > div {
  padding-left: 15px;
  padding-right: 15px;
}

.search div {
  color: #617c8f;
}

.navbar-toggler {
  background: #1e5799;
  color: #fff;
}

.frame {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.menu {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 2000;
  background: #0074c5;
}

.menu ul {
  display: flex;
  flex-flow: column wrap;
}

.menu ul li a {
  white-space: nowrap;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
}

.menu ul li a:hover,
.menu ul li.on a {
  color: #fff !important;
  background: #1d90bf;
}

navbar-toggler menu ul {
  display: flex;
  flex: 1;
  flex-flow: column wrap !important;
  margin-top: 80px;
  background-color: white;
}

navbar-toggler menu ul li:hover a {
  display: flex;
  flex: 1;
  width: 100%;
  background: #0074c5;
  color: white !important;
}

.RowsTitle {
  text-align: center;
  margin-bottom: 20px;
}

.RowsTitle .Title .cn {
  display: inline-block;
  background: #fff;
  font-size: 2rem;
  padding: 0 1em;
}

.RowsTitle .Title .en {
  font-size: 1.4rem;
  line-height: 100%;
  text-transform: uppercase;
}

.cn-line-through .RowsTitle .Title::before {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 2rem;
  content: "";
  border-bottom: 1px solid #ccc;
}

.sider .RowsTitle {
  display: none;
}

.sider .RowsTitle .Title .cn {
  background: 0 0;
}

.TabTitle:first-child *,
.sider .RowsTitle * {
  color: #fff;
}

.sider .Margin {
  margin: 0;
}

.sider ul {
  display: flex;
  flex-flow: row wrap;
  background: #0074c5;
}

.sider ul li {
  border: 0;
}

.sider ul li a,
.sider ul li a:hover {
  color: #fff !important;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px !important;
}

.sider ul ul {
  display: none;
}

.TabNavTitle {
  display: none;
}

.TabTitle a {
  display: block;
  line-height: 3.5em;
  padding-left: 5em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAGCAYAAADkOT91AAAAJUlEQVQYV2OcdeLFfwYGBoY0CwlGEM2IIQASBQGYBFgZigBBMwC7yhaZg1CicAAAAABJRU5ErkJggg==) no-repeat 30px center;
}

.TabTitle:first-child a {
  font-size: large;
  background: 0 0;
}

.TabTitle:first-child a:hover {
  color: #fff !important;
}

.guide.line-through {
  border-bottom: 1px solid #ccc;
}

.guide.line-through .title {
  border-bottom: 3px solid #ccc;
}

.Subject .Descript {
  text-align: center;
  position: relative;
}

.Subject .Descript::before {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 2em;
  content: "";
  border-bottom: 1px solid #ccc;
}

.Subject .Descript a {
  display: inline-flex;
  font-size: 125%;
  padding: 8px 20px;
  background: #0074c5;
  color: #fff;
  border-radius: 5px;
}

.Subject .Descript a:hover {
  color: #fff !important;
  background: #ff5700;
}

.slogan .Subject .Descript::before {
  display: none;
}

.about {
  background: #0074c5;
}

.about .Margin {
  display: flex;
  flex-flow: column-reverse wrap;
  color: #fff;
}

.about .RowsTitle {
  border-bottom: 1px dotted #fff;
  text-align: left;
  height: 34px;
}

.about .RowsTitle .Title {
  display: inline-flex;
  line-height: 32px;
  color: #fff;
  font-size: large;
  border-bottom: 3px solid #fff;
  position: relative;
}

.card {
  margin-top: 20px;
  border: 0;
  margin-left: -15px;
  margin-right: -15px;
}

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

#ArticleIntro ul li {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#ArticleView ul li > a {
  background: #f8f8f8;
}

#ArticleView ul li > a:hover {
  background: #d4e7f5;
}

.news #ArticleIntro .enter {
  display: none;
}

.news .More {
  display: block;
  text-align: center;
  margin-top: 30px;
}

.news .More a {
  background: #0074c5;
  padding: 5px 10px;
  color: #fff;
}

.LongDatePlus {
  background: #f8f8f8;
}

#ArticleIntro ul li:hover .LongDatePlus {
  background: #c9e6fa;
}

.bottom {
  background: #0074c5;
}

.bottom * {
  color: #fff;
}

.More a:hover,
.bottom * a:hover {
  color: #d4e7f5 !important;
}

.bottom .nav {
  position: relative;
}

.bottom .nav menu ul {
  align-items: flex-start;
  background: 0 0;
}

.bottom .nav menu ul li a {
  justify-content: left;
  font-weight: 700;
}

.bottom .nav menu ul li ul li a {
  font-weight: 400;
  line-height: 1em;
}

.bottom menu ul ul {
  position: relative;
}

.bottom .fix {
  position: absolute;
  right: 96px;
  bottom: 70px;
}

.CompanyName {
  font-size: x-large;
}

.copyright {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.copyright .wechat {
  display: none;
}

.copyright .logo .dt {
  display: none;
}

.copyright .logo img {
  filter: brightness(0) invert;
  filter: brightness(0) invert(100%);
  max-height: 100%;
  max-width: 100%;
}

.part-circle {
  position: relative;
}

.part-circle::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  color: #0074c5;
  position: absolute;
  width: 50px;
  height: 50px;
  top: -25px;
  left: calc(50% - 25px);
  content: '\f211';
  background: #fff;
  border-radius: 100%;
}

.b-t-nabla {
  border-top: 5px solid #abd1ec;
  position: relative;
}

.b-t-nabla::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  color: #0074c5;
  position: absolute;
  width: 50px;
  height: 50px;
  top: -25px;
  left: calc(50% - 25px);
  content: '';
  background: #fff;
  border-bottom: 5px solid #abd1ec;
  border-left: 5px solid #abd1ec;
  transform: rotate(-45deg);
}

.advantage .Descript::before {
  border: 0;
}

.Subject .Thumbs {
  text-align: center;
}

.Subject .Thumbs img {
  max-width: 100%;
}

.service .Content {
  background: url(service.png) no-repeat center top;
}

.service .Margin {
  padding-top: 400px;
}

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

.service ul li a {
  display: block;
  font-size: 18px;
  text-align: center;
}

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

input[type=reset],
input[type=submit] {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 20px;
}

#ArticleView ul.view,
#ProductView ul.view {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

#ArticleView ul li,
#ProductView ul li {
  display: flex;
  width: 50% !important;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 15px;
}

#ArticleView ul .gutters,
#ProductView ul .gutters {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px;
  border: 1px solid #eee;
}

#ArticleView ul .thumbs,
#ProductView ul .thumbs {
  display: flex;
  flex: 1;
  align-items: stretch;
}

#ArticleView ul .title,
#ProductView ul .title {
  flex: 0;
}

#ArticleView ul .title a,
#ProductView ul .title a {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 576px) {
  .service .Content {
    background: url(service.png) no-repeat left top;
    padding-bottom: 30px;
  }
  .service .Margin {
    margin-left: 300px;
    padding-top: 0;
  }
  .service ul li {
    margin-bottom: 25px;
  }
  .service ul li a {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .service .Margin {
    margin-left: 450px;
  }
}

@media (min-width: 992px) {
  .about {
    background: linear-gradient(to right, #eee 0, #eee 50%, #0074c5 50%);
  }
  .about .RowsTitle {
    margin-left: 57.5%;
  }
  .about .Margin {
    display: flex;
    flex-flow: row nowrap;
  }
  .about .card,
.about .intro {
    flex: 1;
    position: relative;
  }
  .about .card {
    margin-right: 15%;
    margin-left: 0;
    background: 0 0;
  }
  .about .intro::before {
    position: absolute;
    z-index: 10;
    width: 0;
    height: 0;
    content: "";
    border-width: 40px 40px 40px 0;
    border-style: solid;
    border-color: transparent #0074c5 transparent;
    left: -50px;
    top: 50px;
    margin-left: -15%;
  }
  .nav menu ul {
    background: #4fa0d7;
    margin-bottom: 2em;
  }
  menu {
    width: 100%;
  }
  .navbar-toggler {
    display: none;
  }
  .menu {
    display: flex;
    position: relative;
    top: 0;
    z-index: 0;
    background: #fff;
  }
  .menu ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .menu ul li a {
    color: initial;
  }
  .sider .RowsTitle {
    display: block;
    background: #0074c5;
  }
  .sider .RowsTitle .Title {
    background: 0 0;
    line-height: 100px;
  }
  .sider .RowsTitle * {
    color: #fff;
  }
  .sider ul {
    display: flex;
    flex-flow: column wrap;
    background: #eee;
  }
  .sider ul li {
    margin: 2px 10px;
    flex: 1;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  .sider ul li a,
.sider ul li ul li a {
    color: #666 !important;
    text-align: left;
  }
  .sider ul li a:hover,
.sider ul li ul li a:hover {
    background: #0074c5;
  }
  .sider ul ul {
    display: block;
  }
  .sider {
    margin-right: 3em;
    flex: 1;
  }
  .frame {
    flex: 3;
  }
  .bottom .wechat {
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 15px;
  }
  .bottom .wechat .dt {
    display: none;
  }
  .news #ArticleIntro ul {
    flex-flow: row wrap;
  }
  .service .Margin {
    margin-left: 300px;
  }
  #ArticleView ul li,
#ProductView ul li {
    width: 33.333% !important;
  }
  #ArticleView ul li:last-child,
#ProductView ul li:last-child {
    display: none;
  }
  .body #ArticleView ul li,
.body #ProductView ul li {
    width: 33.333% !important;
  }
  .body #ArticleView ul li:last-child,
.body #ProductView ul li:last-child {
    display: flex;
  }
}

@media (min-width: 1200px) {
  #ArticleView ul li,
#ProductView ul li {
    width: 25% !important;
  }
  #ArticleView ul li:nth-child(n+9),
#ProductView ul li:nth-child(n+9) {
    display: none;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  #ArticleView ul li,
#ProductView ul li {
    width: 20% !important;
  }
  #ArticleView ul li:nth-child(n+9),
#ProductView ul li:nth-child(n+9) {
    display: flex;
  }
}
