@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;
}
 .lmbt{
     width: 100%;
    /* height: 100%; */
    position: relative;
    transition-property: transform;
 }
.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: #333;
}

.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: #999;;
  line-height: 46px;
  font-weight: bold;
}

.home-title span {
  display: flex;
  font-size: var(--subSize);
  color: #333;
  text-align: center;
  line-height: 30px;
  /*padding: 15px 0px;*/
  font-weight: 700;
  flex: 1;
}
 .titlec{
          display: flex;
      }
.titlec-son2{
          width: 107px;
        height: 34px;
        color:#AAAAAA ;
        text-align: center;
        font-size: 13px;
        line-height: 33px;
        font-weight: 400px;
        border: 1px solid #AAAAAA;
        border-radius: 20px 20px 20px 20px;
       }

.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;
    padding: 0px 0px;
  }
  .cpzx{
      margin-top: 0px;
  }
}

.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: 16px;
  }
  .box {
    padding: 20px 10px !important;
  }
  #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;
}

*{margin:0;padding:0;border:0;transition:.5s;-webkit-user-select:none;-moz-user-select:none;user-select:none}a{text-decoration:none}li{list-style:none}
 .video_body{
        display: flex;
        flex-wrap:wrap;
    }
.video_body_item{
        width: 30%;
        text-align: center;
        margin: 1%;
        font-size: 18px;
    }
.video_body_item img{
        width: 100%;
        border: 1px solid  #e2e2e2;
        padding: 2px;
        box-sizing:border-box;
    }
.video_body_item .img{
        position: relative;
    }
.video_body_item .play{
        position: absolute;
        top: 50%;
        width: 50px;
        left: 50%;
        border: 0;
        opacity: 0.9;
        transform: translate(-50%,-50%);
    }
/*.gdt-head {*/
/*    width: 98px;*/
/*    height: 98px;*/
/*    text-align: center;*/
/*    border-radius: 100%;*/
/*    padding-top: 60px;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    background-color: transparent;*/
/*    color: #333;*/
/*    font-size: 14px;*/
/*    line-height: 18px;*/
/*    box-sizing: border-box;*/
/*}*/
/*.form-quick {*/
/*    padding-top: 16px;*/
/*    width:410px;*/
/*}*/
/*.form-quick .form-group {*/
/*    height: 36px;*/
/*    clear: both;*/
/*    margin-top: 15px;*/
/*    width: 100%;*/
/*}*/
/*.form-quick .form-group .input-group {*/
/*    float: left;*/
/*    height: 100%;*/
/*    margin-right: 20px;*/
/*}*/
/*.quick {*/
/*    position: relative;*/
/*}*/
/*.gdt {*/
/*    display:block;*/
/*    padding: 60px 0 0;*/
/*}*/
/*.gdt.w.container-fluid:before,.gdt.w.container-fluid:after{*/
/*    display: none;*/
/*}*/
/*.gdt-wrap {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    background: #fff;*/
/*    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);*/
/*    align-items:center;*/
/*    justify-content: center;*/
/*    height: 100%;*/
/*    margin: 0 auto;*/
/*}*/
/*.gdt .gdt-b.on {*/
/*    width: 940px;*/
/*}*/
/*.gdt .gdt-b {*/
/*    position: relative;*/
/*    width: 9.33%;*/
/*    background: #fff;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*    box-sizing: border-box;*/
/*    padding: 20px;*/
/*    border-right: solid 1px #e7e7e7;*/
/*    transition: all 0.5s;*/
/*}*/
/*.gdt-body {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    padding-left: 145px;*/
/*    top: 0;*/
/*    left: 0;*/
/*    box-sizing: border-box;*/
/*}*/
/*.button.btn-main {*/
/*    background-color: #ffb600;*/
/*    color: #fff;*/
/*    border-color: #ddd;*/
/*}*/
/*.fl {*/
/*    float: left;*/
/*}*/
/*.button {*/
/*    padding: 5px 16px;*/
/*    border-radius: 4px;*/
/*    font-size: 15px;*/
/*}*/
/*.gdt .cut {*/
/*    float: left;*/
/*    height: 100%;*/
/*    width: 19px;*/
/*}*/
/*.gdt .gdt-b {*/
/*    position: relative;*/
/*    float: left;*/
/*    width: 104px;*/
/*    height: 104px;*/
    /* margin-right: 60px; */
