@charset "utf-8";
:root {
  --color-main: #c8161d;
  --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);
}
@media (max-width: 1440px) {
  :root {
    --fsize-base: 12px;
    --gap-base: 12px;
  }
}
@media (max-width: 800px) {
  :root {
    --fsize-base: 12px;
    --gap-base: 6px;
  }
}
:root {
  --primary: #c8161d;
  --primary-25: #ff0000;
  --black: #000;
  --white: #ffffff;
  --darkgrey: #333;
  --lightgrey: #f5f5f5;
  --midgrey: #666;
  --weight: 600;
  --thinweight: 100;
  --lightweight: 400;
  --regularweight: 400;
  --mediumweight: 500;
  --boldweight: 700;
  --blackweight: 900;
  --12fontsize: 12px;
  --14fontsize: 14px;
  --15fontsize: 15px;
  --16fontsize: 16px;
  --18fontsize: 18px;
  --20fontsize: 20px;
  --22fontsize: 22px;
  --24fontsize: 24px;
  --30fontsize: 30px;
  --36fontsize: 36px;
  --50fontsize: 50px;
  --60fontsize: 60px;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hd_h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#jt_hd_wrapper {
  background: #fff;
}
#jt_hd {
  background: #fffce2;
}
#jt_hd .topblock {
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  background: #fffce2;
  max-width: 1860px;
  margin: 0 auto;
}
#jt_hd .topblock .lefttopbox {
  line-height: 56px;
  padding-left: 60px;
  font-size: var(--14fontsize);
  padding-right: 40px;
}
@media (max-width: 800px) {
  #jt_hd .topblock .lefttopbox {
    padding: 0 4vw;
    line-height: 1.2;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  #jt_hd .topblock .lefttopbox .mn {
    display: none;
  }
}
#jt_hd .topblock .lefttopbox .maincolor {
  color: var(--primary);
  font-size: var(--14fontsize);
}
#jt_hd .topblock .lefttopbox .toptel {
  font-size: 17px;
  font-weight: 600;
  color: var(--primary);
  letter-spacing: 1px;
}
#jt_hd .top_tip {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  #jt_hd .top_tip {
    display: none;
  }
}
#jt_hd .top_tip li {
  padding: 0 20px;
  border-left: rgba(0, 0, 0, 0.05) 1px solid;
}
#jt_hd .top_tip li:nth-child(4) {
  background: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
#jt_hd .top_tip li:nth-child(4) a {
  color: var(--white);
}
#jt_hd .top_tip li:nth-child(4) a svg {
  color: var(--white);
}
#jt_hd .top_tip li:nth-child(5) {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1860px) {
  #jt_hd .top_tip li.bdm {
    display: none;
  }
}
#jt_hd .top_tip li a {
  font-size: 14px;
  font-weight: var(--mediumweight);
  display: flex;
  align-items: center;
  color: var(--color-main);
  text-decoration: none;
}
#jt_hd .top_tip li a .fa-search {
  margin-right: 6px;
}
#jt_hd .top_tip li svg {
  width: 17px;
  height: 17px;
  color: var(--primary);
  margin-right: 6px;
}
#jt_hd.sub .top_tip li a {
  color: #fff;
}
#jtGnb {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  width: 100%;
  height: 85px;
  max-width: 1860px;
  margin: 0 auto;
}
#jtGnb.sub {
  background: #fff;
}
#jtGnb.sub .jt_nav > li > a {
  color: #222;
}
#jtGnb.sub .jt_tip li a {
  color: #fff;
}
#jtGnb .jt_logo {
  position: relative;
  z-index: 20;
  transition: transform 0.25s;
  padding-left: 60px;
}
@media (max-width: 800px) {
  #jtGnb .jt_logo {
    padding-left: 4vw;
  }
  #jtGnb .jt_logo a {
    display: flex;
    width: 200px;
    height: 40px;
  }
  #jtGnb .jt_logo a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
#jtGnb .jt_logo svg {
  position: relative;
  top: 3px;
  z-index: 5;
  height: 35px;
}
#jtGnb .jt_logo img {
  height: 48px;
  position: relative;
  top: 0px;
  z-index: 5;
}
#jtGnb .jt_nav {
  position: relative;
  z-index: 9999;
  width: max-content;
  height: 100%;
}
@media (max-width: 800px) {
  #jtGnb .jt_nav {
    position: fixed;
    top: 135px;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background: var(--color-white);
    padding: var(--gap-large);
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
  }
  #jtGnb .jt_nav.on {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
#jtGnb .jt_nav > li {
  float: left;
  position: relative;
  height: 100%;
  transition: all ease-in 0.2s;
}
@media (max-width: 800px) {
  #jtGnb .jt_nav > li {
    float: none;
    border-bottom: 1px dashed var(--color-border);
  }
  #jtGnb .jt_nav > li:last-child {
    border-bottom: none;
  }
}
#jtGnb .jt_nav > li:hover {
  background: #777;
  backdrop-filter: blur(15px);
}
#jtGnb .jt_nav > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 15px;
  padding: 0 20px;
  font-weight: var(--mediumweight);
  color: var(--midgrey);
  transition: all 0.2s;
  text-decoration: none;
}
@media (max-width: 1860px) {
  #jtGnb .jt_nav > li > a {
    font-size: var(--fsize-base);
    padding: 0 15px;
  }
}
@media (max-width: 800px) {
  #jtGnb .jt_nav > li > a {
    display: flex;
    padding: var(--gap-large) var(--gap-large);
    font-size: var(--fsize-large);
  }
}
#jtGnb .menu {
  display: none;
  padding: 5px;
  border-radius: 4px;
  margin-right: 4vw;
  transition: all 0.3s;
}
#jtGnb .menu.on {
  background: rgba(0, 0, 0, 0.1);
}
#jtGnb .menu em {
  display: none;
}
#jtGnb .menu .ico {
  width: 20px;
  height: 20px;
}
#jtGnb .menu .ico svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 800px) {
  #jtGnb .menu {
    display: block;
  }
}
#jtGnb.on .jt_nav > li:hover > a {
  color: #fff;
}
#jtGnb.on .jt_nav > li:hover .jt_lnb_s {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
}
#jtGnb .jt_lnb_s {
  display: none;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1400px;
  width: max-content;
  z-index: 999;
  box-sizing: content-box;
  align-items: center;
  justify-content: center;
  padding-top: 34px;
}
@media (max-width: 800px) {
  #jtGnb .jt_lnb_s {
    display: none !important;
  }
}
#jtGnb .jt_lnb_s li {
  padding: 0 15px;
}
#jtGnb .jt_lnb_s li:nth-child(5n)::after {
  content: "";
  display: block;
  flex-basis: 100%;
  height: 0;
}
#jtGnb .jt_lnb_s li a {
  display: block;
  text-align: center;
  color: #fff;
  transition: all 0.2s;
  font-size: var(--fsize-base);
  height: 30px;
  line-height: 30px;
  font-weight: 400;
}
#jtGnb .jt_lnb_s li a:hover {
  color: #ddd;
}
#jtGnb li:nth-child(5) .jt_lnb_s {
  max-width: 1200px;
  padding-top: 20px;
}
#jtGnb li:nth-child(6) .jt_lnb_s {
  padding-top: 20px;
  max-width: 800px;
}
#jtGnb .jt_tip {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #707070;
  height: 85px;
  width: 320px;
  text-align: center;
}
@media (max-width: 800px) {
  #jtGnb .jt_tip {
    display: none;
  }
}
#jtGnb .jt_tip li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
#jtGnb .jt_tip li + li {
  margin-left: 30px;
}
#jtGnb .jt_tip li a {
  font-size: 15px;
  font-weight: var(--mediumweight);
  color: var(--white);
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s;
}
#jtGnb .jt_tip li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
#jtGnb .jt_tip li svg {
  width: 17px;
  height: 17px;
  color: #0f0f0f;
  color: var(--white);
  margin-left: 5px;
}
.jt_lnb_bg {
  display: none;
  position: absolute;
  top: 135px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 20;
  background: rgba(119, 119, 119, 0.8);
  backdrop-filter: blur(15px);
}
#jt_hd {
  width: 100%;
  font-size: 15px;
}
#jt_section {
  position: relative;
  min-width: 1200px;
  line-height: 1.8;
}
@media (max-width: 800px) {
  #jt_section {
    min-width: 100px;
  }
}
#toTop {
  opacity: 0;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 17%;
  z-index: 101;
  display: flex;
  width: 40px;
  height: 40px;
  margin-bottom: -50px;
  background: var(--primary);
  border-radius: 100%;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
