@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  border: 0;
}

body,
html {
  overflow-x: hidden;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

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

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

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

.box .i1 {
  width: 40%;
}

#toTop {
  width: 30px;
  height: 30px;
  bottom: 10px;
  right: 15px;
  position: fixed;
  cursor: pointer;
  z-index: 999999;
  background: rgba(28, 28, 28, 0.5);
  color: #fff;
  border-radius: 50%;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
}

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

.img img {
  display: block;
}

.kefubox .tel a {
  width: 100%;
  height: 100%;
}

.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;
}

.container {
  border-bottom: 1px solid #eee;
  width: 1200px;
  margin: 0 auto;
}

.container .box {
  padding-bottom: 0;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
}

.container .box .title {
  font-size: 26px;
  color: #333;
  line-height: 30px;
  float: left;
  padding: 15px 0;
  text-transform: uppercase;
}

.container .box .mbx a {
  list-style: none;
  font-size: 15px;
  color: #666;
  line-height: 20px;
  float: left;
  /* border-top: 1px solid #eee; */
  padding: 24px 20px;
  border-right: 1px solid #eee;
}

.container .box .mbx a:last-child {
  margin-right: 10px;
}

.container .box .mbx a:first-child {
  border-left: 1px solid #eee;
}

.container .box .mbx a a {
  font-size: 15px;
  color: #666;
  line-height: 20px;
  font-weight: normal;
}

.container .box .mbx a a::before {
  color: var(--dataColor);
  margin-right: 5px;
}

.n_left {
  width: 250px;
}

.n_left .nav_top .nav_h4 {
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  position: inherit;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  padding: 8px;
  background: var(--dataColor);
  font-family: "oswald";
}

.n_left .nav_top .nav_h4::after {
  content: "\e976";
  color: #fff;
  float: right;
  margin-right: 6px;
  line-height: 32px;
}

.n_left .nav_top .mtree {
  transition: 0.5s;
  background-color: #eee;
  padding: 10px;
  box-sizing: border-box;
}

.n_left .nav_top .mtree .am-panel {
  background-color: #fafafa;
}

.n_left .nav_top .mtree .am-panel .avc {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.n_left .nav_top .mtree .am-panel .active {
  background-color: #8eae32;
}

.n_left .nav_top .mtree .am-panel .active a {
  color: #ffffff !important;
}

.n_left .nav_top .mtree .am-panel .avc a {
  color: #777;
}

.n_left .nav_top .mtree .am-panel .am-collapse {
  width: 100%;
}

.n_left .nav_top .mtree .am-panel .am-collapse li {
  background-color: #fff;
}

.n_left .nav_top .mtree .am-panel .am-collapse li a {
  padding: 15px 20px;
  display: block;
  color: #777;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.n_left .nav_top .mtree .am_list {
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
}

.n_left .nav_top .mtree .am_list li {
  padding: 10px;
}

.n_left .nav_top .mtree .am_list li a {
  font-size: 14px;
  color: #999;
}

.n_left .nav_top .left-adv {
  background-image: url("//winoss.qfxwl.com/uploads/allimg/20230224/1-2302241F120C8.jpg");
  margin-top: 30px;
  width: 100%;
  background-size: cover;
  text-align: center;
  position: relative;
}

.n_left .nav_top .left-adv .main {
  position: relative;
  left: 0;
  top: 0;
  padding: 30px 30px 40px 30px;
  z-index: 2;
  text-align: left;
  flex-direction: column;
}

.n_left .nav_top .left-adv .main .title {
  font-size: 14px;
  display: block;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
  font-family: "oswald";
}

.n_left .nav_top .left-adv .main .text {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 20px;
}

.n_left .nav_top .left-adv .main .main_more {
  height: 40px;
  line-height: 38px;
  padding-left: 25px;
  padding-right: 20px;
  background: var(--dataColor);
  color: #fff;
  border-color: var(--dataColor);
  font-family: "montserratB";
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.n_left .nav_top .left-adv .main .main_more .iconfont {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.n_left .nav_top .left-adv .main .main_more .iconfont::before {
  position: absolute;
  content: '';
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 90%, rgba(255, 255, 255, 0) 100%);
  width: 30%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  border-radius: 0;
  border: none;
}

.n_left .nav_top .left-adv .main .main_more .iconfont::after {
  content: "\e61c";
  margin-left: 5px;
  font-size: 16px;
}

.n_left .nav_top .left-adv .ovrly {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=0.6);
  transition: all .5s;
  border-radius: 5px;
}

.n_left .nav_top .hot_left {
  margin-top: 30px;
}

.n_left .nav_top .hot_left .left_h4 {
  line-height: 30px;
  color: #333;
  font-family: "oswald";
  font-size: 24px;
  font-weight: bold;
  position: inherit;
  text-transform: uppercase;
  padding: 6px 0;
  position: relative;
  font-weight: normal;
}

.n_left .nav_top .hot_left ul {
  border-bottom: none;
  margin-top: 10px;
}

.n_left .nav_top .hot_left ul li {
  margin-bottom: 6px;
}

.n_left .nav_top .hot_left ul li .li {
  position: relative;
  z-index: 999;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  border: 1px solid #e5e5e5;
  padding: 8px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.n_left .nav_top .hot_left ul li .li .img {
  width: 35%;
  overflow: hidden;
  margin-right: 10px;
}

.n_left .nav_top .hot_left ul li .li img {
  width: 100%;
}

.n_left .nav_top .hot_left ul li .li::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--dataColor);
  content: '';
  transition: 0.5s all;
}

