@charset "utf-8";
#mainVisual {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 1500px;
  background: #222;
}
#mainVisual .main_txt {
  opacity: 0;
  display: flex;
  flex-flow: column;
  position: absolute;
  left: 90px;
  top: 31vh;
  z-index: 101;
  color: #fff;
}
#mainVisual .main_txt p {
  white-space: pre-line;
  font-size: 38px;
  line-height: 1.3;
  font-weight: 600;
}

/*#mainVisual .main_txt span {
  white-space: pre-line;
  font-size: 18px;
  line-height: 80%;
    margin-top: 35px;
}*/

#mainVisual .main_txt .txt {
  margin-top: 35%;
  font-size: 13px;
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.8);
  white-space: pre-line;
  line-height: 1.8;
}
#mainVisual .controls {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
#mainVisual .controls a {
  width: 150px;
  height: 60px;
  margin-right: 25px;
  font-size: 15px;
  /*border: 1px solid rgba(255, 255, 255, .2);*/
  background: #405ca3;
  border-radius: 30px;
  font-weight: 700;
  line-height: 58px;
  color: #fff;
  text-align: center;
  transition: all 0.2s;
}
#mainVisual .controls a:hover {
  border-color: #7593d1;
  background: #7593d1;
}
#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);
}
#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 {
  padding: 100px 60px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
#inc01 .tit .companyleftblock {
  width: 50%;
  text-align: left;
}
#inc01 .tit .companyleftblock .leftbox {
  width: 600px;
}
#inc01 .tit .companyleftblock .title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.3;
}
#inc01 .tit .companyleftblock .content {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  letter-spacing: 0.5;
}
#inc01 .tit .companyrightblock {
  width: 50%;
  border-left: #ccc 1px solid;
  padding-left: 100px;
}
#inc01 .tit .companyrightblock .rightbox {
  /*width: 700px;*/
}
#inc01 .tit .companyrightblock .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
#inc01 .tit .companyrightblock .content {
  font-size: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.6;
}
#inc01 .tit .companyrightblock .compbutton {
  display: flex;
  justify-content: space-between;
}
#inc01 .tit .companyrightblock .compbutton .compleftbutton {
  font-size: 15px;
  padding: 10px 30px;
  border: #000 1px solid;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
#inc01 .tit .companyrightblock .compbutton .comprightbutton {
  font-size: 15px;
  padding: 10px 30px;
  background: #405ca3;
  color: #fff;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
