@font-face {
  font-family: "Poppins-Bold";
  src: url("font/Poppins-Bold.ttf");
}

@font-face {
  font-family: "Poppins-Black";

  src: url("font/Poppins-Black.ttf");
}

@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("font/Poppins-ExtraBold.ttf");
}

@font-face {
  font-family: "Poppins-ExtraLight";
  src: url("font/Poppins-ExtraLight.ttf");
}

@font-face {
  font-family: "Poppins-Light";
  src: url("font/Poppins-Light.ttf");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("font/Poppins-Medium.ttf");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("font/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("font/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Poppins-Thin";
  src: url("font/Poppins-Thin.ttf");
}

@font-face {
  font-family: "Archivo-Regular";
  src: url("font/Archivo-Regular.ttf");
}


:root {
  --mainColor: #f99521;
  --bgColor: #f6f6f6;
  --bgColor_2: #f3f3f3;
  --main-font: 'Poppins-ExtraLight', system-ui, -apple-system, sans-serif;
}

body {
  font-family: var(--main-font);
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 80px !important;

  }
}

.com-card {
  width: 16.25rem;
  height: 100%;
  margin: 0 auto;
}

.tranImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}

.hoverImg:hover img,
.indexBox3 li:hover img,
.servicesBox7 li:hover img,
.indexBox5 li:hover .icon,
.indexBox5 li:hover .nu {
  transform: scale(1.1);
}

.com-more {
  font-family: Poppins-Medium;
  font-size: .2rem;
  font-weight: normal;
  color: #ffffff;
  display: block;
  cursor: pointer;
  width: 2.775rem;
  height: .575rem;
  line-height: .575rem;
  text-align: center;
  background-color: var(--mainColor);
  box-shadow: 0px 0px .85rem 0px rgba(108, 108, 108, 0.23);
  border-radius: .275rem;
  transition: all 0.3s;
}

.comHover:hover {
  box-shadow: 0 0 15px rgba(240, 162, 18, 0.6);
  transform: translateY(-5px);
}

.serverBox5 .bto .item li:hover,
.serverBox4 .text li:hover,
.serverBox3 .item li:hover,
.serverBox1 .text li:hover,
.serverBox2 .item .text li:hover,
.servicesBox4List .item .lss li:hover,
.aviationBox2Con .text li:hover,
.caseBox2 .text li:hover,
.platingBox2 .rt ul li:hover {
  transform: translateX(5%);
}

.header {  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.3s;
  height: auto;z-index: 77;
}

.header.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.header.active .headerBto {
  box-shadow: 0px 0px .125rem 0px rgba(108, 108, 108, 0.18);
  background-color: #222222;
}

.headerTop {
  width: 100%;
  height: .5rem;
  background-color: #171717;
}

.headerTop .lt .icon {
  width: auto;
  height: 14px;
  object-fit: contain;
  margin-right: 20px;
}

.headerTop .lt,
.headerTop .rt {
  height: 100%;
}


.headerTop .lt {
  font-family: Poppins-Regular;
  font-size: .2rem;
  color: rgba(255, 255, 255, 0.8);
}


.headerTop .rt .hedlink a {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.headerTop .rt .hedlink .icon {
  width: auto;
  height: 14px;
  object-fit: contain;
}

.language {
  position: relative;
  cursor: pointer;
  width: auto;
  height: 100%;
}

.language p {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: rgba(253, 253, 253, 0.8);
}

.language img {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  object-fit: contain;
  transition: all 0.3s;
}

.language:hover img {

  transform: rotate(180deg);
}

.language::before {
  display: block;
  content: '';
  width: 1px;
  height: 24px;
  background: url(../images/im8-1.jpg) no-repeat;
  background-size: contain;
  padding-left: 22px;
}

.language .con {
  position: absolute;
  display: none;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(253, 253, 253, 0.8);
  border-radius: 0 0 5px 5px;
}

.language .con a {
  display: inline-block;
  font-family: Poppins-Regular;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  border-bottom: 1px solid #eee;
  color: #000;
  transition: all 0.3s;
  padding: 2%;

}

.language .con a:last-child {
  border-radius: 0 0 5px 5px;
}

.language .con a:hover {
  color: #ffffff;
  background-color: var(--mainColor);
}

.headerBto {


  width: 100%;
  transition: all 0.3s;
  height: 1rem;
  border-bottom: 1px solid rgba(245, 244, 244, 0.1);
  z-index: 999;
}

.headerBto .logo {
  display: inline-block;
  width: auto;
  height: .75rem;
}

.headerBto .logo img {
  width: auto;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

.menu-level1>li,
.menu-level1 {
  height: 100%;
}

.menu-level1>li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: .5rem;
}

.headerBto li a {
  font-family: Poppins-Regular;
  font-size: .2rem;
  color: #fff;
}

.menu-level1 .lastbox a {
  display: inline-block;
  width: 1.5rem;
  height: .475rem;
  line-height: .475rem;
  background-color: var(--mainColor);
  color: #fff;
  box-shadow: 0px 0px .85rem 0px rgba(108, 108, 108, 0.23);
  border-radius: .225rem;
  text-align: center;
}

.menu-level2 li a {
  color: #000;
}

.search {
  width: auto;
  height: .2375rem;
  object-fit: contain;
  cursor: pointer;
}

.headerSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.headerSwiper .swiper-slide {
  position: relative;
  cursor: pointer;
}

.headerSwiper .text {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}

.headerSwiper .text .con h2 {
  font-family: Poppins-SemiBold;
  font-size: .6rem;
  font-weight: normal;
  line-height: .75rem;
  color: #ffffff;
  text-align: center;
}

.headerSwiper .text .con .ls {
  font-family: Poppins-Light;
  font-size: .25rem;
  line-height: .6rem;
  letter-spacing: .0125rem;
  color: #ffffff;
  margin: .25rem 0;
  text-align: center;
}

.headerSwiper .text .con {
  width: 42%;
}

.indexBox1 {
  width: 100%;
  height: auto;
  padding: .9375rem 0 1.125rem 0;
}

.com-tl {
  font-family: Poppins-Medium;
  font-size: .45rem;
  font-weight: normal;
  color: #1c1c1c;
}

.com-tl2 {
  font-family: Poppins-Medium;
  font-size: .3rem;
  font-weight: normal;
  color: #000000;
}

.indexBox1 .title .ls {
  font-size: .225rem;
  letter-spacing: .0125rem;
  color: #303233;
}

.indexBox1Con {
  width: 100%;
  height: auto;
  margin-top: .625rem;
}

.indexBox1Con li {
  width: calc((100% - .5rem) / 2);
  height: auto;
}

.indexBox1Con li .img {
	position: relative;
  width: 100%;
  height: 4.625rem;
  overflow: hidden;
}
.indexBox1Con li .img::after{
	position: absolute;
	display: block;
	content: '';
	left: 0;
	bottom: 0;
	width: 0;
	height: .0625rem;
	transition: all 0.3s; 
	background-color: var(--mainColor);
}
.indexBox1Con li:hover .img::after{
	width: 100%;
}
.indexBox1Con li .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 3.4rem;
  padding: .25rem .4375rem .5rem .325rem;
}

.indexBox1Con li .text .item {
  font-family: Poppins-Light;
  font-size: .2rem;
  line-height: .375rem;
  padding-left: .2625rem;
  color: #999999;
  background: url(../images/im2.png) left center no-repeat;
  background-size: .125rem .1625rem;
}

.indexBox1Con li .text .com-tl2 {
  margin-bottom: .125rem;
}

.indexBox1Con li .text .ls {
  flex: 1;
}

.com-more2 {
  cursor: pointer;
  display: inline-block;
  width: 2.6875rem;
  height: .575rem;
  line-height: .575rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: .275rem;
  border: solid 1px var(--mainColor);
  font-family: Poppins-Regular;
  font-size: .2rem;
  color: var(--mainColor);
  transition: all 0.3s;
}

.indexBox1Con li:hover .com-more2 {
  background-color: var(--mainColor);
  color: #fff;
}

.indexBox2 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 1.0625rem 0;
  background-color: var(--bgColor);
}

.indexBox2 .com-card {
  align-items: flex-start;
}

.indexBox2 .lt {
  width: 4.9375rem;
  height: auto;
}

.indexBox2 .lt .ltTxt {
  font-family: Poppins-Medium;
  font-size: .25rem;
  font-weight: normal;
  line-height: .45rem;
  letter-spacing: .0125rem;
  color: #303233;
  margin: .125rem 0 .375rem 0;
}

.com-ls30 {
  font-size: .2rem;
  line-height: .375rem;
  color: #303233;
}

.indexBox2 .lt .com-more2 {
  background-color: var(--mainColor);
  color: #fff;
  margin-top: .5rem;
}

.indexBox2 .indexBox2img {
  cursor: pointer;
  position: relative;
  width: 6.625rem;
  height: 6.875rem;
  border-radius: .0625rem;
  z-index: 2;
}

.indexBox2 .indexBox2img .img {
  width: 100%;
  height: 100%;
  border-radius: .0625rem;
  overflow: hidden;
}

.indexBox2 .indexBox2img::after {
  display: block;
  position: absolute;
  left: -0.75rem;
  bottom: 0;
  content: '';
  width: 1.075rem;
  z-index: -1;
  height: 1.075rem;
  background: url(../images/im1-7.png) no-repeat;
  background-size: cover;
}

.indexBox2 .indexBox2img .icon {
  cursor: pointer;
  position: absolute;
  left: .2625rem;
  bottom: .2625rem;
  width: .8375rem;
  height: .8375rem;
  object-fit: cover;
}

.indexBox2 .indexBox2img .dot {
  position: absolute;
  right: -1.3375rem;
  bottom: -0.3125rem;
  width: 3.0625rem;
  height: 3.0625rem;
  border-radius: 50%;
  border: solid 1px rgba(233, 231, 231, 0.3);
}


.indexBox2 .indexBox2img .dot .con {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 50%;
  justify-content: center;
  background-color: var(--mainColor);
}

.indexBox2 .indexBox2img .dot .nu {
  font-family: Poppins-Medium;
  font-size: .6rem;
  font-weight: 700;
  color: #ffffff;
}

.indexBox2 .indexBox2img .dot p {
  font-size: .2rem;
  text-align: center;
  color: #ffffff;
}

.indexBox2 li {
  width: 2.6125rem;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: .5875rem;
  padding-bottom: .125rem;
}

.indexBox2 li .time {
  font-family: Poppins-Medium;
  font-size: .6rem;
  font-weight: normal;
  line-height: .45rem;
  color: #000000;
  margin-bottom: .125rem;
}

.com-ls24 {
  font-size: .2rem;
  line-height: .3rem;
  color: #000000;
}


.indexBox3 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.25rem 0;
}

.indexBox3 .text {
  width: 5.25rem;
  margin-right: .625rem;
}

.indexBox3 ul {
  flex: 1;
}

.indexBox3 .text .tl {
  font-size: .25rem;
  line-height: .45rem;
  letter-spacing: .0125rem;
  font-family: Poppins-Medium;
  color: #000000;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: .125rem;
  margin-bottom: .125rem;
}

.indexBox3 .text .com-ls30 {
  color: #000;
}

.indexBox3 .text .com-more2 {
  position: relative;
  background-color: var(--mainColor);
  color: #fff;

}
.indexBox3 .text .mores{
	position: relative;
	  margin-top: .3125rem;
}
.indexBox3 .text .mores::after {
  position: absolute;
  top: .45rem;
  display: block;
  content: '';
  left: .1125rem;
  width: 1.075rem;
  height: 1.075rem;
  background: url(../images/im1-7.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

.indexBox3 li {
  cursor: pointer;
  width: 4.875rem;
  height: 3.25rem;
  background-color: #fbfbfb;
  border-radius: .125rem;
  margin: 0 .25rem .25rem 0;
  padding: .4375rem .625rem .1875rem .3625rem;
  transition: all 0.3s;
}

.indexBox3 li:nth-child(2n) {
  margin-right: 0;
}

.indexBox3 li img {
  width: auto;
  height: .625rem;
  object-fit: contain;
  transition: all 0.3s;
}

.indexBox3 li h3 {
  font-size: .25rem;
  line-height: .375rem;
  color: #000000;
  margin: .125rem 0;
}

.indexBox3 li .com-ls24 {
  color: #999999;
}


.indexBox3 li:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px .3375rem 0px rgba(108, 108, 108, 0.1);
}

.indexBox4 {
  width: 100%;
  height: 5.125rem;
  background: url(../images/bg1.png) no-repeat;
  background-size: cover;
}

.indexBox4 .com-card {
  justify-content: center;
}

.indexBox4 .com-tl {
  color: #fff;
}

.indexBox4 p {
  font-size: .225rem;
  text-align: center;
  letter-spacing: .0125rem;
  color: #ffffff;
  margin: .125rem 0 .25rem 0;
}

.indexBox4 .com-more2,
.indexBox8 .com-more2 {
  background-color: var(--mainColor);
  color: #fff;
}

.indexBox5 {
  width: 100%;
  height: auto;
  padding: .75rem 0;
  background-color: var(--bgColor_2);
}

.indexBox5 .title .ls {
  font-size: .225rem;
  letter-spacing: .0125rem;
  color: #000000;
}

.indexBox5 ul {
  margin-top: .5875rem;
}

.indexBox5 li {
  cursor: pointer;
  position: relative;
  width: 3.75rem;
  height: 5.475rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f8f8f8;
  border-radius: .125rem;
  padding: .875rem .275rem .55rem .275rem;
}

.indexBox5 .icon {
  width: auto;
  height: .625rem;
  object-fit: contain;
  transition: all 0.3s;
}

.indexBox5 li h3 {
  font-family: Poppins-Medium;
  font-size: .25rem;
  font-weight: normal;
  color: #000000;
  text-align: center;
  margin: .5rem 0 .1875rem 0;
}

.indexBox5 li .ls {
  font-family: Poppins-Light;
  font-size: .2rem;
  line-height: .3rem;
  text-align: center;
  flex: 1;
  color: #999999;
}

.indexBox5 li .nu {
  width: 1.3rem;
  height: .45rem;
  background-color: var(--mainColor);
  border-radius: .225rem;
  font-family: Poppins-Regular;
  font-size: .225rem;
  line-height: .45rem;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s;
  margin: 0 auto;
}

.indexBox5 li::after {
  display: block;
  content: '';
  right: -0.7625rem;
  position: absolute;
  width: 1.225rem;
  height: 1.225rem;
  z-index: 2;
  bottom: .1625rem;
  background: url(../images/im1-16.png) no-repeat;
  background-size: cover;
}

.indexBox5 li:last-child::after {
  display: none;
}

.indexBox6 {
  width: 100%;
  height: auto;
  padding-top: 1rem;
}

.indexBox6 .com-card {
  padding-bottom: .5rem;
  border-bottom: 1px solid #e5e5e5;
}

.indexBox6 ul {
  margin-top: .75rem;
}

.indexBox6 .title .ls {
  width: 8.75rem;
  font-size: .225rem;
  line-height: .375rem;
  letter-spacing: .0125rem;
  color: #303233;
}

.indexBox6 li {
  width: 3.7125rem;
  margin: 0 .375rem .4125rem 0;
}

.indexBox6 li:nth-child(4n) {
  margin-right: 0;
}

.indexBox6 li .img {
  width: 100%;
  height: 3rem;
  overflow: hidden;
}

.indexBox6 li .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 2.525rem;
  transition: all 0.3s;
  padding: .125rem .3125rem .4375rem .25rem;
}

