@charset "utf-8";
#mainVisual {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 1500px;
  background: #222;
}

#mainVisual .scroll {
  position: absolute;
  bottom: 70px;
  left: 50%;
  z-index: 52;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}

#mainVisual .scroll p {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}

#mainVisual .scroll i {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  animation: scroll 1s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translate(0);
    opacity: 1;
  }

  100% {
    transform: translate(0, 25px);
    opacity: 0;
  }
}

#mainVisual .controlbutton {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
}

#mainVisual .controlbuttonbox {
  position: relative;
  z-index: 9999;
  width: 100%;
  margin-right: 90px;
  margin-bottom: 90px;
  display: flex;
  justify-content: flex-end;
}

#mainVisual .controlbuttonbox .prev {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 60px;
  height: 60px;
  border: rgba(255, 255, 255, 0.4) 1px solid;
  border-radius: 60px;
  cursor: pointer;
  transition: all 0.2s;
}

#mainVisual .controlbuttonbox .prev:hover {
  background: #ff0000;
}

#mainVisual .controlbuttonbox .next {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 60px;
  height: 60px;
  border: rgba(255, 255, 255, 0.4) 1px solid;
  border-radius: 60px;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.2s;
}

#mainVisual .controlbuttonbox .next:hover {
  background: #ff0000;
}

#mainVisual .main_txt {
  opacity: 0;
  display: flex;
  flex-flow: column;
  position: absolute;
  left: 6.5%;
  bottom: 31%;
  z-index: 101;
  color: #fff;
}

/*#mainVisual .main_txt::before {

    content: "";
    width: 64px;
    height: 6px;
    position: relative;
    top: -20px;
    background: #ff0000;
}

*/

#mainVisual .main_txt p {
  font-size: 2.4vw;
  line-height: 1.3;
  font-weight: 600;
}
#mainVisual .main_txt .txt {
  /*margin-top: 35%;*/
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  white-space: pre-line;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 20px;
}
#mainVisual .controls {
  display: flex;
  align-items: center;
  margin-top: 70px;
}
#mainVisual .controls a {
  width: 150px;
  height: 60px;
  margin-right: 25px;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #106afc;
  border-radius: 30px;
  font-weight: 700;
  line-height: 58px;
  color: #fff;
  text-align: center;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
}

#mainVisual .controls a svg {
  height: 18px;
  margin-left: 10px;
  transition: all 0.2s;
}

#mainVisual .controls a:hover svg {
  /* border: 1px solid rgba(255, 255, 255, .3); */
  transform: rotate(45deg);
}

#mainVisual .controls a:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: none;
}
#mainVisual .controls span {
  display: flex;
  align-items: center;
}
#mainVisual .controls span svg {
  cursor: pointer;
}
#mainVisual .controls span + span:before {
  content: "";
  width: 1px;
  height: 14px;
  margin: 0 15px;
  background: rgba(255, 255, 255, 0.2);
}
#mainVisual ul:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#mainVisual ul li {
  height: 100vh;
  min-height: 850px;
  overflow: hidden;
}
#mainVisual ul li video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
#mainVisual ul li .bg {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: center no-repeat;
  background-size: cover;
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#mainVisual ul li .bg01 {
  background-image: url(../../../images/banner1.jpg);
}
#mainVisual ul li .bg02 {
  background-image: url(../../../images/banner2.jpg);
}
#mainVisual ul li .bg03 {
  background-image: url(../../../images/banner3.jpg);
}
#mainVisual ul li.on .bg {
  width: 101%;
  height: 101%;
  opacity: 1;
}
#inc01 {
  position: relative;
}
#inc01 .tit {
  display: flex;
}
#inc01 .titbox {
  padding: 100px 0px 120px 0px;
}

#inc01 .companytit {
  text-align: center;
  font-size: 17px;
  color: #106afc;
  font-weight: 700;
  margin-bottom: 30px;
}
#inc01 .lighttype {
  font-weight: 500;
  margin-bottom: 10px;
}

#inc01 .companytxt {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  width: 900px;
  line-height: 1.2;
  margin: 0 auto;
}

#inc01 .tit .companyleftblock {
  width: 50%;
  position: sticky;
  top: 100px;
  flex-shrink: 0;
  /*    
    height: 960px;
    text-align: left;
    */

  background: url(../../../images/compbg.jpg) no-repeat center center;
  background-size: cover;
}
#inc01 .tit .companyleftblock .leftbox {
  width: 60%;
  margin: 0 auto;
  padding: 710px 0 0 0px;
  color: rgba(255, 255, 255, 1);
}
#inc01 .tit .companyleftblock .title {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.2;
}
#inc01 .tit .companyleftblock .content {
  line-height: 1.6;
}

#inc01 .tit .companyleftblock .subtit {
  color: #fff;
  font-weight: 700;
  /* border: #00b5e2 1px solid; */
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #106afc;
  margin-top: 60px;
}

#inc01 .tit .companyleftblock .subtit svg {
  transform: rotate(-45deg);
}

#inc01 .tit .companyrightblock {
  width: 50%;
  /* 
    border-left: #ccc 1px solid;
    flex-grow: inherit;
    */
  height: 1100px;
  padding: 90px 90px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}

#inc01 .tit .companyrightblock .rightbox {
  /*    width: 46%;
    border: rgba(0,0,0,0.1) 1px solid;
    padding: 50px 50px;*/
}

#inc01 .tit .companyrightblock .rightbox a {
  display: block;
  padding: 70px 40px;
  width: 100%;
  /*height: 420px;*/
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}

#inc01 .tit .companyrightblock .rightbox a:hover {
  background: #106afc;
}

#inc01 .tit .companyrightblock .rightbox a:hover .numbox {
  color: #fff;
}

#inc01 .tit .companyrightblock .rightbox a:hover .num {
  color: #fff;
}

#inc01 .tit .companyrightblock .rightbox a:hover .title {
  color: #fff;
}

#inc01 .tit .companyrightblock .rightbox a:hover .content {
  color: #fff;
}

#inc01 .tit .companyrightblock .rightbox a:hover .compbutton {
  color: #fff;
}

#inc01 .tit .companyrightblock .rightbox:nth-child(1) {
  margin-top: 60px;
}

#inc01 .tit .companyrightblock .rightbox:nth-child(3) {
  margin-top: 60px;
}

#inc01 .tit .companyrightblock .title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
}
#inc01 .tit .companyrightblock .content {
  letter-spacing: 0.4px;
  margin-bottom: 60px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.7);
}

#inc01 .tit .companyrightblock .numbox {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}

#inc01 .tit .companyrightblock .num {
  font-size: 40px;
  font-weight: 700;
  color: #106afc;
  line-height: 1;
}

#inc01 .tit .companyrightblock .spa {
  margin-left: 10px;
}

#inc01 .tit .companyrightblock .compimg img {
  width: 100%;
}

