@charset "utf-8";
/*topmenu*/

#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 30px;
}
#shGnb.blur {
  backdrop-filter: blur(100px);
  background: rgba(18, 36, 55, 0.4);
  transition: background 0.2s;
}
#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: 52px;
}

#shGnb .sh_logo svg .st0 {
  fill: #00a2e2;
}
#shGnb .sh_logo svg .st1 {
  fill: #fff;
}
#shGnb .sh_logo svg .st2 {
  font-size: 60px;
}
#shGnb .sh_logo svg .st3 {
  letter-spacing: -3px;
  font-weight: 600;
}
#shGnb .sh_logo svg .st4 {
  font-size: 23px;
  font-weight: 600;
}

#shGnb .sh_logo img {
  height: 55px;
}
#shGnb .sh_nav {
  position: absolute;
  z-index: 9999;
  left: 40%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}
#shGnb .sh_nav > li {
  float: left;
  position: relative;
  padding: 0 30px;
  line-height: 70px;
}

#shGnb .sh_nav > li > a {
  display: block;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  transition: all 0.2s;
}
#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;
  padding: 20px;
  /*min-height: 145px;*/
}
#shGnb.on .sh_nav > li:hover .sh_lnb_s {
  display: block;
  background: rgba(3, 24, 33, 1);
  backdrop-filter: blur(15px);
}

#shGnb .sh_lnb_s li {
  /*border-top: rgba(0,0,0,0.07) 1px solid;*/
  padding: 0 20px;
  backdrop-filter: blur(15px);
}

#shGnb .sh_lnb_s li a {
  display: block;
  text-align: center;
  color: #fff;
  transition: all 0.2s;
  line-height: 40px;
}
#shGnb .sh_lnb_s li a:hover {
  color: var(--primary);
}
#shGnb .sh_tip {
  margin-left: auto;
  color: #fff;
}
#shGnb .sh_tip {
  display: flex;
}
#shGnb .sh_tip li + li {
  margin-left: 10px;
}
#shGnb .sh_tip li a {
  font-size: 15px;
  color: #fff;
}

#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;
}

#shGnb.on .sh_tip li a {
  color: #fff;
}
#shGnb.sub .sh_tip li a {
  color: #fff;
}

#mainVisual {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 1500px;
  background: var(--primary);
}
#mainVisual .main_txt {
  opacity: 0;
  display: flex;
  flex-flow: column;
  position: absolute;
  left: 6.5%;
  bottom: 110px;
  z-index: 101;
  color: #fff;
}
#mainVisual .main_txt p {
  white-space: pre-line;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
}
#mainVisual .main_txt .txt {
  margin-top: 35%;
  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: 150px;
  height: 60px;
  margin-right: 25px;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  border-radius: 30px;
  font-weight: 700;
  line-height: 58px;
  color: #fff;
  text-align: center;
  transition: all 0.2s;
}
#mainVisual .controls a:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: var(--primary);
}
#mainVisual .controls span {
  display: flex;
  align-items: center;
}
#mainVisual .controls span svg {
  cursor: pointer;
}
#mainVisual .controls span + span:before {
  content: "";
  width: 1px;
  height: 14px;
  margin: 0 15px;
  background: rgba(255, 255, 255, 0.2);
}
#mainVisual ul:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
}
#mainVisual ul li {
  height: 100vh;
  min-height: 850px;
  overflow: hidden;
}
#mainVisual ul li video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: 1;
}
#mainVisual ul li .bg {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: center no-repeat;
  background-size: cover;
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*

#mainVisual ul li .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: rgba(15, 37, 64, 0.5);
    background-image: url(../../../images/banner1.jpg)
    */
}
#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 .bg05 {
  background-image: url(../images/banner5.jpg);
}
#mainVisual ul li.on .bg {
  width: 101%;
  height: 101%;
  opacity: 1;
}
#inc01 {
  position: relative;
}
#inc01 .tita {
  padding: 70px 80px 30px 80px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