.indexBox6 li h3 {
  font-family: Poppins-Medium;
  font-size: .25rem;
  color: #000000;
  transition: all 0.3s;
  font-weight: normal;
}

.indexBox6 li .mores {
  font-size: .2rem;
  color: var(--mainColor);
  transition: all 0.3s;
}

.indexBox6 li .com-ls24 {
  color: #999;
  flex: 1;
  margin-top: .125rem;
}

.indexBox6 li:hover .text {
  background-color: var(--mainColor);
}

.indexBox6 li:hover .com-ls24,
.indexBox6 li:hover h3,
.indexBox6 li:hover .mores {
  color: #fff;
}

.indexBox6 li:hover .mores,
.indexBox7 li:hover .mores {
  text-decoration: underline;
}

.indexBox7 {
  width: 100%;
  height: auto;
  padding: .875rem 0 1.625rem 0;
}

.indexBox7 .title a {
  text-decoration: underline !important;
  font-size: .2rem;
  color: var(--mainColor);
}

.indexBox7 ul {
  margin-top: .4375rem;
}

.indexBox7 li {
  position: relative;
  width: 5rem;
  height: auto;
}

.indexBox7 li .img {
  position: relative;
  width: 100%;
  height: 2.975rem;
  overflow: hidden;
}

.indexBox7 li .time {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.1rem;
  height: .4375rem;
  line-height: .4375rem;
  padding-left: .3125rem;
  background-color: var(--mainColor);
  border-radius: 0px .375rem 0px 0px;
  font-family: Poppins-Regular;
  font-size: .2rem;
  color: #ffffff;
}

.indexBox7 li .mores {
  font-size: .2rem;
  color: var(--mainColor);
}

.indexBox7 li h3 {
  font-family: Poppins-SemiBold;
  font-size: .225rem;
  line-height: .375rem;
  letter-spacing: .0125rem;
  font-weight: normal;
  color: #303233;
}

.indexBox7 li .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 3.3375rem;
  padding: .1875rem .4375rem .5rem .3125rem;
}

.indexBox7 li .com-ls30 {
  flex: 1;
  margin-top: .125rem;
  color: #999999;
}

.indexBox7 li::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 0;
  height: .0875rem;
  transition: all 0.3s;
  background-color: var(--mainColor);
}

.indexBox7 li:hover::after {
  width: 100%;
}

.indexBox8 {
  width: 100%;
  height: 4.7rem;
  background: url(../images/bg2.png) no-repeat;
  background-size: cover;
}

.indexBox8 .com-card {
  justify-content: center;
}

.indexBox8 .com-tl {
  color: #fff;
  text-align: center;
  margin-bottom: .175rem;
}


.footer {
  width: 100%;
  height: auto;
}

.footer .top {
  width: 100%;
  height: auto;
  padding: .625rem 0;
  background-color: #171717;
}

.footer .top .title img {
  width: 2.125rem;
  height: auto;
  object-fit: cover;
}

.footer .top .title h3 {
  font-family: Poppins-Regular;
  font-size: .2rem;
  color: #ffffff;
  font-weight: normal;
  margin: 0 .125rem .3125rem 0;
}

.footer .top .text p {
  font-size: .2rem;
  line-height: .4rem;
  color: rgba(255, 255, 255, 0.6);
}

.footLink {
  margin-top: .625rem;
}

.footLink p {
  text-decoration: underline;
  font-size: 14px;
  transition: all 0.3s;
  color: #ffffff;
}

.footLink a {
  margin-right: .375rem;
  transition: all 0.3s;
}

.footLink a:hover p {
  color: var(--mainColor);
}

.footLink img {
  width: auto;
  height: 20px;
  margin-left: 5px;
  object-fit: contain;
}


.footer .top ul {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.footer .top ul li {
  display: flex;
  flex-direction: column;
}

.footer .top ul li a:hover {
  color: var(--mainColor);
  text-decoration: underline !important;
}

.footer .top li h3 {
  font-family: Poppins-Medium;
  font-size: .225rem;
  font-weight: normal;
  margin-bottom: .4375rem;
  color: #ffffff;
}

.footer .top li a {
  font-size: .2rem;
  line-height: .4rem;
  transition: all 0.3s;
  color: rgba(255, 255, 255, 0.6);
}

.footLink a:hover {
  transform: translateY(-10px);
}

.footer .form {
  width: 6.875rem;
  height: auto;
}

.formList {
  width: 100%;

}

.footer .form .info {
  height: .575rem;
  position: relative;
  box-shadow: 0px 0px .85rem 0px rgba(108, 108, 108, 0.23);
  background-color: rgba(255, 255, 255, 0.1);
}

.footer .form input[type=text] {
  background-color: transparent;
  height: 100%;
  font-size: 14px;
  padding-left: .1625rem;
  color: #ffffff;
}

.footer .form .textarea {
  height: 1rem;
  box-shadow: 0px 0px .85rem 0px rgba(108, 108, 108, 0.23);
  background-color: rgba(255, 255, 255, 0.1);
  margin: .125rem 0;
}

.footer .form textarea {
  height: 100%;
  width: 100%;
  font-size: 14px;
  padding: .1875rem 0 0 .1625rem;
}

.footer .form .imgVerifyCode {
  display: flex;
  align-items: center;
  margin-right: 1.95rem;
}

.formList .info {
  width: 3.375rem;
}

.footer .form .imgVerifyCode img {

  width: 1.55rem;
  height: .575rem;
  object-fit: cover;
  vertical-align: bottom;
}

.footer .form .imgVerifyCode .tips {
  left: 0;
  bottom: 0;
}

.footer .form .bto {
  margin: .175rem 0 .15rem 0;
}

.footer .form .btoL {
  cursor: pointer;
  width: 1.825rem;
  position: relative;
  height: 1.0125rem;
  box-shadow: 0px 0px .85rem 0px rgba(108, 108, 108, 0.23);
  border-radius: .0625rem;
  border: dashed 1px #ffffff;
  background-color: #535353;
  margin-right: .3625rem;
  transition: all 0.3s;
}

.footer .form .btoL:hover {
  border: dashed 1px var(--mainColor);
}

.footer .form .btoL p::before {
  display: block;
  content: '';
  width: .375rem;
  height: .35rem;
  background: url(../images/im1-21.png) no-repeat;
  background-size: cover;
  margin-bottom: .0625rem;
}

.footer .form .btoL p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: .175rem;
  letter-spacing: .0125rem;
  color: #ffffff;
}

.footer .form input[type=file] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 66;
  height: 100%;

}

#fileList2 .file-name {
  font-size: 12px;
  margin: .125rem 0;
}

.footer .form .lss {
  font-size: .175rem;
  line-height: .3rem;
  flex: 1;
  color: rgba(255, 255, 255, 0.5);
}

.footer .form .lss a {
  font-style: italic;
  font-size: .175rem;
  text-decoration: underline !important;
}


.footer .form input[type=submit] {
  width: 1.85rem;
  height: .525rem;
  background-color: var(--mainColor);
  border-radius: .0625rem;
  font-size: .2rem;
  text-align: center;
  line-height: .525rem;
  letter-spacing: .0125rem;
  color: #000000;
  transition: all 0.3s;
}

.footer .bottom {
  width: 100%;
  height: .875rem;
  background-color: #101010;
  font-size: .2rem;
  line-height: .875rem;
  color: #ffffff;
}

.innerBanner {
  width: 100%;
  height: auto;
  position: relative;
padding-top: 1.5rem;
}

.innerBanner .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.innerBanner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.header.inner .headerBto {
  background-color: #222;
}

.innerBanner .text h2 {

  font-family: Poppins-SemiBold;
  font-size: .45rem;
  font-weight: normal;
  color: #ffffff;
}

.innerBanner .text .com-ls30 {
  width: 6.875rem;
  margin: .0625rem 0 .3125rem 0;
}

.com-ls30.wht {
  color: #fff;
}

.comNav {

  width: 100%;
  height: .625rem;
  position: sticky;
  top: 1.5rem;
  border-bottom: 1px solid #f8f8f8;
  z-index: 22;
  background-color: #fff;
}


.comNav a {
  display: flex;
  align-items: center;
  font-family: Poppins-Light;
  font-size: .2rem;
  color: #000000;
  transition: all 0.3s;
}

.comNav a::after {
  content: '>';
  margin: 0 .0625rem;
  font-family: Poppins-Light;
  font-size: .2rem;
  color: #000000;
  transition: all 0.3s;
}

.comNav a:hover,
.comNav a:hover::after {
  color: var(--mainColor);
  font-weight: 600;
}

.comNav a:last-child::after {
  display: none;
}

.assuranceBox1 {
  width: 100%;
  height: auto;
  background-color: var(--bgColor_2);
  padding: .75rem 0;
}

.comTile {
  width: 100%;
  text-align: center;
}

.comTile .ls {
  font-size: .225rem;
  line-height: .375rem;
  color: #999999;
  width: 86%;
  margin-top: .0625rem;
}

.assuranceBox1 li {
  width: 3.7125rem;
  position: relative;
  margin: 0 .375rem .4125rem 0;
}

.assuranceBox1 li::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: -0.625rem;
  width: .875rem;
  height: .875rem;
  z-index: 3;
  background: url(../images/im8.png) no-repeat;
  background-size: cover;
}

.assuranceBox1 li:nth-child(4n) {
  margin-right: 0;
}

.assuranceBox1 li:nth-child(4n)::after {
  display: none;
}

.assuranceBox1 li .img {
  width: 100%;
  height: 3rem;
  overflow: hidden;
}

.assuranceBox1 li .text {
  width: 100%;
  height: .875rem;
  font-size: .225rem;
  font-weight: 600;
  color: #000000;
  background-color: #fff;
  transition: all 0.3s;
}

.assuranceBox1 li .text .nu {
  font-family: Poppins-SemiBold;
  font-weight: normal;
}

.assuranceBox1 li:hover .text {
  background-color: var(--mainColor);
  color: #fff;
}

.com-card.inner {
  width: 16rem;
}

.assuranceBox1 ul {
  margin-top: .5rem;
}

.assuranceBox2 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 .25rem 0;
}

.assuranceBox2 ul {
  margin-top: .8125rem;
}

.assuranceBox2 li {
  width: 5rem;
  height: auto;
  margin: 0 .5rem .875rem 0;
}

.assuranceBox2 li:nth-child(3n) {
  margin-right: 0;
}

.assuranceBox2 li .img {
  width: 100%;
  height: 2.975rem;
  overflow: hidden;
}

.com-tl3 {
  font-family: Poppins-SemiBold;
  font-size: .225rem;
  font-weight: normal;
  letter-spacing: .0125rem;
  color: #303233;
}

.assuranceBox2 li .name {
  width: 100%;
  margin-top: .1875rem;
  padding-left: .25rem;
}

.assuranceBox3 {
  width: 100%;
  height: auto;
  padding: .75rem 0;
  background-color: var(--bgColor_2);
}

.assuranceBox3 ul {
  margin-top: .75rem;
}

.assuranceBox3 ul li {
  width: 7.85rem;
  height: 3.4375rem;
  margin: 0 .3rem .3125rem 0;
}

.assuranceBox3 li a {
  display: flex;
  width: 100%;
  height: 100%;
}

.assuranceBox3 ul li:nth-child(2n) {
  margin-right: 0;
}

.assuranceBox3 li .img {
  width: 3.65rem;
  height: 100%;
  overflow: hidden;
}

.assuranceBox3 li .text {
  flex: 1;
  background-color: #fff;
  height: 100%;
  padding: .625rem 1.125rem .25rem .375rem;
}

.assuranceBox3 li .text h3 {
  font-family: Poppins-Medium;
  font-size: .25rem;
  font-weight: normal;
  color: #000000;
  margin-bottom: .25rem;
  transition: all 0.3s;
}

.assuranceBox3 li .text .com-ls30 {
  font-family: Poppins-Light;
  color: var(--mainColor);
}

.assuranceBox3 li .text .name {
  display: inline;
  color: #000;
}

.assuranceBox3 li:hover h3 {
  transform: translateX(10%);
}

.assuranceBox4 {
  width: 100%;
  height: auto;
  padding: .8125rem 0 2.1625rem 0;

}

.assuranceBox4 .text {
  width: 6.25rem;
}

.assuranceBox4 .text .tl {
  font-size: .25rem;
  line-height: .45rem;
  color: #000000;
  margin: .125rem 0;
}

.assuranceBox4 .text .com-ls30 {
  margin-bottom: .375rem;
}

.assuranceBox4 .rt {
  position: relative;
  width: 7.8125rem;
}