#inc01 .tit .companyrightblock .compbutton {
  display: flex;
  justify-content: flex-end;
  color: rgba(0, 0, 0, 0.6);
}
#inc01 .tit .companyrightblock .compbutton .compleftbutton {
  padding: 10px 30px;
  border: #000 1px solid;
  width: 48%;
  text-align: center;
  font-weight: 600;
  /*border-radius: 40px;*/
}
#inc01 .tit .companyrightblock .compbutton .comprightbutton {
  /*  padding: 10px 30px;
    border-radius: 30px;
  background: #ff0000;
  color: #fff;*/
  display: flex;
  align-items: center;

  /*border-radius: 40px;*/
}

#inc01 .tit .companyrightblock .compbutton .comprightbutton svg {
  width: 17px;
  height: 17px;
  margin-left: 5px;
}

#inc01 .tit span {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
}
#inc01 .tit p {
  margin: 15px 0 18px;
  font-size: 42px;
  letter-spacing: -0.5px;
  color: #222;
}
#inc01 .bg {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: -1;
  transform: scale(0.85);
  width: 100%;
  height: 800px;
}
#inc01 .bg:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #f0f0f0 url("../../../images/networkbg.jpg") repeat center center;
  background-size: cover;
  /*background: rgba(0, 0, 0, .05)*/
}
#inc01 .bg img {
  position: relative;
  top: -30px;
  transition: all 0.8s;
}
#inc01 .bg.aos-animate {
  transform: scale(1);
}
#inc01 ul {
  display: flex;
  position: relative;
  width: 1100px;
  margin: 0 auto;
  transform: scale(0.85);
  height: 800px;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}
#inc01 ul.aos-animate {
  transform: scale(1);
}
#inc01 ul .choose {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
}
#inc01 ul .choosetit {
  position: relative;
  color: #fff;
  top: 130px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
#inc01 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 40%;
  height: 460px;
}
#inc01 ul li:before {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 40, 50, 0.5);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#inc01 ul li + li {
}
#inc01 ul li .txt {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #fff;
  padding: 50px 50px;
}
#inc01 ul li .txt p {
  font-size: 30px;
  line-height: 1.5;
  white-space: pre-line;
  width: 30%;
  /*text-align: center;*/
}
#inc01 ul li .txt span {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
#inc01 ul li .txt p span {
  font-size: 60px;
  font-weight: 900;
}
#inc01 ul li .txt p span img {
  /*margin-bottom: 20px;*/
  width: 100px;
  vertical-align: top;
}
#inc01 ul li .txt .rightbox {
}

#inc01 ul li .txt .rightbox .subtit {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}

#inc01 ul li .txt .rightbox .tita {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}

#inc01 ul li .txt .rightbox .tita::before {
  content: "";
  width: 60px;
  height: 5px;
  position: absolute;
  top: -2px;
  background: #ff0000;
}

#inc01 ul li .txt .rightbox .comcontent {
  font-size: 15px;
  /*letter-spacing: 0.7px;*/
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#inc01 ul li .txt .rightbox .brandbtn {
  display: inline-block;
  background: #ff0000;
  padding: 10px 30px;
  border-radius: 30px;
  color: #fff;
  margin-top: 30px;
}
#inc01 ul li .txt div {
  /*white-space: pre-line;*/
  transition: all 0.4s;
}
#inc01 ul li .txt a {
  opacity: 0;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
  width: 68px;
  height: 68px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#inc01 ul li .txt a svg {
  margin: auto;
  color: #fff;
}
#inc02 {
  padding: 100px 0px;
  /*display: flex;*/
  /*height: 820px;*/
  background: #f6f6f6 url("../../../images/mapbg.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

#inc02 .contentbox {
  padding: 0px 90px;
  /* max-width: 1600px; */
  width: 1600px;
  box-sizing: content-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

#inc02 .contentbox:nth-child(1) {
  flex-direction: column;
  align-items: flex-start;
}

#inc02 .disc {
  display: flex;
  flex-direction: column;
  width: 600px;
}

#inc02 .disc .coop {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #106afc;
}

#inc02 .disc .customertit {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
}

#inc02 .disc .customertxt {
  color: #666;
}

#inc02 .numblock {
  display: flex;
  column-gap: 50px;
  align-items: flex-start;
  width: 600px;
  margin-top: 90px;
}

#inc02 .numblock .num {
  font-size: 40px;
  font-weight: 600;
  color: #106afc;
}

#inc02 .numblock .numtxt {
  color: #666;
}

/*#inc02 > div {
  width: 50%
}*/
#inc02 .cont {
  margin-top: 110px;

  /*        
    width: 100%;
    display: flex;
    box-sizing: border-box;
     height: fit-content;  
    */
}

#inc02 .cont .control {
  color: #00182d;
  cursor: pointer;
  display: flex;
  align-items: center;
}

#inc02 .cont .control svg {
  width: 18px;
  height: 18px;
  opacity: 0.2;
}

#inc02 .cont .control .prev {
  margin-right: 10px;
}

#inc02 .cont .latest .subtit {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0px;
  opacity: 0.8;
}

#inc02 .cont .latest .tit {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#inc02 .cont .latest .tit p {
  vertical-align: sub;
  margin-right: 16px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  word-wrap: break-word;
  white-space: pre-line;
  margin-bottom: 10px;
}

/*
#inc02 .cont .latest .tit p::before {
    content: "";
    width: 60px;
    height: 5px;
    position: absolute;
    top: 60px;
    background: #ff0000;
}
*/

#inc02 .cont .latest .tit .control {
  display: flex;
  margin-left: auto;
  padding-top: 20px;
}
#inc02 .cont .latest .tit .control span {
  cursor: pointer;
}
#inc02 .cont .latest .tit .control span + span:before {
  display: inline-block;
  vertical-align: 3px;
  content: "";
  width: 1px;
  height: 13px;
  margin: 0 17px;
  background: #ddd;
}
#inc02 .cont .latest .tit .control svg {
  width: 20px;
  height: 20px;
}
#inc02 .cont .latest .late_slide {
  /*border-top: 1px solid rgba(0, 24, 45, 0.2);*/
  width: 100%;
}

#inc02 .cont .bottombut {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 24, 45, 0.2);
  margin-top: 40px;
}

#inc02 .cont .bottombut a {
  display: inline-block;
  background: #ff0000;
  padding: 10px 30px;
  border-radius: 30px;
  color: #fff;
}

#inc02 .cont .bottombut .button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;

  /*
    margin-left: 2px;
    padding: 15px 40px;
    width: 210px;
    background: #362488;
    border-radius: 40px;
    border: 1px solid rgba(0, 24, 45, 0.5)
    */
}

#inc02 .cont .button svg {
  fill: #fff;
}
#inc02 .cont .latest .late_slide:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  /*width: 1px;*/
  height: 100%;
  background: #fff;
}

#inc02 .cont .latest ul li {
  font-size: 15px;
}

#inc02 .cont .latest ul li:before {
  /*
      display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50px;
    width: 1px;
    height: 190px;
    */

  /*background: #e1e1e1*/
}

#inc02 .cont .latest ul li .swiper-slide {
}

#inc02 .cont .latest ul li .coopw {
  max-width: 1600px;
  width: 1600px;
  box-sizing: content-box;
}

#inc02 .cont .latest ul li .coopblock {
  display: flex;
}