/*    border-radius: 52px;*/
/*    background: #fff;*/
/*    border: 3px solid #ffb600;*/
/*    overflow: hidden;*/
/*    z-index: 2;*/
/*    box-sizing: border-box;*/
/*}*/
/*.icon {*/
/*    background: url(/template/default/pc/static/images/icon.png) no-repeat;*/
/*}*/
/*.icon.quick-a {*/
/*    background-position: 0 -86px;*/
/*}*/
/*.icon.quick-c {*/
/*    background-position: -196px -86px;*/
/*}*/
 /*示例1*/
#move_port{
      position: fixed;
      width: 11%;
      min-height: 150px;
      left: 0;
      bottom:0;
      cursor: pointer;
      background: #fff;
      z-index: 10000;
    }
.fcenter{align-items: center;}img{display:inline-block}.icon-xiangzuo1:before{display:none}.boxnotop{max-width:var(--maxWidth);margin:0 auto;width:100%;box-sizing:border-box;position:relative;padding:var(--padding);padding-top: 0px;}.box{max-width:var(--maxWidth);margin:0 auto;width:100%;box-sizing:border-box;position:relative;padding:var(--padding)}.box .i1{width:40%}.img img{display:block}.flex{display:flex;align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;}.items{align-items:center}.between{justify-content:space-between}.active a{color:var(--dataColor) !important}.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:.5s;cursor:pointer}.k12_img:hover{filter:drop-shadow(0px 0px 5px rgb(0, 0, 0));transform:scale(1.05);transition:.5s}.k12_text:hover{color:var(--dataColor) !important;transition:.5s}.k12_icon:hover{transition:.5s;transform:rotateY(360deg)}.k12_filter:hover{filter:drop-shadow(4px 4px 2px #999);transition:.5s}.k12_filter:hover .iconfont{transform:scale(1.1);font-weight:bold}.k12_Color:hover span,.k12_Color:hover p,.k12_Color:hover .bottom{filter:drop-shadow(4px 4px 2px #999);transition:.5s}.k12_Color:hover button{background-color:var(--dataColor);color:#fff;transition:.5s}.k12_shadow:hover{box-shadow:0 0 7px 0px rgba(0,0,0,.17)}.k12_scale,.k12_scale2{overflow:hidden;transition:.5s}.k12_scale:hover img{transition:.5s;transform:scale(1.1)}.k12_scale2:hover img{transition:.5s;transform:translate(-50%, -50%) scale(1.1)}.k2_arrow{transition:.5s}.k2_arrow .iconfont::before{content:"";font-size:20px;color:var(--titleColor);margin-left:-20px;opacity:0;transition:.5s}.k2_arrow:hover .iconfont{align-items:center;justify-content:center}.k2_arrow:hover .iconfont::before{margin-left:0px;opacity:1;transition:.5s}.k2_textColor{transition:.5s}.k2_textColor :hover .title{color:var(--titleColor);transition:.5s}.k12_right{transition:.5s}.k12_right::before{transition:.5s}.k12_right:hover::before{transform:translateX(5px);transition:.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%;-o-object-fit:cover;object-fit:cover;top:50%;transform:translate(-50%, -50%)}.slide80{width:100% !important;padding-bottom:80% !important;display:block;height:0 !important;position:relative;overflow:hidden}.slide80 img{position:absolute;max-width:100%;max-height:100%;width:100%;height:100%;left:50%;-o-object-fit:cover;object-fit:cover;top:50%;transform:translate(-50%, -50%)}.slide60{width:100% !important;padding-bottom:68% !important;display:block;height:0 !important;position:relative;overflow:hidden}.slide60 img{position:absolute;max-width:100%;max-height:100%;width:100%;height:100%;left:50%;-o-object-fit:cover;object-fit:cover;top:50%;transform:translate(-50%, -50%)}.slide120{width:100% !important;padding-bottom:120% !important;display:block;height:0 !important;position:relative;overflow:hidden}.slide120 img{position:absolute;max-width:100%;max-height:100%;width:100%;height:100%;left:50%;-o-object-fit:cover;object-fit:cover;top:50%;transform:translate(-50%, -50%)}.container-fluid{background-position:center;background-size:cover;background-repeat:no-repeat;}
.crumbs .box{padding-top:0;display:flex;align-items:center;padding-bottom:0;display:flex;justify-content:space-between}
.crumbs .box input{height:30px;border-radius:30px;line-height:30px;padding-left:10px;box-sizing:border-box;width:300px}
.crumbs .box .iconfont{margin-right:10px;color:var(--backColor)}
.crumbs .box a{text-decoration:none;color:#000}.mobile-container{display:none;clear:both}.banner-container{display:block; }.banner-container .swiper-slide{overflow:hidden}.span1{position:absolute;white-space:nowrap;top:35%;left:0;width:100%;text-align:center;display:block;color:#fff;font-size:5em;transition:.5s}.span2{position:absolute;top:55%;left:50%;display:block;color:var(--dataColor);font-size:2.5em;transform:translate(-50%, -50%);transition:.5s}.image3{display:block;width:100%}.image4{display:none !important}
.home-title{padding-bottom:60px;width:100%;text-align:center;overflow:hidden;text-align:center;}
.home-title b{ padding-bottom:20px;width:100%;position:relative;display: flex;
    position: relative;
    /*align-items: center;*/
    /*justify-content: center;*/
    color: #999;}
/*.home-title span::before{display:inline-block;content:"";width:120px;height:1px;background-repeat:no-repeat;background-position:center;background-size:cover;background:blue;margin-right:10px}*/
.home-title span::after{display:inline-block;content:"";width:32px;height:3px;background-repeat:no-repeat;background-position:center;background-size:cover;background:#d9534f;margin:15px}
.home-title p{margin:0 auto;display:block; font-size:var(--title);position:relative}
.home-title p:after{content:"";width:2em;height:4px;background:var(--backColor);position:absolute;left:50%;bottom:-1em;transform:translateX(-50%)}

.clear{display:block;width:100%;clear:both}.Inside{background-image:linear-gradient(to right, rgb(221, 221, 221), rgb(255, 255, 255), rgb(221, 221, 221));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, rgb(221, 221, 221), rgb(255, 255, 255), rgb(221, 221, 221));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;margin-bottom: 55px;}.p12-pagination-1-main .active a{background-color:#d9534f;color:#fff !important}.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:.5s}
@media(max-width: 600px){
    audio,canvas,progress,video{display:inline-block;vertical-align:baseline;width:100% !important;}
    .slide60{width:100% !important;padding-bottom:60% !important;}
    .crumbs .box{
        flex-direction: column;
    }
    .crumbs{
    font-size: 1.1rem;
    background: #fff;
    padding: 0px 0px;
    margin-bottom: 1rem;
    color: #333;}
    .top-toolbar-content .top-toolbar-content-right{
        margin-top: 0px !important;
    }
    .crumbs .box .right,.crumbs .box .left{
        width: 100%;
        white-space:nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .crumbs .box input{
        width: 100%;
    }
    .icon-dasuolvetuliebiao{display:block}
    .home-title{margin-bottom:20px;padding-bottom:10px}
    .home-title p{width:100%;text-align:center}
    .home-title b{
        display: flex;
        /*justify-content: center;*/
        align-items: center;
        padding-bottom:5px;
    }
    .home-title b::after,.home-title b::before{
        background-size: 30px;
    }
    #collapase-nav .mobile-img{width:60%;margin:10px auto;display:block}.topNav{display:none !important}.box .i1{width:100%}.header-ul{display:none}.header-img{width:100%;display:block}.span1{font-size:1.5em;top: 50%;}.span2{font-size:1.5em;top:70%}.image3{display:none !important}.image4{display:block !important;width:100%;height: 210px;}.mobile-container{display:block}.indexProduct .box .product>a{width:calc(31.333% - 19px);font-size:10px}.banner-container{display:none !important}.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}@keyframes one{0%{color:#fff}33%{color:#999}66%{color:#555}100%{color:#fff}}@keyframes two{0%{color:#999}33%{color:#555}66%{color:#fff}100%{color:#999}}@keyframes three{0%{color:#555}33%{color:#fff}66%{color:#999}100%{color:#555}}
    
    
    .pc {
    display:block !important;
}
.mobile {
    display:none !important;
}
@media screen and (max-width:1024px){
.pc {
    display:none !important;
}
.mobile {
    display:block !important;
}
}
.two-banner {
    position:relative;
    max-height: 960px;
    overflow:hidden;
}
.two-banner img {
    width: 100%;
    animation: myfirst 25s linear infinite normal;
}
@keyframes myfirst
{0%{transform:scale(1,1);}50%{transform:scale(1.1,1.1);}100%{transform:scale(1,1);}}

.two-banner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    
    z-index:1;
    transition:all 0.3s;
}
.two-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    max-width: 1570px;
    width: 96%;
    text-align: center;
}
.two-banner .word-fix h1 {
    font-size:70px;
    color: #fff;
    font-family: "Futura-Medium";
    text-transform: uppercase;
    margin:0% 0 2% 0;
    transition:all 2s;
}
.two-banner .word-fix hr {
    display: block;
    max-width: 100px;
    height: 3px;
    background:#e4002b;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
}
.two-banner .word-fix p {
    color: #fff;
    font-size: 24px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

@media screen and (max-width:1024px){
.two-banner {
}
.two-banner .word-fix {
}
.two-banner .word-fix h1 {
    font-size:24px;
    margin:0% 0 5% 0;
}
.two-banner .word-fix hr {
    max-width: 50px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.two-banner .word-fix p {
    font-size: 18px;
    max-width: 700px;

}

}
.section {
	margin:0 0 5px 0;
    padding:10px 0 0 0;
    overflow: hidden;
    position: relative;
}
/*.one-section {margin:0.8% 0 0 0;}*/
.section .title {}
.section .title address {
    font-size: 12px;
    color: #999999;
}


address a{
    color: #666;
}
/*.section .title address::before {*/
/*    content: "";*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background: url(../images/home-icon.svg) no-repeat center center/18px;*/
/*    margin: 0 5px 0 0;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*}*/
.section .title h2 {
    margin: 0;
    font-weight: normal;
    font-size: 24px;
    color: #2d2926;
}
.section .title h2 span {
    margin: 0 10px 0 0;
    color: #2d2926;
     font-weight: bold;
}
.section .title h2::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url('https://www.marshal-ceramics.com/template/pc/images/h2-icon.svg') no-repeat center center/20px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.section .second-nav {
    padding: 15px 0 0 0;
    overflow: hidden;
    position: relative;
}
.section .second-nav::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section .second-nav a {
    font-size: 18px;
    padding: 20px 0;
    color: #2d2926;
    display: block;
    position: relative;
    z-index: 10;
    float: left;
    margin-right: 60px;
    border-radius: 5px;
}
.section .second-nav a::after{
    content: '';
    display: none;
    width: 100%;
    height: 2px;
    background: #e4002b;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section .second-nav a:hover,.section .second-nav a.active {
    color:#e4002b;
    font-weight: bold;
}
.section .second-nav a.active:after{
    display:block;
}

@media screen and (max-width:1024px){
.section .title address::before {
    background-size: 16px;
}
.section .title h2 {
    font-size: 18px;
}
.section .title h2::before {
    width: 20px;
    height: 20px;
    background-size: 16px;
    margin: 0 5px 0 0;
}
.section .second-nav {
    /*padding:5% 0;*/
}
.section .second-nav a {
    width: 30.33%;
    margin: 5px 1.5%;
    padding: 6px 0;
    font-size: 14px;
    text-align: center;
    background:#f9f9f9 ;
    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.section .second-nav a:hover,.section .second-nav a.active {
    color:#fff;
    font-weight: bold;
    background:#e4002b ;
}
.section .second-nav a.active:after{
    display:none;
}
}
.section .third-nav a {
    display: block;
    float: left;
    color: #666;
    border: solid 1px #f6f6f6;
    margin-top: 10px;
    margin-right: 10px;
    padding: 6px 10px;
    text-align: center;
    width: max-content;
    font-size: 14px;
    font-style: normal;
    
    border-radius: 5px;
    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.section .third-nav a:hover {
    color:var(--dataColor);
    border: solid 1px #f1f1f1;
}
.section .third-nav a.active {
    color:#fff;
    border: solid 1px #fff;
    background-color: var(--dataColor);
}
@media screen and (max-width:1024px){
.section .third-nav a {
    /*width: 30.33%;*/
        width: calc(96% / 2);
    margin: 10px 1%;
    /* padding: 6px 5px; */
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}
.section .third-nav a.active {
    color:#fff;
    border: solid 1px #fff;
    background-image: -webkit-linear-gradient(right,#de3336,#e4002b);
}
}
