@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: #f6f6f6;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  display: inline-block;
}

.icon-xiangzuo1:before {
  display: none;
}

.cur {
  color: var(--dataColor) !important;
}

a {
  color: #333;
}

.box {
  max-width: var(--maxWidth);
  margin: 0 auto;
  width: 100%;
  padding: 80px 10px;
  box-sizing: border-box;
  position: relative;
}

.box .i1 {
  width: 40%;
}

.img img {
  display: block;
}

.line {
  width: 1.5px;
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.5), transparent);
  border-radius: 50%;
  margin: 0 20px;
}

.k12_img,
.k12_Color span,
.k12_Color button,
.k12_Color p,
.k12_Color .bottom,
.k12_icon,
.k12_shadow,
.k12_text,
.k12_filter {
  transition: 0.5s;
  cursor: pointer;
}

/* 图片放大有阴影 */
.k12_img:hover {
  filter: drop-shadow(0px 0px 5px black);
  transform: scale(1.05);
  transition: 0.5s;
}

/* 文字变色 */
.k12_text:hover {
  color: var(--dataColor) !important;
  transition: 0.5s;
}

/* 旋转 */
.k12_icon:hover {
  transition: 0.5s;
  transform: rotateY(360deg);
}

/* 阴影 */
.k12_filter:hover {
  filter: drop-shadow(4px 4px 2px #999);
  transition: 0.5s;
}

/* 按钮变色 */
.k12_Color:hover span,
.k12_Color:hover p,
.k12_Color:hover .bottom {
  filter: drop-shadow(4px 4px 2px #999);
  transition: 0.5s;
}

/*有文字阴影*/
.k12_Color:hover button {
  background-color: var(--dataColor);
  color: #fff;
  transition: 0.5s;
}

.k12_shadow:hover {
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.17);
}

.k12_scale,
.k12_scale2 {
  overflow: hidden;
  transition: 0.5s;
}

.k12_scale:hover img {
  transition: 0.5s;
  transform: scale(1.1);
}

.k12_scale2:hover img {
  transition: 0.5s;
  transform: translate(-50%, -50%) scale(1.1);
}

.k2_arrow {
  transition: 0.5s;
}

.k2_arrow .iconfont::before {
  content: "\eb08";
  font-size: 20px;
  color: var(--titleColor);
  margin-left: -20px;
  opacity: 0;
  transition: 0.5s;
}

.k2_arrow:hover .iconfont {
  align-items: center;
  justify-content: center;
}

.k2_arrow:hover .iconfont::before {
  margin-left: 0px;
  opacity: 1;
  transition: 0.5s;
}

.k2_textColor {
  transition: 0.5s;
}

.k2_textColor :hover .title {
  color: var(--titleColor);
  transition: 0.5s;
}

.k12_right {
  transition: 0.5s;
}

.k12_right::before {
  transition: 0.5s;
}

.k12_right:hover::before {
  transform: translateX(5px);
  transition: 0.5s;
}

@media (max-width: 750px) {
  .absbox {
    display: none;
  }
}

.slide {
  width: 100% !important;
  padding-bottom: 100% !important;
  display: block;
  height: 0 !important;
  position: relative;
  overflow: hidden;
}

.slide img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  left: 50%;
  object-fit: cover;
  top: 50%;
  transform: translate(-50%, -50%);
}

.structure.clearafter.brief {
  padding: var(--padding);
}

.box {
  max-width: var(--maxWidth);
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: var(--padding);
}

.wow:first-child {
  visibility: hidden;
}

.crumbs {
  font-size: 1.1rem;
  font-weight: 500;
  border: 1px dashed #dbdbdb;
  padding: 16px 11px;
  margin-bottom: 1rem;
}

.crumbs a {
  text-decoration: none;
  color: #000;
}

.span1 {
  position: absolute;
  white-space: nowrap;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 5em;
  transition: 0.5s;
}