#inc02 .cont .latest ul li .coopbox {
  width: 16.6666%;
  display: flex;
  justify-content: center;
}

#inc02 .cont .latest ul li .coopbox img {
  height: 40px;
}

#inc02 .cont .latest ul li a {
  display: flex;
  flex-flow: column;
  line-height: 1.6;
  /*word-break: keep-all*/
}
#inc02 .cont .latest ul li a svg {
  width: 9px;
  height: 9px;
  margin-left: 12px;
  fill: #aaa;
}
#inc02 .cont .latest ul li p {
  margin-bottom: 15px;
  font-size: 16px;
}
#inc02 .cont .latest ul li div {
  min-height: 80px;
}

/*#inc02 .cont .latest ul li.empty {
  width: 100%;
  padding: 80px 0;
  text-align: center;
  color: #aaa
}*/
/*#inc02 .cont .links {
  display: flex;
  margin-top: 50px
}*/
#inc02 .cont .links li {
  width: 50%;
}
#inc02 .cont .links li a {
  display: flex;
  padding-right: 10%;
  color: #777;
}
#inc02 .cont .links li .icon {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  background: center no-repeat;
  transition: all 0.2s;
}
#inc02 .cont .links li .icon01 {
  background-image: url(icon01.png);
}
#inc02 .cont .links li .icon02 {
  background-image: url(icon02.png);
}
#inc02 .cont .links li .txt {
  display: flex;
  flex-flow: column;
  padding: 5px 0 0 35px;
  line-height: 1.6;
  /*  word-break: keep-all*/
}
#inc02 .cont .links li .txt .contxt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 4;
}
#inc02 .cont .links li .txt p {
  margin-bottom: 15px;
  font-size: 22px;
  color: #222;
}
#inc02 .cont .links li .txt span {
  margin-top: 30px;
  font-size: 14px;
  color: #aaa;
  transition: all 0.2s;
}
#inc02 .cont .links li .txt span svg {
  width: 9px;
  height: 9px;
  margin-left: 12px;
  fill: #aaa;
}
#inc02 .cont .links li a:hover .icon {
  border-color: var(--primary-25);
}
#inc02 .cont .links li a:hover span {
  color: var(--primary);
}
#inc02 .cont .links li a:hover .icon01 {
  background-image: url(icon01_on.png);
}
#inc02 .cont .links li a:hover .icon02 {
  background-image: url(icon02_on.png);
}
#inc02 .img {
  width: 55%;
}
#inc02 .img .txt {
  padding: 0 0 80px 80px;
}
#inc02 .img .txt span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
#inc02 .img .txt p {
  margin: 5px 0;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
#inc02 .img .txt div {
  white-space: pre-line;
  line-height: 0.8;
  letter-spacing: 0.4px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.8);
}

#inc04 {
  display: flex;
  position: relative;
  padding: 100px 0px;
  /*    width: 100%;
    box-sizing: content-box;
    overflow: hidden;*/
  background: #106afc url(../../../images/probg.jpg) repeat center center;
  background-size: cover;
  column-gap: 8%;
}
#inc04 .swiper-containers {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
#inc04 .swiper-containers .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  padding-bottom: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
}

#inc04 .rt_txt {
  opacity: 0.8;
  position: absolute;
  top: 42%;
  left: 5%;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  writing-mode: vertical-rl;
}

#inc04 .tit {
  width: 40%;
  padding-left: 8%;
  box-sizing: content-box;
  /*    display: flex;
    justify-content: space-between;
    align-items: flex-end;*/
}
#inc04 .tit .protxt {
  font-weight: 500;
  line-height: 1.4;
  margin-top: 15px;
  opacity: 0.7;
}

#inc04 .tit .subtit {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 70px;
}

#inc04 .tit p {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 50px;
}

#inc04 .tit span {
  color: #fff;
}

#inc04 .pager_wrap {
  position: relative;
  width: max-content;
  margin-top: 110px;
}
#inc04 .pager {
  font-size: 0;
}
#inc04 .pager span {
  font-size: 18px;
  color: #fff;
  font-family: var(--e-font);
}
#inc04 .pager span:before {
  content: "0";
}
#inc04 .pager span + span {
  margin-left: 200px;
}
#inc04 .timeline {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
#inc04 .timeline span {
  display: none;
  position: relative;
  width: 100%;
  height: 3px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
#inc04 .timeline span.on {
  display: block;
}
#inc04 .timeline span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#inc04 .timeline span.on:before {
  background: #fff;
  animation: progressbar 3.5s linear;
}
@keyframes progressbar {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/*#inc04 .tit p::before {
    content: "";
    width: 60px;
    height: 5px;
    position: absolute;
    top: -20px;
    background: #ff0000;
}
*/

#inc04 .catalog {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
#inc04 .catalog .catabox {
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  margin-right: 30px;
}
#inc04 .catalog .catabox:nth-child(1) {
  font-weight: 600;
}
#inc04 .catalog .catabox:nth-child(1) {
  border-top: #bf1522 3px solid;
  color: #bf1522;
}
#inc04 .slide_wrap {
  position: relative;
  width: 60%;
}
#inc04 .tabs {
  margin-top: 40px;
  /* position: absolute; 
    top: 0;
    left: 5%;
    border-left: 1px solid #d4d4d4;
        display: flex;
    flex-flow: row;
    justify-content: space-between;
    */

  width: max-content;
  width: 270px;
}
#inc04 .tabs span {
  opacity: 1;
  position: relative;
  width: auto;
  height: auto;
  padding-left: 55px;
  border-radius: 0;
  font-size: 22px;
  color: #222;
  background: none;
  transition: all 0.2s;
}
#inc04 .tabs span + span {
  margin-top: 15px;
}
#inc04 .tabs span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 1px;
  background: #d4d4d4;
  transition: all 0.2s;
}
#inc04 .tabs span:hover {
  color: #999;
}
#inc04 .tabs span.on:before {
  left: 0px;
  width: 55px;
  height: 4px;
  background: var(--primary);
}
#inc04 .next {
  cursor: pointer;
  display: flex;
  color: #fff;
  flex-flow: column;
  align-items: center;
  position: absolute;
  margin-top: 50px;
  bottom: 10%;
  /* top: -23%; */
  /* right: 6.5%; */
  z-index: 101;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.2s;
}
#inc04 .next svg {
  width: 20px;
  height: 20px;
  margin-top: 15px;
}
#inc04 .next:hover {
  color: rgba(255, 255, 255, 0.6);
}
#inc04 .swiper-slide {
  background: #fff;
  /*border: #fff 25px solid;*/
  width: 18.5%;
  /*flex-shrink: 1;*/
}
#inc04 .swiper-slide .proimg {
  /*padding: 40px 40px;*/
  background: #f2f2f2;
  text-align: center;
}
#inc04 .swiper-slide .proimg img {
  width: 100%;
  height: 100%;
}

#inc04 .swiper-slide .reimg {
  position: relative;
}

#inc04 .swiper-slide .abimg {
  position: absolute;
  z-index: 999;
  top: 0px;
}