.n_left .nav_top .hot_left ul li .li:hover {
  transform: translate3d(0, -3px, 0);
  transition: 0.5s;
}

.n_left .nav_top .hot_left ul li .li:hover::before {
  width: 100%;
}

.n_left .nav_top .hot_left ul li .li .right {
  width: 65%;
}

.n_left .nav_top .hot_left ul li .li .right .h4 {
  font-size: 14px;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  font-family: "montserratB";
  max-height: 40px;
  display: block;
  margin-top: 5px;
  margin-top: 10px;
}

.n_left .nav_top .hot_left ul li .li .right .more {
  text-transform: capitalize;
  color: var(--dataColor);
  display: block;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.n_left .nav_top .cur {
  transform: rotate(90deg);
  transition: 0.5s;
}

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

  .n_left {
    width: 100%;

  }

  .n_left .nav_top .mtree {
    max-height: 0;
    overflow: hidden;
    padding: 0 !important;
  }

  .n_left .nav_top .max_tre {
    max-height: 999px;
    padding: 10px !important;
  }

  .n_left .nav_top .hot_left {
    display: none;
  }

  #index_product .home-title p:before,
  #index_video .home-title p:before {
    display: block;
    bottom: 7px;
    width: 100px;
    height: 2px;
    left: 65px;
    position: absolute;
    background: #dac083;
    content: '';
  }

  #index_product .home-title p:after,
  #index_video .home-title p:after {
    display: block;
    bottom: 7px;
    width: 100px;
    height: 2px;
    right: 65px;
    position: absolute;
    background: #dac083;
    content: '';
  }

  #index_news .home-title p:before {
    display: block;
    bottom: 7px;
    width: 100px;
    height: 2px;
    left: 5%;
    position: absolute;
    background: #dac083;
    content: '';
  }

  #index_news .home-title p:after {
    display: block;
    bottom: 7px;
    width: 100px;
    height: 2px;
    right: 5%;
    position: absolute;
    background: #dac083;
    content: '';
  }

  #index_service .home-title p:before {
    display: block;
    bottom: 7px;
    width: 100px;
    height: 2px;
    left: -10px;
    position: absolute;
    background: #dac083;
    content: '';
  }

  #index_service .home-title p:after {
    display: block;
    bottom: 7px;
    width: 100px;
    height: 2px;
    right: -10px;
    position: absolute;
    background: #dac083;
    content: '';
  }
}

.slide {
  /* width: 100% !important;
  padding-bottom: 100%;
  display: block;
  height: 80px !important;
  position: relative;
  transition: 0.5s;
  overflow: hidden; */
}

.slide img {
  /* position: absolute;
  max-width: 101%;
  max-height: 100%;
  width: 101%;
  height: 100%;
  left: 50%;
  top: 50%;
  transition: all .3s;
  transform: translate(-50%, -50%); */
  /*margin-left: 2%;*/
}

.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;
}

/*banner 开始*/
.mobile-container {
  display: none;
}

.banner-container {
  display: block;
}

.banner-container .swiper-slide {
  overflow: hidden;
}

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

.span2 {
  position: absolute;
  top: 47%;
  left: 50%;
  display: block;
  color: #ffffff;
  font-size: 20px;
  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-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 30px;
  overflow: hidden;
}

.home-title b {
  font-size: var(--title);
  color: #333;
  width: 100%;
  text-align: center;
  display: inline-block;
}

/*.home-title b:after {*/
/*  display: block;*/
/*  margin: 20px auto;*/
/*  bottom: 0px;*/
/*  width: 45px;*/
/*  height: 4px;*/
/*  background: var(--dataColor);*/
/*  content: '';*/
/*}*/

.home-title p {
  display: block;
  width: 100%;
  color: #808080;
  font-size: 14px;
  /*font-size: var(--subTitle);*/
  max-width: 520px;
  text-align: center;
  position: relative;
}

#index_news .home-content {
  display: flex;
  position: relative;

  margin-bottom: 5vw;
  /*justify-content: space-between;*/
}

/*#index_news .home-content a:nth-child(2),#index_news .home-content a:nth-child(3){*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*}*/
#index_news .home-content .news-img a~a {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
}

#index_news .home-content .news-img a {}

#index_news .home-content .news-img a img {
  width: 770px;
  height: 400px;
  margin-left: 50px;
}