.span2 {
  position: absolute;
  top: 55%;
  left: 50%;
  display: block;
  color: var(--dataColor);
  font-size: 1.5em;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.image3 {
  display: block;
  width: 100%;
}

.image4 {
  display: none !important;
}

.home-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("/template/suho/pc/static/images/home/home-title.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 60px;
}

.home-title b {
  font-size: var(--titleSize);
  text-align: center;
  color: #333;
  line-height: 46px;
  font-weight: bold;
}

.home-title span {
  display: block;
  font-size: var(--subSize);
  color: #999;
  text-align: center;
  line-height: 30px;
  padding: 15px 0px;
  font-weight: 100;
}

.clear {
  display: block;
  width: 100%;
  clear: both;
}

/*banner 结束*/
.Inside {
  background-image: linear-gradient(to right, #dddddd, white, #dddddd);
  padding: 6px 0;
}

.Inside .box {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.Inside .box .icon-a-ziyuan679 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5b5b5b;
  font-size: 20px;
  font-weight: 600;
}

.Inside .box .icon-a-ziyuan679::before {
  font-size: 30px;
  color: var(--dataColor);
  margin-right: 10px;
}

.Inside .box form {
  position: relative;
}

.Inside .box form::before {
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 20px;
  color: var(--dataColor);
}

.Inside .box form input {
  border: 1px solid #dadada;
  width: 258px;
  line-height: 44px;
  color: #d1cfd0;
  padding-left: 11px;
  padding-right: 33px;
}

@media screen and (max-width: 600px) {
  .Inside {
    background-image: linear-gradient(to right, #dddddd, white, #dddddd);
    padding: 6px 0;
  }
  .Inside .box {
    flex-direction: column;
    align-items: flex-start;
  }
  .Inside .box .icon-a-ziyuan679 {
    margin-bottom: 10px;
  }
  .Inside .box .search {
    width: 100%;
  }
  .Inside .box .search input {
    box-sizing: border-box;
    width: 100%;
  }
  .crumbs {
    font-size: 12px;
  }
}

.p12-pagination-1-main {
  margin: 0 auto;
  padding: 20px 0;
  height: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.p12-pagination-1-main li{
    padding: 0;
}
.p12-pagination-1-main .current {
  vertical-align: top;
  display: inline-block;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 2px;
  background: var(--dataColor);
  color: #fff;
}

.p12-pagination-1-main .disabled {
  vertical-align: top;
  display: inline-block;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 2px;
  background: #fff;
  color: #000;
}

.p12-pagination-1-main a {
  vertical-align: top;
  display: inline-block;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 2px;
  background: #fff;
  color: #000;
}

.k12_img {
  width: 100%;
  background-color: #f2f2f2;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.5s;
}

@media (max-width: 600px) {
  .icon-dasuolvetuliebiao {
    display: block;
  }
  .home-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .home-title b {
    font-size: 25px;
  }
  .home-title span {
    font-size: 12px;
  }
  .box {
    padding: 20px 10px;
  }
  #collapase-nav .mobile-img {
    width: 60%;
    margin: 10px auto;
    display: block;
  }
  .topNav {
    display: none !important;
  }
  .box .i1 {
    width: 100%;
  }
  /*banner 开始*/
  .span1 {
    font-size: 1.5em;
  }
  .span2 {
    font-size: 1em;
    top: 60%;
  }
  .image3 {
    display: none !important;
  }
  .image4 {
    display: block !important;
    width: 100%;
  }
  /*banner 结束*/
  /*banner 开始*/
  .indexProduct .box .product > a {
    width: calc(31.333% - 19px);
    font-size: 10px;
  }
  .headerbody > p {
    display: none;
  }
}

/*清除浮动*/
.clear {
  clear: both;
  height: 0;
}

.blk-main .clearlist,
.blk-main .listclear {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  float: none;
}

.b-main .clearlist,
.b-main .listclear {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  float: none;
}

.clearafter:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