#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: 750px;
}
#inc01 .bg:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#inc01 .bg img {
  position: relative;
  top: -30px;
  transition: all 0.8s;
}
#inc01 .bg.aos-animate {
  transform: scale(1);
}
#inc01 ul {
  display: flex;
  position: relative;
  transform: scale(0.85);
  height: 750px;
}
#inc01 ul.aos-animate {
  transform: scale(1);
}
#inc01 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 25%;
  color: #fff;
  text-align: center;
}
#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 {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
#inc01 ul li .txt {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
  position: relative;
}
#inc01 ul li .txt span {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
#inc01 ul li .txt p {
  margin-top: 25px;
  font-size: 30px;
  line-height: 1.4;
  white-space: pre-line;
}
#inc01 ul li .txt p span {
  font-size: 60px;
  font-weight: 900;
}
#inc01 ul li .txt p span img {
  margin-bottom: 40px;
}
#inc01 ul li .txt div {
  opacity: 0;
  margin-bottom: 50px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  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;
}
#inc01 ul li:hover:before {
  opacity: 1;
}
#inc01 ul li:hover .txt div {
  opacity: 1;
  margin: 35px 0 150px;
}
#inc01 ul li:hover .txt a {
  opacity: 1;
  bottom: 200px;
}
#inc01 ul li:hover .txt a:hover {
  border-color: var(--primary);
  background: var(--primary);
}
#inc02 {
  display: flex;
  height: 820px;
}
/*#inc02 > div {
  width: 50%
}*/
#inc02 .cont {
  padding: 0 70px;
  transition: all 0.2s;
  width: 35%;
  margin: auto;
}
#inc02 .cont .latest .tit {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
#inc02 .cont .latest .tit p a {
  vertical-align: sub;
  margin-right: 16px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
  word-wrap: break-word;
}
#inc02 .cont .latest .tit .control {
  display: flex;
  margin-left: auto;
  padding-top: 20px;
  color: #222;
}
#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: 2px solid #222;
}
#inc02 .cont .button {
  display: table;
  padding: 10px 40px;
  font-size: 13px;
  font-weight: 600;
  color: #3b3738;
  border: #3b3738 1px solid;
  margin-left: 2px;
}
#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 {
  position: relative;
  padding: 60px 0px;
}
#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 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;
  color: #222;
}
#inc02 .cont .latest ul li div {
  min-height: 72px;
}
#inc02 .cont .latest ul li span {
  margin-top: 35px;
  font-size: 14px;
  color: #aaa;
}
#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 {
  display: flex;
  align-items: flex-end;
  background: url(../../../images/rd.jpg) center no-repeat;
  background-size: cover;
  width: 65%;
}
#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 20px;
  font-size: 35px;
  color: #fff;
}
#inc02 .img .txt div {
  white-space: pre-line;
  line-height: 0.8;
  letter-spacing: 0.4px;
  font-size: 14px;
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1800px) {
  #inc02 .cont {
    padding: 5% 4.5%;
  }
}
@media (max-width: 1600px) {
  #inc02 .cont {
    padding: 0 70px;
  }
}
@charset "utf-8";
#inc03 {
  position: relative;
  padding: 150px 0 100px 6.5%;
  background: #f6faff url("../../../images/probg.jpg") no-repeat top center;
}
#inc03 .tit {
  margin-bottom: 75px;
}
#inc03 .tit span {
  font-size: 16px;
  font-weight: 700;
  color: #999;
}
#inc03 .tit p {
  padding-top: 15px;
  font-size: 42px;
  letter-spacing: -0.5px;
  line-height: 1.4;
  color: #222;
}
#inc03 .slide_wrap {
  position: relative;
}
#inc03 .tabs {
  display: flex;
  flex-flow: column;
  position: absolute;
  top: 0;
  left: 5%;
  width: max-content;
  padding: 30px 0;
  border-left: 1px solid #d4d4d4;
}
#inc03 .tabs span {
  opacity: 1;
  position: relative;
  width: auto;
  height: auto;
  padding-left: 48px;
  border-radius: 0;
  font-size: 22px;
  color: #222;
  background: none;
  transition: all 0.2s;
}
#inc03 .tabs span + span {
  margin-top: 15px;
}
#inc03 .tabs span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 1px;
  background: #d4d4d4;
  transition: all 0.2s;
}
#inc03 .tabs span:hover {
  color: #999;
}
#inc03 .tabs span.on {
  padding-left: 60px;
  font-size: 23px;
  color: var(--primary);
}
#inc03 .tabs span.on:before {
  left: -15px;
  width: 55px;
  height: 4px;
  background: var(--primary);
}
#inc03 .next {
  cursor: pointer;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: absolute;
  top: 40%;
  left: calc(22% + 640px);
  z-index: 101;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  transition: all 0.2s;
}
#inc03 .next svg {
  width: 20px;
  height: 20px;
  margin-top: 15px;
}
#inc03 .next:hover {
  color: #999;
}
#inc03 .img_slide {
  margin-left: 5%;
  padding: 0 0 75px 90px;
}
#inc03 .img_slide ul li {
  width: 775px;
}
#inc03 .img_slide ul li .img {
  background: #ddd;
}
#inc03 .img_slide ul li .box {
  opacity: 0;
  position: absolute;
  left: -90px;
  bottom: -100px;
  width: 270px;
  height: 310px;
  padding: 50px 50px 0 50px;
  font-size: 16px;
  color: #fff;
  background: var(--primary);
  transition: all 0.3s;
}
#inc03 .img_slide ul li .box p {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
}
#inc03 .img_slide ul li .box div {
  white-space: pre-line;
  line-height: 1.6;
}
#inc03 .img_slide ul li .box span {
  display: flex;
  position: absolute;
  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);
}
#inc03 .img_slide ul li .box span svg {
  width: 20px;
  height: 20px;
  margin: auto;
}
#inc03 .img_slide ul li .box:hover span {
  border-color: #fff;
  color: var(--primary);
  background: #fff;
}
#inc03 .img_slide ul li.on .box {
  opacity: 1;
  left: -90px;
  bottom: -55px;
  box-shadow: 12px 6px 20px rgba(0, 0, 0, 0.2);
}
#inc04 {
  position: relative;
  padding: 140px 0 140px 60px;
  background: #fff;
}
#inc04 .tit {
  margin-bottom: 45px;
}
#inc04 .tit span {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
#inc04 .tit p {
  padding-top: 15px;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.3;
  color: #222;
}
#inc04 .catalog {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
#inc04 .catalogtxt {
  width: 95%;
  margin-bottom: 40px;
}
#inc04 .catalog .catabox {
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  margin-right: 15px;
}
#inc04 .equipbutton {
  font-size: 14px;
  padding: 12px 25px;
  border: rgba(0, 0, 0, 0.4) 1px solid;
  width: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  background: #405ca3;
  color: #fff;
}
#inc04 .equipbutton svg {
  fill: #fff;
}
#inc04 .catalog .catabox:nth-child(1) {
  border-top: #ccc 3px solid;
}
#inc04 .slide_wrap {
  /*position: relative;*/
  width: calc(100% - 500px);
}
#inc04 .tabs {
  display: flex;
  flex-flow: column;
  position: absolute;
  top: 0;
  left: 5%;
  width: max-content;
  padding: 30px 0;
  border-left: 1px solid #d4d4d4;
}
#inc04 .tabs span {
  opacity: 1;
  position: relative;
  width: auto;
  height: auto;
  padding-left: 48px;
  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: 26px;
  height: 1px;
  background: #d4d4d4;
  transition: all 0.2s;
}
#inc04 .tabs span:hover {
  color: #999;
}
#inc03 .tabs span.on {
  padding-left: 60px;
  font-size: 23px;
  color: var(--primary);
}
#inc04 .tabs span.on:before {
  left: -15px;
  width: 55px;
  height: 4px;
  background: var(--primary);
}
#inc04 .next {
  cursor: pointer;
  display: flex;
  color: #bf1522;
  flex-flow: column;
  align-items: center;
  position: absolute;
  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: #999;
}
#inc04 .swiper-slide {
  background: #fff;
  /*border: #fff 10px solid;*/
  /*padding: 5px;*/
  border-top: #eee 1px solid;
  border-left: #eee 1px solid;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.1);
}
#inc04 .swiper-slide .proimg {
  background: #f2f2f2;
  text-align: center;
}
#inc04 .swiper-slide .proimg img {
  width: 100%;
}
#inc04 .img_slide ul li .box .procategorys {
  font-size: 10px;
  border: #666 1px solid;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-table;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