.assuranceBox4 .rt::after {
  display: block;
  position: absolute;
  content: '';
  z-index: -1;
  right: -3.75rem;
  bottom: -2.3125rem;
  width: 14.375rem;
  height: 3.3125rem;
  background: url(../images/bg3.png) bottom no-repeat;
  background-size: contain;
}

.assuranceBox4 .rt .img {
  width: 3.675rem;
  cursor: pointer;
  height: 5.375rem;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}

.assuranceBox4 .rt .img:hover {
  transform: translateY(-10px);
}


.applicationDelBox1 {
  width: 100%;
  height: auto;
  padding: .75rem 0 1rem 0;
}

.applicationDelBox1 ul {
  margin-top: .5rem;
}

.applicationDelBox1 ul li {

  width: 5rem;
  height: auto;
}

.applicationDelBox1 li .img {
  position: relative;
  height: 3.85rem;
  width: 100%;
  overflow: hidden;
}

.applicationDelBox1 li .img::after {
  position: absolute;
  display: block;
  content: '';
  right: .0875rem;
  bottom: .075rem;
  width: 1.075rem;
  height: 1.075rem;
  background: url(../images/im1-7.png) no-repeat;
  background-size: cover;
}

.applicationDelBox1 li .text {
  width: 100%;
  height: auto;
  padding: .25rem .125rem .125rem .25rem;
}

.applicationDelBox1 .comTile .ls {
  width: auto;
}

.applicationDelBox1 li .com-ls30 {
  color: #9999;
  margin-top: .125rem;
  font-weight: 600;
}

.applicationDelBox2 {
  width: 100%;
  height: auto;
  padding: .75rem 0;
  background-color: var(--bgColor_2);

}

.applicationDelBox2Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: .5rem;
}

.applicationDelBox2Swiper .img {
  width: 100%;
  height: 3rem;
  overflow: hidden;
}

.applicationDelBox2Swiper .name {
  width: 100%;
  height: .85rem;
  line-height: .85rem;
  text-align: center;
  font-family: Poppins-Regular;
  font-size: .225rem;
  color: #000000;
  background-color: #ffffff;
}

.applicationDelBox2-pagination {
  margin-top: .75rem;
}

.applicationDelBox2-pagination .swiper-pagination-bullet-active,
.servicesBox6-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}


.applicationDelBox3 {
  width: 100%;
  height: auto;
  padding: .75rem 0;
}

.navTabl {
  width: 100%;
  height: 1.2rem;
  background-color: #171717;
  margin-top: .375rem;
}

.navTabl .item {
  width: 2.825rem;
  height: .7rem;
  text-align: center;
  cursor: pointer;
  line-height: .7rem;
  background-color: #f99521;
  background-color: rgba(240, 162, 18, 0.1);
  border-radius: .35rem;
  font-family: Poppins-Medium;
  font-size: .25rem;
  font-weight: normal;
  color: #ffffff;
  margin-right: .125rem;
  transition: all 0.3s;
}

.navTabl .item:last-child {
  margin-right: 0;
}

.navTabl .item:hover,
.navTabl .item.active {
  background-color: var(--mainColor);
}

.applicationDelBox3List {
  width: 100%;
  height: auto;
}

.applicationDelBox3List .item {
  width: 100%;
  height: 6.575rem;
}

.applicationDelBox3List .text {
  width: 8.025rem;
  padding: 1.125rem .75rem .25rem .5625rem;
  height: 100%;
  background-color: #f9f9f9;
}

.applicationDelBox3List .text h3 {
  font-family: Poppins-Medium;
  font-size: .3rem;
  font-weight: normal;
  color: #000000;
}

.applicationDelBox3List .text .com-ls30 {
  color: #040000;
  font-family: Poppins-Light;

}

.applicationDelBox3List .text .tl {
  margin: .1875rem 0;
}

.applicationDelBox3List .text .com-ls30 p {
  font-family: Poppins-SemiBold;
  display: inline;
  font-weight: normal;
  color: #000;
}

.applicationDelBox3List .item {
  display: none;
}

.applicationDelBox3List .item .con {
  width: 100%;
  height: 100%;
}

.applicationDelBox3List .text ul {
  margin-bottom: .1875rem;
}

.applicationDelBox3List .text li {
  font-family: Poppins-Light;
  font-size: .2rem;
  line-height: .375rem;
  color: #040000;
  padding-left: .25rem;
  background: url(../images/im2.png) left center no-repeat;
  background-size: .125rem .1625rem;
}

.applicationDelBox3List .img {
  flex: 1;
  height: 100%;
  background-color: var(--bgColor);
}

.applicationDelBox3List .img img {
  width: 5.7875rem;
  height: 4.825rem;
  object-fit: cover;
  transition: all 0.3s;
}

.applicationDelBox4 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 .9375rem 0;
  background-color: var(--bgColor_2);
}

.applicationDelBox4 .img {
  height: 6.575rem;
  width: 8.8625rem;
  overflow: hidden;
  margin-left: .4375rem;
  background-color: #f9f9f9;
}

.applicationDelBox4 .comTile {
  text-align: left;
}

.applicationDelBox4 .text {
  flex: 1;
}

.applicationDelBox4 .text li {
  font-family: Poppins-Light;
  font-size: .2rem;
  line-height: .375rem;
  color: #040000;
}

.applicationDelBox4 .text .top {
  margin: .3125rem 0 .125rem 0;
}

.applicationDelBox4 .text .bto li strong {
  display: block;
}

.applicationDelBox5 {
  width: 100%;
  height: auto;
  padding-top: .625rem;
}

.applicationDelBox5 .com-card {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e5e5e5;
}

.applicationDelBox5 .itemList {
  width: calc((100% - .225rem) / 2);
}

.itemList .item {
  width: 100%;
  border: solid 1px #e5e5e5;
  border-radius: .125rem;
  margin-bottom: .225rem;
}

.itemList .title {
  width: 100%;
  height: .75rem;
  cursor: pointer;
  background-color: #ffffff;
  padding: 0 .375rem;
  border-radius: .125rem;
}

.itemList .title::after {
  display: block;
  content: '+';
  font-family: Poppins-Regular;
  font-size: .375rem;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}

.itemList .title .ls {
  font-family: Poppins-Regular;
  font-size: .225rem;
  color: #000000;
  flex: 1;
  margin-right: .4375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.itemList ul {
  width: 100%;
  border-radius: .125rem;
  display: none;
  padding: .25rem .4375rem .25rem .375rem;
}

.itemList li {
  font-family: Poppins-Light;
  font-size: .2rem;
  line-height: .375rem;

  color: #999999;
}

.itemList .item.active {
  padding-top: .25rem;
}

.itemList .item.active {
  border: 1px solid var(--mainColor);
  height: 3.075rem;
}

.itemList .item.active .title {
  height: auto;
  align-items: baseline;

}

.itemList .item.active .title .ls {
  display: inline;
  color: var(--mainColor);
}

.itemList .item.active .title::after {
  content: '-';
  color: var(--mainColor);
  transform: translateY(.0625rem);
}

.applicationDelBox5Con {
  margin-top: .5625rem;
}

.applicationDelBox6 {
  width: 100%;
  height: auto;
  padding: .5625rem 0 1.875rem 0;
}

.applicationDelBox6 ul {
  margin-top: .875rem;
}

.applicationDelBox6 li {
  width: calc((100% - .4125rem) / 2);
  height: 3.475rem;
}

.applicationDelBox6 li .img {
  width: 3.7rem;
  overflow: hidden;
  height: 100%;
}

.applicationDelBox6 li a {
  display: flex;
  width: 100%;
  height: 100%;
}

.applicationDelBox6 li .text {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f1f1f1;
  padding: .375rem .375rem .25rem .2875rem;
}

.applicationDelBox6 li h3 {
  font-family: Poppins-Medium;
  font-size: .25rem;
  line-height: .3rem;
  font-weight: normal;
  color: #000000;
}

.applicationDelBox6 li .com-ls24 {
  color: #999999;
  flex: 1;
  margin-top: .125rem;
}

.applicationDelBox6 li .mores {
  font-size: .2rem;
  color: #f99521;
}

.innerBanner .text .ls {
  font-family: Poppins-Light;
  font-size: .3rem;
  line-height: .45rem;
  letter-spacing: .0125rem;
  color: #ffffff;
  margin: .0625rem 0;
}

.applicationBox1 {
  width: 100%;
  height: auto;
  padding: .75rem 0;
}

.applicationBox1 .top {
  margin-top: .4375rem;
}

.applicationBox1 .top li {
  width: 100%;
  height: 5.45rem;
  margin-bottom: .25rem;
}

.applicationBox1 .top li .img {
  width: 9.2625rem;
  overflow: hidden;
  height: 100%;
}

.applicationBox1 .top li a {
  display: flex;
  width: 100%;
  height: 100%;
}

.applicationBox1 .top li .text {
  flex: 1;
  height: 100%;
  padding: 1.375rem 1.125rem .25rem 1rem;
  background-color: var(--bgColor_2);
}

.applicationBox1 .top li h3 {
  font-family: Poppins-Medium;
  font-size: .375rem;
  font-weight: normal;
  color: #000000;
}

.applicationBox1 .top li .com-ls24 {
  margin: .125rem 0 .3125rem 0;
}

.applicationBox1 .top li .com-more2 {
  background-color: var(--mainColor);
  width: 2.375rem;
  color: #fff;
}

.applicationBox1 .bto {
  margin-top: .375rem;
}

.applicationBox1 .bto li {
  width: 3.7125rem;
  height: auto;
  margin: 0 .375rem .35rem 0;
}

.applicationBox1 .bto li:nth-child(4n) {
  margin-right: 0;
}

.applicationBox1 .bto li .img {
  height: 3rem;
  width: 100%;
  overflow: hidden;
}

.applicationBox1 .bto li .text {
  width: 100%;
  height: 2.525rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: .1875rem .1375rem .4375rem .25rem;
}

.applicationBox1 .bto li .com-ls24 {
  flex: 1;
  color: #999999;
  margin-top: .05rem;
}

.applicationBox1 .bto li h3 {
  font-family: Poppins-Medium;
  font-size: .25rem;
  font-weight: normal;
  color: #000000;
}

.applicationBox1 .bto li .mores {
  font-size: .2rem;
  color: var(--mainColor);
}

.aboutBox1 {
  width: 100%;
  height: auto;
  padding-top: .625rem;
}

.aboutBox1 .com-card {
  padding-bottom: .875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.aboutBox1 .com-ls30 {
  color: #999;
  margin-top: .3125rem;
}

.aboutBox1 .img {
  position: relative;
  width: 100%;
  height: 6.625rem;
  overflow: hidden;
  margin-top: .5rem;
}

.aboutBox1 .iocnBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
}
.aboutBox1 .iocnBox:hover .icon{
	 transform: rotate(180deg)  scale(1.3);
}
.aboutBox1 .iocnBox .icon {
  width: .925rem;
  height: .925rem;
  object-fit: cover;
  transition: all 0.3s;
}

.aboutBox2 {
  width: 100%;
  height: auto;
  padding-top: 1.1875rem;
}

.aboutBox2 .com-card {
  padding-bottom: .9375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.aboutBox2 .img {
  width: 7.35rem;
  position: relative;
  height: 8.0375rem;
  overflow: hidden;
  margin-right: .7125rem;
  border-radius: .0625rem;
}

.aboutBox2 .img::after {
  display: block;
  position: absolute;
  content: '';
  width: 1.075rem;
  height: 1.075rem;
  left: .15rem;
  bottom: .125rem;
  background: url(../images/im1-7.png) no-repeat;
  background-size: cover;
}

.aboutBox2 .text {
  flex: 1;
}

.aboutBox2 .com-tl {
  margin-bottom: .1875rem;
}

.aboutBox2 .com-ls30 {
  margin-bottom: .375rem;
}


.aboutBox3 {
  width: 100%;
  height: auto;
  padding: .5625rem 0;
}

.aboutBox3 .img {
  width: 100%;
  height: 6.325rem;
  overflow: hidden;
  border-radius: .0625rem;
  margin: .375rem 0 .7375rem 0;
}

.aboutBox3 .com-ls30 {
  font-size: .225rem;
  color: #999;
  margin-bottom: .3125rem;
}


.aboutBox4 {
  width: 100%;
  height: auto;
  padding: 1.0375rem 0;
  background-color: var(--bgColor_2);
}

.aboutBox4 .com-card {
  position: relative;
}

.aboutBox4Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.aboutBox4Swiper .img {
  width: 100%;
  height: 4.575rem;
  overflow: hidden;
}

.aboutBox4Swiper .text {
  width: 100%;
  height: 1.625rem;
  padding: .1875rem .25rem .125rem .375rem;
  background-color: #ffffff;
}

.aboutBox4Swiper .text h3 {
  font-family: Poppins-Regular;
  font-size: .25rem;
  font-weight: normal;
  color: #000000;
}

.aboutBox4Swiper .text .com-ls24 {
  color: #999999;
  margin-top: .1rem;
}


.aboutBox4-prev,
.aboutBox4-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: .2rem;
  height: .3rem;
  background: url(../images/im7-1.png) no-repeat;
  background-size: cover;
  filter: grayscale(1);
  transition: all 0.3s;
}

.aboutBox4-prev {
  left: -0.85rem;
  transform: translateY(-50%) rotate(-180deg);
}


.aboutBox4-next {
  right: -0.85rem;
}

.aboutBox4-next:hover,
.aboutBox4-prev:hover {
  filter: none;
}

.aboutBox5 {
  width: 100%;
  height: auto;
  padding: 1.375rem 0;
}

.aboutBox5 ul {
  margin-top: .625rem;
}

.aboutBox5 li {
  cursor: pointer;
  width: calc(100% / 4);
  height: 4.375rem;
  padding: 0 .4375rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.aboutBox5 li .img {
  width: .8375rem;
  height: .8375rem;
  transition: all 0.3s;
  background-color: var(--mainColor);
  border-radius: .2rem;
}

.aboutBox5 li .img img {
  width: auto;
  height: .5rem;
}

.aboutBox5 li h3 {
  font-family: Poppins-SemiBold;
  font-size: .25rem;
  font-weight: normal;
  color: #000000;
  margin: .1rem 0;
}

.aboutBox5 li .com-ls30 {
  color: #999;
}

.aboutBox5 li:hover .img {
  transform: translateY(-10px);
}

.aboutBox5 li:first-child {
  padding-left: 0;
}

.aboutBox5 li:last-child {
  padding-right: 0;
  border-right: none;
}

.aboutBox6 {
  width: 100%;
  height: auto;
  padding: .75rem 0 1.5rem 0;
  background-color: #f8f8f8;
}

.aboutBox6Con {
  width: 100%;
  height: 5.9875rem;
  margin-top: .6875rem;

}

.aboutBox6Con .lt {
  position: relative;
  width: 8.0125rem;
  height: 100%;
}

.aboutBox6Con .lt::after {
  position: absolute;
  display: block;
  content: '';
  left: .1625rem;
  bottom: -0.4625rem;
  z-index: 99;
  width: 1.075rem;
  height: 1.075rem;
  background: url(../images/im1-7.png) no-repeat;
  background-size: cover;
}

/* .aboutBox6Con .lt  img{
  display: none;
}
.aboutBox6Con .lt  img.active{
  display: block;
} */
.aboutBox6Con .rt {
  width: calc(100% - 8.0125rem);
  height: 100%;
  background-color: #ffffff;
  padding: .65rem .4375rem .125rem .425rem;
}

.aboutBox6Swiper1 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.aboutBox6Swiper1 .time {
  cursor: pointer;
  width: 100%;
  height: .55rem;
  line-height: .55rem;
  background-color: var(--bgColor_2);
  border-radius: .0625rem;
  border: solid 1px #e5e5e5;
  font-family: Poppins-Light;
  font-size: .225rem;
  text-align: center;
  color: #121212;
  transition: all 0.3s;
}

.aboutBox6Swiper1 .time:hover,
.aboutBox6Swiper1 .swiper-slide-thumb-active .time {
  background-color: var(--mainColor);
  color: #fff;
}

.aboutBox6Swiper2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: .5625rem;
}

.aboutBox6Swiper2 .item h3 {
  font-family: Poppins-SemiBold;
  font-size: .25rem;
  font-weight: normal;
  color: #000000;
  margin-bottom: .125rem;
}

.aboutBox6Swiper2 .item li {
  font-family: Poppins-Light;
  font-size: .2rem;
  line-height: .45rem;
  padding-left: .275rem;
  background: url(../images/im2.png) left center no-repeat;
  background-size: .125rem .1625rem;
  color: #999999;
}

.aboutBox6-prev,
.aboutBox6-next,
.caseBox3-prev,
.caseBox3-next {
  width: .525rem;
  cursor: pointer;
  height: .525rem;
  background: url(../images/im6-1.png) no-repeat;
  background-size: cover;
  transition: all 0.3s;
}

.aboutBox6 .bto {
  margin-top: .5rem;
}

.aboutBox6-next {
  transform: rotate(180deg);
  margin-left: 10px;
}

.aboutBox6-next:hover,
.caseBox3-next:hover {
  background: url(../images/im6.png) no-repeat;
  background-size: cover;
  transform: rotate(0);
}

.aboutBox6-prev:hover,
.caseBox3-prev:hover {
  background: url(../images/im6.png) no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}


.serverBox1 {
  width: 100%;
  height: auto;
  padding: .875rem 0;
}

.serverBox1 .img {
  width: 6.1rem;
  position: relative;
  height: 3.2rem;
  margin-left: 1.0875rem;
}

.serverBox1 .img::after,
.aviationBox1 .con::after {
  position: absolute;
  bottom: 0;
  left: -0.5625rem;
  display: block;
  content: '';
  width: 1.075rem;
  height: 1.075rem;
  background: url(../images/im1-7.png) no-repeat;
  background-size: cover;
}


.serverBox1 .text {
  flex: 1;
}

.serverBox1 .text h3 {
  font-family: Poppins-SemiBold;
  font-size: .3rem;
  font-weight: normal;
  letter-spacing: .0125rem;
  color: #303233;
  margin-bottom: .25rem;
}

.serverBox1Con {
  margin-top: 1.125rem;
}

.serverBox1 .text li,
.serverBox2 .item .text li {
  font-size: .2rem;
  line-height: .375rem;
  padding-left: .325rem;
  color: #999999;
  background: url(../images/im2.png) left top no-repeat;
  background-size: .125rem .1625rem;
  background-position-y: .1125rem;
  cursor: pointer;
  transition: all 0.3s;
}

.serverBox2 {
  width: 100%;
  height: auto;
  padding-bottom: .6875rem;
}

.serverBox2 .item {
  width: 100%;
  height: auto;
}

.serverBox2 .item .nu {
  position: relative;
  width: .85rem;
  height: .975rem;
  background: url(../images/im2-1.png) no-repeat;
  background-size: cover;
  font-family: Poppins-Bold;
  font-weight: normal;
  font-size: .375rem;
  text-align: center;
  line-height: .975rem;
  letter-spacing: .0125rem;
  color: #ffffff;
  margin-right: .875rem;
}

.serverBox2 .item .nu::after {
  position: absolute;
  display: block;
  content: '';
  height: 1.65rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  border: 1px dashed #bfbfbf;
}

.serverBox2 .item .nu::before {
  display: block;
  content: '';
  width: .1625rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50%;
  z-index: 22;
  height: .125rem;
  background: url(../images/im2-2.png) no-repeat;
  background-size: cover;
}

.serverBox2 .item:last-child .nu::after,
.serverBox2 .item:last-child .nu::before {
  display: none;
}

.serverBox2 .item:last-child .nu {
  background: none;
  height: .85rem;
  line-height: .85rem;
  background-color: var(--mainColor);
  border-radius: 50%;
}

.serverBox2 .item ul {
  padding-left: .125rem;
}

.serverBox2 .item .text {
  flex: 1;
  padding: .1875rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);

}

