@charset "utf-8";
#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: 100vh;
  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(img1.jpg) center no-repeat;
  background-size: cover;
}
#advVisual .slider li.img02 {
  background-image: url(img2.jpg);
}
#advVisual .slider li.img03 {
  background-image: url(img3.jpg);
}
#advVisual .slider li.img04 {
  background-image: url(img4.jpg);
}

#advVisual .slider li .txt {
  max-width: 1100px;
  margin-bottom: 90px;
}

#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: 190px;
  /*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);
  animation: countingBar 3s linear forwards;
}
@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/**/
#shSnb ul {
  display: flex;
}
#shSnb ul li + li:before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 13px;
  margin: 0 20px;
  background: #d4d4d4;
}
#shSnb ul li a {
  font-size: 16px;
  color: #999;
}
#shSnb ul li.on a {
  position: relative;
  color: var(--primary);
}
#shSnb ul li.on a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 4px;
  background: var(--primary);
}

/**/
#inc10 {
  padding: 100px 0;
  /*background: url(./img/bg.png) left top no-repeat*/
}

#inc10 .tit_area {
  margin-bottom: 50px;
  text-align: center;
}
#inc10 .tit_area p {
  margin-bottom: 0px;
  font-size: 45px;
  font-weight: 600;
}

#inc10 .tit_area .brand {
  /*margin-bottom: 60px;*/
}

#inc10 .controls {
  position: absolute;
  left: 50%;
  top: 200px;
  transform: translateX(-50%);
  width: 1000px;
  color: #111;
}
#inc10 .controls .arr {
  opacity: 0; /*.3*/
  position: absolute;
  cursor: pointer;
  transition: all 0.2s;
}
#inc10 .controls .arr.prev {
  left: -55px;
}
#inc10 .controls .arr.next {
  right: -58px;
}
#inc10 .controls .arr svg {
  width: 62px;
  height: 62px;
}
#inc10 .controls .arr:hover {
  opacity: 1;
}
#inc10 ul li {
  width: 1000px;
}
#inc10 ul li .txt {
  opacity: 0;
  position: relative;
  z-index: 1;
  float: right;
  width: 100%;
  /*  margin: -45px -1px 0 0;*/
  padding: 40px 0px 0;
  background: #fff;
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
}

#inc10 ul li .smallbox {
  position: absolute;
  z-index: 9999;
  right: 0px;
  bottom: 149px;
  background: #fff;
  padding: 20px 0px 0px 20px;
}

#inc10 ul li .txt .leftbox {
  width: 60%;
}

#inc10 ul li .txt .leftbox div {
  white-space: pre-line;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
}
#inc10 ul li .txt .leftbox p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}
#inc10 ul li.on .txt {
  opacity: 1;
  /*margin-top: -95px*/
}
#inc10 .view_btn {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  padding-left: 78px;

  font-size: 14px;
  line-height: 58px;

  transition: all 0.3s;
}
#inc10 .view_btn:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
  height: 58px;
  border-radius: 30px;
  content: "";
  z-index: -1;
  background: var(--primary);
  transition: all 0.3s;
}
#inc10 .view_btn span {
  position: absolute;
  left: 26px;
  top: -1px;
  font-size: 8px;
  color: #fff;
  transition: all 0.3s;
}
#inc10 .view_btn span:before {
  position: absolute;
  left: -18px;
  top: 28px;
  width: 20px;
  height: 2px;
  opacity: 0;
  content: "";
  background-color: #fff;
  transition: all 0.3s;
}
#inc10 .view_btn:hover:before {
  width: 190px;
}
#inc10 .view_btn:hover {
  color: #fff;
  margin-right: 30px;
}
#inc10 .view_btn:hover span {
  left: 45px;
}
#inc10 .view_btn:hover span:before {
  left: -15px;
  opacity: 1;
}

#inc10 .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}

#inc10 .tabs span {
  opacity: 1;
  position: relative;
  width: auto;
  height: auto;
  border-radius: 0;
  font-weight: 600;
  font-size: 17px;
  color: #666;
  letter-spacing: 1px;
  background: none;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  border-bottom: #fff 3px solid;
  padding-bottom: 10px;
}

#inc10 .tabs span svg {
  margin-right: 5px;
  height: 16px;
  fill: #666;
}
#inc10 .tabs span svg .b {
  stroke: #666;
}

#inc10 .tabs span + span {
  margin-left: 40px;
}
#inc10 .tabs span:after {
  /*  opacity: 0;
  content: "";
  position: absolute;
  right: -11px;
  top: -2px;
  transform: translateY(-15px);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--primary);
  transition: all .8s var(--timing)*/
}
#inc10 .tabs span:not(.on):hover {
  color: #888;
}
#inc10 .tabs span:not(.on):hover svg {
  fill: #888;
}
#inc10 .tabs span.on {
  color: var(--primary);
  border-bottom: var(--primary) 3px solid;
  padding-bottom: 10px;
}

#inc10 .tabs span.on svg {
  fill: var(--primary);
}

#inc10 .tabs span.on:after {
  opacity: 1;
  transform: translateY(0);
}

/**/
#inc07 {
  position: relative;
  width: 100%;

  background: #f0f0f0;
}

#inc07 .inner {
  max-width: 1760px;
  padding: 120px 0;
  margin: 0 auto;
}

#inc07 .tit_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: var(--mainsize);
  margin: 0 auto;
}
#inc07 .tit_area .tit_cont p {
  margin-top: 15px;
  font-size: 18px;
  white-space: pre-line;
  line-height: 1.4;
  /* color: var(--primary);*/
}

#inc07 .tit_area .tit_cont h2 {
  font-size: 45px;
  font-weight: 700;
  color: #111;
  white-space: pre-line;
}

#inc07 .tit_area .count {
  margin-bottom: 44px;
  font-size: 15px;
  font-family: var(--e-font);
  font-weight: 600;
}
#inc07 .tit_area .count .compleftbutton {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#inc07 .tit_area .count .compleftbutton svg {
  width: 18px;
}