#inc04 .img_slide ul li .box .proname {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  opacity: 0.7;
}
#inc04 .img_slide ul li .box .model {
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1px;
}
#inc04 .img_slide ul li .box .feature {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 13px;
}
#inc04 .swiper-slide .featureblock {
}
#inc04 .swiper-slide .featureblock .featurebox {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  opacity: 0.7;
}
#inc04 .img_slide ul li .box .proline {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  margin-bottom: 30px;
}
#inc04 .img_slide ul li .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.4;
  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 .probutton {
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}
#inc04 .allpro svg {
  fill: #fff;
}
#inc04 .allpro {
  font-size: 14px;
  padding: 15px 30px;
  background: #bf1522;
  width: 300px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 40px;
}
#inc04 .img_slide {
  padding: 0 0 40px 0px;
}
#inc04 .img_slide ul li {
  width: 100%;
}
#inc04 .img_slide ul li .img {
  background: #ddd;
}
#inc04 .img_slide ul li a {
  padding: 20px 20px;
  display: block;
}
#inc04 .img_slide ul li .box {
  font-size: 16px;
  background: #fff;
  transition: all 0.3s;
}
#inc04 .img_slide ul li .box .procategory {
  white-space: pre-line;
  line-height: 1.6;
  margin-bottom: 10px;
}
#inc04 .img_slide ul li .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 .img_slide ul li .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 .img_slide ul li .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 .img_slide ul li .box span svg {
  width: 20px;
  height: 20px;
  margin: auto;
}
/*#inc04 .img_slide ul li.on .box {
  opacity: 1;
  left: -90px;
  bottom: -55px;
  box-shadow: 12px 6px 20px rgba(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/mapbg.jpg) no-repeat center center;
  background-size: cover;
  height: 980px;
}
#inc05 .contactblock {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
#inc05 .leftbox {
  width: 600px;
  padding-left: 60px;
  box-sizing: content-box;
}
#inc05 .leftbox .title {
  font-size: 25px;
  color: #3b3738;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#inc05 .leftbox .description {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 30px;
}
#inc05 .leftbox .tel p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #3b3738;
}
#inc05 .leftbox .tel {
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 1px;
}
#inc05 .leftbox .other {
  /*margin-bottom: 50px;*/
}
#inc05 .leftbox .button {
  display: table;
  padding: 10px 50px;
  font-weight: 400;
  color: #3b3738;
  border: #3b3738 1px solid;
}
#inc05 .leftbox .other {
  display: flex;
  justify-content: space-between;
}
#inc05 .leftbox .other p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
}
#inc05 .rightbox {
  width: 100%;
  padding: 70px 60px;
  background: #fff; /*url("../../../images/cusbg.jpg") repeat center center*/
  background-size: cover;
}
#inc05 .rightbox .title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
#inc05 .rightbox .description {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 30px;
  /*opacity: 0.6;*/
}
#inc05 .rightbox .prompt {
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 1.4;
  margin-bottom: 30px;
}
#inc05 .rightbox .button {
  display: table;
  padding: 15px 50px;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: #405ca3;
}
#inc05 .rightbox .labelfield {
  display: flex;
  justify-content: space-between;
}
#inc05 .rightbox .labelfield input {
  width: 30%;
  display: block;
  height: 40px;
  line-height: 40px;
  /*padding-left: 10px;*/
  background: transparent;
  border: 0px;
  border-bottom: rgba(0, 0, 0, 0.5) 1px solid;
  color: #3b3738;
}
#inc05 .rightbox .textfield__input {
  display: block;
  padding: 0.5em 0;
  width: 100%;
  height: 80px;
  font-weight: 400;
  line-height: inherit;
  text-align: left;
  color: #3b3738;
  background: 0;
  border: 0;
  transition: color 0.25s cubic-bezier(0.75, 0.02, 0.5, 1);
  border-bottom: rgba(0, 0, 0, 0.5) 1px solid;
  /*padding-left: 0.625em;
    padding-right: 0.625em;*/
}
#inc05 .rightbox input::placeholder {
  color: #3b3738;
  opacity: 1;
}
#inc05 .rightbox textarea::placeholder {
  color: #3b3738;
  opacity: 1;
}
#inc05 .rightbox .mess {
  margin-bottom: 20px;
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
}
#inc06 {
  position: relative;
  background: #e8f4ff url("../../../images/newsbgs.jpg") no-repeat center center;
  background-size: cover;
  padding: 120px 60px 140px 60px;
}
#inc06 .titblock {
  margin-bottom: 130px;
}
#inc06 .title {
  font-size: 42px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}