#toTop:hover {
  background: #999;
}
#toTop svg {
  margin: auto;
  color: #fff;
  width: 21px;
}
#toTop.on {
  opacity: 1;
  margin-bottom: 0;
}
#jt_ft {
  min-width: 1200px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2;
  background: var(--white);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 800px) {
  #jt_ft {
    min-width: 100px;
  }
}
#jt_ft .ft_nav_wrap {
  background: var(--primary);
}
#jt_ft .ft_nav {
  background: var(--primary);
  padding: 40px 100px 60px 100px;
  margin: 0 auto;
  max-width: 1800px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 800px) {
  #jt_ft .ft_nav {
    padding: 10vw 4vw;
    flex-direction: column;
  }
}
#jt_ft .ft_nav li {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
#jt_ft .ft_nav li a {
  opacity: 1;
  color: #ffffff;
  transition: all 0.2s;
}
#jt_ft .ft_nav li a:hover {
  opacity: 0.6;
}
#jt_ft .inner {
  display: flex;
  justify-content: space-between;
  padding: 90px 100px;
  margin: 0 auto;
  max-width: 1800px;
}
@media (max-width: 800px) {
  #jt_ft .inner {
    display: none;
  }
}
#jt_ft .innera {
  display: flex;
  justify-content: space-between;
  padding: 40px 100px;
  margin: 0 auto;
  position: relative;
  max-width: 1800px;
}
@media (max-width: 800px) {
  #jt_ft .innera {
    flex-direction: column;
  }
}
#jt_ft .innera::before {
  content: "";
  width: calc(100% - 200px);
  height: 1px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  background: var(--darkgrey);
  display: block;
  opacity: 0.2;
}
#jt_ft .innera .social {
  line-height: 1.5;
  display: flex;
  width: 165px;
  justify-content: space-between;
}
@media (max-width: 800px) {
  #jt_ft .innera .social {
    display: none;
  }
}
#jt_ft .innera .social .socialimg {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: var(--midgrey);
}
#jt_ft .innera .social .socialimg svg {
  width: 20px;
  height: 20px;
  fill: var(--white);
}
#jt_ft .innera .social .socialimg:nth-child(2) svg {
  width: 18px;
  height: 18px;
  fill: var(--white);
}
#jt_ft .innera .social .socialimg:nth-child(3) svg {
  width: 13px;
  height: 13px;
  fill: var(--white);
}
#jt_ft .innera .social .socialimg:nth-child(4) svg {
  width: 15px;
  height: 15px;
  fill: var(--white);
}
#jt_ft .innera .info p {
  height: 36px;
  margin-bottom: 15px;
  font-size: 15px;
  color: var(--darkgrey);
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#jt_ft .innera .info img {
  height: 45px;
}
#jt_ft .innera .info svg {
  margin-right: 10px;
}
#jt_ft .info {
  line-height: 2.2;
  color: rgba(255, 255, 255, 0.8);
}
#jt_ft .info:nth-child(7) {
  text-align: right;
}
#jt_ft .info:nth-child(7) li:nth-child(1) {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: var(--lightweight);
  opacity: 0.8;
}
#jt_ft .info p {
  height: 36px;
  margin-bottom: 15px;
  font-size: 15px;
  color: var(--darkgrey);
  font-weight: 700;
}
#jt_ft .info ul {
  font-weight: var(--mediumweight);
}
#jt_ft .info li {
  color: var(--darkgrey);
  line-height: 1.4;
  display: block;
  font-weight: 400;
  padding: 4px 0;
}
#jt_ft .links {
  margin: auto 0 0 auto;
}
#jt_ft .links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
#jt_ft .links a + a {
  margin-left: 15px;
}
@media (max-width: 800px) {
  .seabox {
    display: none;
  }
}
.seabox .sea {
  display: flex;
  align-items: center;
  height: 50px;
  border: 1px solid #dedede;
  column-gap: 15px;
  padding-left: 10px;
  margin-right: 15px;
  transition: all 0.3s;
}
.seabox .sea:focus-within {
  border-color: var(--color-main);
}
.seabox .sea:focus-within .ico {
  color: var(--color-main);
}
.seabox .ico {
  display: block;
  width: 20px;
  height: 20px;
  color: #999;
}
.seabox .ico svg {
  display: block;
  width: 100%;
  height: 100%;
}
.seabox .ipt {
  border: 0;
  background: transparent;
  height: 100%;
  display: flex;
  font-size: 14px;
  color: var(--color-3);
  align-items: center;
}
.seabox .btn {
  background: var(--color-main);
  border: 0;
  font-size: 14px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: var(--color-white);
  cursor: pointer;
  transition: all 0.3s;
}
.seabox .btn:hover {
  opacity: 0.8;
}
.bannerslide {
  position: relative;
}
@media (max-width: 800px) {
  .bannerslide {
    background: var(--color-0);
  }
}
.bannerslide .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.bannerslide .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  display: inline-block;
  border-radius: 3px;
  opacity: 0.3;
  border-radius: 0px;
  background: #fff;
}
.bannerslide .swiper-pagination-bullet-active {
  background: #4183d1;
  width: 50px;
  height: 4px;
  opacity: 1;
  border-radius: 0px;
  background: #f00;
}
.bannerslide .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
  height: 720px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 800px) {
  .bannerslide .swiper-slide {
    flex-direction: column;
    height: auto;
  }
}
.bannerslide .swiper-slide > img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
  object-fit: cover;
}
@media (max-width: 800px) {
  .bannerslide .swiper-slide > img {
    height: 220px;
    min-height: 100px;
  }
}
.bannerslide .swiper-slide .bannercen {
  position: absolute;
  width: 100%;
  padding: 0 8%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1700px;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  .bannerslide .swiper-slide .bannercen {
    position: relative;
    padding: 6vw 4vw;
    background: var(--color-0);
    height: auto !important;
  }
}
.bannerslide .swiper-slide .bannercensub {
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .bannerslide .swiper-slide .bannercensub {
    padding: 0 var(--gap-h1);
  }
}
.bannerslide .swiper-slide .miniprogram {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .bannerslide .swiper-slide .miniprogram {
    display: none;
  }
}
.bannerslide .swiper-slide .serverqrcode {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 800px) {
  .bannerslide .swiper-slide .serverqrcode {
    display: none;
  }
}
.bannerslide .swiper-slide .serverqrcode .phone_block {
  border: rgba(255, 255, 255) 2px solid;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  column-gap: 50px;
  padding: 20px 20px;
}
.bannerslide .swiper-slide .serverqrcode .keycustomer {
  color: rgba(255, 255, 255);
  font-weight: 600;
  margin-bottom: 20px;
}
.bannerslide .swiper-slide .serverqrcode .contacter {
  color: rgba(255, 255, 255);
}
.bannerslide .swiper-slide .textbox {
  width: 680px;
  color: #fff;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.4s 0.2s;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .bannerslide .swiper-slide .textbox {
    width: 100%;
  }
}
.bannerslide .swiper-slide .textbox .pad {
  padding: 0px 0px;
}
.bannerslide .swiper-slide .textbox .sub {
  text-align: left;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0px;
  margin-top: 10px;
  line-height: 140%;
  margin-bottom: 10px;
  text-shadow: 3px 0 5px rgba(7, 7, 7, 0.75);
}
@media (max-width: 800px) {
  .bannerslide .swiper-slide .textbox .sub {
    font-size: var(--fsize-txt) !important;
  }
}
@media (max-width: 800px) {
  .bannerslide .swiper-slide .textbox .sub.sm {
    display: none !important;
  }
}
.bannerslide .swiper-slide .textbox .tit {
  text-align: left;
  font-size: 3vw !important;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 23px;
  color: #ffffff;
  font-weight: 800;
  text-shadow: 3px 0 5px rgba(7, 7, 7, 0.75);
}
@media (max-width: 800px) {
  .bannerslide .swiper-slide .textbox .tit {
    font-size: var(--fsize-h2) !important;
  }
  .bannerslide .swiper-slide .textbox .tit font {
    font-size: var(--fsize-h2) !important;
  }
}
.bannerslide .swiper-slide .textbox .fontsty {
  font-size: 20px;
  font-weight: 600;
  color: #ff3131;
}
.bannerslide .swiper-slide .textbox .txt {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  width: 600px;
  margin: 0 auto;
  margin-top: 40px;
}
.bannerslide .swiper-slide .textbox .btn {
  text-align: left;
  display: block;
  margin-top: 50px;
}
@media (max-width: 800px) {
  .bannerslide .swiper-slide .textbox .btn {
    display: none;
  }
}
.bannerslide .swiper-slide .textbox .btn a {
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  padding: 9px 40px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
  border-radius: 40px;
  background: #6a9d19;
}
.bannerslide .swiper-slide .textbox .btn a.about {
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  border: #fff 1px solid;
  background: transparent;
}
.bannerslide .swiper-slide .textbox .btn a:hover {
  background: var(--primary);
  color: #fff;
}
.bannerslide .swiper-slide.swiper-slide-active .textbox {
  opacity: 1;
  transform: translateY(0);
  /*	background:url(../images/babg.jpg) repeat center center;*/
}
.bannerslide .index-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 800px) {
  .bannerslide .index-bg {
    height: 220px;
    position: relative;
  }
}
.bannerslide .autoplay-progress {
  position: absolute;
  right: 30px;
  bottom: 70px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}