#inc04 .swiper-slide .abimg img {
  height: 14px;
}

#inc04 .box .procategorys {
  font-size: 14px;

  display: inline-table;

  letter-spacing: 1px;
}
#inc04 .box .proname {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  /*color: #bf1522;*/
}
#inc04 .box .model {
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  display: flex;
}
#inc04 .box .feature {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  width: 60px;
  height: 60px;
  background: rgba(16, 106, 252, 0.2);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
}
#inc04 .swiper-slide .featureblock {
  display: flex;
  font-weight: 600;
  font-size: 14px;
  padding-top: 30px;
}

#inc04 .swiper-slide .datablock {
  display: flex;
}

#inc04 .swiper-slide .featureblock .featurebox {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #777;
}
#inc04 .box .proline {
  width: 100%;
  height: 1px;
  /*background: rgba(0, 0, 0, 0.2);*/
  margin-top: 20px;
  margin-bottom: 20px;
}
#inc04 .box .specification {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 13px;
}
#inc04 .swiper-slide .specificationblock {
  margin-top: 20px;
}
#inc04 .swiper-slide .specificationblock .specificationbox {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 20px;
  letter-spacing: 0.5px;
}
#inc04 .swiper-slide .specificationblock .specificationbox:before {
  content: "";
  position: absolute;
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 22px;
  margin-top: 5px;
}

#inc04 .swiper-slide .butbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#inc04 .swiper-slide .pricebut {
  display: inline-block;
  width: 48%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  /*        border-radius: 40px;
    border-radius: 40px;*/
  padding: 11px 20px;
  background: #00182d;
}

#inc04 .swiper-slide .probutton {
  /*background: #37394a;*/
  display: inline-block;
  width: 48%;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  padding: 20px 20px;
  border-radius: 40px;
  background: #106afc;
}
#inc04 .allpro svg {
  fill: #fff;
}
#inc04 .allpro {
  font-size: 15px;
  font-weight: 600;
  padding: 15px 30px;
  background: #bf1522;
  width: 300px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 4px;
}
#inc04 .img_slide {
}
#inc04 .img_slide ul li {
  width: 100%;
  padding: 50px 50px;
  box-sizing: border-box;
  border-radius: 30px;
  transition: all 0.3s;
}
#inc04 .img_slide ul li .img {
  background: #ddd;
}
#inc04 .img_slide ul li a {
  padding: 20px 20px;
  display: block;
}
#inc04 .box {
  font-size: 16px;
  background: #fff;
  transition: all 0.3s;
}
#inc04 .box .procategory {
  white-space: pre-line;
  line-height: 1.6;
  margin-bottom: 10px;
}
#inc04 .box p {
  margin-bottom: 25px;
  font-size: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 1;
}
#inc04 .box div {
  /*white-space: pre-line;*/
  line-height: 1.6;
  /*    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 3;*/
}
#inc04 .box span {
  display: flex;
  position: absolute;
  color: var(--primary);
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#inc04 .box span svg {
  width: 20px;
  height: 20px;
  margin: auto;
}
#inc04.on .box {
  opacity: 1;
  left: -90px;
  bottom: -55px;
  box-shadow: 12px 6px 20px rgba(0, 0, 0, 0.2);
}
#inc04 .img_slide ul li:hover {
  width: 100%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
#inc04 .img_slide ul li:hover .box {
  transition: all 0.3s;
}
#inc05 {
  position: relative;
  background: #fff url("../../../images/contactbg.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  height: 698px;
  display: flex;
  align-items: center;
}
#inc05 .contactblock {
  display: flex;
  justify-content: space-between;
  padding: 0px 90px;
  max-width: 1600px;
  width: 1600px;
  box-sizing: content-box;

  margin: 0 auto;
  align-items: center;
}
#inc05 .leftbox {
  width: 48%;
  /*
    padding: 120px 90px;
    */
}
#inc05 .leftbox .title {
  font-size: 45px;
  /*  color: #fff;*/
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
  /*text-align: center;*/
}
#inc05 .leftbox .tel p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  /*  color: #fff;*/
}
#inc05 .leftbox .tel {
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 1px;
  /*    color: #fff;*/
}
#inc05 .leftbox .other {
}
#inc05 .rightbox .button {
  display: table;
  font-weight: 400;
  /*  
    padding: 12px 13px 6px 13px;
    color: #fff;
    border: rgba(255, 255, 255, 0.6) 1px solid;
    transition: all .3s;
    border-radius: 40px;
    */
  cursor: pointer;
  overflow: hidden;
}
#inc05 .rightbox .button:hover:before {
  opacity: 1;
  width: 250px;
  right: 0;
  transform-origin: left;
}
#inc05 .rightbox .button:before {
  position: absolute;
  opacity: 0;
  content: "";
  z-index: -1;
  top: 0;
  width: 0;
  height: 70px;
  background: #106afc;
  transition: width 0.3s;
}

#inc05 .rightbox .button .buttarr {
  /*transform: rotate(-45deg);*/
  background: #106afc;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#inc05 .rightbox .button svg {
  /*transform: rotate(-45deg);*/
  width: 17px;
  height: 17px;
  color: #fff;
}
#inc05 .leftbox .other {
  /*
      display: flex;
  justify-content: space-between;
    flex-wrap: wrap;*/
  row-gap: 25px;
  column-gap: 5px;
  /*    color: #fff;*/
}
#inc05 .leftbox .other .contactinfo {
  line-height: 1.2;
  margin-bottom: 27px;
  color: #fff;
  /*background: #f6f6f6;
  padding: 30px 30px;*/
}

#inc05 .leftbox .other .contactinfo:nth-child(3) {
  line-height: 1.4;
}

#inc05 .leftbox .other p {
  font-weight: 500;
  font-size: 16px;
  /*  color: #fff;*/
  margin-top: 5px;
}

#inc05 .leftbox .other .button {
  display: inline-block;
  background: #106afc;
  padding: 10px 30px;
  border-radius: 30px;
  color: #fff;
  margin-top: 30px;
}

#inc05 .leftbox {
  width: 45%;
  /*width: 50%;*/
  /*padding: 120px 90px;*/
  /*background: #bf1522 url("../../../images/cusbg.jpg") repeat center center;
  background-size: cover;*/
}
#inc05 .leftbox .title {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

/*#inc05 .leftbox .title::before {
  content: "";
    width: 60px;
    height: 5px;
    position: absolute;
    top: -20px;
    background: #ff0000;
}
*/

#inc05 .leftbox .description {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 50px;
  opacity: 0.8;
  /*text-align: center;*/
}
#inc05 .leftbox .prompt {
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #fff;
  line-height: 1.6;
  /*margin-bottom: 50px;*/
  margin-top: 30px;
  opacity: 0.6;
}

#inc05 .rightbox {
  width: 100%;
}

#inc05 .rightbox .cooptitle {
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}

#inc05 .rightbox .button {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  width: 160px;
  height: 60px;
  text-align: center;
  font-weight: 600;
  line-height: 60px;
  /* font-weight: 700; */

  /* color: #fff; */
  /*border: rgba(0, 0, 0, 0.2) 1px solid;*/
  border-radius: 30px;
  background: #fff;

  /* border-radius: 40px;*/
}