#inc01 .tita .companyleftblock {
  width: 200px;
  text-align: left;
}
#inc01 .tita .companyleftblock .leftbox {
  width: 600px;
}
#inc01 .tita .companyleftblock .title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.2;
  color: var(--primary);
}
#inc01 .tita .companyleftblock .content {
  line-height: 1.6;
}
#inc01 .tita .companycenterblock {
  width: 100%;
  padding-left: 60px;
}
#inc01 .tita .companycenterblock .rightbox {
  width: 70%;
}
#inc01 .tita .companycenterblock .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
#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.9;
  font-size: 18px;
}
#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;
  color: #fff;
  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;
  color: var(--primary);
}
#inc01 .tita .companyrightblock .compbutton .compleftbutton svg {
  margin-left: 20px;
  width: 18px;
}
#inc01 .tita .companyrightblock .compbutton .comprightbutton {
  padding: 10px 30px;
  background: #26176c;
  color: #fff;
  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 .tit {
  padding: 0px 90px 0px 90px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1000;
}
#inc01 .tit .companyleftblock {
  width: 23%;
  text-align: left;
  border: #e3effd 1px solid;
  padding: 40px 40px 100px;
}
#inc01 .tit .companyleftblock .leftbox {
  /*width: 600px;*/
}
#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: 26px;
  margin-bottom: 10px;
}
#inc01 .tit .companyleftblock .content {
  line-height: 1.4;
  opacity: 0.8;
  margin-bottom: 100px;
  font-size: 19px;
}
#inc01 .tit .companyleftblock .compdata {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
#inc01 .tit .companyleftblock .compdata .num {
  font-size: 40px;
  color: #fff;
}
#inc01 .tit .companyleftblock .compdata .plus {
  font-size: 30px;
  color: #fff;
}

#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;
  font-weight: 700;
  color: var(--primary);
}
#inc01 .tit p {
  margin: 15px 0 18px;
  font-size: 42px;
  letter-spacing: -0.5px;
  color: #222;
}
#inc01 .bg {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: -1;
  transform: scale(0.85);
  width: 100%;
  height: 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;
}

#inc01 .aboutvideo {
  margin: 0;
  padding: 0;
  display: block;
  height: 450px;
  overflow: hidden;
  position: relative;
  margin-top: -190px;
}
#inc01 .aboutvideo video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: 1;
}