#index_news .home-content .news-img .news-title {
  position: relative;
  top: -335px;
  z-index: 1;
  left: -20px;
  transition: 0.5s;
  color: black;
  width: 200px;
  height: 220px;
  background-color: white;
  padding: 50px 0 0 20px;
  box-shadow: -2px -2px 2px 1px rgba(0, 0, 0, 0.2);
}

#index_news .home-content .news-img .news-title .title {
  font-weight: 400;
  margin-top: 50px;
}

#index_news .home-content .news-img .news-title p {
  margin-top: -5px;
  font-size: 14px;
}

#index_news .home-content .news-img .news-title p:nth-child(3) {
  margin: 20px 35px 0 0;
  font-size: 12px;
}

#index_news .home-content .news-img .news-title .icon {
  width: 20px;
  height: 70px;
  background-color: #AD9676;
  position: absolute;
  right: -30px;
  padding-right: 10px;
  color: white;
  top: 80px;
}

#index_news .home-content .news-img {
  flex: 1;
  height: 355px;
  margin-top: 10px;
}

#index_news .home-content .news-null {
  flex: 0.1;
}

#index_news .home-content .news-content {
  flex: 1;
  margin-top: 20px;
  margin-right: 200px;
}

#index_news .home-content .news-content div:last-child {
  margin-bottom: 0px;
}

#index_news .home-content .news-content .news-content-son {
  display: flex;
  margin-bottom: 17px;
  color: #000;
}

#index_news .home-content .news-content .news-content-son .news-time {
  height: 80px;
  flex: 0.15;
  background-color: #DDDDDD;
  text-align: center;
  margin-right: 20px;
  padding-top: 10px;
}

#index_news .home-content .news-content .news-content-son li {
  flex: 1;
}

#index_news .home-content .news-content .news-content-son li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#index_news .home-content .news-content a~a {
  display: block;
  margin-top: 15px;
}

@media (max-width: 450px) {
  #index_about .p {
    /* text-align: center; */
  }

  /*#index_news .home-content {*/
  /* flex-wrap: wrap;*/
  /* }*/
  #index_news .home-content .content .subtitle img {
    width: 8% !important;
  }

  #index_about .box .about-title .about-position .p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 1200px) {
  #index_news .home-content .content .subtitle img {
    width: 10% !important;
  }
}

#index_news .home-content .content {
  background: #fff;
  padding: 0 22px;
}

#index_news .home-content .content .title {
  color: #000;
  display: block;
  padding: 10px 0;
  height: 43px;
}

#index_news .home-content .content .subtitle {
  display: flex;
  color: #999;
  padding-bottom: 13px;
  justify-content: space-between;
  align-items: center;
}

#index_news .home-content .content .subtitle img {
  width: 6%;
}

.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;
  }

  #index_news .home-content .news-img a {
    position: relative;
  }

  #index_news .home-content .news-img .news-title {
    width: 82vw;
    height: 30vw;
    top: 0;
  }
}

.p12-pagination-1-main {
  margin: 0 auto;
  padding: 20px 0;
  height: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.p12-pagination-1-main .active a {
  background-color: var(--dataColor);
  color: #fff;
}

.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) {

  #index_product .home-title p:before,
  #index_video .home-title p:before {
    display: block;
    bottom: 7px;
    width: 50px;
    height: 2px;
    left: 35px;
    position: absolute;
    background: #dac083;
    content: '';
  }

  #index_product .home-title p:after,
  #index_video .home-title p:after {
    display: block;
    bottom: 7px;
    width: 50px;
    height: 2px;
    right: 35px;
    position: absolute;
    background: #dac083;
    content: '';
  }

  .icon-dasuolvetuliebiao {
    display: block;
  }

  .box {
    padding: 20px 10px;
  }

  #collapase-nav .mobile-img {
    width: 45%;
    margin: 10px auto;
    display: block;
    margin-left: 10px;

  }

  .topNav {
    display: none !important;
  }

  .box .i1 {
    width: 100%;
  }

  /*header 结束*/
  .header-ul {
    display: none;
  }

  .header-img {
    width: 100%;
    display: block;
  }

  /*header 结束*/
  /*banner 开始*/
  .span1 {
    font-size: 1em;
  }

  .span2 {
    font-size: 0.5em;
    top: 60%;
  }

  .image3 {
    display: block;
  }

  .image4 {
    width: 100%;
  }

  /*banner 结束*/
  /*banner 开始*/
  .mobile-container {
    display: block;
  }

  .indexProduct .box .product>a {
    width: calc(31.333% - 19px);
    font-size: 10px;
  }

  .banner-container {
    display: none;
  }

  .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;
}

@media screen and (max-width:768px) {
  .content-news {
    width: 100vw;
  }

  .content-news img {
    width: 90vw;
  }

  .content {
    width: 100vw !important;
  }

  .content p img {
    width: 90vw !important;
    margin: 0 auto;
  }
  
}