#inc06 .subtit {
  font-size: 15px;
  letter-spacing: 0.3px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}
#inc06 .button {
  font-size: 14px;
  padding: 15px 30px;
  background: #405ca3;
  width: 240px;
  color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#inc06 .button svg {
  fill: #fff;
}
#inc06 .supportblock {
  display: flex;
  justify-content: space-between;
}
#inc06 .supportblock .box {
  width: 24%;
  /*border-right: #d8d8d8 1px solid;*/
  padding: 50px 40px;
  background: #f2fcff;
}
/*#inc06  .supportblock .box:nth-child(4){
    border-right:#d8d8d8 0px solid;
}
*/
/*#inc06  .supportblock .box:nth-child(1){
    padding-left: 0px;
}
*/
#inc06 .supportblock .box .boximg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#inc06 .supportblock .box .boximg img {
  height: 45px;
}
#inc06 .supportblock .box .title {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#inc06 .supportblock .box .bottomnews {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
#inc06 .supportblock .box .bottomnews .detailbutton {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#inc06 .supportblock .box .bottomnews .detailbutton svg {
  fill: #333;
  width: 15px;
  height: 15px;
}
#inc06 .supportblock .box .bottomnews .newsimgsort {
  width: 30px;
  height: 30px;
  border-radius: 40px;
  background: #405ca3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
