@import 'font-awesome.min.css';
body {
  font-size: 14px;
  color: #444;
  font-family: '微软雅黑', 'Helvetica Neue', sans-serif, SimHei;
}
a {
  color: #444;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input,
button {
  outline: 0;
}
.container {
  width: 960px;
  margin: 0 auto;
}
.text {
  line-height: 20px;
}
.clear {
  overflow: hidden;
}
.clear .left {
  float: left;
}
.clear .right {
  float: right;
}
.center {
  text-align: center;
}
.show,
.block {
  display: block;
}
.hide {
  display: none !important;
}
.inline-block {
  display: inline-block;
}
.over-hidden {
  overflow: hidden;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mb {
  margin-bottom: 20px;
}
.relative {
  position: relative;
}
.input-text {
  background: none;
  padding: 10px 15px;
  line-height: 18px;
  border-radius: 4px;
}
select {
  border-radius: 4px;
  outline: 0;
  -webkit-appearance: none;
}
.button {
  padding: 10px 0;
  text-align: center;
  border: none;
  border-radius: 4px;
  color: #eee;
}
.button:hover {
  opacity: 0.8;
}
.select {
  position: relative;
  width: 120px;
  display: inline-block;
  border-radius: 4px;
  background: #fff;
}
.select .text {
  padding: 5px 10px;
  cursor: pointer;
}
.select .icon {
  width: 20px;
  text-align: center;
}
.select .checkbox {
  display: none;
}
.select .drop {
  position: absolute;
  left: -1px;
  top: 100%;
  border-radius: 4px;
  background: #fff;
  width: 100%;
  overflow: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.select .drop .drop-item {
  padding: 5px 10px;
  cursor: pointer;
}
.select .checkbox:checked + .drop {
  display: block;
}
.list {
  margin: 0;
  padding: 0;
}
.list li {
  list-style: none;
  line-height: 30px;
}
[v-cloak] {
  display: none;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex-middle {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex-left {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.flex-right {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.flex-auto {
  min-width: 0;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body {
  margin: 0;
  background: #f0f0fa;
  font-size: 14px;
}
.top {
  /* .navigate {
        background: #273243;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        a {
            float: left;
            padding: 10px 15px;
            display: inline-block;
            color: #e0e0e0;
            line-height: 20px;
            text-decoration: none;
            font-size: 1.1em;
            i {margin-right: 5px;}
            &:hover, &.current {
                background: #018be5;
            }
        }
    } */
}
.top .bar {
  background: #fff 1px solid;
  padding: 7px 0;
  border-bottom: #dadada 1px solid;
}
.top .bar a {
  padding: 0 10px;
  display: inline-block;
}
.top .bar a + a {
  border-left: #dedede 1px solid;
}
.top .header {
  padding: 20px 0;
  background: url(../images/header.jpg) repeat-x top;
}
.top .header .slogan {
  padding-left: 15px;
  margin-left: 15px;
  margin-top: 10px;
  border-left: #dedede 1px solid;
  height: 40px;
  line-height: 20px;
  color: #777;
}
.top .header .slogan .first {
  font-weight: bold;
  font-size: 1.3em;
  color: #666;
}
.top .header .slogan .red {
  color: #f00;
}
.top .header .right img {
  vertical-align: middle;
}
.top .menu {
  height: 40px;
  background: #1d2088;
}
.top .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top .menu ul li {
  position: relative;
  float: left;
}
.top .menu ul li a {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
}
.top .menu ul li a:hover {
  text-decoration: none;
  background: #fa2222;
  color: #fff;
}
.top .menu ul li.on a {
  background: #fa2222;
  color: #fff;
}
.top .menu ul li .sub {
  position: absolute;
  left: 0;
  top: 40px;
  background: #444;
  display: none;
  z-index: 100;
}
.top .menu ul li .sub a {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 100px;
  background: none;
  color: #fff;
}
.top .menu ul li .sub a:hover {
  background: #fa2222;
  color: #fff;
}
.box {
  background: #fff;
}
.banner {
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
}
.banner .hd {
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -32px;
  z-index: 1;
}
.banner .hd ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.banner .hd ul li {
  margin: 0 10px;
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #1d2088;
  color: #fff;
  cursor: pointer;
  border: #fff 1px solid;
  display: inline-block;
}
.banner .hd ul .on {
  background: #fa2222;
  color: #fff;
}
.banner .bd {
  position: relative;
  z-index: 0;
}
.banner .bd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.banner .bd ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.banner .bd ul li a {
  display: block;
}
.banner .bd ul li img {
  width: 100%;
  min-height: 400px;
  display: block;
}
.normal-title {
  text-align: center;
}
.normal-title .name {
  color: #1d2088;
  font-size: 36px;
  margin-bottom: 10px;
}
.normal-title .sub {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.index-about {
  background: url(../images/bg.jpg) top center no-repeat;
  padding: 80px 0;
  color: #fff;
}
.index-about img {
  float: left;
  width: 320px;
  padding: 5px;
  background: #fff;
}
.index-about .title {
  font-size: 30px;
}
.index-about .text {
  width: 600px;
  line-height: 28px;
}
.index-about .btn {
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  background: #fa2222;
  margin-top: 20px;
  border-radius: 2em;
}
.why-us {
  padding-top: 40px;
  background: #f2f2f2;
}
.why-us .title {
  color: #118315;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.why-us .title .red {
  color: #f00;
  font-size: 1.5em;
  margin: 0 5px;
}
.why-us .en {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  color: #aaa;
}
.why-us .sub {
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 1.3em;
}
.why-us .item {
  font-size: 1.1em;
  height: 190px;
}
.why-us .item .reason {
  padding: 5px 0 0 85px;
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: bold;
}
.why-us .item .detail {
  margin-left: 60px;
  line-height: 24px;
}
.why-us .item + .item {
  margin-top: 20px;
}
.why-us .why-1 {
  background: url(../images/why-1.jpg) center no-repeat;
}
.why-us .why-2 {
  padding-left: 490px;
  background: url(../images/why-2.jpg) center no-repeat;
}
.why-us .why-3 {
  background: url(../images/why-3.jpg) center no-repeat;
}
.why-us .why-4 {
  padding-left: 490px;
  background: url(../images/why-4.jpg) center no-repeat;
}
.why-us .why-5 {
  background: url(../images/why-5.jpg) center no-repeat;
}
.why-us .why-6 {
  padding-left: 490px;
  background: url(../images/why-6.jpg) center no-repeat;
}
.index-equipment {
  padding: 60px 0;
}
.index-equipment .equipment-list {
  margin-top: 30px;
  position: relative;
}
.index-equipment .equipment-list .content {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.index-equipment .equipment-list li {
  float: left;
  list-style: none;
  margin-right: 20px;
}
.index-equipment .equipment-list li img {
  width: 190px;
  height: 140px;
  display: block;
  border-radius: 4px;
}
.index-equipment .equipment-list .hd {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}
.index-equipment .equipment-list .hd .ctl {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #1d2088;
  color: #fff;
  border-radius: 2em;
  margin-top: -20px;
}
.index-equipment .equipment-list .hd .ctl.prev {
  float: left;
  margin-left: -50px;
}
.index-equipment .equipment-list .hd .ctl.next {
  float: right;
  margin-right: -50px;
}
.index-news {
  padding: 60px 0;
  background: url(../images/index-news.jpg) #fff top right no-repeat;
}
.index-news .title {
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 30px;
}
.index-news .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 10px;
}
.index-news .item .number {
  width: 55px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 4em;
  color: #727272;
  background: #e5e5e5;
  border-radius: 4px;
}
.index-news .item .news {
  width: 400px;
  padding: 0 15px;
  box-sizing: border-box;
}
.index-news .item .news a {
  font-size: 18px;
}
.index-news .item .news .text {
  margin-top: 10px;
  color: #727272;
}
.product-center {
  padding: 60px 0;
}
.product-center .category a {
  display: inline-block;
  background: #454545;
  color: #fff;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 2em;
}
.product-center .category a:hover {
  background: #1d2088;
}
.product-center .category a + a {
  margin-left: 10px;
}
.product-center .list {
  margin-top: 30px;
}
.product-center .list .item {
  float: left;
  width: 200px;
  padding: 8px;
  margin: 10px;
  border: #dedede 1px solid;
  background: #fff;
}
.product-center .list .item img {
  width: 200px;
  height: 150px;
  display: block;
}
.product-center .list .item .name {
  text-align: center;
  margin-top: 10px;
}
.product-center .list .item:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.bottom {
  background: #1d2088;
  padding: 40px 0;
  color: #fff;
}
.bottom .phone .text {
  font-size: 20px;
  line-height: 30px;
}
.bottom .phone .number {
  font-size: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bottom .phone a {
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  background: #fa2222;
  margin-top: 10px;
  border-radius: 2em;
}
.bottom .right {
  text-align: center;
}
.footer {
  padding: 30px 0;
  background: #0e1068;
  text-align: center;
  color: #c5c5c5;
}
.footer a {
  color: #c5c5c5;
}
.main-page {
  background: url(../images/sub-banner.jpg) center top no-repeat;
  padding-top: 200px;
  padding-bottom: 60px;
}
.main-page .title {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-weight: normal;
  font-size: 1.2em;
  border-bottom: #dedede 1px solid;
}
.main-page .title .info {
  font-weight: normal;
  font-size: 1em;
}
.main-page .left-box {
  background: #fff;
  width: 240px;
  float: left;
}
.main-page .left-box .list {
  margin: 10px 15px;
}
.main-page .left-box .list li {
  border-bottom: #dedede 1px dashed;
}
.main-page .left-box .list li:last-child {
  border-bottom: none;
}
.main-page .right-box {
  background: #fff;
  width: 700px;
  float: right;
}
.main-page .right-box .content {
  padding: 10px 15px;
}
.main-page .right-box .content h1 {
  font-size: 1.5em;
}
.main-page .right-box .content img {
  max-width: 100%;
}
.news-list {
  margin: 0;
  padding: 10px 15px;
}
.news-list li {
  padding-bottom: 10px;
  border-bottom: #dedede 1px dashed;
  margin-bottom: 10px;
}
.news-list .icon {
  width: 24px;
}
.news-list .news-title {
  font-size: 1.2em;
}
.news-list .text {
  color: #777;
  margin-top: 10px;
}
.item-list {
  margin: 0;
  padding: 20px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.item-list .item .thumb {
  width: 100%;
  height: 150px;
  display: block;
}
.item-list .item .name {
  margin-top: 10px;
}
.product-show .thumb img {
  display: inline-block;
  max-width: 100%;
}
.product-show .sub-title {
  font-size: 1.2em;
  font-weight: bold;
}
.product-show .info img {
  max-width: 100%;
}
.equipment-show .thumb img {
  display: inline-block;
  max-width: 100%;
}
.equipment-show .info img {
  max-width: 100%;
}
.pagination {
  text-align: center;
  padding-bottom: 20px;
  list-style: none;
}
.pagination li {
  display: inline-block;
}
.pagination li + li {
  margin-left: 10px;
}
.pagination span,
.pagination a {
  display: inline-block;
  padding: 5px 10px;
  border: #dedede 1px solid;
}
.pagination span {
  background: #f0f0f0;
}