#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(icon01_on.png);
}
#inc02 .cont .links li a:hover .icon02 {
  background-image: url(icon02_on.png);
}
#inc02 .img {
  display: flex;
  align-items: flex-end;
  background: url(../../../images/rd.jpg) center no-repeat;
  background-size: cover;
  width: 65%;
}
#inc02 .img .txt {
  padding: 0 0 80px 80px;
}
#inc02 .img .txt span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
#inc02 .img .txt p {
  margin: 5px 0 20px;
  font-size: 35px;
  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;
  }
}
@charset "utf-8";
#inc03 {
  position: relative;
  padding: 150px 0 100px 6.5%;
  background: #f6faff url("../../../images/probg.jpg") no-repeat top center;
}
#inc03 .tit {
  margin-bottom: 75px;
}
#inc03 .tit span {
  font-size: 16px;
  font-weight: 700;
  color: #999;
}
#inc03 .tit p {
  padding-top: 15px;
  font-size: 42px;
  letter-spacing: -0.5px;
  line-height: 1.5;
  color: #222;
}
#inc03 .slide_wrap {
  position: relative;
}
#inc03 .tabs {
  display: flex;
  flex-flow: column;
  position: absolute;
  top: 0;
  left: 5%;
  width: max-content;
  padding: 30px 0;
  border-left: 1px solid #d4d4d4;
}
#inc03 .tabs span {
  opacity: 1;
  position: relative;
  width: auto;
  height: auto;
  padding-left: 48px;
  border-radius: 0;
  font-size: 22px;
  color: #222;
  background: none;
  transition: all 0.2s;
}
#inc03 .tabs span + span {
  margin-top: 15px;
}
#inc03 .tabs span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 1px;
  background: #d4d4d4;
  transition: all 0.2s;
}
#inc03 .tabs span:hover {
  color: #999;
}
#inc03 .tabs span.on {
  padding-left: 60px;
  font-size: 23px;
  color: var(--primary);
}
#inc03 .tabs span.on:before {
  left: -15px;
  width: 55px;
  height: 4px;
  background: var(--primary);
}
#inc03 .next {
  cursor: pointer;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: absolute;
  top: 40%;
  left: calc(22% + 640px);
  z-index: 101;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  transition: all 0.2s;
}
#inc03 .next svg {
  width: 20px;
  height: 20px;
  margin-top: 15px;
}
#inc03 .next:hover {
  color: #999;
}
#inc03 .img_slide {
  margin-left: 5%;
  padding: 0 0 75px 90px;
}
#inc03 .img_slide ul li {
  width: 775px;
}
#inc03 .img_slide ul li .img {
  background: #ddd;
}
#inc03 .img_slide ul li .box {
  opacity: 0;
  position: absolute;
  left: -90px;
  bottom: -100px;
  width: 270px;
  height: 310px;
  padding: 50px 50px 0 50px;
  font-size: 16px;
  color: #fff;
  background: var(--primary);
  transition: all 0.3s;
}
#inc03 .img_slide ul li .box p {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
}
#inc03 .img_slide ul li .box div {
  white-space: pre-line;
  line-height: 1.6;
}
#inc03 .img_slide ul li .box span {
  display: flex;
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#inc03 .img_slide ul li .box span svg {
  width: 20px;
  height: 20px;
  margin: auto;
}
#inc03 .img_slide ul li .box:hover span {
  border-color: #fff;
  color: var(--primary);
  background: #fff;
}
#inc03 .img_slide ul li.on .box {
  opacity: 1;
  left: -90px;
  bottom: -55px;
  box-shadow: 12px 6px 20px rgba(0, 0, 0, 0.2);
}
#inc04 {
  position: relative;
  padding: 100px 60px 0px 60px;
  width: calc(100vw - 120px);
  box-sizing: content-box;
  overflow: hidden;
  background: #f2f2f2 url(../images/probg.jpg) repeat center bottom;
  background-size: cover;
}
#inc04 .tit {
  margin-bottom: 20px;
  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;
  color: var(--primary);
}
#inc04 .catalog {
  display: flex;
  justify-content: center;
  width: 1300px;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#inc04 .catalog .catabox {
  line-height: 40px;
  font-size: 16px;
  /* margin-right: 20px; */
  border: rgba(18, 36, 55, 0.2) 1px solid;
  padding: 0 15px;
  border-radius: 5px;
}
#inc04 .catalog .catabox:nth-child(1) {
  font-weight: 600;
}
#inc04 .catalog .catabox:nth-child(1) {
  color: #fff;
  background: var(--primary);
  border: var(--primary) 1px solid;
  padding: 0 25px;
}
#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: 16px;
  font-weight: 700;
  transition: all 0.2s;
  color: #fff;
  background: var(--primary);
  padding: 10px 30px;
}
#inc04 .next svg {
  width: 30px;
  height: 30px;
}
#inc04 .next:hover {
  color: #fff;
}
#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 {
  width: 1200px;
}
#inc04 .swiper-slide .proimg video {
  width: 1200px;
}
#inc04 .img_slide ul li .box .procategorys {
  border-radius: 4px;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
#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: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}
#inc04 .img_slide ul li .box .model {
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
}
#inc04 .img_slide ul li .box .titweight {
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 18px;
}
#inc04 .img_slide ul li .box .titweight svg {
  width: 17px;
}
#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 .featureblock ul {
  /*width: 400px;*/
  list-style-type: disc;
  list-style-position: inside;
}
#inc04 .swiper-slide .featureblock ul li {
}
#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.8);
  margin-top: 10px;
  margin-bottom: 10px;
}
#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: 10px;
  margin-top: 10px;
}
#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;
  border-radius: 5px;
}
#inc04 .swiper-slide .probutton .more {
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px 30px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
}
#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%;
}

#inc04 .img_slide ul li ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
}