#inc06 .supportblock .box .bottomnews .newsimgsort svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
#inc06 .supportblock .box .content {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 1.6;
  opacity: 0.9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#inc07 {
  position: relative;
  background: #f0f0f0 url("../../../images/newsbg.jpg") repeat center center;
  background-size: cover;
  padding: 100px 7%;
  height: 890px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#inc07 .parter {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#inc07 .parter .leftnewsblock {
  display: flex;
  flex-direction: column;
  width: 350px;
}
#inc07 .parter .leftnewsblock .newssubtitle {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
#inc07 .parter .leftnewsblock .newstitle {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 50px;
}
#inc07 .parter .leftnewsblock .newsdescription {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 50px;
  max-width: 500px;
}
#inc07 .parter .centernewsblock .content {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}
#inc07 .parter .centernewsblock .newsbutton {
  font-size: 14px;
  padding: 12px 25px;
  border: rgba(255, 255, 255, 0.4) 1px solid;
  width: 200px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}
#inc07 .parter .centernewsblock .newsbutton svg {
  fill: #fff;
}
#inc07 .parter .centernewsblock {
  display: flex;
  flex-direction: column;
  width: 450px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: content-box;
}
#inc07 .parter .rightnewsblock {
  display: flex;
  flex-direction: column;
  width: 450px;
}
#inc07 .parter .rightnewsblock .newsblock {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#inc07 .parter .rightnewsblock .newsbox {
  width: 50%;
  padding: 40px 40px;
  box-sizing: border-box;
  border: rgba(255, 255, 255, 0.1) 1px solid;
  text-align: center;
}
#inc07 .parter .rightnewsblock .newsblock .newstitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
#inc07 .parter .rightnewsblock .newsblock .newscontent {
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 5px;
  letter-spacing: 0.7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#inc07 .parter .rightnewsblock .newsblock .newsdate {
  text-align: center;
}
#inc07 .parter .rightnewsblock .newsblock .dateinfo {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.6);
}
#inc07 .parter .rightnewsblock .newsblock .newsmore {
  font-size: 12px;
  line-height: 1.4;
  color: #bf1522;
  display: flex;
  align-items: center;
}
#inc07 .parter .rightnewsblock .newsblock .newsmore svg {
  fill: #bf1522;
  margin-left: 10px;
}
#inc08 {
  position: relative;
  background: #f0f0f0 url("../../../images/networkbg.jpg") repeat center center;
  background-size: cover;
  height: 900px;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
}
#inc08 .leftnewsblock {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 1300px;
}
#inc08 .leftnewsblock .newssubtitle {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
#inc08 .leftnewsblock .newstitle {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 30px;
}
#inc08 .leftnewsblock .newsdescription {
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 100px;
}
#inc08 .leftnewsblock .newsadv {
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
}
#inc08 .leftnewsblock .newsadv .newsadvbox {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 30px;
  border-left: #fff 2px solid;
  color: #fff;
  width: 25%;
}
#inc08 .leftnewsblock .newsadv .newsadvbox .digit {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 2px 6px 4px rgba(0, 0, 0, 0.6);
}
#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;
}
:root {
  --color-main: #de0000;
  --color-white: #fff;
  --color-txt: #253554;
  --color-bg: #f5f5f5;
  --color-0: #000;
  --color-3: #333;
  --color-6: #666;
  --color-9: #999;
  --color-border: #dedede;
  --fsize-base: 14px;
  --fsize-large: calc(var(--fsize-base) * 1.25);
  --fsize-txt: calc(var(--fsize-base) * 1.14);
  --fsize-small: calc(var(--fsize-base) * 0.85);
  --fsize-h1: calc(var(--fsize-base) * 2.6);
  --fsize-h2: calc(var(--fsize-base) * 2.15);
  --fsize-h3: calc(var(--fsize-base) * 1.7);
  --gap-base: 16px;
  --gap-mini: calc(var(--gap-base) * 0.25);
  --gap-small: calc(var(--gap-base) * 0.5);
  --gap-large: calc(var(--gap-base) * 1.5);
  --gap-h1: calc(var(--gap-base) * 5);
  --gap-h2: calc(var(--gap-base) * 4);
  --gap-h3: calc(var(--gap-base) * 3);
}
.homebox01 {
  height: 100vh;
  @media @sm {
    height: 50vh;
  }
  .hb01list {
    height: 100%;
    .bg {
      height: 100%;
      img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
    .tip {
      position: absolute;
      right: var(--gap-h2);
      bottom: var(--gap-h2);
      text-shadow: rgb(0, 0, 0) 1px 1px 2px;
      color: var(--color-white);
      font-size: var(--fsize-large);
      font-weight: 500;
    }
  }
  .inf {
    position: absolute;
    left: 5%;
    top: 25%;
    width: 90%;
    max-width: 100vw;
    box-sizing: border-box;
    /*transform: translateY(-50%);*/
    z-index: 8;
    color: #3f4a59;
    @media @sm {
      max-width: 80%;
    }
    .nam {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    @media @sm {
        font-size: var(--fsize-h2);
      }
    }
    .probtn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    @media @sm {
        font-size: 16px;
      }
    }
    .sort {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 600;
    @media @sm {
        font-size: var(--fsize-small);
      }
    }
    .txt {
    font-size: 15px;
    width: 450px;
    color: #fff;
    line-height: 1.6;
    margin: var(--gap-large) 0 var(--gap-h2);
    font-weight: 400;
    @media @sm {
        font-size: var(--fsize-small);
      }
    }
    .swiper-pagination {
    position: absolute;
    top: 60px;
    right: 200px;
    max-width: 400px;
    bottom: auto;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
      .swiper-pagination-bullet {
    width: auto;
    color: #fff;
    font-weight: 500;
    font-size: var(--fsize-large);
    padding: var(--gap-mini) 0;
    height: 35px;
    margin-top: 4px;
    background: none;
    border-radius: 0;
    text-align: left;
    padding-right: 40px;
    border-right: rgba(255, 255, 255, 0.2) 3px solid;
    opacity: 0.9;
    @media @sm {
          font-size: var(--fsize-base);
        }
      }
      .swiper-pagination-bullet-active {
    font-weight: 600;
    border-right: rgba(255, 255, 255, 0.5) 8px solid;
      }
    }
  }
}
