/* CSS Document */
*,
::before,
::after {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  /*清除移动端默认的点击高亮效果*/
  -webkit-tap-highlight-color: transparent;
  /*设置以边框开始计算宽度*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

html,
body {
  width: 100%;
  font-size: 14px;
  color: #222;
  line-height: 1.15;
  font-family: 微软雅黑, Helvetica Neue, Helvetica, \Arial, "sans-serif";
  position: relative;
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0 none;
}

a {
  outline: none;
  text-decoration: none;
  color: #222;
  -o-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #de3a3a;
  cursor: pointer;
}

em,
i {
  font-style: normal;
}

input,
textarea {
  font-family: 微软雅黑, Helvetica Neue, Helvetica, \Arial, "sans-serif";
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearfix {
  +zoom: 1;
  _zoom: 1;
  +overflow: hidden;
  _overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.text-ov2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 定义文本的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-ov3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 定义文本的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.mr15 {
  margin-right: 15px;
}

.mr30 {
  margin-right: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.icon_email {
  background-image: url(../img/icon_email.png);
}

.icon_tel {
  background-image: url(../img/icon_tel.png);
}

.pc {
  display: block !important;
}

.pf {
  display: flex !important;
}

.sj {
  display: none !important;
}

.sf {
  display: none !important;
}

.gap {
  width: 100%;
  height: 45px;
  background-color: #f1f1f1;
}

.header {
  height: 90px;
  z-index: 100;
  background: #fff;
  width: 100%;
  transition: 0.4s;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.03);
}

.header .container {
  width: 100%;
  padding: 0 3.5%;
  margin: 0 auto;
}

.hflex {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-rig {
  display: flex;
  align-items: center;
}

.header-rig span {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.header-rig span i {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.logo {
  display: block;
  width: 260px;
  height: 66px;
}

.links {
  display: flex;
  margin-left: 40px;
  justify-content: space-between;
}

.links a {
  display: block;
  line-height: 90px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  padding: 0 15px;
  margin: 0 10px;
  text-decoration: none;
  position: relative;
}

.links a span {
  white-space: nowrap;
}

.links a:after,
.links a:before {
  position: absolute;
  width: 0;
  bottom: 0;
  height: 2px;
  background: #d60909;
  content: "";
  transition: all 0.3s;
}

.links a:before {
  left: 0;
}

.links a:after {
  right: 0;
}

.links a.router-link-exact-active,
.links a:hover span {
  opacity: 1;
  color: #d60909;
}

.links a.router-link-exact-active:after,
.links a.router-link-exact-active:before,
.links a:hover:after,
.links a:hover:before {
  width: 50%;
}

h1.title {
  margin: 40px 0 30px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.tabs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.tabs .item {
  width: 156px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  background: #f4f4f4;
  border: 1px solid #c8c9c4;
}

.tabs .item.active {
  color: #fff;
  border-color: #d60909;
  background: #d60909;
}

.tabs .item:hover {
  color: #fff;
  border-color: #d60909;
  background: #d60909;
}

.list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 51px;
}

.list .item {
  width: calc(33.33% - 34px);
  margin-top: 45px;
  border-bottom: 1px solid #e4e6e3;
  transition: all 0.5s;
  position: relative;
}

.list .item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #7d7d7d;
  border: 5px solid #bfbfbf;
}

.list .item.active {
  border-bottom: 1px solid #d60909;
}

.list .item.active::after {
  background: #d60909;
  border: 5px solid #ea8484;
}

.list .item:hover {
  border-bottom: 1px solid #d60909;
}

.list .item:hover::after {
  background: #d60909;
  border: 5px solid #ea8484;
}

.list .item .img {
  width: 100%;
  height: 315px;
  margin-bottom: 40px;
  background: #f1f1f1;
  overflow: hidden;
  position: relative;
}

.list .item .img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.list .item h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.list .item p {
  color: #777;
  margin-bottom: 45px;
  text-align: center;
}

a.more {
  display: block;
  width: 120px;
  height: 50px;
  font-size: 16px;
  color: #bfbfbf;
  line-height: 48px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #c8c9c4;
  margin: 51px auto;
  transition: all 0.5s;
}

a.more:hover {
  color: #fff;
  background: #d60909;
  border-color: #d60909;
}

.page {
  width: 100%;
  margin: 1.1rem 0 50px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.page li{
  display:inline;
}
.page a,.page span {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  border-radius: 50px;font-size:16px;
}

.page .active a,.page li:hover a{
  color: #fff;
  border-color: #d60909;
  background: #d60909;
}

.foottop {
  width: 100%;
  padding: 50px 0 75px;
  background: #273238;
}

.foottopinner {
  display: flex;
}

.foottop .item {
  width: 33.333%;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.foottop .item h3 {
  font-size: 18px;
  margin-bottom: 25px;
}

.foottop .item a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 30px;
}

.footbot {
  width: 100%;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #1a2328;color: #bbbbbb;
}

.footbot a {
  font-size: 14px;
  color: #bbbbbb;
}

.footbot a span {
  color: #d60909;
}

@media screen and (max-width: 750px) {
	.page {
  width: 100%;
  margin: 1.1rem 0 20px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.page li{
  display:inline;
}
.page a,.page span {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eee;
  border-radius: 30px;font-size:14px;
}

.page .current{
  color: #fff;
  border-color: #d60909;
  background: #d60909;
}
	
  .pc {
    display: none !important;
  }

  .pf {
    display: none !important;
  }

  .sj {
    display: block !important;
  }

  .sf {
    display: flex !important;
  }

  .gap {
    display: none;
  }

  .menu {
    width: 22px;
    height: 30px;
    background: url(../img/menu.png) 0 0 no-repeat;
  }

  .container {
    width: 100%;
  }

  .header {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    background: #fdebdd;
    overflow: hidden;
  }

  .header .container {
    padding: 0;
  }

  .logo {
    width: 130px;
    height: 33px;
  }

  .logo img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .links {
    position: fixed;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: #fff;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: left .5s;
    overflow: hidden;
    z-index: 9999;
  }

  .open .links {
    left: 0;
  }

  .links a {
    line-height: 45px;
    font-size: 16px;
    text-decoration: none;
    position: relative;
  }

  .links .logo {
    padding: 0;
    margin: 0;
    line-height: 33px;
  }

  .header-left .menu {
    width: 100%;
    justify-content: space-between;
    position: relative;
  }

  .sjlogo {
    padding: 0 10px;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .sjlogo .close {
    color: #d60909;
    font-size: 36px;
  }

  .foottop {
    display: none;
  }

  h1.title {
    font-size: 18px;
  }

  .tabs .item {
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    font-size: 12px;
  }

  a.more {
    width: 80px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    border-radius: 25px;
    margin: 25px auto;
    overflow: hidden;
  }
}