#inc07 .tit_area ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
#inc07 .tit_area ul li {
  width: 270px;
}
#inc07 .tit_area dl dt {
  margin: 33px 0 10px;
  line-height: 1;
  color: #888;
}
#inc07 .tit_area dl dt span {
  margin-right: 10px;
  font-size: 55px;
  color: #111;
  font-family: var(--e-font);
}
#inc07 .tit_area dl dd {
  /*color: var(--primary);*/
  font-weight: 700;
}
#inc07 .tit_area dl dd span {
  display: block;
  margin-bottom: 6px;
  font-size: 25px;
  color: #111;
  font-weight: 700;
}
#inc07 .tit_area .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 60px;
  height: 60px;
  background-color: #f5f5f5;
}
#inc07 .cont {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 83px;
}
#inc07 .cont a {
  display: flex;
  flex: 1;
  flex-flow: column;
  justify-content: flex-end;
  position: relative;
  height: 530px;
  padding: 40px;
  transition: all 0.4s;
  background: no-repeat center;
  background-image: url("../img/equip1.jpg");
}
#inc07 .cont a:before {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(000, 000, 000, 0.3);
  transition: all 0.3s;
}
#inc07 .cont a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.3) 27%,
    rgba(0, 0, 0, 0) 100%
  );
}
#inc07 .cont a:nth-child(2) {
  background-image: url("../img/equip2.jpg");
}
#inc07 .cont a:nth-child(3) {
  background-image: url("../img/equip3.jpg");
}
#inc07 .cont a:nth-child(4) {
  background-image: url("../img/equip4.jpg");
}
#inc07 .cont .txt_wrap {
  overflow: hidden;
  position: absolute;
  left: 40px;
  bottom: 72px;
  width: max-content;
  height: 80px;
  z-index: 9;
  color: #fff;
  transition: height 0.3s;
  transition-delay: 0.2s;
}
#inc07 .cont .txt_wrap span {
  font-size: 15px;
  font-family: var(--e-font);
}
#inc07 .cont .txt_wrap h3 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
}
#inc07 .cont .txt_wrap .txt {
  overflow: hidden;
  opacity: 0;
  margin-top: 34px;
  font-size: 16px;
  word-break: keep-all;
  white-space: pre-line;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
}
#inc07 .cont a.on {
  flex: 4.5;
  background-color: #e0e0e0;
}
#inc07 .cont a.on:before {
  opacity: 0;
}
#inc07 .cont a.on .txt_wrap {
  height: 180px;
}
#inc07 .cont a.on .txt {
  opacity: 1;
}

/**/
#inc03 .inc03_wrap {
  position: relative;
  margin: 100px auto;
  padding: 0 100px;
  width: 100%;
}
#inc03 .inc03_wrap .tit {
  display: flex;
  flex-direction: column;
  /*  align-items: center;
  text-align: center*/
}

#inc03 .inc03_wrap .main_tit {
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 600;
}

#inc03 .inc03_slide {
  position: relative;
  /*margin-top: 70px;*/
  padding-top: 50px;
  width: 100%;
}
#inc03 .inc03_slide ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#inc03 .inc03_slide ul li img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  /*border-radius: 30px*/
}

#inc03 .inc03_slide ul li .txt {
  text-align: left;
  background: #f5f5f5;
  padding: 30px 40px;
  width: 100%;
  box-sizing: border-box;
}

#inc03 .inc03_slide ul li .txt .subtit {
  /*margin: 40px 0 10px;*/
}

#inc03 .inc03_slide ul li .txt .subtit svg {
  width: 18px;
  float: right;
  transform: rotate(-45deg);
}

#inc03 .inc03_slide ul li .txt h3 {
  margin: 10px 0 10px;
  font-size: 22px;
  font-weight: 700;
}
#inc03 .inc03_slide ul li .txt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: rgb(0, 0, 0, 0.5);
}
#inc03 .inc03_slide ul li a {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: calc(45vh - (0% + 110px));
  right: 5%;
  width: 110px;
  height: 110px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
  transition: all 0.3s;
  color: #fff;
  background-color: var(--primary);
}
#inc03 .nav_container {
  display: flex;
  position: absolute;
  top: 14px;
  right: 100px;
  z-index: 9999;

  /*  left: 50%;
  transform: translateX(-50%)*/
}
#inc03 .nav_container div {
  cursor: pointer;
}
#inc03 .nav_container div.prev_nav {
  position: relative;
  padding-right: 10px;
}
#inc03 .nav_container div.prev_nav:after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0px;
  transform: translateY(-50%);
  width: 1px;
  height: 62%;
  background-color: #e1e1e1;
}
#inc03 .nav_container div.next_nav {
  padding-left: 10px;
}
@media (hover: hover) {
  #inc03 .inc03_slide ul li:hover a {
    opacity: 1;
    top: calc(45vh - (5% + 110px));
  }
  #inc03 .inc03_slide ul li a:hover {
    color: var(--primary);
    background-color: #fff;
  }
}

/**/
#atc02 {
  display: flex;
  position: relative;
  height: 750px;
  overflow: hidden;
}

#atc02s {
  display: flex;
  overflow: hidden;
}

#atc02s .tit_area {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  padding: 100px 0px 70px 0px;
  width: 100%;
}

#atc02s .tit_area .title {
  font-weight: 600;
  font-size: 40px;
}
#atc02s .tit_area .txt {
  text-align: center;
  line-height: 1.8;
  margin-top: 20px;
}

#atc02 .r_inner {
  width: 100%;
}

#atc02 .l_inner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  /*rgba(1,84,161,0.8)*/
  /*    background:  url(./img/bg_img1.jpg) no-repeat center; 
  background-size: cover*/
}
#atc02 .l_inner .txt_box {
  /*width: 700px;*/
  margin-left: auto;
  color: #fff;
}
#atc02 .l_inner .txt_box .eng_tit {
  margin-bottom: 86px;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--eng-font);
}
#atc02 .l_inner .txt_box .big_txt {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  white-space: pre-line;
}
#atc02 .l_inner .txt_box .pager_txt {
  /*margin-top: 242px;*/
  /*border-left: 1px solid rgba(255, 255, 255, .2)*/
}
#atc02 .l_inner .txt_box .pager_txt p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  column-gap: 23px;
  width: max-content;
  height: auto;
  margin-left: -1px;
  padding-left: 33px;
  border-radius: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background: none;
  opacity: 1;
  transition: all 0.2s;
  background: rgba(1, 84, 161, 0.9);
  height: 250px;
  display: flex;
  align-items: center;
  width: 260px;
  padding: 0px 80px;
  box-sizing: content-box;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  border-left: rgba(255, 255, 255, 0.3) 1px solid;
}