#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 {
  width: 100%;
  transition: all 0.3s;
  text-align: center;
}
#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, .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: 40px;
  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: #f0f0f0 url("../../../images/supportbg.jpg") no-repeat center
    center;
  background-size: cover;
  padding: 100px 90px 120px 90px;
}
#inc06 .titblock {
  margin-bottom: 80px;
}
#inc06 .title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}
#inc06 .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;
}
#inc06 .supportblock .box {
  width: 25%;
  padding: 0px 40px;
  text-align: center;
}
#inc06 .supportblock .box:nth-child(4) {
  border-right: #d8d8d8 0px solid;
}
#inc06 .supportblock .box:nth-child(1) {
  padding-left: 0px;
}
#inc06 .supportblock .box .boximg {
  margin-bottom: 20px;
}
#inc06 .supportblock .box .boximg img {
  height: 60px;
}
#inc06 .supportblock .box .title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}
#inc06 .supportblock .box .title svg {
  fill: #bf1522;
  width: 18px;
  height: 18px;
}
#inc06 .supportblock .box .content {
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1.5;
}
#inc09 {
  position: relative;
  background: #f0f0f0 url(../images/panorama.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 100px 90px 100px 90px;
  height: 890px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#inc09 .vrbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 100px;
  width: 100%;
}
#inc09 .vrbox .vrtxt {
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
#inc09 .vrbox .vrtitle {
  font-size: 35px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 24px;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
#inc09 .vrbox .vrcontent {
  font-size: 20px;
  text-align: left;
  margin-bottom: 0px;
  line-height: 1.5;
  color: #fff;
}
#inc09 .vrbox .vrimg {
  font-size: 16px;
  text-align: center;
}
#inc09 .vrbox .vrimg svg {
  fill: #fff;
}
#inc09 .vrbox .vrbutton {
  padding: 15px 30px;
  background: var(--primary);
  /*border: rgba(255,255,255,0.6) 1px solid;*/
  color: #fff;
  fill: #fff;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
}
#inc07 {
  position: relative;
  background: var(--primary);
  /*background-size: cover;*/
  height: 890px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
#inc07 .leftnewsblock {
  width: 50%;
  padding: 145px 90px 0;
  background: #f0f0f0 url(../images/newsbgs.jpg) repeat center center;
  background-size: cover;
}
#inc07 .leftnewsblock .newssubtitle {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
#inc07 .leftnewsblock .newstitle {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 30px;
}
#inc07 .leftnewsblock .newsdescription {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 50px;
  max-width: 500px;
}
#inc07 .leftnewsblock .newsbutton {
  padding: 15px 30px;
  background: var(--primary);
  color: #fff;
  fill: #fff;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}
#inc07 .leftnewsblock .newsbutton svg {
  fill: #fff;
}
#inc07 .rightnewsblock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 90px;
  width: 50%;
}
#inc07 .rightnewsblock .titblock {
  width: 100%;
}
#inc07 .rightnewsblock .titblock .tit_sub {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
#inc07 .rightnewsblock .titblock .tit_mid {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #fff;
}

#inc07 .rightnewsblock .titblock .tit_mid .primarycolor {
  color: var(--primary);
}

#inc07 .rightnewsblock .titblock .tit_des {
  line-height: 1.4;
  margin-bottom: 80px;
  color: #fff;
  font-size: 20px;
}
#inc07 .rightnewsblock .newsblock {
  width: 100%;
  /*
  display: flex;
  justify-content: space-between;
    column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 30px;
    */
  display: grid; /* 启用 Grid 布局 */
  grid-template-rows: auto auto; /* 定义 2 行，高度自适应内容 */
  grid-template-columns: auto auto; /* 定义 2 列，宽度自适应内容 */
  gap: 10%; /* 行列间距 */
}
#inc07 .rightnewsblock .newsbox {
  /*background: rgba(255, 255, 255, 0.7); */
  /*
    width: 48.5%;
    padding: 40px 40px;
    border-radius: 0px;
    */
  box-sizing: border-box;
  /* filter: blur(10px); */
  backdrop-filter: blur(9px);
  /*border: rgba(7, 31, 65, 0.14) 1px solid;*/
}
#inc07 .rightnewsblock .newsblock .newsheadline {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  color: #fff;
}
#inc07 .rightnewsblock .newsblock .newsheadline svg {
  margin-right: 7px;
  fill: #fff;
}

#inc07 .rightnewsblock .newsblock .newsheadline::before {
  content: "";
  width: 12px;
  height: 14px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 6px;
  top: 7px;
  z-index: -2;
}