#inc05 .rightbox .button:hover {
  color: #fff;
}

#inc05 .rightbox .colbutton {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#inc05 .rightbox .linkus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
}

#inc05 .rightbox .feedback {
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#inc05 .rightbox .feedback svg {
  width: 17px;
  height: 17px;
}

#inc05 .rightbox .txt {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

#inc05 .rightbox .prompt {
  width: 100%;
  margin-top: 15px;
  color: #fff;
}

#inc05 .rightbox .contactinfo {
  margin-top: 30px;
  color: #fff;
}

#inc05 .rightbox .labelfield {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  /*column-gap: 10px;*/
}
#inc05 .rightbox .labelfield input {
  width: 48%;
  margin-bottom: 14px;
  display: block;
  height: 50px;
  line-height: 1.6;
  /* padding-left: 10px; */
  border: rgba(0, 0, 0, 0.2) 1px solid;
  padding-left: 20px;
  /* color: #fff;*/
}

#inc05 .rightbox .textfield__input {
  opacity: 1;
  display: block;
  margin: 0;
  padding: 0.5em 0;
  width: 100%;
  min-height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  height: 50px;
  /*line-height: inherit;*/
  text-align: left;
  background: #fff;
  resize: none;
  outline: 0;
  border-radius: 0;
  border: rgba(0, 0, 0, 0.2) 1px solid;
  padding-left: 20px;
  /*padding-left: 0.625em;
    padding-right: 0.625em;*/
}

#inc05 .rightbox .textfield__input::placeholder {
  opacity: 0.7;
}

#inc05 .rightbox .labelfield input::placeholder {
  opacity: 0.7;
}

#inc05 .rightbox textarea::placeholder {
  opacity: 0.7;
}

#inc05 .rightbox .mess {
  margin-bottom: 20px;
  /*    border-bottom: rgba(0, 24, 45, 0.5) 1px solid;*/
}

#inc06 {
  position: relative;
  /*  background: #f0f0f0 url("../../../images/supportbg.jpg") no-repeat center center;*/
  background-size: cover;
  padding: 100px 0px;
}
#inc06 .titblock .indusblock {
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
  margin-bottom: 40px;
}

#inc06 .titblock .indusblock .indusbox {
  display: flex;
  flex-direction: column;
  width: 25%;
}

#inc06 .titblock .indusbox .indusboximg img {
  width: 100%;
}

#inc06 .titblock .indusbox .indusboxtit {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 10px;
}

#inc06 .titblock .indusbox .indusboxtxt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4;
  margin-top: 3px;
  font-size: 14px;
}

#inc06 .title {
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: 700;
}

#inc06 .title::before {
  content: "";
  width: 60px;
  height: 5px;
  position: absolute;
  top: -20px;
  background: #ff0000;
}

#inc06 .subtit {
  letter-spacing: 0.3px;
  margin-bottom: 30px;
  line-height: 1.5;
}
#inc06 .button {
  padding: 15px 30px;
  background: #ff0000;
  width: 185px;
  color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
}
#inc06 .button svg {
  fill: #fff;
}

#inc06 .titblock {
  /*margin-bottom: 100px;*/
  width: 1100px;
  margin: 0 auto;
  margin-top: 30px;
}

#inc06 .supportblock {
  display: flex;
  justify-content: space-between;
  padding: 0px 90px;
  max-width: 1600px;
  width: 1600px;
  box-sizing: content-box;
  margin: 0 auto;
  flex-wrap: wrap;
}

#inc06 .note {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  padding: 10px 0px;
  flex-wrap: wrap;
  font-size: 13px;
}

#inc06 .downblock {
  display: flex;
  flex-direction: column;
  width: 48%;
  padding-top: 20px;
  padding-bottom: 20px;
}

#inc06 .downblock .downimg img {
  width: 100%;
  object-fit: cover;
}

#inc06 .downblock .downpdf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

#inc06 .downblock .downpdf svg {
  width: 16px;
  margin-right: 6px;
  fill: #ff0000;
  color: #ff0000;
}

#inc06 .downloadbox {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

#inc06 .downloadtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 90px;
  max-width: 1600px;
  width: 1600px;
  box-sizing: content-box;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 50px;
}

#inc06 .downloadtotal .downboxinfo {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  width: 500px;
}

#inc06 .downloadtotal .equipsub {
  font-size: 17px;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #106afc;
  font-weight: 700;
}

#inc06 .downloadtotal .equiptit {
  font-size: 40px;
  font-weight: 600;
}

#inc06 .downloadtotal .downbut {
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  width: 48%;
  line-height: 1.6;
  color: #666;
}

#inc06 .downloadtotal .downbut svg {
  width: 15px;
}

#inc06 .downloadtotal .downfile {
  width: 120px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 20px;
  background: #f0f0f0;
}

#inc06 .supportblock .box {
  padding: 0px 0px;
  margin-top: 20px;
}
#inc06 .supportblock .box:nth-child(4) {
  border-right: #d8d8d8 0px solid;
}
#inc06 .supportblock .box:nth-child(1) {
  padding-left: 0px;
}

#inc06 .supportblock .box .titlesa {
  /*font-weight: 600;*/
  font-size: 24px;
  margin-bottom: 10px;
}

#inc06 .supportblock .box .boximg {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #666;
}
#inc06 .supportblock .box .boximg img {
  height: 45px;
}
#inc06 .supportblock .box .title {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
#inc06 .supportblock .box .title svg {
  fill: #bf1522;
  width: 18px;
  height: 18px;
}
#inc06 .supportblock .box .content {
  text-align: left;
  letter-spacing: 0.3px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #666;
}

#inc06 .supportblock .box .content svg {
  width: 17px;
  height: 17px;
  margin-left: 5px;
}

#inc07 {
  position: relative;
  background: #f8f8f8 url("../../../images/newsbg1.jpg") repeat center center;
  background-size: cover;
  padding: 100px 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

#inc07 .contentbox .newstitles {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

/*#inc07 .contentbox .newstitles::before {
    content: "";
    width: 60px;
    height: 5px;
    position: absolute;
    top: -20px;
    background: #ff0000;
}
*/

#inc07 .newsdescription {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 60px;
  max-width: 500px;
}

#inc07 .newsbuttonmore {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

/*#inc07 .contentbox:nth-child(1){
    padding: 0px 90px;
    max-width: 1600px;
    width: 1600px;
    box-sizing: content-box;
    margin: 0 auto;
display: flex;
    flex-direction: column;
}
*/

#inc07 .contentbox {
  padding: 0px 90px;
  max-width: 1600px;
  width: 1600px;
  box-sizing: content-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#inc07 .leftnewsblock {
  display: flex;
  flex-direction: column;
  width: 46%;
}

#inc07 .leftnewsblock .newsheadlineimg {
  position: relative;
}

#inc07 .leftnewsblock .newsheadlineimgab {
  position: absolute;
  left: 50%;
  top: 195px;
}