.bannerslide .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.bannerslide .swiper-slide-active img,
.bannerslide .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}
.bannerslide .swiper-button-next,
.bannerslide .swiper-container-rtl .swiper-button-prev {
  color: #fff;
  padding: 40px 30px;
  width: 80px;
  height: 80px;
  font-size: 25px;
}
@media (max-width: 800px) {
  .bannerslide .swiper-button-next,
  .bannerslide .swiper-container-rtl .swiper-button-prev {
    width: 40px;
    height: 40px;
    padding: 2vw;
  }
}
.bannerslide .swiper-button-prev,
.bannerslide .swiper-container-rtl .swiper-button-next {
  color: #fff;
  padding: 40px 30px;
  width: 80px;
  height: 80px;
  font-size: 25px;
}
@media (max-width: 800px) {
  .bannerslide .swiper-button-prev,
  .bannerslide .swiper-container-rtl .swiper-button-next {
    width: 40px;
    height: 40px;
    padding: 2vw;
  }
}
.bannerslide .swiper-button-next:after,
.bannerslide .swiper-button-prev:after {
  font-size: 25px;
  font-weight: 900;
}
.bannerslide .swiper-horizontal > .bannerslide .swiper-pagination-bullets,
.bannerslide .swiper-pagination-bullets.swiper-pagination-horizontal,
.bannerslide .swiper-pagination-custom,
.bannerslide .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 20px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
#inc01 {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, rgba(0, 0, 0, 0.03) 100%);
  margin-bottom: 80px;
}
#inc01 .about_top {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 80px;
}
@media (max-width: 800px) {
  #inc01 .about_top {
    padding: 0 4vw;
  }
}
#inc01 .about_top .about_sub {
  font-size: var(--16fontsize);
  font-weight: var(--mediumweight);
}
#inc01 .about_top .about_tit {
  font-size: var(--36fontsize);
  font-weight: var(--boldweight);
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: -1px;
  color: var(--black);
}
@media (max-width: 800px) {
  #inc01 .about_top .about_tit {
    font-size: var(--fsize-h2);
  }
}
#inc01 .about_top .about_txt {
  line-height: 1.5;
  font-size: var(--15fontsize);
  font-weight: var(--lightweight);
  margin-bottom: 50px;
}
#inc01 .solutions_block {
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 100px;
}
@media (max-width: 800px) {
  #inc01 .solutions_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    row-gap: var(--gap-h3);
  }
}
#inc01 .solutions_numbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#inc01 .digtal {
  font-weight: 600;
  margin-right: 10px;
  display: inline-block;
  font-size: 45px;
  line-height: 1.3;
  color: var(--primary);
}
#inc01 .num_block {
  display: flex;
  align-items: flex-end;
}
#inc01 .inner {
  padding: 70px 0px 100px 0px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  column-gap: 6%;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  box-sizing: content-box;
}
@media (max-width: 1440px) {
  #inc01 .inner {
    padding: 70px var(--gap-h1) 100px;
    box-sizing: border-box;
  }
}
#inc01 .inner .leftbox {
  display: flex;
  column-gap: 100px;
}
@media (max-width: 800px) {
  #inc01 .inner .leftbox {
    flex-direction: column;
    align-items: flex-start;
    row-gap: var(--gap-h3);
  }
}
#inc01 .inner .compblock {
  width: 300px;
}
#inc01 .inner .title {
  font-size: var(--24fontsize);
  font-weight: var(--boldweight);
  letter-spacing: -1px;
  position: relative;
  flex: 1;
}
#inc01 .inner .content {
  line-height: 1.5;
  font-size: var(--15fontsize);
  font-weight: var(--lightweight);
  flex: 1;
}
#inc01 .inner .compbutton .comprightbutton {
  padding: 10px 30px;
  background: var(--primary);
  color: #fff;
  display: inline-table;
  transition: all ease-in 0.3s;
  text-decoration: none;
}
#inc01 .inner .compbutton .comprightbutton:hover {
  background: var(--black);
}
#inc01 .inner .compbutton .comprightbutton svg {
  width: 13px;
  margin-left: 5px;
  fill: var(--white);
}
#inc01 .about_img {
  position: relative;
}
#inc01 .about_img .con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#inc01 .about_img .con .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
#inc01 .about_img .con .wrapper .item {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 45px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#inc01 .about_img .con .wrapper .item .hd {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
}
#inc01 .about_img .con .wrapper .item .bd {
  display: flex;
  column-gap: 30px;
}
#inc01 .about_img .con .wrapper .item .bd .it {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}
#inc01 .about_img .con .wrapper .item .bd .it .img {
  width: 140px;
  mix-blend-mode: multiply;
}
#inc01 .about_img .con .wrapper .item .bd .it .img img {
  display: block;
  width: 100%;
}
#inc01 .about_img .con .wrapper .item .bd .it .nam {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
#inc01 .about_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.redcolor {
  display: contents;
  color: var(--primary);
}
#inc02 {
  display: flex;
  align-items: center;
  height: 820px;
  background: #f6f6f6 url(../img/jt-img/inc02-rd.jpg) center no-repeat;
}
@media (max-width: 800px) {
  #inc02 {
    height: auto;
  }
}
#inc02 .contentbox {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: var(--white);
}
@media (max-width: 1440px) {
  #inc02 .contentbox {
    padding: 0 var(--gap-h1);
  }
}
#inc02 .rightcoops {
  float: right;
  line-height: 1.5;
  font-size: var(--15fontsize);
  font-weight: var(--lightweight);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#inc02 .leftcoop {
  width: 100%;
  padding: 70px 70px;
}
@media (max-width: 1440px) {
  #inc02 .leftcoop {
    padding: 70px 0;
  }
}
#inc02 .leftcoop .tit {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 90px;
}
@media (max-width: 800px) {
  #inc02 .leftcoop .tit {
    flex-direction: column;
    align-items: flex-start;
    row-gap: var(--gap-h3);
    margin-bottom: 30px;
  }
}
#inc02 .leftcoop .tit a {
  width: 42%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  row-gap: 30px;
  text-decoration: none;
}
@media (max-width: 800px) {
  #inc02 .leftcoop .tit a {
    width: 100%;
  }
}
#inc02 .leftcoop .tit a .button {
  font-size: var(--15fontsize);
  font-weight: var(--lightweight);
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 120px;
}
#inc02 .leftcoop .tit a .button svg {
  width: 17px;
}
#inc02 .leftcoop .tits {
  font-size: var(--36fontsize);
  font-weight: var(--boldweight);
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 0px;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 800px) {
  #inc02 .leftcoop .tits {
    font-size: var(--fsize-h2);
  }
}
#inc02 .leftcoop .txt {
  overflow: hidden;
  line-height: 1.5;
  font-size: var(--15fontsize);
  font-weight: var(--lightweight);
  margin-bottom: 60px;
  margin-top: 15px;
}
#inc02 .leftcoop .txt p {
  margin: 5px 0;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