#atc02 .l_inner .txt_box .pager_txt p .name {
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}

#atc02 .l_inner .txt_box .pager_txt p .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#atc02 .l_inner .txt_box .pager_txt p:nth-child(3) {
  border-bottom: rgba(255, 255, 255, 0.3) 0px solid;
}

#atc02 .l_inner .txt_box .pager_txt p.on {
  /*border-left: 3px solid #fff;*/
  opacity: 1;
  background: rgba(1, 84, 161, 0.3);
  backdrop-filter: blur(30px);
}
#atc02 .l_inner .txt_box .pager_txt p.on:before {
  /*  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background: #fff*/
}
#atc02 .l_inner .txt_box .pager_txt p + p {
  /*margin-top: 35px*/
}
#atc02 .r_inner {
  position: relative;
}

/*
#atc02 .r_inner::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: 10;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))
}
*/

#atc02 .r_inner ul li {
  text-align: center;
}
#atc02 .r_inner ul li .img {
  overflow: hidden;
  width: max-content;
  margin: 0 auto;
  /*border-radius: 20px*/
}

#atc02 .r_inner ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}

#atc02 .r_inner ul li .floatlayer {
  position: absolute;
  bottom: 90px;
  z-index: 999999;
  width: 700px;
  left: 90px;
}

#atc02 .r_inner ul li .floatlayer .tit {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
}
#atc02 .r_inner ul li .floatlayer .txt {
  white-space: pre-line;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#atc02 .r_inner ul li .floatlayer a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  width: 200px;
  height: 65px;
  margin: 54px 0 0;
  border-radius: 65px;
  font-weight: 500;
  color: #fff;
  transition: all 0.2s;
  border: var(--white) 1px solid;
  /*background-color: var(--white)*/
}
#atc02 .r_inner ul li .floatlayer a:hover {
  background-color: var(--primary);
}
#atc02 .r_inner ul li .floatlayer a svg {
  height: 18px;
  transition: all 0.2s;
}
#atc02 .r_inner ul li .floatlayer a:hover svg {
  transform: rotate(45deg);
}
#atc02 .r_inner .nav_arrow {
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  top: 50%;
  left: -58px;
  transform: translateY(-50%);
  width: 58px;
  height: 186px;
  cursor: pointer;
  background: url("../img/nav_bg.png") no-repeat center;
}

/**/
#mainVisual {
  overflow: hidden;
  position: relative;
  width: 100%;
  /*min-width: 1500px;*/
  background: #222;
}
#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;
}
#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;
}
#mainVisual .controlbuttonbox svg {
  width: 18px;
}
#mainVisual .main_txt {
  opacity: 0;
  display: flex;
  flex-flow: column;
  position: absolute;
  left: 90px;
  bottom: 90px;
  z-index: 1111111;
  color: #fff;
}
#mainVisual .main_txt p {
  white-space: pre-line;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 600;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
#mainVisual .main_txt .txt {
  margin-top: 32%;
  font-size: 17px;
  color: rgba(255, 255, 255, 1);
  white-space: pre-line;
  line-height: 1.8;
}
#mainVisual .controls {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
#mainVisual .controls a {
  width: 160px;
  height: 60px;
  margin-right: 25px;
  font-size: 15px;
  /*border: 1px solid rgba(255, 255, 255, .3);*/
  background: transparent;
  border-radius: 30px;
  font-weight: 700;
  line-height: 58px;
  color: #fff;
  text-align: center;
  transition: all 0.2s;
  background: var(--primary);
  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 {
  /*border: 1px solid rgba(255, 255, 255, .3);*/
  background: var(--secondary);
}
#mainVisual .controls a:hover svg {
  /*border: 1px solid rgba(255, 255, 255, .3);*/
  transform: rotate(45deg);
}
#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: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: 111;
}
#mainVisual ul li {
  height: 100vh;
  overflow: hidden;
  z-index: 111111;
}
#mainVisual ul li video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: 0.5;
}
#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);
  z-index: 11;
}
/*#mainVisual ul li .bg01 {
    background: rgba(15,37,64,0.5);
  background-image: url(../../../images/banner1.jpg)
}*/
/*

#mainVisual ul li .bg::after{
    content: "";
    width: 100vw;
    height: 100vh;
  background: rgba(15,37,64,0.5);
    position:absolute;
    top: 0;
    z-index: 999999;
      
}



#mainVisual ul li .bg01::after {
    content: "";
    width: 100vw;
    height: 100vh;
  background: rgba(15,37,64,0.5);
    position: absolute;
    top: 0;
    z-index: 99999999;
}*/
#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 .bg04 {
  background-image: url(../images/banner4.jpg);
}
#mainVisual ul li.on .bg {
  width: 101%;
  height: 101%;
  opacity: 1;
}
#inc01 {
  position: relative;
  background-size: cover;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 100px 0;
  background: var(--primary);
}
#inc01 .tita {
  padding: 0px 100px 60px 100px;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  color: #fff;
}
#inc01 .tita .companyleftblock {
  width: 340px;
  text-align: left;
}
#inc01 .tita .companyleftblock .leftbox {
  width: 600px;
}
#inc01 .tita .companyleftblock .title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.2;
}
#inc01 .tita .companyleftblock .content {
  line-height: 1.6;
}
#inc01 .tita .companycenterblock {
  width: 100%;
  padding-left: 60px;
}
#inc01 .tita .companycenterblock .rightbox {
  width: 700px;
}
#inc01 .tita .companycenterblock .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}
#inc01 .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;
}
#inc01 .tita .companycenterblock .compbutton {
  display: flex;
  justify-content: space-between;
}
#inc01 .tita .companycenterblock .compbutton .compleftbutton {
  padding: 10px 30px;
  border: #000 1px solid;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