#inc07 .leftnewsblock .newsrightboximg img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#inc07 .leftnewsblock .newsblock {
  width: 100%;
  display: flex;
  flex-direction: column;

  /*
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-bottom: 30px;
    column-gap: 30px;
    
      flex-wrap: wrap;
  row-gap: 30px;
    */
}
#inc07 .leftnewsblock .newsbox {
  background: rgba(255, 255, 255, 1);
  padding: 35px 0px;
  box-sizing: border-box;
  /* filter: blur(10px); */
  display: flex;
  /*border-radius: 40px;*/
}
#inc07 .leftnewsblock .newsblock .newsheadline {
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  font-weight: 600;
  border-left: rgba(0, 0, 0, 0.15) 1px solid;
  color: #106afc;
}

#inc07 .leftnewsblock .newsblock .newsrightbox {
  width: 80%;
}

#inc07 .leftnewsblock .newsblock .newsheadline svg {
  margin-right: 7px;
}
#inc07 .leftnewsblock .newsblock .newstitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#inc07 .leftnewsblock .newsblock .newscontent {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
  padding-right: 50px;
  padding-left: 50px;
  color: #666;
}
#inc07 .leftnewsblock .newsblock .newsdate {
  display: flex;
  justify-content: flex-end;
}
#inc07 .leftnewsblock .newsblock .dateinfo {
  line-height: 1.5;
}
#inc07 .leftnewsblock .newsblock .newsmore {
  line-height: 1.5;
  /*color: #bf1522;*/
  display: flex;
  align-items: flex-end;
  font-size: 15px;
}
#inc07 .leftnewsblock .newsblock .newsmore svg {
  fill: #bf1522;
  margin-left: 10px;
}

#inc07 .rightnewsblock {
  display: flex;
  flex-direction: column;
  width: 46%;
}

#inc07 .rightnewsblock .newsblock {
  width: 100%;
  display: flex;
  flex-direction: column;

  /*
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-bottom: 30px;
    column-gap: 30px;
    
      flex-wrap: wrap;
  row-gap: 30px;
    */
}
#inc07 .rightnewsblock .newsbox {
  /*background: rgba(0, 0, 0, 0.3); */
  padding: 30px 0px;
  box-sizing: border-box;
  /* filter: blur(10px); */
  border-bottom: rgba(0, 0, 0, 0.15) 1px solid;
  display: flex;
  /*border-radius: 40px;*/
}
#inc07 .rightnewsblock .newsblock .newsheadline {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
  width: 20%;
  font-weight: 600;
}

#inc07 .rightnewsblock .newsblock .newsrightbox {
  width: 80%;
}

#inc07 .rightnewsblock .newsblock .newsheadline svg {
  margin-right: 7px;
}
#inc07 .rightnewsblock .newsblock .newstitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #106afc;
}
#inc07 .rightnewsblock .newsblock .newscontent {
  line-height: 1.5;
  letter-spacing: 0.7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
  color: #666;
}

#inc07 .rightnewsblock .newsblock .newsinfo {
  display: flex;
  align-items: center;
  margin-top: 20px;
  color: #666;
}

#inc07 .rightnewsblock .newsblock .newsinfo svg {
  width: 17px;
  height: 17px;
}

#inc07 .rightnewsblock .newsblock .newsdate {
  display: flex;
  justify-content: flex-end;
}
#inc07 .rightnewsblock .newsblock .dateinfo {
  line-height: 1.5;
}
#inc07 .rightnewsblock .newsblock .newsmore {
  line-height: 1.5;
  /*color: #bf1522;*/
  display: flex;
  align-items: flex-end;
  font-size: 15px;
}
#inc07 .rightnewsblock .newsblock .newsmore svg {
  fill: #bf1522;
  margin-left: 10px;
}

#inc08 {
  position: relative;
  background: #f0f0f0 url("../../../images/networkbg.jpg") repeat center center;
  background-size: cover;
  padding: 100px 90px;
  height: 800px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

#inc08 .contentbox {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#inc08 .contentbox .leftbox {
  padding: 50px 50px;
  background: #fff;
  width: 40%;
}

#inc08 .contentbox .advsub {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}

#inc08 .contentbox .advtitle {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}

#inc08 .contentbox .advtitle::before {
  content: "";
  width: 60px;
  height: 5px;
  position: absolute;
  top: -2px;
  background: #ff0000;
}

#inc08 .contentbox .advbutt {
  display: inline-block;
  background: #ff0000;
  padding: 10px 30px;
  border-radius: 30px;
  color: #fff;
  margin-top: 30px;
}

#inc08 .leftnewsblock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}
#inc08 .leftnewsblock .newssubtitle {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
#inc08 .leftnewsblock .newstitle {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 30px;
}
#inc08 .leftnewsblock .newsdescription {
  color: #fff;
  line-height: 1.6;
  margin-bottom: 100px;
}
#inc08 .leftnewsblock .newsadv {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
#inc08 .leftnewsblock .newsadv .newsadvbox {
  line-height: 1.5;
  /*  padding-left: 30px;
  border-left: #bf1522 2px solid;*/
  color: #fff;
  width: 46%;
  margin-right: 8%;
  margin-bottom: 6%;
}
#inc08 .leftnewsblock .newsadv .newsadvbox .digit {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
#inc08 .leftnewsblock .newsadv .newsadvbox .digit .plus {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
#inc08 .leftnewsblock .newsadv .newsadvbox:nth-child(2n) {
  margin-right: 0%;
}
#inc08 .leftnewsblock .newsbutton {
  font-size: 14px;
  padding: 15px 30px;
  background: #bf1522;
  width: 300px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#inc08 .leftnewsblock .newsbutton svg {
  fill: #fff;
}

#adv_banner {
  position: relative;
  z-index: 10;
  width: 100%;
  letter-spacing: -0.3px;
}
#adv_banner .tit_area {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  padding: 100px 0px 70px 0px;
}
#adv_banner .tit_area .title {
  font-weight: 600;
  font-size: 40px;
}
#adv_banner .tit_area .txt {
  text-align: center;
  line-height: 1.8;
  margin-top: 20px;
}
#advVisual {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 900px;
  background-color: #222;
}
#advVisual .mainSwiper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 100%;
  height: 100vh;
}
#advVisual .slider li {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: url(../../../images/img1.jpg) center no-repeat;
  background-size: cover;
}
#advVisual .slider li.img02 {
  background-image: url(../../../images/img2.jpg);
}
#advVisual .slider li.img03 {
  background-image: url(../../../images/img3.jpg);
}
#advVisual .slider li.img04 {
  background-image: url(../../../images/img4.jpg);
}
#advVisual .slider li .txt {
  max-width: 1100px;
  margin-bottom: 140px;
}
#advVisual .slider li .txt p {
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
#advVisual .slider li .txt p b {
  color: var(--primary);
}
#advVisual .slider li .txt span {
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 90%);
}

.progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: absolute;
  left: 50%;
  bottom: 180px;
  /*gap: 25px;*/
  transform: translate(-50%, 0);
  text-align: center;
}