#inc02 .leftcoop .txt div {
  white-space: pre-line;
  line-height: 0.8;
  letter-spacing: 0.4px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.8);
}
#inc02 .leftcoop .coop_slide .swiper-slide {
  display: grid;
  grid-template-columns: repeat(5, 2fr);
  grid-gap: 30px;
  text-align: center;
}
@media (max-width: 800px) {
  #inc02 .leftcoop .coop_slide .swiper-slide {
    grid-template-columns: repeat(2, 1fr);
  }
}
#inc02 .leftcoop .brand {
  display: flex;
  flex-direction: column;
}
#inc02 .leftcoop .brand .brand_img {
  height: 40px;
  margin-bottom: 5px;
}
#inc02 .leftcoop .brand .brand_img img {
  height: 100%;
}
#inc02 .leftcoop .brand .brand_txt {
  line-height: 1.5;
  font-size: var(--15fontsize);
  font-weight: var(--lightweight);
}
#inc03 .inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 800px) {
  #inc03 .inner {
    padding: 10vw 4vw;
  }
}
#inc03 .newbox {
  background: #f0f4f5;
  padding: 30px;
  display: flex;
  column-gap: 30px;
  justify-content: space-between;
}
@media (max-width: 800px) {
  #inc03 .newbox {
    flex-direction: column;
    row-gap: 30px;
  }
}
#inc03 .newbox .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
#inc03 .newbox .item .hd {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
}
#inc03 .newbox .item .bd {
  display: flex;
  column-gap: 30px;
}
@media (max-width: 800px) {
  #inc03 .newbox .item .bd {
    flex-direction: column;
    row-gap: 30px;
  }
}
#inc03 .newbox .item .bd .it {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}
#inc03 .newbox .item .bd .it .img {
  width: 200px;
  mix-blend-mode: multiply;
}
#inc03 .newbox .item .bd .it .img img {
  display: block;
  width: 100%;
}
#inc03 .newbox .item .bd .it .txt {
  font-size: 18px;
  line-height: 1.8;
}
#inc03 .newbox .item .bd .it .txt strong {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary);
}
#inc03 .newbox .item .bd .it .nam {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
#inc03 .redblock {
  padding: 40px 60px;
  background: var(--primary) url(../img/jt-img/inc03-bg.png) repeat center center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  #inc03 .redblock {
    padding: var(--gap-h2);
    flex-direction: column;
  }
}
#inc03 .toptit .pt1 {
  font-size: var(--60fontsize);
  font-weight: var(--boldweight);
  line-height: 1.4;
  margin-bottom: 5px;
  letter-spacing: -1px;
  color: var(--black);
  text-align: center;
}
@media (max-width: 800px) {
  #inc03 .toptit .pt1 {
    font-size: var(--fsize-h2);
  }
}
#inc03 .toptit .pt2 {
  text-align: center;
  font-size: 26px;
  color: #b80f0a;
  margin-bottom: 30px;
}
#inc03 .qrcodeblock {
  display: flex;
}
@media (max-width: 800px) {
  #inc03 .qrcodeblock {
    flex-direction: column;
  }
}
#inc03 .qrcodeblock_left {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
  background: #f0f4f5;
  padding: 60px 60px;
  justify-content: center;
  column-gap: 70px;
}
@media (max-width: 800px) {
  #inc03 .qrcodeblock_left {
    padding: var(--gap-h2);
    column-gap: var(--gap-large);
  }
}
#inc03 .qrcodeblock_left .hpt > p {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
#inc03 .qrcodeblock_left .hpt > span {
  display: block;
  line-height: 1.4;
}
#inc03 .qrcodeblock_left .hpi {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: right;
}
#inc03 .qrcodeblock_right {
  background: #f7f7f7;
  padding: 60px 60px;
  display: flex;
  column-gap: 70px;
}
@media (max-width: 800px) {
  #inc03 .qrcodeblock_right {
    padding: var(--gap-h2);
    column-gap: var(--gap-large);
  }
}
#inc03 .qrcodeblock_right .hpt > p {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
#inc03 .qrcodeblock_right .hpt > span {
  display: block;
  line-height: 1.4;
}
#inc03 .qrcodeblock_right .hpi {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: right;
}
#inc03 .noticeleftblock {
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  width: 80px;
  height: 80px;
}
#inc03 .noticeleftblock svg {
  width: 50px;
  height: 50px;
  color: var(--primary);
}
#inc03 .noticecenterblock {
  width: 80%;
  column-gap: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 800px) {
  #inc03 .noticecenterblock {
    width: 100%;
  }
}
#inc03 .noticecenterblock .rightbox {
  width: 70%;
}
#inc03 .noticecenterblock .title {
  font-size: var(--20fontsize);
  color: #fff;
  font-weight: var(--boldweight);
}
#inc03 .noticecenterblock .content {
  color: #fff;
  line-height: 1.4;
  margin-top: 10px;
  font-weight: var(--lightweight);
  opacity: 0.9;
}
#inc03 .noticerightblock .notice_btn {
  border: var(--white) 2px solid;
  padding: 13px 30px;
  font-size: var(--14fontsize);
  font-weight: var(--mediumweight);
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 800px) {
  #inc03 .noticerightblock .notice_btn {
    display: flex;
    margin-top: var(--gap-h2);
  }
}
#inc03 .noticerightblock .notice_btn:hover {
  background: var(--color-white);
  color: var(--color-main);
}
#inc04 {
  position: relative;
  padding: 60px 0 80px 0;
  background-color: #f7f7f7;
}
@media (max-width: 800px) {
  #inc04 {
    padding: 10vw 0;
  }
}
#inc04 .swiper-containers {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 40px;
  height: 100%;
}
@media (max-width: 1440px) {
  #inc04 .swiper-containers {
    padding: 0 var(--gap-h1);
  }
}
@media (max-width: 800px) {
  #inc04 .swiper-containers {
    flex-direction: column;
    row-gap: var(--gap-h3);
  }
}
#inc04 .swiper-containers .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  #inc04 .swiper-containers .swiper-wrapper {
    flex-direction: column;
    align-items: flex-start;
    row-gap: var(--gap-h3);
  }
}
#inc04 .swiper-containers .swiper-wrapper:nth-child(3) {
  margin-bottom: 0px;
}
#inc04 .procategorys {
  font-size: 14px;
  display: inline-table;
  letter-spacing: 1px;
}
#inc04 .inner {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  #inc04 .inner {
    padding: 0 var(--gap-h1);
  }
}
@media (max-width: 800px) {
  #inc04 .inner {
    flex-direction: column;
    align-items: flex-start;
    row-gap: var(--gap-large);
  }
}
#inc04 .inner .advtxt {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  #inc04 .inner .advtxt {
    flex-direction: column;
    align-items: flex-start;
  }
}
#inc04 .inner .advtxt a {
  line-height: 28px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}