#inc01 .tita .companycenterblock .compbutton .comprightbutton {
  padding: 10px 30px;
  background: #26176c;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
#inc01 .tita .companyrightblock {
}
#inc01 .tita .companyrightblock {
  text-align: right;
}
#inc01 .tita .companyrightblock .compbutton {
}
#inc01 .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;
}
#inc01 .tita .companyrightblock .compbutton .compleftbutton svg {
  margin-left: 20px;
  width: 18px;
}
#inc01 .tita .companyrightblock .compbutton .comprightbutton {
  padding: 10px 30px;
  background: #26176c;

  width: 48%;
  text-align: center;
  font-weight: 600;
}
#inc01 .tita span {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
}
#inc01 .tita p {
  margin: 15px 0 18px;
  font-size: 42px;
  letter-spacing: -0.5px;
  color: #222;
}

#inc01 .about_media {
  display: flex;
  padding: 0px 100px;
}



#inc01 .about_media .videobox {
  width: 50%;
}
#inc01 .about_media .videobox video {
  width: 100%;
  display: block;
}

#inc01 .tit {
  text-align: left;
  display: flex;
  justify-content: space-between;
  width: 50%;
  flex-wrap: wrap;
  color: #fff;
}
#inc01 .tit .companyleftblock {
  text-align: left;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*  border: #e3effd 1px solid;
  padding: 60px 40px;*/
}

#inc01 .tit .companyleftblock:nth-child(1) {
  background: rgba(255, 255, 255, 0.1);
}

#inc01 .tit .companyleftblock:nth-child(2) {
  background: rgba(255, 255, 255, 0.3);
}

#inc01 .tit .companyleftblock:nth-child(3) {
  background: rgba(255, 255, 255, 0.3);
}

#inc01 .tit .companyleftblock:nth-last-child(1) {
  background: rgba(255, 255, 255, 0.1);
}

#inc01 .tit .companyleftblock .leftbox {
  text-align: center;
}
#inc01 .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;
}
#inc01 .tit .companyleftblock .compimg svg {
  fill: #5c6775;
}
#inc01 .tit .companyleftblock .title {
  /*  font-size: 24px;
    font-weight: 600;*/
  margin-bottom: 5px;
  line-height: 1.2;
}
#inc01 .tit .companyleftblock .title span {
  font-size: 55px;
  margin-bottom: 10px;
}
#inc01 .tit .companyleftblock .content {
  line-height: 1.6;
  opacity: 1;
}
#inc01 .tit .companyleftblock .compdata {
  font-size: 40px;
  color: #e3effd;
}
#inc01 .tit .companyrightblock {
  width: 50%;
  border-left: #ccc 1px solid;
  padding-left: 60px;
}
#inc01 .tit .companyrightblock .rightbox {
  width: 700px;
}
#inc01 .tit .companyrightblock .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
#inc01 .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;
}
#inc01 .tit .companyrightblock .compbutton {
  display: flex;
  justify-content: space-between;
}
#inc01 .tit .companyrightblock .compbutton .compleftbutton {
  padding: 10px 30px;
  border: #000 1px solid;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
#inc01 .tit .companyrightblock .compbutton .comprightbutton {
  padding: 10px 30px;
  background: #26176c;
  color: #fff;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
#inc01 .tit span {
  font-size: 16px;
  /*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: 400px;
}
#inc01 .bg:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 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;
  transform: scale(0.85);
  height: 400px;
  justify-content: space-between;
  padding: 0 60px;
  box-sizing: border-box;
}
#inc01 ul.aos-animate {
  transform: scale(1);
}
#inc01 ul .choose {
  position: absolute;
  width: 100%;
}
#inc01 ul .choosetit {
  position: relative;
  top: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
#inc01 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 24%;
}
#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: 40px 20px;
  margin-top: 60px;
}
#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;*/
  height: 40px;
}
#inc01 ul li .txt .rightbox {
  width: 70%;
}
#inc01 ul li .txt .rightbox .tita {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
#inc01 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;
}
#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 {
  display: flex;
  height: 820px;
  background: #363c3c;
}
/*#inc02 > div {
  width: 50%
}*/
#inc02 .cont {
  padding: 0 90px;
  transition: all 0.2s;
  width: 447px;
  box-sizing: content-box;
  margin: auto;
}
#inc02 .cont .latest .tit {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}
#inc02 .cont .latest .tit p a {
  vertical-align: sub;
  margin-right: 16px;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  word-wrap: break-word;
  white-space: pre-line;
}
#inc02 .cont .latest .tit .control {
  display: flex;
  margin-left: auto;
  padding-top: 20px;
  color: #fff;
}
#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 rgba(255, 255, 255, 0.2);
}
#inc02 .cont .button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  width: 240px;
  font-weight: 600;
  color: #fff;
  margin-left: 2px;
  background: #bf1522;
  border-radius: 4px;
}
#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 {
  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: #fff;
}
#inc02 .cont .latest ul li div {
  min-height: 72px;
  color: #fff;
}
#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(../images/icon01_on.png);
}
#inc02 .cont .links li a:hover .icon02 {
  background-image: url(../images/icon02_on.png);
}
#inc02 .img {
  display: flex;
  align-items: flex-end;
  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;
  font-weight: 700;
  color: #fff;
}
#inc02 .img .txt div {
  white-space: pre-line;
  line-height: 0.8;
  letter-spacing: 0.4px;
  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;
  }
}