.progress li {
  position: relative;
  flex-grow: 1;
  cursor: pointer;
  padding: 0 15px;
}
.progress li:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}
.progress li p {
  padding: 0px 20px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 100%);
  opacity: 0.6;
  transition: all 0.3s;
}
.progress li p img {
  height: 30px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.progress li.active p {
  color: #fff;
  font-weight: 600;
  opacity: 1;
}
.progress li .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
}
.progress li.active .bar {
  background: var(--primary); /* #007aff */
  animation: countingBar 3s linear forwards;
}
@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.homebox05 {
  position: relative;
  background: #fff;
}
.homebox05 .tita {
  padding: 100px 90px 60px 90px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}
.homebox05 .tita .companyleftblock {
  width: 200px;
  text-align: left;
}
.homebox05 .tita .companyleftblock .leftbox {
  width: 600px;
}
.homebox05 .tita .companyleftblock .title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.2;
}
.homebox05 .tita .companyleftblock .content {
  line-height: 1.6;
}
.homebox05 .tita .companycenterblock {
  width: 100%;
  padding-left: 60px;
}
.homebox05 .tita .companycenterblock .rightbox {
  width: 700px;
}
.homebox05 .tita .companycenterblock .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.homebox05 .tita .companycenterblock .content {
  letter-spacing: 0.4px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.6;
  opacity: 0.9;
}
.homebox05 .tita .companycenterblock .compbutton {
  display: flex;
  justify-content: space-between;
}
.homebox05 .tita .companycenterblock .compbutton .compleftbutton {
  padding: 10px 30px;
  border: #000 1px solid;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
.homebox05 .tita .companycenterblock .compbutton .comprightbutton {
  padding: 10px 30px;
  background: #26176c;
  color: #fff;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
.homebox05 .tita .companyrightblock {
}
.homebox05 .tita .companyrightblock {
  text-align: right;
}
.homebox05 .tita .companyrightblock .compbutton {
}
.homebox05 .tita .companyrightblock .compbutton .compleftbutton {
  padding: 0px 0px 10px;
  border-bottom: #1f2938 1px solid;
  text-align: center;
  opacity: 0.7;
  font-weight: 600;
  display: contents;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}
.homebox05 .tita .companyrightblock .compbutton .compleftbutton svg {
  margin-left: 20px;
  width: 18px;
}
.homebox05 .tita .companyrightblock .compbutton .comprightbutton {
  padding: 10px 30px;
  background: #26176c;
  color: #fff;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
.homebox05 .tita span {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
}
.homebox05 .tita p {
  margin: 15px 0 18px;
  font-size: 42px;
  letter-spacing: -0.5px;
  color: #222;
}
#inc03 {
  position: relative;
}
#inc03 .tita {
  padding: 100px 90px 60px 90px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}
#inc03 .tita .companyleftblock {
  width: 200px;
  text-align: left;
}
#inc03 .tita .companyleftblock .leftbox {
  width: 600px;
}
#inc03 .tita .companyleftblock .title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.2;
}
#inc03 .tita .companyleftblock .content {
  line-height: 1.6;
}
#inc03 .tita .companycenterblock {
  width: 100%;
  padding-left: 60px;
}
#inc03 .tita .companycenterblock .rightbox {
  width: 700px;
}
#inc03 .tita .companycenterblock .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
#inc03 .tita .companycenterblock .content {
  letter-spacing: 0.4px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.6;
  opacity: 0.7;
}
#inc03 .tita .companycenterblock .compbutton {
  display: flex;
  justify-content: space-between;
}
#inc03 .tita .companycenterblock .compbutton .compleftbutton {
  padding: 10px 30px;
  border: #000 1px solid;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
#inc03 .tita .companycenterblock .compbutton .comprightbutton {
  padding: 10px 30px;
  background: #26176c;
  color: #fff;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
#inc03 .tita .companyrightblock {
}
#inc03 .tita .companyrightblock {
  text-align: right;
}
#inc03 .tita .companyrightblock .compbutton {
}
#inc03 .tita .companyrightblock .compbutton .compleftbutton {
  padding: 0px 0px 10px;
  border-bottom: #1f2938 1px solid;
  text-align: center;
  opacity: 0.7;
  font-weight: 600;
  display: contents;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}
#inc03 .tita .companyrightblock .compbutton .compleftbutton svg {
  margin-left: 20px;
  width: 18px;
}
#inc03 .tita .companyrightblock .compbutton .comprightbutton {
  padding: 10px 30px;
  background: #26176c;
  color: #fff;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
#inc03 .tita span {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
}
#inc03 .tita p {
  margin: 15px 0 18px;
  font-size: 42px;
  letter-spacing: -0.5px;
  color: #222;
}
#inc03 .tit {
  padding: 0px 90px 240px 90px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  background: #fff url("../../../images/compbg.jpg") no-repeat center bottom;
  background-size: cover;
}
#inc03 .tit .companyleftblock {
  width: 23%;
  text-align: left;
  border: #e3effd 1px solid;
  padding: 60px 40px;
}
#inc03 .tit .companyleftblock .leftbox {
  width: 600px;
}
#inc03 .tit .companyleftblock .compimg {
  width: 80px;
  height: 80px;
  border: #e3effd 1px solid;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
#inc03 .tit .companyleftblock .compimg svg {
  fill: #5c6775;
}
#inc03 .tit .companyleftblock .title {
  font-size: 24px;
  margin-bottom: 10px;
}
#inc03 .tit .companyleftblock .content {
  line-height: 1.6;
  opacity: 0.6;
  margin-bottom: 120px;
}
#inc03 .tit .companyleftblock .compdata {
  font-size: 40px;
  color: #e3effd;
}
#inc03 .tit .companyrightblock {
  width: 50%;
  border-left: #ccc 1px solid;
  padding-left: 60px;
}
#inc03 .tit .companyrightblock .rightbox {
  width: 700px;
}
#inc03 .tit .companyrightblock .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
#inc03 .tit .companyrightblock .content {
  letter-spacing: 0.4px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.6;
}
#inc03 .tit .companyrightblock .compbutton {
  display: flex;
  justify-content: space-between;
}
#inc03 .tit .companyrightblock .compbutton .compleftbutton {
  padding: 10px 30px;
  border: #000 1px solid;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
#inc03 .tit .companyrightblock .compbutton .comprightbutton {
  padding: 10px 30px;
  background: #26176c;
  color: #fff;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
#inc03 .tit span {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
}
#inc03 .tit p {
  margin: 15px 0 18px;
  font-size: 42px;
  letter-spacing: -0.5px;
  color: #222;
}
#inc03 .bg {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: -1;
  transform: scale(0.85);
  width: 100%;
  height: 400px;
}
#inc03 .bg:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
}
#inc03 .bg img {
  position: relative;
  top: -30px;
  transition: all 0.8s;
}
#inc03 .bg.aos-animate {
  transform: scale(1);
}
#inc03 ul {
  display: flex;
  position: relative;
  transform: scale(0.85);
  height: 400px;
  justify-content: space-between;
  padding: 0 60px;
  box-sizing: border-box;
}
#inc03 ul.aos-animate {
  transform: scale(1);
}
#inc03 ul .choose {
  position: absolute;
  width: 100%;
}
#inc03 ul .choosetit {
  position: relative;
  top: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