.serverBox2 .item .text h3 {
  font-family: Poppins-Bold;
  font-size: .225rem;
  font-weight: normal;
  margin-bottom: .125rem;
  letter-spacing: .0125rem;
  color: #160f07;
}


.serverBox3 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 .8125rem 0;
  background-color: var(--bgColor_2);
}

.serverBox3Con {
  margin-top: .5rem;
}

.serverBox3 .item {
  width: 5.0375rem;
  height: 7.45rem;
  background-color: #ffffff;
  border-radius: .175rem;
}

.serverBox3 .item .img {
  height: 3.425rem;
  width: 100%;
  overflow: hidden;
  border-radius: .175rem .175rem 0px 0px;
}

.serverBox3 .item .text {
  flex: 1;
  padding: .3125rem .625rem .25rem .3125rem;
}

.serverBox3 .item li {
  cursor: pointer;
  transition: all 0.3s;
}

.serverBox3 .item li strong {
  display: block;
  font-family: Poppins-Medium;
  font-weight: normal
}

.serverBox3 .item ul {
  margin-top: .25rem;
}

.serverBox3 .item li {
  cursor: pointer;
  font-size: .225rem;
  line-height: .375rem;
  color: #000000;
  background: url(../images/im2.png) left top no-repeat;
  background-size: .125rem .1625rem;
  background-position-y: .1125rem;
  padding-left: .2375rem;
  transition: all 0.3s;
}

.serverBox3 .item:first-child {
  position: relative;

}

.serverBox3 .item:first-child .img {
  height: 100%;
}

.serverBox3 .item:first-child .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 98%;
  padding: .375rem .375rem .1875rem .25rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: .175rem .175rem 0px 0px;
}

.serverBox3 .item:first-child li {
  margin-top: .3125rem;
}

.serverBox3 .item:nth-child(2) li {
  font-family: Poppins-Light;
}

.serverBox3 .item .com-tl2 {
  font-family: Poppins-SemiBold;
}




.serverBox4 {
  width: 100%;
  height: auto;
  padding: 1.625rem 0;
}

.serverBox4 .img {
  width: 7.275rem;
  position: relative;
  height: 7.3rem;
  margin-left: 1.5rem;
}

.serverBox4 .img::after,
.aviationBox2 .img::after {
  position: absolute;
  display: inline-block;
  content: '';
  left: -0.5625rem;
  bottom: 0;
  width: 1.075rem;
  height: 1.075rem;
  background: url(../images/im1-7.png) no-repeat;
  background-size: cover;
}

.serverBox4 .text {
  flex: 1;
}

.serverBox4 .text .com-tl {
  margin-bottom: .0625rem;
}

.serverBox4 .text .tl {
  font-family: Poppins-Medium;
  font-size: .25rem;
  font-weight: normal;
  color: #000000;
}


.serverBox4 .text .com-ls30 {
  font-size: .225rem;
  color: #9999;
  margin: .125rem 0 .1875rem 0;
}

.serverBox4 .text ul {
  margin-top: .125rem;
}

.serverBox4 .text li {
  font-family: Poppins-Medium;
  font-size: .2rem;
  line-height: .45rem;
  padding-left: .2875rem;
  cursor: pointer;
  color: #000000;
  background: url(../images/im2.png) left center no-repeat;
  background-size: .125rem .1625rem;
  transition: all 0.3s;
}

.serverBox5 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.25rem 0;
  background-color: var(--bgColor_2);
}

.serverBox5 .top {
  position: relative;
  width: 100%;
  height: 4.725rem;
  margin: .5rem 0 .2625rem 0;
  border-radius: .125rem;
  background-color: #ffffff;
  box-shadow: 0px 0px .225rem 0px rgba(108, 108, 108, 0.08);
}

.serverBox5 .top .img {
  width: 8.075rem;
  height: 100%;
  border-radius: 0px .125rem .125rem 0px;
  overflow: hidden;
}

.serverBox5 .top .text {
  flex: 1;
  background-color: #fff;
  padding: 1.625rem .75rem .25rem .5625rem;
}

.serverBox5 .top .text::after,
.servicesBox2 .img::after,
.caseBox1 .img::after,
.platingBox1 .img::after {
  position: absolute;
  left: .1rem;
  top: .05rem;
  display: block;
  content: '';
  width: 1.075rem;
  height: 1.075rem;
  background: url(../images/im1-7.png) no-repeat;
  background-size: cover;
}

.serverBox5 h3 {
  font-family: Poppins-SemiBold;
  font-size: .25rem;
  font-weight: normal;
  color: #000000;
}

.serverBox5 .top .com-ls30 {
  color: #999999;
  margin-top: .25rem;
}

.serverBox5 .bto .item {
  width: 7.875rem;
  height: 4.3rem;
  background-color: #ffffff;
  box-shadow: 0px 0px .225rem 0px rgba(108, 108, 108, 0.08);
  border-radius: .125rem;
  padding: .625rem .75rem .25rem .6875rem;
}

.serverBox5 .bto .item ul {
  margin-top: .125rem;
}

.serverBox5 .bto .item li {
  font-size: .2rem;
  line-height: .45rem;
  padding-left: .3rem;
  background: url(../images/im2.png) left center no-repeat;
  background-size: .125rem .1625rem;
  color: #999999;
  cursor: pointer;

  transition: all 0.5s;
}

.servicesBox1 .text .ls {
  width: 53%;
  margin: .125rem 0;
}

.servicesBox2 {
  width: 100%;
  height: auto;
  padding-top: 1rem;
}