#inc04 {
  position: relative;
  padding: 100px 60px 100px 60px;
  width: calc(100vw - 120px);
  box-sizing: content-box;
  overflow: hidden;
  background: #f2f2f2 url(../images/probg.jpg) repeat center center;
  background-size: contain;
}
#inc04 .tit {
  margin-bottom: 30px;
  text-align: center;
}
#inc04 .tit span {
  font-weight: 500;
  /*opacity: 0.7;*/
}
#inc04 .tit p {
  padding-top: 5px;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.5;
}
#inc04 .catalog {
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
}
#inc04 .catalog .catabox {
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  font-weight: 600;
  margin-right: 20px;
  border: rgba(18, 36, 55, 1) 1px solid;
  padding: 0 30px;
}
#inc04 .catalog .catabox:nth-child(1) {
  font-weight: 600;
}
#inc04 .catalog .catabox:nth-child(1) {
  color: #fff;
  background: rgba(18, 36, 55, 1);
  padding: 0 30px;
}
#inc04 .slide_wrap {
  position: relative;
}
#inc04 .tabs {
  display: flex;
  flex-flow: column;
  position: absolute;
  top: -200px;
  left: 0;
  z-index: 99999999999;
  width: max-content;
  padding: 30px 0;
  border-left: 2px 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;
  flex-flow: column;
  align-items: center;
  position: absolute;
  top: -35%;
  right: 20px;
  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: #bf1522;
}
#inc04 .swiper-slide {
  border: #d2ddeb 1px solid;
  border-radius: 15px;
  overflow: hidden;
  padding: 40px 30px;
}
#inc04 .swiper-slide .proimg {
  padding: 40px 40px;
  text-align: center;
}
#inc04 .swiper-slide .proimg img {
  height: 240px;
}
#inc04 .img_slide ul li .box .procategorys {
  border-radius: 4px;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#inc04 .img_slide ul li .box .procategorys .series {
  background: #bdd1e9;
  color: #161e29;
  padding: 5px 19px;
  border-radius: 20px;
  transition: all 1s;
}
#inc04 .img_slide ul li .box .proname {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
#inc04 .img_slide ul li .box .model {
  margin-bottom: 10px;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
}
#inc04 .img_slide ul li .box .titweight {
  font-weight: 600;
}
#inc04 .img_slide ul li .box .feature {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
#inc04 .swiper-slide .featureblock {
  display: flex;
  justify-content: space-between;
}
#inc04 .swiper-slide .datablock {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 15px;
}
#inc04 .swiper-slide .datablock .titweight {
  font-size: 24px;
}
#inc04 .swiper-slide .featureblock .featurebox {
  line-height: 1.6;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#inc04 .img_slide ul li .box .proline {
  width: 100%;
  height: 1px;
  background: rgba(186, 197, 211, 0.35);
  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.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 .probutton {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-top: 20px;
}
#inc04 .swiper-slide .probutton .talk {
  border: #363c3c 1px solid;
  color: #363c3c;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px 30px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
#inc04 .swiper-slide .probutton .more {
  background: rgba(18, 36, 55, 1);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px 30px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
#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 {
  padding: 0 0 40px 0px;
}
#inc04 .img_slide ul li {
  width: 100%;
  /*background: rgba(255,255,255,0.2);*/
  background: linear-gradient(to bottom, rgba(192, 203, 217, 0) 30%, #fff 80%);
}
#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: 15px;
  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.on .box .procategorys .series {
  background: #161e29;
  color: #fff;
  padding: 5px 19px;
  border-radius: 20px;
}
#inc04 .img_slide ul li:hover {
  width: 100%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
#inc04 .img_slide ul li:hover .box {
  transition: all 0.3s;
}
#inc05 {
  position: relative;
  background: #fff url(../images/coopbg.jpg) no-repeat center bottom;
  background-size: cover;
}
#inc05 .contactblock {
  display: flex;
  justify-content: center;
}
#inc05 .leftbox {
  min-width: 1600px;
  padding: 160px 90px 160px;
}
#inc05 .leftbox .title {
  font-size: 45px;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#inc05 .leftbox .description {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
  opacity: 0.6;
}
#inc05 .leftbox .tel p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
}
#inc05 .leftbox .tel {
  margin-bottom: 100px;
  letter-spacing: 1px;
  text-align: center;
  border-bottom: rgba(201, 220, 245, 0.7) 1px solid;
  padding-bottom: 12px;
}
#inc05 .leftbox .other {
  margin-bottom: 50px;
}
#inc05 .leftbox .button {
  display: table;
  padding: 12px 15px 6px 15px;
  font-weight: 400;
  border: #fff 1px solid;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
  overflow: hidden;
}
#inc05 .leftbox .button:hover:before {
  opacity: 1;
  width: 70px;
  right: 0;
  transform-origin: left;
}
#inc05 .leftbox .button:before {
  position: absolute;
  opacity: 0;
  content: "";
  z-index: -1;
  top: 0;
  width: 0;
  height: 70px;
  background: #bf1522;
  transition: width 0.3s;
}
#inc05 .leftbox .button svg {
  transform: rotate(-45deg);
}
#inc05 .leftbox .other {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 25px;
}
#inc05 .leftbox .other p {
  font-weight: 500;
  font-size: 16px;
  margin-top: 5px;
}
#inc05 .rightbox {
  width: 50%;
}
#inc05 .rightbox {
  width: 50%;
  padding: 120px 90px;
  /*background: #bf1522 url("../../../images/cusbg.jpg") repeat center center;
  background-size: cover;*/
}
#inc05 .rightbox .title {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
#inc05 .rightbox .description {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 50px;
  opacity: 0.6;
}
#inc05 .rightbox .prompt {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 50px;
  opacity: 0.6;
}
#inc05 .rightbox .button {
  display: table;
  padding: 15px 50px;
  font-weight: 700;
  color: #fff;
  background: #bf1522;
  border-radius: 4px;
}
#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(255, 255, 255, 0.5) 1px solid;
  color: #fff;
}
#inc05 .rightbox .textfield__input {
  display: block;
  margin: 0;
  padding: 0.5em 0;
  width: 100%;
  min-height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  background: 0;
  border: 0;
  transition: color 0.25s cubic-bezier(0.75, 0.02, 0.5, 1);
  resize: none;
  outline: 0;
  border-radius: 0;
  /*padding-left: 0.625em;
    padding-right: 0.625em;*/
}
#inc05 .rightbox input::placeholder {
  color: #fff;
  opacity: 1;
}
#inc05 .rightbox textarea::placeholder {
  color: #fff;
  opacity: 1;
}
#inc05 .rightbox .mess {
  margin-bottom: 20px;
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
}
#inc06 {
  position: relative;
  background: #fff;
  /*background: #f0f0f0 url("../../../images/supportbg1.jpg") no-repeat center center;*/
  background-size: cover;
  padding: 100px 90px 120px 90px;
}
#inc06 .titblock {
  margin-bottom: 60px;
}
#inc06 .titblock .title {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
#inc06 .titblock .subtit {
  letter-spacing: 0.3px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