#inc03 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 24%;
}
#inc03 ul li:before {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 40, 50, 0.5);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#inc03 ul li + li {
}
#inc03 ul li .txt {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #fff;
  padding: 40px 20px;
  margin-top: 60px;
}
#inc03 ul li .txt p {
  font-size: 30px;
  line-height: 1.5;
  white-space: pre-line;
  width: 30%;
  text-align: center;
}
#inc03 ul li .txt span {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
#inc03 ul li .txt p span {
  font-size: 60px;
  font-weight: 900;
}
#inc03 ul li .txt p span img {
  /*margin-bottom: 20px;*/
  height: 40px;
}
#inc03 ul li .txt .rightbox {
  width: 70%;
}
#inc03 ul li .txt .rightbox .tita {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
#inc03 ul li .txt .rightbox .comcontent {
  font-size: 12px;
  letter-spacing: 0.7px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#inc03 ul li .txt div {
  /*white-space: pre-line;*/
  transition: all 0.4s;
}
#inc03 ul li .txt a {
  opacity: 0;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
  width: 68px;
  height: 68px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#inc03 ul li .txt a svg {
  margin: auto;
  color: #fff;
}

.homebox04 .hb04bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.homebox04 .hb04ma {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.homebox04 .hb04ma .swiper-button-prev {
  z-index: 3;
  left: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
}
.homebox04 .hb04ma .swiper-button-prev:hover {
  background: var(--color-main);
}
.homebox04 .hb04ma .swiper-button-next {
  z-index: 3;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
}
.homebox04 .hb04ma .swiper-button-next:hover {
  background: var(--color-main);
}

.homebox04 {
  background: #fff;
}

.homebox04 .abibutton {
  color: #fff;
  font-weight: 700;

  padding: 6px 20px;
  display: inline-flex;
  border-radius: 30px;
}

.homebox04 .abibuttonarr {
  color: #fff;
  font-weight: 700;
  /*border: #00b5e2 1px solid;*/
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 10px;
}

.homebox04 .abibuttonarr svg {
  transform: rotate(-45deg);
}

.homebox04 .abitxtblock {
  display: flex;
  justify-content: space-between;
  padding: 90px 90px;
  max-width: 1600px;
  width: 1600px;
  box-sizing: content-box;
  margin: 0 auto;
}

.homebox04 .abitxt {
  margin-bottom: 10px;
  text-align: right;
}

.homebox04 .abibox {
  position: relative;
}

.homebox04 .abibutbox {
  position: absolute;
  display: flex;
  flex-direction: column;
  column-gap: 7px;
  justify-content: center;
  align-items: center;
  background: #106afc;
  right: 0;
  top: 45px;
  width: 280px;
  height: 280px;
  z-index: 9999999;
}

.homebox04 .hd {
  display: flex;
  column-gap: 80px;
  align-items: flex-end;
}

.homebox04 .hd .subnam {
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 600;
}

.homebox04 .hd .appli {
  font-size: 17px;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #106afc;
}

.homebox04 .hd .nam {
  font-weight: 600;
  font-size: 32px;
  /*text-transform: uppercase;*/
  text-align: left;
  line-height: 1.2;
  width: 450px;
}
.homebox04 .hd .txt {
  line-height: 1.6;
  margin-top: 10px;
  color: #666;
  width: 450px;
}
.homebox04 .list {
  position: relative;
}
.homebox04 .list .hb04bg {
  position: relative;
}
.homebox04 .list .hb04bg .swiper-slide {
  height: 700px;
}
@media (max-width: 800px) {
  .homebox04 .list .hb04bg .swiper-slide {
    height: 80vw;
  }
}
.homebox04 .list .hb04bg .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homebox04 .list .hb04bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.homebox04 .list .hb04ma {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.homebox04 .list .hb04ma .swiper-button-prev {
  z-index: 3;
  left: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.homebox04 .list .hb04ma .swiper-button-prev:hover {
  background: var(--color-main);
}
.homebox04 .list .hb04ma .swiper-button-next {
  z-index: 3;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.homebox04 .list .hb04ma .swiper-button-next:hover {
  background: var(--color-main);
}
.homebox04 .list .hb04ma .swiper-slide a.box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 40px 40px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  border-right: 1px solid rgba(246, 242, 243, 0.4);
}
.homebox04 .list .hb04ma .swiper-slide a.box .con {
  transform: translateY(50px);
}
.homebox04 .list .hb04ma .swiper-slide a.box .con .nam {
  color: #fff;
  text-align: left;
  font-size: 24px;
  margin-bottom: 50px;
}

.homebox04 .list .hb04ma .swiper-slide a.box .con .adtxt {
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  margin-bottom: 30px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.homebox04 .list .hb04ma .swiper-slide a.box .con .namen {
  color: #fff;
  text-align: left;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .homebox04 .list .hb04ma .swiper-slide a.box .con .nam {
    font-size: var(--fsize-large);
    margin-bottom: 6vw;
  }
}
.homebox04 .list .hb04ma .swiper-slide a.box .con .btn {
  display: flex;
  justify-content: flex-start;
  opacity: 0;
  padding-left: 0px;
  height: 45px;
  width: 55px;
}
.homebox04 .list .hb04ma .swiper-slide a.box .con .btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  color: #fff;
  border-radius: 50px;
  border: 2px solid #fff;
  font-size: 25px;
  box-sizing: border-box;
  padding-bottom: 0px;
  font-weight: 400;
}
.homebox04 .list .hb04ma .swiper-slide.swiper-slide-thumb-active a.box {
  background: rgba(0, 0, 0, 0.05);
}
.homebox04 .list .hb04ma .swiper-slide.swiper-slide-thumb-active a.box .con {
  transform: translateY(0);
}
.homebox04 .list .hb04ma .swiper-slide.swiper-slide-thumb-active a.box .con .btn {
  opacity: 1;
}

.homebox04 .list .hb04ma .swiper-slide.swiper-slide-thumb-active a.box .con .namen {
  font-size: 24px;
}

.homebox04 .list .hb04ma .swiper-slide.swiper-slide-thumb-active .nam {
  opacity: 1;
}

.homebox04 .list .hb04ma .swiper-slide.swiper-slide-thumb-active .adtxt {
  opacity: 1;
}

.homebox04 .list .hb04ma .swiper-slide.swiper-slide-thumb-active a.box .con .adtxt {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  line-height: 1.4;
}

.homebox04 .commontitle {
  margin-bottom: 20px;
}
.homebox04 .numlist {
  padding: 0;
  margin-bottom: 30px;
}
.homebox04 .numlist .item {
  width: 100%;
  float: none;
  margin: 0 0 20px;
}
.homebox04 .numlist .item .num {
  padding: 10px 0;
  margin-bottom: 10px;
}
.homebox04 .list .item {
  float: none;
  width: 100%;
  margin: 0 0 20px;
}
.homebox04 .list .item .box {
  padding: 30px 30px 40px;
}
.homebox04 .list {
}