#inc07 .rightnewsblock .newsblock .newstitle {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
}
#inc07 .rightnewsblock .newsblock .newscontent {
  line-height: 1.5;
  margin-bottom: 25px;
  /*letter-spacing: 0.7px;*/
  opacity: 0.9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #fff;
}
#inc07 .rightnewsblock .newsblock .newsdate {
  display: flex;
  justify-content: flex-end;
}
#inc07 .rightnewsblock .newsblock .dateinfo {
  line-height: 1.5;
}
#inc07 .rightnewsblock .newsblock .newsmore {
  line-height: 1.5;
  /*color: #bf1522;*/
  display: flex;
  align-items: flex-end;
}
#inc07 .rightnewsblock .newsblock .newsmore svg {
  fill: #bf1522;
  margin-left: 10px;
}
#inc08 {
  position: relative;
  /*  background: #f0f0f0 url("../../../images/networkbg.jpg") repeat center center;
  background-size: cover;
  padding: 100px 90px;
  height: 897px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;*/
}
#inc08 .equipbox {
  text-align: center;
  padding: 70px 0 40px;
  display: block;
}
#inc08 .equiptit {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--primary);
}
#inc08 .equiptxt {
  text-align: center;
  opacity: 0.9;
  line-height: 1.5;
  font-size: 18px;
}
#inc08 .equipimg {
  height: 880px;
  width: 100%;
  background: url("../images/equip.jpg") no-repeat center center;
  background-size: cover;
  display: block;
}
#inc08 .leftnewsblock {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  /*
    flex-direction: column;
    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;
  font-size: 18px;
}
#inc08 .leftnewsblock .compbutton {
  text-align: right;
}
#inc08 .leftnewsblock .compbutton .compleftbutton {
  display: block;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  color: var(--primary);
}
#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;
  font-size: 18px;
}
#inc08 .leftnewsblock .newsadv .newsadvbox .digit {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-top: 12px;
  color: var(--primary);
}
#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;
}

/**/
#atc07 {
  overflow: hidden;
  padding: 100px 80px;
}
#atc07 .inner .tit_area {
  position: relative;
}
#atc07 .inner .tit_area p {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: 900;
  text-align: center;
  color: var(--primary);
}
#atc07 .inner .tit_area .txt {
  line-height: 1.4;
  opacity: 0.7;
  text-align: center;
  font-size: 18px;
}
#atc07 .inner .sh_notice {
  margin-top: 50px;
}
#atc07 .inner .sh_notice ul li {
  background: #f0f6ff;
  color: var(--blackbluecolor);
  font-weight: 500;
  font-size: 18px;
  transition: all 0.3s;
}
#atc07 .inner .sh_notice ul li:hover {
  background: var(--blackbluecolor);
}
#atc07 .inner .sh_notice ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 54px;
}
#atc07 .inner .sh_notice ul li dl .sh_date {
  margin-bottom: 10px;
  color: var(--primary);
  font-weight: 600;
  font-size: 18px;
}
#atc07 .inner .sh_notice ul li dl .sh_contents {
  /*margin-top: 20px;*/
  color: #666;
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}
#atc07 .inner .sh_notice ul li dl dt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4;
  height: 55px;
  font-weight: 600;
  color: var(--blackbluecolor);
  font-size: 25px;
}
#atc07 .inner .sh_notice ul li dl .info .more {
  margin-top: 60px;
  color: var(--blackbluecolor);
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
}
#atc07 .inner .sh_notice ul li dl .info .more svg {
  margin-left: 8px;
}
#atc07 .inner .sh_notice ul li:hover dl .sh_date {
  color: #fff;
}
#atc07 .inner .sh_notice ul li:hover dl dt {
  color: #fff;
}
#atc07 .inner .sh_notice ul li:hover dl .info .more svg {
  fill: var(--primary);
}
#atc07 .inner .sh_notice ul li:hover dl .sh_contents {
  color: #ffffffb5;
}
#atc07 .inner .sh_notice ul li:hover dl .info .more {
  color: var(--primary);
}
/* pager */
#atc07 .pager {
  display: flex;
  justify-content: space-between;
  width: 120px;
  position: absolute;
  top: 70%;
  right: 120px;
  font-size: 12px;
}
#atc07 .pager .prev,
#atc07 .next {
  color: #444;
  cursor: pointer;
}
#atc07 .pager .next:after {
  display: none;
}
#atc07 .pager .prev img {
  margin-right: 20px;
}
#atc07 .pager .next img {
  margin-left: 20px;
}
#atc07 .pager .main_pager {
  position: relative;
}
#atc07 .pager .main_pager {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 1px;
  height: 7px;
  background: #e1e1e1;
}