#inc06 .button {
  padding: 15px 24px;
  background: #dae5f3;
  width: 210px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  color: #2a2f36;
}
#inc06 .button svg {
  fill: #2a2f36;
}
#inc06 .supportblock {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}
#inc06 .supportblock .box {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
}
#inc06 .supportblock .box .indyn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#inc06 .supportblock .box .indyn .title {
  font-size: 30px;
  font-weight: 400;
}
#inc06 .supportblock .box .indyn .more {
  font-size: 13px;
  padding: 10px 30px;
  border: rgba(0, 0, 0, 0.2) 1px solid;
}

#inc06 .supportblock .box .news_img {
  width: 100%;
}

#inc06 .supportblock .box .news_img img {
  width: 100%;
}

#inc06 .supportblock .box .indynbox {
  background: #f5f5f5;
  background-size: cover;
  padding: 47px 60px;
}
#inc06 .supportblock .box .indynbox .boximg {
  margin-bottom: 20px;
}
#inc06 .supportblock .box .indynbox .datetime {
  text-align: left;
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: 1px;
  opacity: 1;
}
#inc06 .supportblock .box .indynbox .title {
  font-size: 20px;
  /* font-weight: 600; */
  line-height: 1.4;
  text-align: left;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#inc06 .supportblock .box .indynbox .title svg {
  fill: #bf1522;
  width: 18px;
  height: 18px;
}
#inc06 .supportblock .box .indynbox .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;
  opacity: 0.8;
}
#inc06 .supportblock .box .headnewsbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}
#inc06 .supportblock .box .headnewsbox .headnewsblock {
  width: calc(50% - 5px);
  margin-top: 10px;
  background: #fff
    linear-gradient(to bottom, rgba(240, 245, 250, 1), rgba(240, 245, 250, 0.4));
  border: #fff 4px solid;
  padding: 43px 60px;
}
#inc06 .supportblock .box .headnewsbox .headnewsblock .datetime {
  font-size: 13px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
#inc06 .supportblock .box .headnewsbox .headnewsblock .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#inc06 .supportblock .box .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#inc06 .supportblock .box .question .title {
  font-size: 30px;
  font-weight: 400;
}
#inc06 .supportblock .box .question .more {
  font-size: 13px;
  padding: 10px 30px;
  border: rgba(0, 0, 0, 0.2) 1px solid;
}
#inc06 .supportblock .box .questionbox {
  padding: 0px 60px;
  background: #f5f5f5; /* linear-gradient(to bottom, rgba(240, 245, 250, 1), rgba(240, 245, 250, 0.4))   */
  /*border: #fff 2px solid;*/
}
#inc06 .supportblock .box .questionblock {
  padding: 40px 0;
  border-bottom: rgba(0, 0, 0, 0.05) 2px solid;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

#inc06 .supportblock .box .questionblock:nth-last-child(1) {
  border-bottom: rgba(0, 0, 0, 0.05) 0px solid;
}

#inc06 .supportblock .box .questionblock:nth-child(5) {
  border-bottom: rgba(0, 0, 0, 0.2) 0px solid;
}
#inc06 .supportblock .box .questionblock .datetime {
  font-size: 13px;
  margin-right: 30px;
  opacity: 0.7;
}
#inc06 .supportblock .box .questionblock .datetime .year {
  font-size: 18px;
  float: left;
  display: block;
  width: 100%;
}
#inc06 .supportblock .box .questionblock .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 68%;
  margin-bottom: 10px;
  font-size: 18px;
}

#inc06 .supportblock .box .questionblock .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #666;
}

#inc06 .supportblock .box .questionblock .detail {
  float: right;
  font-size: 13px;
  opacity: 0.6;
  display: flex;
  align-items: center;
}
#inc06 .supportblock .box .questionblock .detail svg {
  width: 14px;
  margin-left: 5px;
  color: var(--primary);
}
#inc06 .supportblock .box:nth-child(4) {
  border-right: #d8d8d8 0px solid;
}
#inc06 .supportblock .box:nth-child(1) {
  padding-left: 0px;
}
#inc09 {
  position: relative;
  background: #0154a1 url("../images/advbg.jpg") no-repeat center center;
  background-size: cover;
  padding: 120px 90px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#inc09 .vrbox {
  display: block;
}
#inc09 .vrrightbox {
  /*padding-right: 30px;*/
}
#inc09 .vrrightbox::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 130px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.4);
  right: 0px;
  top: 120px;
}
#inc09 .vrbox .vrtxt {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
#inc09 .vrbox .vrtitle {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
#inc09 .vrbox .vrcontent {
  font-size: 16px;
  margin-bottom: 60px;
  color: #fff;
  line-height: 1.6;
}
#inc09 .vrbox .vrbutton {
  color: #fff;
  padding: 20px 40px;
  border: rgba(255, 255, 255, 0.8) 1px solid;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  border-radius: 40px;
}
#inc09 .vrbox .vrbutton svg {
  width: 18px;
  margin-left: 15px;
  transform: rotate(-45deg);
}
#inc09 .vrrightbox .vrimg {
  font-size: 16px;
  text-align: right;
}
#inc09 .vrrightbox .vrimg svg {
  fill: #fff;
}
#inc09 .vrrightbox .vrserv {
  font-size: 16px;
  text-align: right;
  color: #fff;
  margin-bottom: 15px;
}
#inc09 .vrrightbox .vrhotline {
  font-size: 22px;
  letter-spacing: 2px;
  text-align: right;
  color: #fff;
  font-weight: 600;
}