#inc04 .inner .advtxt span {
  margin: 0 5px;
}
#inc04 .inner .p2 {
  display: inline-block;
  background-color: var(--primary);
  color: #fff;
  padding: 4px 15px;
  border-radius: 4px;
  margin-right: 10px;
}
#inc04 .inner .p3 .red {
  color: var(--primary);
  font-weight: bold;
  font-size: 15px;
}
#inc04 .inner .feat {
  color: var(--primary);
}
#inc04 .inner .toptit {
  letter-spacing: -1px;
  color: var(--black);
  font-size: var(--36fontsize);
  font-weight: var(--boldweight);
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  #inc04 .inner .toptit {
    font-size: var(--fsize-h2);
  }
}
#inc04 .inner .desc {
  line-height: 1.5;
  font-size: var(--15fontsize);
  font-weight: var(--lightweight);
  max-width: 500px;
}
#inc04 .swiper-slide {
  background: #fff;
  width: calc((100% - 20px) / 3);
  flex-shrink: 1;
  border-radius: 6px;
  padding: 35px;
}
@media (max-width: 800px) {
  #inc04 .swiper-slide {
    width: 100%;
  }
}
#inc04 .swiper-slide .proimg {
  text-align: center;
  overflow: hidden;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#inc04 .swiper-slide .proimg .pa {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#inc04 .swiper-slide .proimg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all ease 0.7s;
}
#inc04 .swiper-slide .proimg:hover img {
  cursor: pointer;
  transform: scale(1.03, 1.03);
}
#inc04 .proname {
  font-weight: var(--boldweight);
  margin-bottom: 10px;
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#inc04 .model {
  margin-bottom: 30px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5;
  font-weight: var(--lightweight);
}
#inc04 .pro_explorer {
  background: var(--primary);
  color: var(--white);
  padding: 8px 20px;
  text-align: center;
  font-size: var(--15fontsize);
  display: flex;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
#inc04 .pro_explorer:hover {
  opacity: 0.8;
}
#inc04 .pro_explorer svg {
  width: 16px;
  margin-left: 8px;
}
#inc04 .pro_download {
  border: rgba(0, 0, 0, 0.2) 1px solid;
  color: var(--midgrey);
  padding: 8px 20px;
  text-align: center;
  margin-top: 10px;
  font-size: var(--15fontsize);
  display: flex;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