/**/
#inc10 {
  padding: 100px 80px;
  box-sizing: border-box;
  /*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: 40px;
  font-weight: 600;
  color: var(--primary);
}

#inc10 .tit_area .brand {
  margin-bottom: 60px;
  line-height: 1.5;
  font-size: 18px;
}

#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 img {
  width: 100%;
}

#inc10 ul li .txt {
  position: relative;
  z-index: 1;
  float: right;
  width: 100%;
  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;
  font-size: 18px;
}
#inc10 ul li .txt .leftbox p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
#inc10 ul li.on .txt {
  opacity: 1;
  /*margin-top: -95px*/
}
#inc10 .view_btn {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  padding-left: 60px;
  font-size: 16px;
  line-height: 38px;
  transition: all 0.3s;
}
#inc10 .view_btn:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border-radius: 30px;
  content: "";
  z-index: -1;
  background: var(--primary);
  transition: all 0.3s;
}
#inc10 .view_btn span {
  position: absolute;
  left: 18px;
  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);
}

.infoaa {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.infoaa .ewmula {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  column-gap: 20px;
}
.infoaa .ewmula li {
  font-size: 13px;
  color: #fff;
  width: 50%;
  text-align: center;
}
.infoaa .ewmula li:last-child {
  margin-right: 0;
}
.infoaa .ewmula li img {
  display: block;
  height: 110px;
}

.infoaa p {
  color: #fff;
}

@media (max-width: 1800px) {
  #shGnb .sh_nav > li {
    padding: 0 10px;
  }
}

@media (max-width: 1400px) {
  #inc01 .tit {
    padding: 0 40px 200px 40px;
  }
  #inc01 .tita .companycenterblock .rightbox {
    width: 100%;
  }
  #shGnb {
    padding: 0 20px;
  }
  #shGnb .sh_nav > li {
    padding: 0 8px;
  }
  #inc01 {
    width: 100%;
  }
  #inc01 .tit .companyleftblock .title {
    font-size: 18px;
  }
  #inc01 .tit .companyleftblock .compdata {
    font-size: 30px;
  }
  #inc04 .catalog {
    width: 100%;
    margin-bottom: 30px;
  }
  #inc04 .swiper-slide .proimg img {
    width: 100%;
  }
  #inc04 .img_slide ul li {
    display: block;
  }
  #inc04 .img_slide ul li .box {
    width: 100%;
  }
  #inc04 .next {
    display: none;
  }
  #inc08 .equipbox {
    padding: 60px;
    box-sizing: border-box;
  }
  #inc08 .equipimg {
    height: 500px;
  }
  #inc08 .leftnewsblock {
    padding: 60px 40px;
  }
  #inc08 .leftnewsblock .newsdescription {
    width: 45%;
  }
  #inc07 .leftnewsblock {
    padding: 145px 40px 0;
  }
  #inc07 .rightnewsblock {
    padding: 100px 40px;
  }
  #inc10 ul li {
    width: 100%;
  }
  #inc09 {
    padding: 100px 40px;
  }
  #atc07 .inner {
    padding-left: 0;
  }
  #atc07 .inner .sh_notice {
    width: 100%;
  }
  #atc07 .pager {
    display: none;
  }
  #shGnb .sh_nav {
    display: none;
  }
  #shGnb .sh_tip li:first-child {
    display: none;
  }
  #mainVisual .main_txt {
    width: 70%;
  }
  #mainVisual .main_txt p {
    font-size: 30px;
  }
  #mainVisual ul li {
    height: 500px;
    min-height: 500px;
  }
  #mainVisual .main_txt .txt {
    display: none;
  }
  #inc01 .tit {
    display: block;
  }
  #inc01 .tit .companyleftblock {
    width: 100%;
    margin: 20px 0;
    padding: 40px;
  }
  #inc01 .tit .companyleftblock .content {
    margin-bottom: 20px;
  }
  #inc01 .tit .companyleftblock .compdata {
    color: #333;
  }
}