#inc08 {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #f2f2f2;
  /*
    padding: 20px 90px;
    background: #f0f0f0 url("../../../images/networkbg.jpg") repeat center center;
  background-size: cover;
  padding: 100px 90px;
  height: 897px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;*/
}
#inc08 .keywords {
  padding: 18px 90px;
}
#inc08 .keywords ul {
  display: flex;
}
#inc08 .keywords ul li {
  list-style: none;
}
#inc08 .keywords ul li + li {
  margin-left: 20px;
}
#inc08 .searchbox {
}
#inc08 .searchbox .searchresult {
  padding: 20px 30px 20px 50px;
  border: 0px;
  height: 65px;
  background: #1f2a38;
  color: #f2f2f2;
  width: 300px;
}
#inc08 .searchbox input::placeholder {
  color: #f2f2f2;
}
#inc08 .searchbox .result_submit {
  height: 65px;
  width: 100px;
  border: 0px;
  background: #1f2a38;
  color: #f2f2f2;
  padding-right: 90px;
  padding-left: 30px;
}
#inc08 .searchbox .fa-search {
  color: #f2f2f2;
}
#inc08 .equipbox {
  text-align: center;
  padding: 100px 0 70px;
  display: block;
}
#inc08 .equiptit {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
#inc08 .equiptxt {
  text-align: center;
  opacity: 0.7;
}
#inc08 .equipimg {
  height: 880px;
  width: 100%;
  background: url("../../../images/equip.jpg") no-repeat center center;
  background-size: cover;
  display: block;
}
#inc08 .leftnewsblock {
  display: flex;
  /*flex-direction: column;*/
  justify-content: space-between;
  margin: 0 auto;
  column-gap: 200px;
  padding: 60px 90px 100px;
}
#inc08 .leftnewsblock .newssubtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
#inc08 .leftnewsblock .newstitle {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
#inc08 .leftnewsblock .newsdescription {
  line-height: 1.6;
  width: 860px;
}
#inc08 .leftnewsblock .compbutton {
  text-align: right;
}
#inc08 .leftnewsblock .compbutton .compleftbutton {
  display: block;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
}
#inc08 .leftnewsblock .compbutton .compleftbutton svg {
  width: 18px;
  margin-left: 20px;
}
#inc08 .leftnewsblock .newsadv {
  display: flex;
}
#inc08 .leftnewsblock .newsadv .newsadvbox {
  line-height: 1.5;
  width: 300px;
  /*  padding-left: 30px;
  border-left: #bf1522 2px solid;*/
}
#inc08 .leftnewsblock .newsadv .newsadvbox .digit {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-top: 12px;
}
#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;
}
.homebox04 {
  position: relative;
  background: #f2f2f2;
}
.homebox04 .hd {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 70px;
  margin-left: 50px;
}
.homebox04 .hd .nam {
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  color: rgb(22, 29, 39);
  font-weight: 800;
  margin-top: 10px;
  text-align: left;
}
.homebox04 .hd .txt {
  font-size: var(--fsize-txt);
  color: var(--color-9);
}
.homebox04 .hb04bg {
  position: relative;
}
.homebox04 .hb04bg .swiper-slide {
  height: 820px;
}
@media (max-width: 800px) {
  .homebox04 .hb04bg .swiper-slide {
    height: 80vw;
  }
}
.homebox04 .hb04bg .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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 .hb04ma .swiper-slide a.box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 70px 40px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  border-right: 1px solid rgba(246, 242, 243, 0.4);
}
.homebox04 .hb04ma .swiper-slide a.box .con {
  /*transform: translateY(-420px)
	position:relative;
	top:-480px;*/
  transform: translateY(0px);
}
.homebox04 .hb04ma .swiper-slide a.box .con .nam {
  color: #fff;
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 700;
}
.homebox04 .hb04ma .swiper-slide a.box .con .adtxt {
  color: #ccc;
  text-align: left;
  margin-bottom: 50px;
  opacity: 0;
  transition: transform 0.25s;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
}
.homebox04 .hb04ma .swiper-slide:hover a.box .con .adtxt {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  font-size: 15px;
}
.homebox04 .hb04ma .swiper-slide a.box .con .namen {
  color: #fff;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .homebox04 .hb04ma .swiper-slide a.box .con .nam {
    font-size: var(--fsize-large);
    margin-bottom: 6vw;
  }
}
.homebox04 .hb04ma .swiper-slide a.box .btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  opacity: 0.5;
  position: relative;
  top: 630px;
}
.homebox04 .hb04ma .swiper-slide:hover a.box .btn {
  opacity: 1;
  top: 630px;
}
.homebox04 .hb04ma .swiper-slide a.box .btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #ff5801;
  border-radius: 50px;
  border: 2px solid #ff5801;
  font-size: 13px;
  font-weight: 900;
  box-sizing: border-box;
  padding-bottom: 2px;
}
.homebox04 .hb04ma .swiper-slide:hover a.box {
  background: rgba(0, 0, 0, 0.5);
}
.homebox04 .hb04ma .swiper-slide:hover a.box .con {
  /*transform: translateY(-340px);
	-webkit-transition: all .3s;
    transition: all .3s;*/
  top: -400px;
}

/**/
#sh_hd .topblock {
  background: #000;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
}

#sh_hd .topblock .lefttopbox {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  padding-left: 60px;
}

#sh_hd .topblock .righttopbox {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  padding-right: 60px;
}

#shGnb {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 90px;
  padding: 0 60px;
}

#shGnb.blur {
  backdrop-filter: blur(100px);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.03);
  transition: background 0.2s;
  opacity: 0;
  /*display: none;*/
}
#shGnb.blur.on {
  backdrop-filter: blur(15px);
  background: rgba(3, 24, 33, 1);
}
#shGnb.sub {
  background: #fff;
}
.sh_lnb_bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background-color: #fff;
}
#shGnb .sh_logo {
  position: relative;
  z-index: 20;
}

#shGnb .sh_logo svg {
  height: 55px;
}