#inc04 .pro_download:hover {
  opacity: 0.8;
}
#inc04 .pro_download svg {
  width: 16px;
  margin-left: 8px;
}
#inc04 .pro_notice {
  font-size: var(--15fontsize);
  line-height: 1.4;
  margin-top: 20px;
  padding-left: 15px;
  position: relative;
  color: var(--primary);
  letter-spacing: 1px;
  font-weight: 500;
  text-align: right;
  display: none;
}
#inc04 .pro_notice::before {
  content: "¥";
  position: relative;
  left: -5px;
}
.filter-container {
  width: 300px;
  position: sticky;
  top: 10px;
  align-self: flex-start;
}
@media (max-width: 800px) {
  .filter-container {
    display: none;
  }
}
.filter-container .nul {
  display: flex;
  flex-direction: column;
  row-gap: var(--gap-mini);
}
.filter-container .nul .nli .na {
  display: flex;
  width: 100%;
  text-decoration: none;
  border-radius: 4px;
  font-size: var(--fsize-txt);
  line-height: 1.6;
  background: var(--color-white);
  padding: var(--gap-small) var(--gap-large);
}
.filter-container .nul .nli.on .na {
  background: var(--color-main);
  color: var(--color-white);
}
.filter-title {
  font-weight: var(--mediumweight);
  margin-bottom: 17px;
  color: #333;
  line-height: 1.4;
  font-size: var(--fsize-large);
}
.filter-group {
  margin-bottom: 20px;
}
.filter-group label {
  display: block;
  margin: 5px 0;
  cursor: pointer;
  padding-left: 24px;
  position: relative;
  line-height: 1.4;
  font-size: var(--fsize-txt);
}
.filter-group input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 6px;
  accent-color: var(--darkgrey);
}
.splitline {
  width: 100%;
  height: 1px;
  background: var(--black);
  opacity: 0.1;
  margin-top: 25px;
  margin-bottom: 25px;
}
.filter-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.clear-filter {
  cursor: pointer;
  transition: all 0.2s;
  font-size: 14px;
  text-decoration: underline;
  font-weight: normal;
  width: 100%;
}
.clear-filter:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.old-products {
  text-decoration: none;
  transition: color 0.2s;
  font-size: 14px;
  font-weight: var(--weight);
  display: flex;
  align-items: center;
}
.old-products svg {
  width: 17px;
  margin-left: 5px;
}
.old-products:hover {
  text-decoration: underline;
}
.prorightbox {
  flex: 1;
}
.sorting-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 10px;
  background-color: #ffffff;
}
@media (max-width: 800px) {
  .sorting-container {
    flex-direction: column;
    align-items: flex-start;
    row-gap: var(--gap-h3);
  }
}
.sort-label {
  margin-right: 8px;
  font-weight: normal;
  font-weight: 600;
  font-size: var(--fsize-txt);
}
.prosort {
  display: flex;
  align-items: center;
}
#sort-select {
  padding: 6px 10px;
  border: 1px solid #ccc;
  width: 130px;
}
.results-info {
  display: flex;
  align-items: center;
  font-size: 15px;
}
@media (max-width: 800px) {
  .results-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.results-info .redc {
  color: var(--primary);
}
.result-count {
  margin-right: 12px;
}
.totaldigit {
  color: var(--primary);
}
.show-all {
  color: #b33951;
  text-decoration: underline;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#inc05 {
  position: relative;
  background: rgba(0, 0, 0, 0.03);
  background-size: cover;
  height: 850px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#inc05 .servbg {
  background: rgba(0, 0, 0, 0.03) url(../img/jt-img/inc05-servbg.jpg?3) no-repeat center center;
  background-size: cover;
  height: 650px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
#inc05 .servbg .con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#inc05 .servbg .con .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
#inc05 .servbg .con .wrapper .item {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 45px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#inc05 .servbg .con .wrapper .item .hd {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
}
#inc05 .servbg .con .wrapper .item .bd {
  display: flex;
  column-gap: 30px;
}
#inc05 .servbg .con .wrapper .item .bd .it {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}
#inc05 .servbg .con .wrapper .item .bd .it .img {
  width: 140px;
  mix-blend-mode: multiply;
}
#inc05 .servbg .con .wrapper .item .bd .it .img img {
  display: block;
  width: 100%;
}
#inc05 .servbg .con .wrapper .item .bd .it .nam {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
#inc05 .contactblock {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  align-items: flex-start;
  margin-bottom: 70px;
  margin-top: 70px;
}
@media (max-width: 1440px) {
  #inc05 .contactblock {
    padding: 0 var(--gap-h1);
  }
}
#inc05 .leftbox {
  width: 100%;
}
#inc05 .leftbox .other {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: center;
  align-items: center;
}
#inc05 .leftbox .other .contactinfo {
  letter-spacing: -1px;
  color: var(--black);
  font-size: var(--36fontsize);
  font-weight: var(--boldweight);
  line-height: 1.2;
  margin-bottom: 27px;
}
@media (max-width: 800px) {
  #inc05 .leftbox .other .contactinfo {
    font-size: var(--fsize-h2);
  }
}
#inc05 .leftbox .other .contactinfo:nth-child(3) {
  line-height: 1.4;
}
#inc05 .leftbox .other p {
  font-size: 16px;
  margin-top: 5px;
}
#inc05 .leftbox .downloadnotice {
  line-height: 1.4;
  opacity: 0.9;
  white-space: pre-line;
  text-align: center;
}
#inc06 {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, rgba(0, 0, 0, 0.03) 100%);
  background-size: cover;
  padding: 0px 0px 100px 0px;
  box-sizing: content-box;
}
#inc06 .titblock {
  max-width: 1800px;
  padding: 0px 90px;
  box-sizing: content-box;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 800px) {
  #inc06 .titblock {
    padding: 0 4vw;
  }
}
#inc06 .titblock .service_top {
  display: flex;
  column-gap: 4%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
#inc06 .titblock .service_top .leftblock {
  width: 100%;
  flex: 1;
}
#inc06 .titblock .service_top .leftblock img {
  width: 100%;
  object-fit: cover;
}
#inc06 .titblock .service_top .rightblock {
  width: 400px;
  text-align: left;
}
#inc06 .titblock .service_top .rightblock .indusboxtit {
  font-size: var(--24fontsize);
  font-weight: var(--boldweight);
  margin-bottom: 35px;
  line-height: 1.4;
}
#inc06 .titblock .service_top .rightblock .indusboxtxt {
  line-height: 1.5;
  font-size: var(--15fontsize);
  font-weight: var(--lightweight);
  margin-bottom: 50px;
}
#inc06 .titblock .aboutcomp_block {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
#inc06 .titblock .aboutcomp_box {
  padding: 18px 0px;
  border-bottom: #ddd 1px solid;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
}
#inc06 .titblock .aboutcomp_box:hover .arrbtn svg {
  color: var(--color-main);
  transform: rotate(45deg);
}
#inc06 .titblock .arrbtn svg {
  color: #666;
  width: 21px;
  transition: all ease 0.3s;
}
#inc06 .titblock .indusblock {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
  justify-content: space-between;
}
#inc06 .titblock .indusblock .indusbox {
  display: flex;
  width: 100%;
  text-align: left;
  column-gap: 4%;
}
#inc06 .titblock .indusblock .service_box {
  width: 400px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
#inc06 .titblock .indusbox .indusboximg {
  flex: 1;
}
#inc06 .titblock .indusbox .indusboximg img {
  width: 100%;
  transition: all ease 0.7s;
}
#inc06 .titblock .indusbox .indusboxtit {
  font-size: var(--24fontsize);
  font-weight: var(--boldweight);
  margin-bottom: 35px;
  line-height: 1.4;
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
#inc06 .titblock .indusbox .indusboxtxt {
  line-height: 1.5;
  font-size: var(--15fontsize);
  font-weight: var(--lightweight);
  margin-bottom: 30px;
}
#inc06 .titblock .indusbox .service_btn {
  color: var(--primary);
}
#inc06 .titblock .indusbox .service_btn svg {
  width: 13px;
  fill: var(--primary);
  margin-left: 5px;
}
#inc06 .title {
  font-size: var(--36fontsize);
  font-weight: var(--boldweight);
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: -1px;
  color: var(--black);
}
@media (max-width: 800px) {
  #inc06 .title {
    font-size: var(--fsize-h2);
  }
}
#inc06 .subtit {
  line-height: 1.5;
  font-size: var(--15fontsize);
  font-weight: var(--lightweight);
}
#inc06 .button {
  padding: 15px 30px;
  background: #b80f0a;
  width: 185px;
  color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
  transition: all ease-in 0.3s;
}
#inc06 .button:hover {
  background: #6d6d6d;
  cursor: pointer;
}
#inc06 .button svg {
  fill: #fff;
}
#inc06 .supportblock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1400px;
  margin: 0 auto;
  column-gap: 60px;
  margin-top: 40px;
}
#inc06 .supportblock .techtopblock .titlesa {
  font-weight: var(--mediumweight);
  font-size: var(--24fontsize);
  transition: all ease-in 0.3s;
  margin-bottom: 10px;
}
#inc06 .supportblock .techtopblock .content {
  text-align: left;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: var(--15fontsize);
  margin-bottom: 30px;
  font-weight: var(--lightweight);
}
#inc06 .techbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 20%;
}
#inc06 .tech_tit {
  display: flex;
  justify-content: space-between;
  width: 420px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