@media (max-width: 1000px) {
  #inc01 .tit {
    padding: 0 40px 80px 40px;
    background: none;
  }
  #inc04 {
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
  }
  #inc04 .tit p {
    font-size: 30px;
  }
  #inc04 .catalog {
    justify-content: flex-start;
  }
  #inc04 .img_slide ul li .box .proname {
    font-size: 24px;
  }
  #inc08 .equipbox {
    padding: 40px;
  }
  #inc08 .equiptit {
    font-size: 30px;
  }
  #inc08 .equiptxt {
    font-size: 15px;
  }
  #inc08 .equipimg {
    height: 350px;
  }
  #inc08 .leftnewsblock {
    display: block;
  }
  #inc08 .leftnewsblock .newsdescription {
    width: 100%;
    margin-top: 20px;
  }

  #inc07 {
    display: block;
    height: 100%;
  }
  #inc07 .leftnewsblock {
    width: 100%;
    padding: 40px 40px;
  }
  #inc07 .leftnewsblock .newssubtitle {
    margin-top: 0;
  }
  #inc07 .rightnewsblock {
    width: 100%;
  }
  #inc07 .leftnewsblock .newstitle {
    font-size: 25px;
  }
  #inc07 .rightnewsblock .titblock .tit_mid {
    font-size: 25px;
    margin-bottom: 0;
  }

  #inc07 .rightnewsblock .newsblock {
    display: block;
  }

  #inc10 {
    padding: 60px 10px;
    box-sizing: border-box;
  }
  #inc10 .tit_area p {
    font-size: 30px;
  }
  #inc10 .tit_area .brand {
    margin-bottom: 30px;
  }
  #inc10 ul li.on .txt {
    display: block;
  }
  #inc10 ul li .txt .leftbox {
    width: 100%;
  }
  #inc10 ul li .txt .leftbox p {
    font-size: 18px;
  }

  #inc09 {
    height: 600px;
  }
  #inc09 .vrbox {
    display: block;
  }
  #inc09 .vrbox .vrbutton {
    margin-top: 25px;
  }

  #atc07 .inner .tit_area p {
    font-size: 30px;
  }

  #atc07 .inner .sh_notice ul li a {
    padding: 10px;
  }

  #sh_ft .inner {
    padding: 40px;
  }
  .infoaa {
    display: none;
  }
}

/**/
#atc02 {
  display: flex;
  position: relative;
  height: 850px;
  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: 220px;
  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: 0px;
  width: 170px;
  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(--primary);
  /*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;
}

.r_inner .swiper-container {
  transform: translateZ(0); /* 启用硬件加速 */
  backface-visibility: hidden; /* 防止闪烁 */
  perspective: 1000px; /* 增强3D效果支持 */
}

.r_inner .swiper-slide {
  opacity: 0;
  transition: opacity 1.5s ease-in-out; /* 确保过渡效果平滑 */
}

.r_inner .swiper-slide-active {
  opacity: 1;
}


@media (max-width: 720px) {
#shGnb .sh_tip span{display: none;}
#shGnb .sh_tip li{display: none;}
#shGnb .sh_tip li:last-child{display: block;}
#inc10 ul li .txt .leftbox p{font-size: 14px;}
#inc10 .view_btn{display: none;}
#inc10 ul li .txt .leftbox div{display: none;}
#atc02 .r_inner ul li .floatlayer{width: 100%; left: 0; bottom: 50%;}
#atc02{height: 600px;}
#atc02 .r_inner ul li .floatlayer .tit{font-size: 22px;}
#atc02 .r_inner ul li .floatlayer a{margin: 30px 0 0;}
#atc07{padding: 40px 20px;}
#atc07 .inner .sh_notice ul li dl dt{font-size: 18px;}
#atc07 .inner .sh_notice ul li dl .info .more{margin-top: 20px; font-size: 14px;}

#inc01 .tit .companyleftblock .compdata .num{color: #000;}
#inc01 .tit .companyleftblock .compdata .plus{color: #000;}
}