#shGnb .sh_logo .st0 {
  fill: #ff3401;
}
#shGnb .sh_logo .st1 {
  fill: #a1d0fd;
}

#shGnb .sh_logo .st2 {
  fill: #fff;
}

#shGnb .sh_logo img {
  height: 50px;
}
#shGnb .sh_nav {
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}
#shGnb .sh_nav > li {
  float: left;
  position: relative;
  padding: 0 20px;

  line-height: 70px;
}
#shGnb .sh_nav > li > a {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  transition: all 0.2s;
}

#shGnb.blur .sh_nav > li > a {
  color: #666;
}

#shGnb.on .sh_nav > li > a {
  color: #fff;
}
#shGnb.sub .sh_nav > li > a {
  color: #222;
}
#shGnb .sh_lnb_s {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  width: max-content;
  transition: all 0.6s ease;
  /*min-height: 145px;*/
}
#shGnb.on .sh_nav > li:hover .sh_lnb_s {
  display: block;
  background: var(--primary);
  backdrop-filter: blur(15px);
  padding: 10px 0;
  transition: all 0.6s ease;
}

#shGnb .sh_lnb_s li {
  padding: 0 10px;
}

#shGnb .sh_lnb_s li a {
  display: block;
  text-align: center;
  color: #fff;
  transition: all 0.2s;
  height: 40px;
  line-height: 40px;
}
#shGnb .sh_lnb_s li a:hover {
  color: #8db0d6;
}
#shGnb .sh_tip {
  margin-left: auto;
}
#shGnb .sh_tip {
  display: flex;
  align-items: center;
}

#shGnb .sh_tip li .fa-phone {
  margin-right: 6px;
}

#shGnb .sh_tip li + li {
  margin-left: 22px;
}
#shGnb .sh_tip li a {
  font-size: 15px;
  color: #fff;
}

#shGnb .sh_tip li .allwrap .cate .list .it .ih .ia {
  font-size: 32px;
}

#shGnb.blur .sh_tip li a {
  font-size: 13px;
  color: #666;
}

#shGnb .sh_tip li a .fa-search {
  margin-right: 6px;
}

#shGnb .sh_tip li + li a .fa-globe {
  margin-right: 6px;
}

#shGnb .sh_tip li a .fa-bars {
  margin-right: 6px;
  font-size: 15px;
}

#shGnb.on .sh_tip li a {
  color: #fff;
}
#shGnb.sub .sh_tip li a {
  color: #fff;
}

@media (max-width: 1600px) {
  #shGnb {padding: 0 10px;}
  #shGnb .sh_nav > li{padding: 0 10px;}
  #shGnb .sh_tip li:first-child{display: none;}
  
  #inc03 .inc03_wrap{padding: 0 30px; box-sizing: border-box;}
  #inc03 .inc03_slide ul li img{height: 280px !important;}
  #inc03 .inc03_slide ul li .txt{padding: 20px;}
  #inc03 .inc03_slide ul li .txt h3{font-size: 18px;}
  #inc03 .inc03_slide ul li .txt p{font-size: 15px;}
  #inc03 .inc03_slide ul li a{width: 80px; height: 80px; font-size: 15px; top: 80%;}
  #mainVisual .main_txt{left: 30px;}
  #mainVisual .main_txt p{font-size: 40px;}
  #inc01 .tita{padding: 0 20px; display: block;}
  #inc01 .tita .companyleftblock{width: 100%;}
  #inc01 .tita .companycenterblock{padding: 0;}
  #inc01 .tita .companycenterblock .rightbox{width: 100%;}
  #inc01 .about_media{padding: 0;}
  #inc01 .tit .companyleftblock .title span{font-size: 24px;}
  #inc01 .tit .companyleftblock .content{font-size: 14px;}
  #inc10 ul li{width: 100%;}
  #inc07 .tit_area .count{width: 30%;}
  #inc07 .cont .txt_wrap{width: 80%;}
  #inc06{padding: 30px 20px;}
  #inc06 .supportblock{max-width: 100%;}
  #inc06 .supportblock .box .news_img img{height: 100%; object-fit: cover;}
  #inc09{padding: 80px 30px;}
  #inc03 .inc03_wrap .tit{width: 100%;}
  #inc03 .nav_container{right: 20px;}
  #inc01{padding: 50px 0;}
  #inc01 .about_media{display: block; margin: 0 20px;}
  #inc01 .about_media .videobox{width: 100%;}
  #inc01 .tit{width: 100%;}
  #inc01 .tit .companyleftblock{padding: 20px 0;}
}

@media (max-width: 1000px) {
  #shGnb .sh_nav{display: none;}
  #shGnb .sh_tip li .allwrap .cate .list .it .ih .ia{font-size: 22px;}
  #mainVisual ul li{height: 400px;}
  #mainVisual ul li .bg01{height: 400px;}
  #mainVisual .main_txt .txt{display: none;}
  #mainVisual .main_txt p{font-size: 22px;}
  #inc03 .inc03_wrap .main_tit{font-size: 24px;}
  #inc01 .tita .companyleftblock .title {font-size: 24px;}
  #inc10 .tit_area p{font-size: 24px;}
  #inc10 ul li img{height: 300px;}
  #inc10 ul li .txt{display: block; width: 90%; margin: 0 auto; float: none;}
  #inc10 ul li .txt .leftbox{width: 100%;}
  #inc10 .tit_area{margin-bottom: 30px;}
  #inc07 .tit_area .tit_cont h2{font-size: 24px;}
  #inc07 .tit_area .count{display: none;}
  #inc07 .cont a{height: 300px;}
  #inc07 .cont .txt_wrap{left: 10px; height: 100px;}
  #inc07 .cont .txt_wrap h3{font-size: 20px;}
  #inc06 .titblock .title{font-size: 24px;}
  #inc06 .supportblock{display: block;}
  #inc06 .supportblock .box{width: 100%;}
  #inc09{display: block;}
#inc09 .vrbox .vrtitle{font-size: 24px;}
#inc07 .cont .txt_wrap span {font-size: 11px; line-height: 1.1;}
#inc07 .cont a.on .txt{display: none;}
}