#inc06 .tech_txt {
  flex: 1;
  line-height: 1.5;
}
#inc07 {
  position: relative;
  background: #fff;
  background-size: cover;
  padding: 100px 90px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 800px) {
  #inc07 {
    padding: 10vw 4vw;
  }
}
#inc07 .contentboxs {
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 1800px;
}
#inc07 .contentboxs:nth-child(1) {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 800px) {
  #inc07 .contentboxs:nth-child(1) {
    flex-direction: column;
  }
}
#inc07 .contentboxs .newstitles {
  font-size: 32px;
  letter-spacing: -1px;
  color: var(--black);
  font-size: var(--36fontsize);
  font-weight: var(--boldweight);
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  #inc07 .contentboxs .newstitles {
    font-size: var(--fsize-h2);
  }
}
#inc07 .newsdescription {
  line-height: 1.5;
  font-size: var(--15fontsize);
  font-weight: var(--lightweight);
  margin-bottom: 60px;
  max-width: 500px;
}
#inc07 .btnclass {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--15fontsize);
  column-gap: 6px;
}
@media (max-width: 800px) {
  #inc07 .btnclass {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: var(--gap-small);
  }
}
#inc07 .newsbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--15fontsize);
  border: rgba(0, 0, 0, 0.1) 1px solid;
  padding: 5px 17px;
  border-radius: 30px;
}
#inc07 .newsbtn svg {
  width: 13px;
  margin-left: 5px;
}
#inc07 .contentbox {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 20px;
}
@media (max-width: 800px) {
  #inc07 .contentbox {
    margin-top: var(--gap-h3);
    grid-template-columns: repeat(1, 1fr);
  }
}
#inc07 .contentbox:nth-child(1) {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#inc07 .newsbox {
  padding: 50px 45px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
}
#inc07 .newsbox:hover .newstitle {
  color: #b80f0a;
}
#inc07 .news_more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}
#inc07 .more_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--primary);
  font-size: var(--15fontsize);
}
#inc07 .more_btn svg {
  width: 13px;
  margin-left: 5px;
  fill: var(--primary);
}
#inc07 .newsheadline {
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.6;
  margin-bottom: 20px;
}
#inc07 .newsheadline svg {
  margin-right: 7px;
}
#inc07 .newstitle {
  font-size: var(--16fontsize);
  font-weight: var(--mediumweight);
  color: var(--darkgrey);
  line-height: 1.5;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all ease-in 0.3s;
}
#inc07 .newscontent {
  line-height: 1.5;
  font-size: var(--15fontsize);
  font-weight: var(--lightweight);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: var(--midgrey);
}
#inc08 {
  position: relative;
  background: rgba(0, 0, 0, 0.03);
}
#inc08 .contentbox {
  width: calc(100% - 180px);
  padding: 100px 90px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media (max-width: 800px) {
  #inc08 .contentbox {
    width: 100%;
    padding: 10vw 4vw;
    box-sizing: border-box;
  }
}
#inc08 .contentbox .design_top {
  width: 100%;
  display: block;
  max-width: 1800px;
  margin: 0 auto;
}
#inc08 .contentbox .design_top .subdesign::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  position: relative;
  top: 40px;
  background: var(--primary);
  opacity: 0.6;
}
#inc08 .contentbox .design_top .tit {
  font-size: var(--36fontsize);
  font-weight: var(--boldweight);
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -1px;
  color: var(--black);
  text-align: center;
}
@media (max-width: 800px) {
  #inc08 .contentbox .design_top .tit {
    font-size: var(--fsize-h2);
    text-align: left;
  }
}
#inc08 .contentbox .design_top .txt {
  line-height: 1.5;
  font-size: var(--15fontsize);
  font-weight: var(--lightweight);
  text-align: center;
  margin-bottom: 70px;
}
#inc08 .inc08_slide {
  max-width: 1800px;
}
#inc08 .inc08_slide .swiper-slide {
  background: var(--white);
}
#inc08 .inc08_slide .swiper-slide .design_img {
  width: 100%;
}
#inc08 .inc08_slide .swiper-slide .design_img img {
  width: 100%;
  object-fit: cover;
}
#inc08 .inc08_slide .swiper-slide a {
  display: block;
  padding: 20px 40px 40px 40px;
  text-decoration: none;
  transition: all ease-in 0.3s;
}
#inc08 .inc08_slide .swiper-slide a .news_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
#inc08 .inc08_slide .swiper-slide a .news_block svg {
  width: 16px;
  margin-right: 10px;
  position: relative;
  top: -280px;
  right: -25px;
  color: rgba(255, 255, 255, 0.5);
}
#inc08 .inc08_slide .swiper-slide a .info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
  font-size: var(--15fontsize);
  font-weight: var(--lightweight);
}
#inc08 .inc08_slide .swiper-slide a .tit {
  font-size: var(--18fontsize);
  font-weight: var(--regularweight);
  margin-bottom: 25px;
  line-height: 1.4;
  color: var(--primary);
}
#inc10 {
  position: relative;
  background: var(--white);
  background-size: cover;
  padding: 100px 0px 100px 0px;
}
#inc10 .inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  #inc10 .inner {
    padding: 0 var(--gap-h1);
  }
}
#inc10 .inner .tech_name {
  margin-bottom: 40px;
  font-weight: var(--mediumweight);
}
#inc10 .inner .tech_name::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  position: relative;
  top: 40px;
  background: var(--primary);
  opacity: 0.6;
}
#inc10 .titblock .indusblock {
  display: flex;
  column-gap: 4%;
  justify-content: space-between;
  margin-bottom: 40px;
}
#inc10 .titblock .indusblock .indusbox {
  display: flex;
  flex-direction: column;
  width: 48%;
  text-align: left;
}
#inc10 .titblock .indusblock .indusbox:hover {
  cursor: pointer;
}
#inc10 .titblock .indusblock .indusbox:hover .indusboxtit {
  color: #b80f0a;
}
#inc10 .titblock .indusblock .service_box {
  padding: 50px 50px;
  background: var(--white);
}
#inc10 .titblock .indusbox .indusboximg img {
  width: 100%;
  transition: all ease 0.7s;
}
#inc10 .titblock .indusbox:hover .indusboximg img {
  transform: translateY(-8px);
}
#inc10 .titblock .indusbox .indusboxtit {
  font-size: var(--24fontsize);
  font-weight: var(--regularweight);
  margin-bottom: 20px;
  line-height: 1.4;
  transition: all ease-in 0.3s;
}
#inc10 .titblock .indusbox .indusboxtxt {
  overflow: hidden;
  line-height: 1.5;
  font-size: var(--15fontsize);
  font-weight: var(--lightweight);
  margin-bottom: 30px;
}
#inc10 .subtit {
  line-height: 1.5;
  font-size: var(--15fontsize);
  font-weight: var(--lightweight);
}
#inc10 .button {
  padding: 15px 30px;
  background: #b80f0a;
  width: 185px;
  color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
  transition: all ease-in 0.3s;
}
#inc10 .button:hover {
  background: #6d6d6d;
  cursor: pointer;
}
#inc10 .button svg {
  fill: #fff;
}
#inc10 .supportblock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1800px;
  padding: 0px 90px;
  box-sizing: content-box;
  margin: 0 auto;
  column-gap: 60px;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  #inc10 .supportblock {
    padding: 0 var(--gap-h1);
  }
}
@media (max-width: 800px) {
  #inc10 .supportblock {
    flex-direction: column;
    row-gap: var(--gap-h3);
  }
}
#inc10 .supportblock .tech_imgblock {
  width: 100%;
  flex: 1;
}
#inc10 .supportblock .tech_imgblock img {
  width: 100%;
  object-fit: cover;
}
#inc10 .supportblock .tech_content {
  width: 400px;
}
@media (max-width: 800px) {
  #inc10 .supportblock .tech_content {
    width: 100%;
  }
}
#inc10 .supportblock .techtopblock .titlesa {
  font-weight: var(--boldweight);
  font-size: var(--24fontsize);
  transition: all ease-in 0.3s;
  margin-bottom: 35px;
}
#inc10 .supportblock .techtopblock .content {
  text-align: left;
  line-height: 1.5;
  font-size: var(--15fontsize);
  margin-bottom: 30px;
  font-weight: var(--lightweight);
}
#inc10 .techbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 20%;
}
@media (max-width: 800px) {
  #inc10 .techbox {
    flex-direction: column;
  }
}
#inc10 .tech_tit {
  display: flex;
  justify-content: space-between;
  width: 510px;
  margin: 0 auto;
  font-size: var(--36fontsize);
  font-weight: var(--boldweight);
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -1px;
  color: var(--black);
}
@media (max-width: 800px) {
  #inc10 .tech_tit {
    width: 100%;
    font-size: var(--fsize-h2);
  }
}
#inc10 .tech_txt {
  flex: 1;
  line-height: 1.5;
}
#inc10 .right {
  width: 100%;
}
#inc10 .right .late_box .late_none svg {
  color: #666;
  width: 21px;
  transition: all ease 0.3s;
}
#inc10 .right .late_box .latest {
  overflow: hidden;
  line-height: 90px;
  height: 90px;
  border-bottom: 1px solid #e1e1e1;
  transition: all 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