.servicesBox2 .com-card {
  padding-bottom: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.servicesBox2 .img {
  width: 8.45rem;
  height: 6.525rem;
  position: relative;
  margin-left: .8125rem
}

.servicesBox2 .img::after {
  left: -0.5625rem;
  top: auto;
  bottom: -0.375rem;
}

.servicesBox2 .text {
  flex: 1;
}

.servicesBox2 .text .com-tl {
  margin-bottom: .1875rem;
}

.servicesBox2 .text .com-ls30 {
  color: #9999;
  margin-bottom: .3125rem;
}

.servicesBox3 {
  padding: 1.125rem 0 0;
}

.servicesBox3 .com-card {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.servicesBox4 {
  width: 100%;
  height: auto;
  padding-top: .5625rem;
}

.servicesBox4 .com-card {
  padding-bottom: 1.375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navTablLevel {
  width: 100%;
  height: auto;

  border-bottom: .0125rem solid rgba(0, 0, 0, 0.1);
  margin: .3125rem 0 .75rem 0;
}

.navTablLevel .itemLevel {
  position: relative;
  font-family: Poppins-Light;
  font-size: .25rem;
  color: #000000;
  cursor: pointer;
  margin-right: .85rem;
  padding-bottom: .25rem;
  transition: all 0.3s;
}

.navTablLevel .itemLevel:last-child {
  margin-right: 0;
}

.navTablLevel .itemLevel::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: -0.025rem;
  width: 0;
  transition: all 0.3s;
  height: .0375rem;
  background-color: var(--mainColor);
  border-radius: .025rem;
}

.navTablLevel .itemLevel:hover,
.navTablLevel .itemLevel.active {
  color: var(--mainColor);
}

.navTablLevel .itemLevel:hover::after,
.navTablLevel .itemLevel.active::after {
  width: 100%;
}

.servicesBox4List .itemTxt {
  width: 100%;
  display: none;
  animation: fadeIn 0.5s ease;
}

.servicesBox4List .itemTxt .text {
  flex: 1;
}

.servicesBox4List .itemTxt .text .txtTl {
  font-family: Poppins-Medium;
  font-size: .3rem;
  font-weight: normal;
  color: #000000;
}

.servicesBox4List .itemTxt .title .ls {
  font-family: Poppins-Light;
  font-size: .2rem;
  line-height: .6rem;
  color: #000000;
}

.servicesBox4List .itemTxt .title p {
  font-size: .2rem;
  line-height: .375rem;
  color: #000000;
}

.servicesBox4List .itemTxt .lss h3 {
  font-family: Poppins-Medium;
  font-size: .2rem;
  font-weight: normal;
  line-height: .6rem;
  color: #000000;
}

.servicesBox4List .itemTxt .lss li {
  font-family: Poppins-Light;
  font-size: .2rem;
  line-height: .375rem;
  padding-left: .25rem;
  color: #000000;
  cursor: pointer;
  transition: all 0.5s;
  background: url(../images/im2.png) left center no-repeat;
  background-size: .125rem .1625rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.servicesBox4List .rt {
  width: 8.3rem;
  height: auto;
  margin-left: .4375rem;
}

.servicesBox4List .rt .topImg {
  width: 100%;
  cursor: pointer;
  height: 3.55rem;
  background-color: #ffffff;
  border-radius: .125rem;
  border: solid 1px #e5e5e5;
  padding: .2125rem;
  overflow: hidden;
  margin-bottom: .075rem;
}

.servicesBox4List .rt .topImg img {
  width: 3.1rem;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}

.servicesBox4List .rt .btoImg {
  width: 100%;
  height: 3.55rem;
}

.servicesBox4List .rt .btoImg .img {
  cursor: pointer;
  width: calc((100% - .0625rem) / 2);
  background-color: #ffffff;
  border-radius: .125rem;
  height: 100%;
  border: solid 1px #e5e5e5;
  padding: .225rem;
  overflow: hidden;
}

.servicesBox4ConList,
.servicesBox4ConList .servicesItemList {
  width: 100%;
  height: auto;
}

.servicesBox4ConList .servicesItemList {
  display: none;
}

.servicesBox4List .itemTxt.active,
.servicesBox4ConList .servicesItemList.active {
  display: block;
}


.servicesBox5 {
  width: 100%;
  height: auto;
  padding: .625rem 0;
}

.servicesBox5 ul {
  margin-top: .5rem;
}

.servicesBox5 li {
  width: 3.0875rem;
  height: auto;
  margin: 0 .1375rem .2rem 0;
}

.servicesBox5 li:nth-child(5n) {
  margin-right: 0;
}

.servicesBox5 li .img {
  width: 100%;
  height: 2.75rem;
  overflow: hidden;
}

.servicesBox5 li .com-ls24 {
  width: 100%;
  height: 1.2875rem;
  text-align: center;
  padding: .25rem .125rem .125rem;
  background-color: var(--bgColor_2);
}


.servicesBox6 {
  width: 100%;
  height: auto;
  padding: .75rem 0;
  background-color: var(--bgColor_2);
}

.servicesBox6 .comTile .ls {
  font-size: .2rem;
}

.servicesBox6Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: .5rem;
}

.servicesBox6Swiper .img {
  width: 100%;
  height: 3rem;
  overflow: hidden;
}

.servicesBox6Swiper .text {
  width: 100%;
  height: 2.5625rem;
  padding: .25rem .375rem .125rem .35rem;
  background-color: #ffffff;
}

.servicesBox6Swiper .text h3 {
  font-family: Poppins-Regular;
  font-size: .225rem;
  font-weight: normal;
  color: #000000;
}

.servicesBox6Swiper .text .com-ls24 {
  font-family: Poppins-Light;
  color: #999999;
  margin-top: .1875rem;
}

.servicesBox6-pagination {
  margin-top: .675rem;
}

.servicesBox7 {
  width: 100%;
  height: auto;
  padding: .875rem 0 .5rem 0;
}

.servicesBox7 ul {
  margin-top: .8125rem;
}

.servicesBox7 li {
  cursor: pointer;
  width: 4.9375rem;
  height: 4.25rem;
  margin: 0 .5875rem .625rem 0;
  background-color: #f6f6f6;
  padding: .2375rem .375rem .125rem .3125rem;
  border-radius: .125rem;
}

.servicesBox7 li:nth-child(3n) {
  margin-right: 0;
}


.servicesBox7 li img {
  width: .8625rem;
  height: .8625rem;
  transition: all 0.3s;
  object-fit: cover;
}

.servicesBox7 li h3 {
  font-family: Poppins-Regular;
  font-size: .225rem;
  line-height: .3rem;
  font-weight: normal;
  color: #000000;
  margin: .0625rem 0 .125rem 0;
}

.servicesBox7 li .com-ls30,
.servicesBox8 li .com-ls30 {
  color: #999999;
  font-family: Poppins-Light;
}

.servicesBox8 {
  width: 100%;
  height: auto;
  padding: .875rem 0 1.125rem 0;
  background-color: var(--bgColor_2);
}


.servicesBox8 ul {
  margin-top: .5625rem;
}

.servicesBox8 ul li {
  cursor: pointer;
  padding: .5rem .3125rem .125rem .35rem;
  width: 3.7125rem;
  height: 5.2125rem;
  background-color: #ffffff;
  border-radius: .125rem;
}

.servicesBox8 li h3 {
  font-family: Poppins-Regular;
  font-size: .225rem;
  font-weight: normal;
  line-height: .3rem;
  margin: .375rem 0 .1875rem 0;
  color: #000000;
}

.servicesBox8 li img {
  width: .8125rem;
  transition: all 0.3s;
  height: .9125rem;
  object-fit: cover;
}

.servicesBox9 .com-card {
  padding-bottom: 0;
  border-bottom: none;
}

.aviationBox1 .com-ls30 p {
  font-family: Poppins-Light;
}

.aviationBox1 .con {
  position: relative;
  width: 100%;
}

.aviationBox1 .com-more {
  margin-top: .375rem;
}

.aviationBox1 .con::after {
  left: 55%;
  bottom: 1.025rem;
}



.aviationBox2 {
  width: 100%;
  height: auto;
  padding: .875rem 0;
}

.aviationBox2Con {
  width: 100%;
  height: 7.375rem;
  background-color: #f9f9f9;
}

.aviationBox2Con .img {
  width: 8.625rem;
  height: 100%;
  position: relative;
}

.aviationBox2Con .text {
  flex: 1;
  height: 100%;
  padding: 1.5rem 1rem .125rem .5625rem;
}

.aviationBox2Con .text li {
  font-family: Poppins-ExtraLight;
  font-size: .225rem;
  line-height: .375rem;
  padding-left: .75rem;
  background: url(../images/im5.png) left center no-repeat;
  background-size: .425rem;
  color: #000000;
  margin-top: .3125rem;
  cursor: pointer;
  transition: all 0.3s;
}

.aviationBox2Con .img::after {
  bottom: auto;
  top: .25rem;
  left: auto;
  right: -0.5625rem;
}

.aviationBox3 {
  width: 100%;
  height: auto;
  padding: .375rem 0 .875rem 0;
}

.aviationBox3 .table {
  margin-top: .375rem
}

.aviationBox3 .table,
.aviationBox3 table {
  width: 100%;
  height: auto;
}

.aviationBox3 table th {
  height: .8875rem;
  padding: 0 .375rem;
  background-color: #222222;
  font-family: Poppins-Medium;
  font-size: .225rem;
  font-weight: normal;
  line-height: .3rem;
  color: #ffffff;
  border-right: 1px solid #fff;
}

.aviationBox3 table td {
  height: 1.25rem;
  padding: 0 .25rem;
  background-color: var(--bgColor_2);
  font-family: Poppins-Light;
  font-size: .2rem;
  line-height: .3rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #000000;
}

.aviationBox4 .comTile .ls {
  font-family: Poppins-Light;
}

.aviationBox4 .servicesBox6Swiper .text {
  height: 2.1875rem;
}

.aviationBox5 {
  width: 100%;
  height: auto;
  padding-top: 1rem;
}

.aviationBox5 .com-tl {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

.aviationBox5Con {
  width: 100%;
  height: auto;
  margin-top: .4rem;
}

.aviationBox5Con .item {
  cursor: pointer;
  width: 3.85rem;
  height: 5.0375rem;
  margin: 0 .2rem .25rem 0;
  background-color: var(--bgColor_2);
  border-radius: 0px .0625rem .0625rem 0px;
  padding: .375rem .625rem .125rem .3rem;
}

.aviationBox5Con .item:nth-child(4n) {
  margin-right: 0;
}

.aviationBox5Con .item img {
  width: .425rem;
  height: .425rem;
  transition: all 0.3s;
  object-fit: cover;
}

.aviationBox5Con .item h3 {
  font-family: Poppins-Medium;
  font-size: .25rem;
  font-weight: normal;
  margin: .125rem 0;
  color: #000000;
}

.aviationBox5Con .item li {
  font-family: Poppins-Light;
  font-size: .2rem;
  line-height: .375rem;
  color: #999999;
  margin-bottom: .1875rem;
}

.aviationBox5Con .item li strong {
  font-weight: normal;
  color: var(--mainColor);
}

.aviationBox6 {
  width: 100%;
  height: auto;
  padding: .375rem 0 1.25rem 0;
}

.aviationBox6 table {
  width: 100%;
  height: auto;
}

.aviationBox6 table th {
  height: .725rem;
  background-color: #222222;
  font-family: Poppins-Medium;
  font-size: .225rem;
  padding: 0 .375rem;
  font-weight: normal;
  color: #ffffff;
  border-right: 1px solid #fff;
}

.aviationBox6 table td {
  height: .7rem;
  padding: 0 .375rem;
  background-color: var(--bgColor_2);
  font-family: Poppins-Light;
  font-size: .2rem;
  color: #000000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.assuranceBox4 ul {
  flex-wrap: wrap;
}

.assuranceBox4 ul li {
  margin-bottom: .5625rem;
}


.assuranceBox5 {
  padding: 0 0 1.5rem 0;
}

.assuranceBox5 .com-card {
  padding-bottom: 0;
  border-bottom: none;
}

.comNav.inner {
  margin-top: 1.0625rem;
  border-bottom: none;
}

.caseBox1 {
  width: 100%;
  height: auto;
  padding-top: .125rem;
}

.caseBox1 .com-card,
.caseBox2 .com-card,
.platingBox1 .com-card {
  padding-bottom: 1.1875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.caseBox1 .img {
  width: 9.35rem;
  position: relative;
  height: 5.4rem;
  margin-left: 1.5rem;
}

.caseBox1 .img::after,
.platingBox1 .img::after {
  top: auto;
  bottom: .075rem;
  left: -0.5625rem;
}

.caseBox1 .text {
  flex: 1;
  padding-top: .25rem
}

.caseBox1 .text .com-ls30 {
  color: #999999;
  margin: .25rem 0 .625rem 0;
}


.caseBox2 {
  width: 100%;
  height: auto;
  padding-top: .8125rem;
}

.caseBox2 .img {
  width: 7.7125rem;
  cursor: pointer;
  overflow: hidden;
  height: 7.9125rem;
  margin-right: .6875rem;
  background-color: var(--bgColor_2);
}

.caseBox2 .text {
  flex: 1;
}

.caseBox2 .text ul {
  margin: .125rem 0 .3125rem 0;
}

.caseBox2 .text li {
  cursor: pointer;
  font-family: Poppins-Medium;
  font-size: .175rem;
  font-weight: normal;
  line-height: .45rem;
  padding-left: .3125rem;
  background: url(../images/im2.png) left center no-repeat;
  background-size: .125rem .1625rem;
  color: #1c1c1c;
  transition: all 0.5s;
}

.caseBox2 .text .ls {
  margin-bottom: .1875rem;
}

.caseBox2 .text .ls p {
  font-family: Poppins-SemiBold;
  font-size: .25rem;
  font-weight: normal;
  line-height: .6rem;
  color: #1c1c1c;
}

.caseBox2 .text .ls .com-ls30 {
  color: #999;
}

.caseBox3 {
  width: 100%;
  height: auto;
  padding-top: .75rem;
}

.caseBox3 .com-card {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.caseBox3Swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.caseBox3Con {
  position: relative;
  width: 100%;
  height: 7.55rem;
  background-color: #ffffff;
  box-shadow: 0px 0px .4375rem 0px rgba(108, 108, 108, 0.16);
  margin-top: .625rem;
}

.caseBox3Swiper .con {
  width: 100%;
  height: 100%;
  padding: 0 2.5rem 0 2.375rem;

}

.caseBox3Swiper .img {
  width: 4.3375rem;
  position: relative;
  height: 5.4875rem;
  background-color: var(--mainColor);
  margin-right: .8rem;

}

.caseBox3Swiper .img img {
  position: absolute;
  top: .125rem;
  left: .125rem;
  width: 4.3375rem;
  height: 5.4875rem;
  box-shadow: 0px 0px .4375rem 0px rgba(108, 108, 108, 0.16);
  border-radius: .625rem 0px 0px 0px;
}

.caseBox3Swiper .text {
  flex: 1;

}

.caseBox3Swiper .text h3 {
  font-family: Poppins-Medium;
  font-size: .3rem;
  font-weight: normal;
  color: #000000;
}

.caseBox3Swiper .text .add {
  font-family: Poppins-Light;
  font-size: .225rem;
  padding-left: .2375rem;
  background: url(../images//im8-2.png) left center no-repeat;
  background-size: .1375rem .2rem;
  color: #000000;
  margin: .0625rem 0 .5625rem 0;
}

.caseBox3Swiper .text .com-ls30 {
  color: #000000;
  position: relative;
  padding-left: .375rem;
}

.caseBox3Swiper .text .com-ls30::after,
.caseBox3Swiper .text .com-ls30::before {
  position: absolute;
  display: block;
  content: "“";
  font-size: .75rem;
  font-weight: normal;
  font-family: Archivo-Regular;
  line-height: .6rem;
  letter-spacing: 0px;
  color: #000000;
}

.caseBox3Swiper .text .com-ls30::before {
  left: 0;
}

.caseBox3Swiper .text .com-ls30::after {
  right: 0;
  content: "”";
  bottom: -0.3125rem;
}

.caseBox3Swiper .text .name {
  font-size: .225rem;
  line-height: .6rem;
  letter-spacing: .0125rem;
  text-align: right;
  color: #000000;
  margin-top: .75rem;
}

.caseBox3-next,
.caseBox3-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 88;
}

.caseBox3-next {
  right: .375rem;
  transform: translateY(-50%) rotate(180deg);
}

.caseBox3-next:hover {
  transform: translateY(-50%) rotate(0);
}

.caseBox3-prev:hover {
  transform: translateY(-50%) rotate(180deg);
}

.caseBox3-prev {
  left: .375rem;
}

.caseBox4 {
  padding: .625rem 0 1rem 0;
}

.caseBox4 ul {
  margin-top: .5rem;
}

.platingBox1 {
  width: 100%;
  height: auto;
  padding-top: .375rem;
}

.platingBox1 .text {
  flex: 1;
}

.platingBox1 .img {
  width: 9.35rem;
  position: relative;
  height: 5.075rem;
  margin-left: .8125rem;
}

.platingBox1 .text .com-ls30 {
  color: #999;
  margin: .1875rem 0;
}

.platingBox1 .text ul {
  margin-bottom: .625rem;
}

.platingBox1 .text li {
  font-size: .2rem;
  line-height: .375rem;
  color: #999999;
}

.platingBox1 .text li strong {
  color: var(--mainColor);
  font-family: Poppins-Medium;
  font-weight: normal;
}

.platingBox2 {
  width: 100%;
  height: auto;
  padding-top: .875rem;
}

.platingBox2 .com-card {
  padding-bottom: .375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.platingBox2 .text {
  width: 6.75rem;
  margin-right: 1.25rem;
}

.platingBox2 .text .tl {
  font-family: Poppins-Light;
  font-size: .225rem;
  line-height: .375rem;
  letter-spacing: .0125rem;
  color: #000000;
  margin: .1875rem 0;
}

.platingBox2 .text .com-ls30 {
  color: #999999;
}

.platingBox2 .rt {
  flex: 1;
}

.platingBox2 .rt ul {
  width: 100%;
  height: auto;
}

.platingBox2 .rt ul li {
  font-size: .2rem;
  line-height: .375rem;
  color: #999999;
  padding-left: .6375rem;
  cursor: pointer;
  transition: all 0.5s;
  background: url(../images/im5.png) left top no-repeat;
  background-size: .425rem;
  background-position-y: .1875rem;
  margin-bottom: .4375rem;
}

.platingBox2 .rt ul li strong {
  display: block;
  font-family: Poppins-SemiBold;
  font-size: .25rem;
  font-weight: normal;
  line-height: .6rem;
  color: #000000;
}

.platingBox3 {
  width: 100%;
  height: auto;
  padding-top: .75rem;
}

.platingBox3 .comTile {
  text-align: left;
}

.platingBox3 .com-card {
  padding-bottom: .8125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.platingBox3List .item {
  cursor: pointer;
  width: 100%;
  display: none;
  height: 6.7rem;
  padding: .25rem .2625rem .25rem .75rem;
  background-color: var(--bgColor_2);
  animation: fadeIn 1s ease;
}

.platingBox3List .item.active {
  display: block;
}

.platingBox3List .item .text {
  flex: 1;
  padding-top: .5rem;
}

.platingBox3List .item .img {
  width: 7.75rem;
  overflow: hidden;
  height: 100%;
  margin-left: .975rem;

}

.platingBox3List .item .text h3 {
  position: relative;
  font-family: Poppins-Medium;
  font-size: .375rem;
  padding-bottom: .0625rem;
  border-bottom: .0125rem solid #b6b6b6;
  font-weight: normal;
  color: #000000;
  margin-bottom: .25rem;
}

.platingBox3List .item .text h3::after {
  position: absolute;
  left: 0;
  bottom: -0.0125rem;
  display: block;
  content: '';
  width: 2.475rem;
  height: .0125rem;
  background-color: var(--mainColor);
  border-radius: .0125rem;
}

.platingBox3List .item .text li {
  font-size: .2rem;
  line-height: .45rem;
  font-family: Poppins-Light;
  color: #000000;
}

.platingBox3List .item .text li strong {
  color: var(--mainColor);
}

.platingBox4 {
  width: 100%;
  height: auto;
  padding-top: 1.25rem;
}

.platingBox4 ul {
  margin-top: .5625rem;
}

.platingBox4 .com-card {
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.platingBox4 li {
  width: 3.7125rem;
  height: auto;
  margin: 0 .375rem .45rem 0;
}

.platingBox4 li:nth-child(4n) {
  margin-right: 0;
}

.platingBox4 li .img {
  width: 100%;
  height: 3rem;
  overflow: hidden;
}

.platingBox4 li .name {
  width: 100%;
  height: .925rem;
  background-color: #ffffff;
  font-family: Poppins-Light;
  font-size: .225rem;
  padding-top: .125rem;
  text-align: center;
  transition: all 0.3s;
  color: #000000;
}

.platingBox4 li:hover .name {
  background-color: var(--mainColor);
  color: #ffff;
}

.platingBox5 {
  width: 100%;
  height: auto;
  padding: .625rem 0 1.125rem 0;
}

.platingBox5 ul {
  margin-top: .75rem;
}

.platingBox5 ul li {
  cursor: pointer;
  height: 2.375rem;
  width: fit-content;
  border-right: 1px solid #b6b6b6;
  padding: .1875rem .375rem 0 .375rem;
}

.platingBox5 li h3 {
  font-family: Poppins-Medium;
  font-size: .25rem;
  font-weight: normal;
  color: #000000;
}

.platingBox5 li .tl {
  margin-bottom: .15rem;
}

.platingBox5 li .nu {
  transition: all 0.3s;
  width: .5125rem;
  height: .5125rem;
  background-color: var(--mainColor);
  border-radius: .125rem;
  font-family: Montserrat-Medium;
  font-size: .3rem;
  font-weight: normal;
  line-height: .5125rem;
  text-align: center;
  color: #ffffff;
  margin-right: .125rem;
}

.platingBox5 li:last-child {
  padding-right: 0;
  border-right: none;
}

.platingBox5 li:first-child {
  padding-left: 0;

}

.platingBox5 li .com-ls24 {
  font-family: Poppins-Light;
  color: #999;
}

.platingBox5 li:hover .nu {
  transform: translateY(-10px);
}

.platingBox6 {
  width: 100%;
  height: auto;
  padding: .75rem 0 .625rem 0;
  background-color: var(--bgColor_2);
}

.platingBox6 ul {
  margin-top: .625rem;
}

.platingBox6 li {
  cursor: pointer;
  position: relative;
  width: 3.7125rem;
  height: 1.8625rem;
  background-color: #000000;
  border-radius: .125rem;
  margin: 0 .375rem .5rem 0;
  overflow: hidden;
}

.platingBox6 li:nth-child(4n) {
  margin-right: 0;
}

.platingBox6 li .name {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  font-family: Poppins-SemiBold;
  font-size: .25rem;
  text-align: center;
  font-weight: normal;
  color: #ffffff;
}

.platingBox7 {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.platingBox8 {
  width: 100%;
  height: auto;
  padding: .75rem 0;
}

.platingBox8 .form {
  width: 100%;
  height: auto;
  padding: 0 .5875rem;
  margin-top: .5rem;
}

.platingBox8 .formList {
  margin-bottom: .1875rem;
}

.platingBox8 .formList .item {
  width: calc((100% - .25rem) / 2);
}

.platingBox8 .formList .item p {
  font-family: Poppins-Regular;
  font-size: .175rem;
  margin-bottom: .0875rem;
  color: #353535;
}

.platingBox8 .formList .item .info {
  position: relative;
  width: 100%;
  height: .575rem;
}

.platingBox8 .formList .item input[type=text] {
  width: 100%;
  height: 100%;
  background-color: var(--bgColor_2);
  font-size: 14px;
  padding-left: .2375rem;
  color: #383838;
}

.platingBox8 .formList .item input[type=text]:focus {
  border: 1px solid var(--mainColor);
}


.platingBox8 .formList .item select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
  padding-left: .2375rem;
  outline: none;
  appearance: none;
  background-color: var(--bgColor_2);
  font-size: .175rem;
  color: #383838;
}

.platingBox8 .formList .select {
  position: relative;
}

.platingBox8 .formList .selects::after {
  position: absolute;
  top: 50%;
  right: .175rem;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: .075rem solid transparent;
  border-right: .075rem solid transparent;
  border-top: .075rem solid #999;
  pointer-events: none;
}

.platingBox8 .formList .textarea {
  width: 100%;

  font-size: 14px;

  color: #383838;
}

.platingBox8 .formList .textarea .info {
  height: 126px;
  background-color: var(--bgColor_2);

}


.platingBox8 .formList textarea {
  width: 100%;
  height: 100%;
  padding: .1875rem 0 0 .2375rem;
  font-size: 14px;
  color: #383838;
}

.platingBox8 .form input[type=submit] {
  width: 3.075rem;
  height: .675rem;
  background-color: var(--mainColor);
  cursor: pointer;
  box-shadow: 0px 0px .85rem 0px rgba(108, 108, 108, 0.23);
  border-radius: .325rem;
  font-family: Poppins-Medium;
  font-size: .2rem;
  line-height: .675rem;
  transition: all 0.3s;
  text-align: center;
  color: #ffffff;
  margin-top: .25rem;
}

.platingBox8 .formList .files {
  position: relative;
  width: 3.3rem;
  cursor: pointer;
  height: 1.925rem;
  background-color: var(--bgColor_2);
  border-radius: .125rem;
  transition: all 0.3s;
  border: dashed 1px #d9d9d9;
}

.platingBox8 .formList .files input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.platingBox8 .formList .files:hover {
  border: dashed 1px var(--mainColor);
}

.platingBox8 .formList .files .ls {
  font-family: Poppins-Medium;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: .2rem;
  font-weight: normal;
  color: #353535;
}

.platingBox8 .formList .files .ls::before {
  display: block;
  content: '';
  width: 1.025rem;
  height: .9rem;
  background: url(../images/im3-2.png) no-repeat;
  background-size: contain;
}

#fileList .file-name {
  font-size: .2rem;
  color: #999;
  margin: .125rem 0;
}

.serviceDelBox1 .text .com-ls30 {
  margin: .3125rem 0;
}

.serviceDelBox2 {
  width: 100%;
  height: auto;
  padding-top: .75rem;
}

.serviceDelBox2 .com-card {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.serviceDelBox2 .img {
  width: 7.7125rem;
  height: 7.9125rem;
  overflow: hidden;
  margin-right: .65rem;
}

.serviceDelBox2 .rt {
  flex: 1;
}

.serviceDelBox2Rt {
  width: 100%;
  height: auto;
  margin-top: .1875rem;
}

.serviceDelBox2Rt .item {
  width: 100%;
  height: auto;
  background-color: var(--bgColor_2);
  border-radius: .0625rem;
  margin-bottom: 1px;
  padding: 0 .225rem 0 .4125rem;
  transition: all 0.3s;
}

.serviceDelBox2Rt .item .title {
  font-family: Poppins-SemiBold;
  font-size: .25rem;
  height: .75rem;
  cursor: pointer;
  font-weight: normal;
  color: #1c1c1c;
  transition: all 0.3s;

}

.serviceDelBox2Rt .item .text {
  display: none;
}

.serviceDelBox2Rt .item.active {
  background-color: #ffffff;
  box-shadow: 0px 0px .85rem 0px rgba(108, 108, 108, 0.23);
  border-radius: .0625rem;
  margin-bottom: .3375rem;
}

.serviceDelBox2Rt .item.active .text {
  padding: .0625rem 0 .3125rem 0;
}

.serviceDelBox2Rt .item.active .title {
  color: var(--mainColor);
}

.serviceDelBox2Rt .item .title::after {
  display: block;
  content: '+';
  font-family: Poppins-Regular;
  font-size: .375rem;
  color: #999999;
  transition: all 0.3s;
}

.serviceDelBox2Rt .item.active .title::after {
  content: '-';
  color: var(--mainColor);
}

.serviceDelBox2Rt .item .tl {
  font-size: .2rem;
  line-height: .375rem;
  color: #999999;
}

.serviceDelBox2Rt .item li {
  font-family: Poppins-Medium;
  font-size: .175rem;
  font-weight: normal;
  line-height: .45rem;
  padding-left: .275rem;
  color: #1c1c1c;
  background: url(../images/im2.png) left center no-repeat;
  background-size: .125rem .1625rem;
}

.serviceDelBox2Rt .item:last-child {
  margin-bottom: 0;
}

.serviceDelBox3 .com-card {
  border-bottom: none;
}

.serviceDelBox4 {
  background-color: #fff;
}

.serviceDelBox4 ul li {
  border: solid 1px #e5e5e5;
}

.serviceDelBox5 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
  background-color: var(--bgColor_2);
}

.serviceDelBox5 .com-ls30 {
  color: #999;
  margin-top: .125rem;
}

.serviceDelBox5 li {
  cursor: pointer;
  position: relative;
  height: 2.125rem;
  width: 4.7625rem;
  margin: 0 .85rem .225rem 0;
  border-bottom: .0125rem solid #000000;
  padding: 0 .125rem .125rem 0;
}

.serviceDelBox5 li::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.0125rem;
  width: .7375rem;
  height: .0125rem;
  background-color: var(--mainColor);
  border-radius: .0125rem;
}

.serviceDelBox5 li:nth-child(5),
.serviceDelBox5 li:last-child {
  margin-right: 0;
}

.serviceDelBox5 li:first-child {
  width: 10.275rem;
}

.serviceDelBox5 li:nth-child(2) {
  margin-right: 0;
  margin-bottom: .5rem;
}

.serviceDelBox5 li img {
  width: .625rem;
  height: .625rem;
  margin-right: .1875rem;
  object-fit: cover;
  transition: all 0.3s;
}

.serviceDelBox5 li .text {
  flex: 1;
  padding-top: .125rem;
}

.serviceDelBox5 li .text h3 {
  font-family: Poppins-SemiBold;
  font-size: .225rem;
  font-weight: normal;
  margin-bottom: .125rem;
  color: #000000;
}

.serviceDelBox5 li .text .com-ls24 {
  font-family: Poppins-Light;
  color: #999999;
}

.serviceDelBox5 li:first-child {
  border-bottom: none;
  margin-bottom: .5rem;
}

.serviceDelBox5 li:first-child::after {
  display: none;
}

.comMenuBox{
  position: absolute;
  top:0;
  display: none;
width: fit-content;
  height: auto;

  padding: .125rem;
    background-color: #f6f9fb;
  border-radius: .0625rem;
      transition: left 0.3s ease, width 0.3s ease;
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3);
}
.comMenuBox .itemMenuList{
  display: flex;
 flex-wrap: wrap;
  /* justify-content: space-between; */
}
.nav-indicator{
  position: absolute;
  left: 50%;
  top: -0.075rem;
  transform: translate(-50%)  rotate(45deg);
    width: .15rem;
    height: .15rem;
    border-radius: .0375rem   0 0 ;
    background-color: #fff;
  z-index:2;
    transition: left 0.3s ease, width 0.3s ease;
}
.comMenuLeve{
	  min-width: 4.375rem;
/* width: calc((100% - 30% ) / 2); */
}
.comMenuBox .item  .title{
  font-size: .225rem;
  font-weight: normal;
  font-family: Poppins-Regular;
  margin-bottom: .25rem;
}

.comMenuBox .item {
  width: 100%;
  height: auto;
  border-radius: .0625rem;
  background-color: #fff;
  margin-bottom: .05rem;
  padding:.375rem;

}
.comMenuBox .imgs{
  width: .375rem;
  height: .375rem;
  border-radius: .025rem;
      background-color: #f6f9fb;
      padding: .05rem;
      margin-right: .1875rem;
}
.comMenuBox .leve_a{
  font-size: .2rem;
      white-space: nowrap;
  color: #000 !important;
}
.comMenuBox .leve_a .name{
	font-family: Poppins-Regular;
}
.comMenuLeve1  .icon{
  width:.3125rem;
  height: .3125rem;
  object-fit: contain;
  cursor: pointer;
}

.comMenuLeve2 {
 margin: .1875rem 0  0 .525rem;
}
.comMenuLeve2 .leve_a{
  display: block;
  font-family: Poppins-Regular;
  width: 100%;
  height: 100%;
  line-height: .5rem;

}
.comMenuLeve1{
	  width: fit-content;
  margin-bottom: .1875rem
}

.comMenuLeve2 li{
width: 100%;
  padding: 0  .1875rem;
  background-color: #f6f9fb;
  border-radius: .025rem;
  margin-bottom: .05rem;
}

.muenBox{
display: none;
  position: absolute;
  left: 0;
  top: 1.5rem;
  width: 100%;
  height: 7.5rem;
  z-index: 999;
}
.muenBox .box{
  width: 100%;
  height: 100%;
  position: relative;
}
.muenBox .com-card{
  position: relative;
}
.submenu-wrapper{
  position: absolute;
  left: 50%;
  width: auto;    transition: left 0.3s ease, width 0.3s ease;
  height: auto;
  transform: translateX(-50%);
}






@media screen and (max-width: 1024px) {

  .header,
  .indexBox2 .indexBox2img::after,
  .footer .top ul li,
  .serviceDelBox2 .img {
    display: none;
  }

  .com-card,
  .com-card.inner {
    width: 100%;
    padding: 0 4%;
  }

  .mobileHeader {
    display: flex;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .headerSwiper .text .con h2,
  .innerBanner .text h2 {
    line-height: 25px;
  }

  .headerSwiper .text .con h2,
  .com-tl,
  .innerBanner .text h2 {
    font-size: 16px;
  }

  .indexBox1 .title .ls,
  .indexBox1Con li .text .com-tl2,
  .com-tl2,
  .indexBox6 li .mores,
  .indexBox7 .title a,
  .indexBox7 li h3,
  .indexBox7 li .mores,
  .footer .top .title h3,
  .comNav a,
  .aviationBox3 table th,
  .aviationBox6 table th,
  .itemList .title .ls,
  .innerBanner .text .ls,
  .applicationBox1 .top li h3,
  .applicationBox1 .bto li .mores,
  .applicationDelBox3List .text h3,
  .comTile .ls,
  .applicationDelBox6 li .mores,
  .platingBox3List .item .text h3,
  .serverBox2 .item .text h3,
  .serviceDelBox2Rt .item .tl,
  .servicesBox4List .itemTxt .title .ls,
  .servicesBox4List .itemTxt .lss h3,
  .servicesBox8 li h3,
  .serviceDelBox5 li .text h3,
  .servicesBox7 li h3 {
    font-size: 15px;
  }

  .indexBox2 li .time {
    font-size: 22px;
  }

  .headerSwiper .text .con .ls,
  .indexBox1Con li .text .item,
  .com-ls30,
  .com-ls24,
  .indexBox5 li .ls,
  .footer .form .lss,
  .footer .top .text p,
  .aboutBox3 .com-ls30,
  .aboutBox6Swiper2 .item li,
  .aviationBox2Con .text li,
  .aviationBox5Con .item li,
  .itemList li,
  .applicationDelBox3List .text li,
  .applicationDelBox4 .text li,
  .caseBox2 .text li,
  .platingBox1 .text li,
  .platingBox2 .rt ul li,
  .platingBox3List .item .text li,
  .serverBox1 .text li,
  .serverBox2 .item .text li,
  .serverBox3 .item li,
  .serverBox4 .text li,
  .serverBox4 .text .com-ls30,
  .serverBox5 .bto .item li,
  .serviceDelBox2Rt .item li,
  .servicesBox4List .itemTxt .title p,
  .servicesBox4List .itemTxt .lss li {
    font-size: 14px;
    line-height: 24px;
  }

  .aboutBox6Swiper1 .time,
  .aviationBox6 table td,
  .aviationBox3 table td,
  .applicationDelBox2Swiper .name,
  .platingBox8 .formList .item p,
  .footer .form .lss a,
  .platingBox8 .formList .item select,
  .assuranceBox1 li .text,
  .assuranceBox2 li .name {
    font-size: 14px;
  }

  .headerSwiper .text .con,
  .indexBox2 .lt,
  .indexBox3 .text,
  .footer .top ul,
  .footer .top .lt,
  .footer .form,
  .footer .top ul,
  .innerBanner .text .com-ls30,
  .aviationBox2Con .img,
  .comTile .ls,
  .aviationBox5 .com-tl,
  .assuranceBox3 ul li,
  .applicationDelBox5 .itemList,
  .applicationDelBox4 .img,
  .applicationDelBox6 li,
  .assuranceBox4 .text,
  .serverBox5 .bto .item,
  .servicesBox1 .text .ls {
    width: 100%;
  }

  .com-more {
    width: fit-content;
    padding: 0 15px;
    font-size: 15px;
  }

  .indexBox1,
  .indexBox2,
  .indexBox3,
  .indexBox5,
  .indexBox7,
  .aboutBox3,
  .aboutBox4,
  .aboutBox5,
  .aboutBox6,
  .aviationBox2,
  .servicesBox6,
  .aviationBox6,
  .assuranceBox3,
  .applicationDelBox1,
  .applicationBox1,
  .applicationDelBox2,
  .applicationDelBox3,
  .applicationDelBox4,
  .applicationDelBox6,
  .platingBox5,
  .platingBox6,
  .platingBox8,
  .assuranceBox1,
  .assuranceBox2,
  .assuranceBox4,
  .serverBox1,
  .serverBox3,
  .serverBox4,
  .serverBox5,
  .servicesBox4,
  .servicesBox8,
  .serviceDelBox5,
  .servicesBox5,
  .servicesBox7 {
    padding: 20px 0;
  }

  .indexBox6,
  .aboutBox1,
  .aboutBox2,
  .aviationBox5,
  .applicationDelBox5,
  .caseBox3,
  .platingBox2,
  .platingBox3,
  .platingBox4,
  .serviceDelBox2,
  .servicesBox2 {
    padding-top: 20px;
  }

  .aboutBox1 .com-card,
  .caseBox1 .com-card,
  .caseBox1 .com-card,
  .caseBox2 .com-card,
  .platingBox1 .com-card,
  .caseBox3 .com-card,
  .platingBox3 .com-card,
  .serviceDelBox2 .com-card,
  .servicesBox2 .com-card {
    padding-bottom: 20px;
  }

  .indexBox1Con,
  .indexBox5 ul,
  .indexBox6 ul,
  .indexBox7 ul,
  .aboutBox3 .img,
  .aboutBox5 ul,
  .aboutBox6Con,
  .aviationBox3 .table,
  .servicesBox6Swiper,
  .aviationBox5Con,
  .assuranceBox3 ul,
  .assuranceBox4 ul,
  .applicationBox1 .top,
  .applicationDelBox1 ul,
  .applicationDelBox2Swiper,
  .applicationDelBox5Con,
  .applicationDelBox6 ul,
  .caseBox3Con,
  .platingBox4 ul,
  .platingBox5 ul,
  .platingBox6 ul,
  .platingBox8 .form,
  .assuranceBox1 ul,
  .assuranceBox2 ul,
  .serverBox1Con,
  .serverBox3Con,
  .serverBox5 .top,
  .servicesBox8 ul,
  .servicesBox5 ul,
  .servicesBox7 ul {
    margin-top: 15px;
  }

  .indexBox1Con li .img,
  .indexBox6 li .img,
  .indexBox7 li .img,
  .indexBox8,
  .footer .bottom,
  .aboutBox3 .img,
  .aboutBox4Swiper .img,
  .aviationBox2Con,
  .aviationBox2Con .img,
  .servicesBox6Swiper .img,
  .applicationDelBox1 li .img,
  .itemList .item.active,
  .applicationBox1 .bto li .img,
  .applicationDelBox2Swiper .img,
  .applicationDelBox4 .img,
  .platingBox3List .item,
  .platingBox4 li .img,
  .platingBox6 li,
  .assuranceBox1 li .img,
  .assuranceBox2 li .img,
  .serverBox3 .item .img,
  .serverBox5 .bto .item,
  .servicesBox4List .rt .topImg,
  .servicesBox4List .rt .btoImg,
  .servicesBox5 li .img {
    height: auto;
  }

  .indexBox2 .com-card,
  .indexBox3 .com-card,
  .indexBox5 ul,
  .aboutBox2 .com-card,
  .aboutBox5 ul,
  .aviationBox2Con,
  .applicationDelBox5Con,
  .applicationDelBox1 ul,
  .applicationDelBox4 .com-card,
  .applicationDelBox6 ul,
  .caseBox1 .com-card,
  .caseBox2 .com-card,
  .platingBox1 .com-card,
  .platingBox2 .com-card,
  .platingBox3List .item .con,
  .platingBox5 ul,
  .assuranceBox4 .com-card,
  .serverBox1Con,
  .serverBox3Con,
  .serverBox4 .com-card,
  .serverBox4 .bto,
  .serverBox5 .bto,
  .servicesBox4List .itemTxt .con,
  .servicesBox8 ul,
  .servicesBox2 .com-card {
    flex-wrap: wrap;
  }

  .indexBox7 ul,
  .footer .top .com-card {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .indexBox2 .lt,
  .aboutBox3 .img,
  .aboutBox3 .com-ls30 {
    margin-bottom: 10px;
  }

  .indexBox2 ul {
    width: 40%;
  }

  .indexBox2 ul li {
    width: 100%;
  }

  .indexBox3 .text {
    margin: 0 0 75px 0;
  }

  .indexBox3 li,
  .indexBox5 ul li,
  .indexBox7 li,
  .aviationBox5Con .item,
  .assuranceBox2 li,
  .serverBox3 .item,
  .servicesBox8 ul li,
  .serviceDelBox5 li,
  .servicesBox7 li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }

  .indexBox6 li,
  .applicationDelBox1 ul li,
  .applicationBox1 .bto li,
  .platingBox4 li,
  .platingBox6 li,
  .assuranceBox1 li,
  .servicesBox5 li {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }

  .indexBox6 li:nth-child(4n),
  .aviationBox5Con .item:nth-child(4n),
  .applicationBox1 .bto li:nth-child(4n),
  .platingBox4 li:nth-child(4n),
  .platingBox6 li:nth-child(4n),
  .assuranceBox1 li:nth-child(4n),
  .assuranceBox2 li:nth-child(3n),
  .serverBox3 .item:nth-child(3n),
  .servicesBox8 ul li:nth-child(3n),
  .servicesBox5 li:nth-child(5n),
  .servicesBox7 li:nth-child(3n) {
    margin-right: 10px;
  }

  .indexBox5 ul li:nth-child(2n),
  .indexBox6 li:nth-child(3n),
  .indexBox7 li:nth-child(2n),
  .aviationBox5Con .item:nth-child(2n),
  .assuranceBox3 ul li,
  .applicationDelBox1 ul li:nth-child(3n),
  .applicationBox1 .bto li:nth-child(3n),
  .platingBox4 li:nth-child(3n),
  .platingBox6 li:nth-child(3n),
  .assuranceBox1 li:nth-child(3n),
  .assuranceBox2 li:nth-child(2n),
  .serverBox3 .item:nth-child(2n),
  .servicesBox8 ul li:nth-child(2n),
  .servicesBox5 li:nth-child(3n),
  .servicesBox7 li:nth-child(2n) {
    margin-right: 0;
  }

  .indexBox5 ul li:nth-child(2n)::after {
    display: none;
  }

  .indexBox4,
  .indexBox8 {
    height: auto;
    padding: 6% 0;
  }

  .footer .top ul li:last-child {
    display: flex;
  }

  .footLink {
    justify-content: flex-start;
  }

  .footer .top ul {
    flex: none;
    display: inline;
    margin-top: 4%;
  }

  .footer .form .formList .info {
    width: calc((100% - 10px) / 2);
  }

  .footer .bottom {
    padding: 3% 0;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
  }

  .innerBanner {
    padding-top: 0;
  }

  .innerBanner .bg {
    height: 40vh;
  }

  .aboutBox2 .text,
  .aviationBox2Con .text,
  .caseBox1 .text,
  .caseBox2 .text,
  .platingBox1 .text,
  .platingBox3List .item .text,
  .serverBox1 .text,
  .serverBox4 .text,
  .servicesBox4List .itemTxt .text,
  .servicesBox2 .text {
    flex: none;
    width: 100%;
  }

  .aboutBox2 .img,
  .serviceDelBox2Rt .item .tl {
    height: auto;
    margin: 0 0 10px 0;
  }

  .aboutBox4-prev,
  .aboutBox4-next {
    position: static;
  }

  .aboutBox4 .bto {
    margin-top: 50px;
  }

  .aboutBox4-prev {
    margin-right: 30px;
  }

  .aboutBox5 li,
  .platingBox5 ul li {
    width: calc(100% / 2);
    margin-bottom: 15px;
  }

  .aboutBox5 li:nth-child(2n),
  .platingBox5 ul li:nth-child(2n) {
    border-right: none;
    padding-right: 0;
  }

  .platingBox5 ul li:nth-child(3) {
    padding-left: 0;
  }

  .comNav {
    top: 60px;
  }

  .aviationBox2Con .img::after {
    right: 2%;
  }

  .aviationBox2Con .text,
  .applicationBox1 .top li .text,
  .serverBox5 .top .text {
    padding: 4%;
  }

  .aviationBox2Con .text li {
    background-size: 24px;

  }

  .aviationBox3,
  .assuranceBox5 {
    padding: 0 0 20px 0;
  }

  .aviationBox3 table th,
  .aviationBox3 table td,
  .aviationBox6 table td,
  .aviationBox6 table th {
    white-space: nowrap;
  }

  .aviationBox3 .table,
  .aviationBox3 table,
  .aviationBox6 table,
  .aviationBox6 .table {
    overflow-x: scroll;
  }

  .applicationBox1 .top li .img {
    width: 50%;
  }

  .applicationDelBox4 .img {
    margin: 10px 0 0;
  }

  .applicationDelBox6 li {
    margin-bottom: 10px;
  }

  .caseBox1 .img,
  .platingBox1 .img,
  .platingBox3List .item .img,
  .serverBox1 .img,
  .serverBox4 .img,
  .servicesBox2 .img {
    height: auto;
    margin: 10px 0 0;
  }

  .caseBox1 .img::after,
  .platingBox1 .img::after,
  .serverBox1 .img::after,
  .aviationBox1 .con::after,
  .serverBox4 .img::after,
  .aviationBox2 .img::after {
    left: 2%;
  }

  .servicesBox2 .img::after {
    left: 2%;
    bottom: 2%;
  }

  .caseBox2 .img {
    height: auto;
    margin: 0 0 10px 0;
  }

  .caseBox3Swiper .con {
    padding: 0 6%;
  }

  .platingBox2 .text {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .platingBox8 .form {
    padding: 0;
  }

  .assuranceBox1 li:nth-child(4n)::after {
    display: block;
  }

  .serverBox3 .item {
    height: 500px;
  }

  .serverBox3 .item:first-child .text {
    height: 90%;
  }

  .serverBox5 .top .img {
    width: 50%;
  }

  .serverBox5 .bto .item {
    padding: 3%;
    margin-bottom: 10px;
  }

  .navTablLevel {
    margin: 15px 0;
  }

  .servicesBox4List .rt {
    width: 100%;
    margin: 10px 0 0;
  }

  .serviceDelBox5 li,
  .serviceDelBox5 li:nth-child(2) {
    margin: 0 0 10px 0;
  }




}

@media screen and (max-width:768px) {
  body {
    padding-bottom: 48px;
  }

  .indexBox1Con ul,
  .indexBox1 .title,
  .indexBox6 .title,
  .aboutBox6Con,
  .applicationBox1 .top li a,
  .applicationDelBox3List .item .con,
  .applicationDelBox6 li a,
  .caseBox3Swiper .con,
  .platingBox8 .formList,
  .serverBox5 .top,
  .navTablLevel {
    flex-wrap: wrap;
  }

  .indexBox1Con ul li,
  .indexBox2 .indexBox2img {
    width: 100%;
    margin-bottom: 15px;
  }

  .indexBox1Con li .text {
    height: auto;
    padding: 3%;
  }

  .indexBox2 .indexBox2img .dot .nu {
    font-size: 16px;
  }

  .indexBox1Con li .text .com-more2 {
    margin-top: 15px;
  }

  .indexBox2 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .indexBox2 ul li {
    width: calc((100% - 20px) / 3);
  }

  .indexBox2 .indexBox2img,
  .indexBox6 li .text,
  .aboutBox5 li,
  .aboutBox6Con,
  .navTabl,
  .applicationDelBox3List .item,
  .applicationDelBox3List .img img,
  .serverBox5 .top {
    height: auto;
  }

  .indexBox2 .indexBox2img .dot {
    right: 0;
    width: 120px;
    height: 120px;
  }

  .indexBox2 .indexBox2img .dot .con {
    width: 90px;
    height: 90px;
  }

  .indexBox3 li {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 3%;
  }

  .indexBox6 li,
  .applicationDelBox1 ul li,
  .applicationBox1 .bto li,
  .platingBox4 li,
  .platingBox6 li,
  .assuranceBox1 li,
  .servicesBox5 li {
    width: calc((100% - 10px) / 2);
  }

  .indexBox6 li:nth-child(3n),
  .applicationDelBox1 ul li:nth-child(3n),
  .applicationBox1 .bto li:nth-child(3n),
  .platingBox4 li:nth-child(3n),
  .platingBox6 li:nth-child(3n),
  .assuranceBox1 li:nth-child(3n),
  .servicesBox5 li:nth-child(3n) {
    margin-right: 10px;
  }

  .indexBox6 li:nth-child(2n),
  .applicationDelBox1 ul li:nth-child(2n),
  .applicationBox1 .bto li:nth-child(2n),
  .platingBox4 li:nth-child(2n),
  .platingBox6 li:nth-child(2n),
  .assuranceBox1 li:nth-child(2n),
  .servicesBox5 li:nth-child(2n) {
    margin-right: 0;
  }

  .indexBox6 .com-card {
    padding-bottom: 0;
  }

  .indexBox7 li,
  .aboutBox5 li,
  .aviationBox5Con .item,
  .serviceDelBox5 li,
  .serviceDelBox5 li:first-child,
  .servicesBox7 li {
    width: 100%;
    margin-right: 0 !important;
  }

  .aboutBox1 .img,
  .aboutBox6Con .lt,
  .aboutBox6Con .rt,
  .aviationBox5Con .item,
  .applicationBox1 .top li .img,
  .applicationBox1 .top li,
  .applicationDelBox3List .text,
  .applicationDelBox6 li,
  .applicationDelBox6 li .img,
  .caseBox3Con,
  .platingBox5 ul li,
  .serverBox5 .top .img,
  .serviceDelBox5 li,
  .servicesBox7 li {
    width: 100%;
    height: auto;
  }

  .indexBox7 li .text {
    height: auto;
    padding: 3%;
  }

  .aboutBox1 .com-ls30 {
    margin-top: 10px;
  }

  .aboutBox5 li {
    border-right: none;
    padding: 0;
  }

  .innerBanner .text .com-ls30.txt2 {
    display: none;
  }

  .assuranceBox3 li .text,
  .applicationDelBox3List .text {
    padding: 3%;
  }

  .navTabl {
    padding: 2%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .navTabl .item {
    flex-grow: 1;
    flex-basis: 220px;
    margin: 0 10px 10px 0;
  }

  .navTabl .item:nth-child(2n) {
    margin-right: 0;
  }

  .applicationDelBox6 li .text,
  .caseBox3Swiper .text,
  .serverBox5 .top .text {
    flex: none;
    width: 100%;
  }

  .caseBox3Swiper .con {
    padding: 3%;
  }

  .caseBox3Swiper .img img {
    position: static;
    height: auto;
  }

  .caseBox3Swiper .img {
    margin: 0 0 10px 0;
    height: auto;
  }

  .platingBox5 ul li {
    padding: 0;
    border-right: none;
  }

  .platingBox8 .formList .item {
    width: 100%;
    margin-bottom: 10px;
  }

  .navTablLevel {
    justify-content: flex-start;
  }

  .navTablLevel .itemLevel {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .serviceDelBox5 li:first-child {
    margin-bottom: 10px;
  }

}

@media screen and (max-width:600px) {

  .serverBox3 .item,
  .servicesBox8 ul li,
  .servicesBox2 .img {
    width: 100%;
    margin-right: 0 !important;
    height: auto;
  }

  .serverBox3 .item:first-child .text {
    width: 100%;
    height: 100%;
  }



}

@media screen and (max-width:500px) {
  .headerSwiper .text {
    top: 60%;
    padding: 0 4%;
  }

  .headerSwiper .bg {
    height: 50vh;
  }

  .indexBox2 ul,
  .footer .form .bto,
  .comNav .com-card,
  .assuranceBox3 li a {
    flex-wrap: wrap;
  }

  .indexBox2 ul li {
    width: 100%;
    margin-bottom: 15px;
  }

  .indexBox4 .com-tl,
  .indexBox5 .title .ls {
    text-align: center;
  }

  .indexBox5 ul li {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 4%;
  }

  .indexBox5 li .nu {
    margin-top: 15px;
  }

  .indexBox5 ul li::after {
    display: none;
  }

  .applicationDelBox3List .img {
    flex: none;
    width: 100%;
  }

  .aboutBox2 .img,
  .applicationDelBox3List .img img,
  .caseBox1 .img,
  .caseBox2 .img,
  .caseBox3Swiper .img img,
  .caseBox3Swiper .img,
  .platingBox1 .img,
  .platingBox3List .item .img,
  .assuranceBox4 .rt,
  .serverBox1 .img,
  .serverBox4 .img {
    width: 100%;
  }

  .indexBox6 li,
  .applicationDelBox1 ul li,
  .applicationBox1 .bto li,
  .navTabl .item,
  .platingBox4 li,
  .assuranceBox1 li {
    width: 100%;
    margin-right: 0 !important;
  }

  .footer .form .lss {
    flex: none;
    width: 100%;
    margin-top: 10px;
  }

  .footer .form .btoL {
    margin: 25px 0 0;
  }

  .innerBanner .bg {
    height: 55vh;
  }

  .comNav {
    height: auto;
    padding: 2% 0;
  }

  .assuranceBox3 li .img {
    width: 100%;
    height: auto;
  }

  .servicesBox6Swiper .text,
  .applicationBox1 .bto li .text {
    height: auto;
    padding: 4%;
  }

  .assuranceBox3 ul li {
    height: auto;
  }

  .applicationBox1 .bto li .mores {
    margin-top: 10px;
  }

  .caseBox1 .text .com-ls30,
  .caseBox3Swiper .text .add {
    margin: 0 0 15px 0;
  }

  .caseBox3Swiper .text .name {
    margin-top: 20px;
  }

  .platingBox3List .item .text {
    padding-top: 0;
  }

  .platingBox3List .item {
    padding: 3%;
  }

  .platingBox4 li .name {
    height: auto;
    padding: 2% 0;
  }

  .assuranceBox1 li::after {
    top: 2%;
    right: 2%;
  }

  .assuranceBox4 .rt .img {
    width: calc((100% - 10px) / 2);
    height: auto;
  }

}


@media screen and (max-width:420px) {

  .footLink,
  .footer .form .formList {
    flex-wrap: wrap;
  }

  .footLink a {
    flex-grow: 1;
    flex-basis: 115px;
    margin-bottom: 10px;
  }

  .footer .form .info,
  .footer .form .formList .info {
    width: 100%;
  }

  .footer .form .formList .info {
    margin-bottom: 10px;
  }

  .footer .form .btoL {
    width: 130px;
    height: 80px;
  }

  .innerBanner .text {
    top: 60%;
  }

  .assuranceBox2 li,
  .servicesBox5 li {
    width: 100%;
    margin-right: 0 !important;
  }

  .servicesBox5 li .com-ls24 {
    height: auto;
    padding: 3% 2%;
  }

  .serverBox2 .item .nu {
    margin-right: 10px;
  }
}

@media screen and (max-width:320px) {
  .innerBanner .bg {
    height: 70vh;
  }

  .innerBanner .text .ls {
    font-size: 14px;
  }

  .com-ls30 {
    font-size: 12px;
    line-height: 20px;
  }

  .platingBox6 li {
    width: 100%;
    margin-right: 0 !important;
  }
}

























@media screen and (max-width: 1024px) {
  .searchForm {
    top: 60px;
  }

  .language {
    width: 23px;
    height: auto;
    object-fit: contain;
  }

  .languageSwitching {
    width: auto;
    position: relative;
    height: 100%;
  }

  .searchForm input[type="text"] {
    flex: none;
    width: 70%;
    height: 35px;
    font-size: 15px;
  }

  .searchForm input[type="text"]::placeholder {
    font-size: 15px;
  }

  .searchForm input[type="submit"] {
    width: fit-content;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    margin-left: 3%;
    border-radius: 5px;
    padding: 0 20px;
    background-color: var(--mainColor);
  }

  .languageSwitching .con {
    top: 60px;
  }

  .languageSwitching a {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .mobileHeader .lt {
    height: 100%;
  }

  .mobileHeader .search {
    width: 24px;
    height: auto;
    object-fit: contain;
    margin-right: 10px;
  }


}

@media screen and (max-width: 768px) {

  .Fast_contact {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    z-index: 999;
    transform: translateY(0%);
    display: block;
  }

  .Fast_contact ul li.onlineservice_li {
    width: 33.33%;
    float: left;
    margin-bottom: 0;
    border-left: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .Fast_contact ul li.onlineservice_li.email_click {
    display: block
  }

  .Fast_contact ul li.onlineservice_li,
  .onlineservice_tips {
    display: none;
  }

  .Fast_contact ul li.onlineservice_li:nth-of-type(1) {
    border-left: 0
  }

  .Fast_contact ul li.onlineservice_li:nth-of-type(1),
  .Fast_contact ul li.onlineservice_li:nth-of-type(2),
  .Fast_contact ul li.onlineservice_li:nth-of-type(3) {
    display: block;
  }

  .inquireFormBox {
    top: 50%;
    left: 50%;
    width: 90%;
    margin: 0;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 600px) {
  .searchForm input[type="text"] {
    width: 50%;
  }

  .ejectEmail_form {
    width: 90%;
  }

  .agreementBox {
    padding: 20px 0;
  }
}






@media screen and (max-width: 360px) {
  .mobileHeader .logo {
    align-items: center;
    justify-content: center;
  }

  .mobileHeader .logo img {
    width: 80%;
  }

  .ejectEmail_form {
    height: 100vh;
    width: 100%;
    overflow: overlay;
    padding: 3%;
  }
}