#inc10 .right .late_box .latest:hover .late_none svg {
  color: var(--color-main);
  transform: rotate(45deg);
}
#inc10 .right .late_box .latest.on {
  height: 250px;
  height: 170px;
  border-bottom: 1px solid #e1e1e1;
  transition: all 0.2s;
}
#inc10 .right .late_box .latest:last-child {
  border-bottom: 1px solid #e1e1e1;
}
#inc11 {
  padding-top: 100px;
}
#inc11 .solutions {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  align-items: center;
}
@media (max-width: 800px) {
  #inc11 .solutions {
    padding: 0 4vw 10vw;
  }
}
#inc11 .solutions .solutions_tit {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  font-size: var(--36fontsize);
  font-weight: var(--boldweight);
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -1px;
  color: var(--black);
}
@media (max-width: 800px) {
  #inc11 .solutions .solutions_tit {
    font-size: var(--fsize-h2);
  }
}
#inc11 .solutions .solutions_txt {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
}
#inc11 .solutions .solutions_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 100px;
}
@media (max-width: 800px) {
  #inc11 .solutions .solutions_block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    row-gap: var(--gap-h3);
  }
}
#inc11 .solutions .solutions_numbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#inc11 .solutions .digtal {
  font-weight: 600;
  margin-right: 10px;
  display: inline-block;
  font-size: 45px;
  line-height: 1.3;
  color: var(--primary);
}
#inc11 .solutions .num_block {
  display: flex;
  align-items: flex-end;
}
#inc11 .bg {
  overflow: hidden;
  width: 100%;
  height: 610px;
  position: relative;
}
#inc11 .bg .con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#inc11 .bg .con .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
#inc11 .bg .con .wrapper .item {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 45px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#inc11 .bg .con .wrapper .item .hd {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
}
#inc11 .bg .con .wrapper .item .bd {
  display: flex;
  column-gap: 30px;
}
#inc11 .bg .con .wrapper .item .bd .it {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}
#inc11 .bg .con .wrapper .item .bd .it .img {
  width: 140px;
  mix-blend-mode: multiply;
}
#inc11 .bg .con .wrapper .item .bd .it .img img {
  display: block;
  width: 100%;
}
#inc11 .bg .con .wrapper .item .bd .it .nam {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
#inc11 .bg:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #f0f0f0 url(../img/jt-img/inc11-lingyu.jpg?4) repeat center center;
  background-size: cover;
}
#inc11 .bg.aos-animate {
  transform: scale(1);
}
#inc11 ul {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  background: rgba(0, 0, 0, 0.03);
}
#inc11 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1400px;
  margin: 0 auto;
}
#inc11 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);
}
#inc11 ul li .txt {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 50px 0px;
}
#inc11 ul li .txt p {
  font-size: 30px;
  line-height: 1.5;
  white-space: pre-line;
  width: 30%;
}
#inc11 ul li .txt p span {
  font-size: 60px;
  font-weight: 900;
}
#inc11 ul li .txt p span img {
  width: 100px;
  vertical-align: top;
}
#inc11 ul li .txt span {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
#inc11 ul li .txt .rightbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 100px;
}
@media (max-width: 1440px) {
  #inc11 ul li .txt .rightbox {
    padding: 0 var(--gap-h1);
  }
}
@media (max-width: 800px) {
  #inc11 ul li .txt .rightbox {
    display: flex;
    flex-direction: column;
  }
}
#inc11 ul li .txt .rightbox .brandbtn {
  display: inline-flex;
  align-items: center;
  background: var(--primary);
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  transition: all ease-in 0.3s;
}
#inc11 ul li .txt .rightbox .brandbtn:hover {
  background: #6d6d6d;
  cursor: pointer;
}
#inc11 ul li .txt .rightbox .brandbtn svg {
  width: 17px;
  margin-right: 8px;
}
#inc11 ul li .txt .titindustry {
  width: 300px;
}
#inc11 ul li .txt .subtit {
  font-size: 16px;
  font-weight: var(--regularweight);
  margin-bottom: 0px;
  line-height: 1.4;
}
#inc11 ul li .txt .tita {
  font-size: var(--24fontsize);
  font-weight: var(--boldweight);
  letter-spacing: -1px;
  position: relative;
  margin-bottom: 20px;
}
#inc11 ul li .txt .comcontent {
  font-size: 15px;
  flex: 1;
  line-height: 1.6;
}
#inc11 ul li .txt div {
  transition: all 0.4s;
}
/*# sourceMappingURL=./default.css.map */