:root {
  --mainColor: #326ebe;
  --lat: "Lato", sans-serif;
  --rob: "Roboto", sans-serif;
  --popp: "Poppins", sans-serif;
}


body {
  font-family: 'Roboto', sans-serif;
}

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


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

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


.aboutBox1 h2 {
  color: rgb(255, 255, 255);
  font-size: .9rem;
  line-height: .375rem;
  text-align: left;
}

.aboutBox1 p {
  color: rgb(255, 255, 255);
  font-size: .25rem;
  text-align: left;
  margin: .3125rem 0 .3625rem 0;
}

.aboutBox1 .more {
  display: inline-block;
  width: fit-content;
  height: .55rem;
  line-height: .55rem;
  color: rgb(255, 255, 255);
  font-size: .25rem;
  text-align: center;
  background: rgb(50, 110, 190);
  padding: 0 .5625rem;
}

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

.aboutBox2 {
  width: 100%;
  height: auto;
  padding: 10px 0;
}

.aboutBox2 a,
.aboutBox2 span,
.aboutBox2 i {
  color: rgb(21, 21, 21);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.aboutBox2 i,
.aboutBox2 a {
  display: inline-block;
  margin: 0 5px;
}

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

.aboutBox3 h6 {
  color: rgb(50, 110, 190);
  font-size: .375rem;
  font-weight: 900;
  line-height: .6rem;
  text-align: left;
  font-style: italic;
}

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

.aboutBox3Con li:first-child {
  width: 7.125rem;
  height: auto;
  margin-right: .475rem;
}

.aboutBox3Con li:first-child .text {
  margin-top: .375rem;
}

.aboutBox3Con li:first-child .img {
  width: 100%;
  height: 5.225rem;
  vertical-align: bottom;
  object-fit: cover;
}

.com-ls ,
.com-ls strong{
  color: rgb(73, 73, 73);
  font-family: var(--lat);
  font-size: .2rem;
  line-height: .375rem;
  margin-bottom: .25rem;
  text-align: left;
}

.aboutBox3Con li:last-child {
  display: flex;
  flex: 1;
  flex-direction: column-reverse;
}

.aboutBox3Con li:last-child .text {
  margin-bottom: .25rem;
}

.aboutBox3Con li:last-child .img {
  width: 100%;
  height: 8.5375rem;
  object-fit: cover;
  vertical-align: bottom;
  cursor: pointer;
}

.aboutBox4 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 0;
  background: url(/public/static/images/home/en-us/bg4.png) no-repeat;
  background-size: 100% 9.075rem;
}

.com-tl {
  font-size: .625rem;
  font-weight: 400;
  text-align: left;
}

.aboutBox4Con {
  width: 100%;
  height: auto;
  margin-top: .5rem;
}

.aboutBox4Con .text {
  flex: 1;
  padding-right: 4.5rem;
}

.aboutBox4Con img {
  width: 11.7125rem !important;
  object-fit: cover;
  vertical-align: bottom;
  margin-right: .5625rem;
  height: 7.525rem !important;
}

.aboutBox5 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
  background: url(/public/static/images/home/en-us/bg2.png) center no-repeat;
  background-size: cover;
  background-position-y: 1.25rem;
}

.aboutBox5Con {
  width: 100%;
  margin-top: .875rem;

}

.aboutBox5Con li img {
  width: 1.8375rem;
  height: 1.8375rem;
  object-fit: cover;

}

.aboutBox5Con li {
  width: 3.4375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.aboutBox5Con li h6 {
  color: rgb(0, 0, 0);
  font-family: var(--lat);
  font-size: .25rem;
  font-weight: 700;
  text-align: center;
  margin: .4375rem 0 .25rem 0;
}

.aboutBox5Con li .com-ls {
  text-align: center;
}

.aboutBox5Con li:nth-child(2),
.aboutBox5Con li:last-child {
  margin-top: .875rem;
}


.aboutBox6 {
  width: 100%;
  height: auto;
  padding: .375rem 0 1.775rem 0;
  background: url(/public/static/images/home/en-us/bg1.png) bottom no-repeat;
  background-size: cover;
  margin-bottom: .6rem;
}

.aboutBox6Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: .75rem;

}

.aboutBox6Swiper .swiper-slide {
  width: 7.5rem;
  height: auto
}
.aboutBox6Swiper  .cons{
  display: inline-block;
  width: 100%;
}


.aboutBox6Swiper .img {
  width: 100%;
  height: 5.4375rem;
  overflow: hidden;
}

.aboutBox6Swiper .swiper-slide:hover img,
.aboutBox7Swiper .swiper-slide:hover img,
.aboutBox9Swiper .swiper-slide:hover img {
  transform: scale(1.2);
}

.aboutBox6Swiper img,
.aboutBox7Swiper img,
.aboutBox8Swiper img,
.aboutBox9Swiper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}

.aboutBox6Swiper .name {
  width: 100%;
  height: auto;
  color: rgb(0, 0, 0);
  font-family: var(--lat);
  margin-top: .3125rem;
  font-size: .25rem;
  font-weight: 700;
  text-transform: capitalize;
}

.aboutBox6-next,
.aboutBox6-prev,
.aboutBox8-next,
.aboutBox8-prev {
  cursor: pointer;
  width: .6rem;
  height: .6rem;
  background: url(/public/static/images/home/en-us/ic6.png) no-repeat;
  background-size: contain;
  transition: all 0.3s;
}

.aboutBox6-next,
.aboutBox8-next {
  margin-right: .1375rem;
}

.aboutBox6-prev,
.aboutBox8-prev {
  transform: rotate(180deg);
}

.aboutBox6-next:hover,
.aboutBox8-next:hover {
  background: url(/public/static/images/home/en-us/ic6-1.png) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.aboutBox6-prev:hover,
.aboutBox8-prev:hover {
  background: url(/public/static/images/home/en-us/ic6-1.png) no-repeat;
  background-size: contain;
  transform: rotate(0);
}

.aboutBox6 .bto {
  margin-top: .8125rem;
}
.swiper-slide{
	background-color: transparent ; 
}
.aboutBox7 {
  width: 100%;
  height: auto;
  padding: 1.4875rem 0;
  background: rgb(245, 245, 245);
}

.aboutBox7Con {
  width: 100%;
  height: auto;
  padding-left:0;
}

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

.aboutBox7Swiper .swiper-slide {
  width: 8.2875rem;
  height: auto;
}

.aboutBox7Swiper .cons{
  display: inline-block;
  position: relative;
  width: 100%;
  height: 6.1375rem;
  overflow: hidden;
}

.aboutBox7Swiper .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.125rem;
  background: linear-gradient(180.00deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 100%);
  color: rgb(255, 255, 255);
  font-family: var(--lat);
  font-size: .25rem;
  line-height: 1.125rem;
  padding-left: .625rem;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
}

.aboutBox7-pagination {
  margin-top: .625rem;
}

.aboutBox7-pagination .swiper-pagination-bullet,
.aboutBox9-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 3px;
  transition: all 0.3s;
  border-radius: 0;
  background: rgb(161, 161, 161);
}

.aboutBox7-pagination .swiper-pagination-bullet-active,
.aboutBox9-pagination .swiper-pagination-bullet-active {
  background: rgb(50, 110, 190);
}

.aboutBox8 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
}

.aboutBox8Swiper {
  width: 100%;
  height: auto;
  overflow-x: clip;
  margin-top: .5625rem;
}

.aboutBox8Swiper .cons {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3.625rem;
}

.aboutBox8Swiper .name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.7rem;
  z-index: 999;
  width: 3.05rem;
  height: 1.0375rem;
  box-shadow: 0px 0px 25.3px 0px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  padding: .1625rem .1625rem .1625rem .3125rem;
}

.aboutBox8Swiper .name h6 {
  color: rgb(0, 0, 0);
  font-family: var(--lat);
  font-size: .25rem;
  text-align: left;
}

.aboutBox8Swiper .name p {
  color: rgb(73, 73, 73);
  font-family: var(--lat);
  font-size: .2rem;
  font-weight: 400;
  line-height: .375rem;
  text-align: left;
}

.aboutBox8Swiper .name::after {
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  display: block;
  content: '';
  top: 50%;
  width: .075rem;
  height: .425rem;
  background: rgb(50, 110, 190);
}

.aboutBox8Swiper .bto {
  margin-top: 1.45rem;
}

.aboutBox9 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
  background: rgb(245, 245, 245);
}

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

.aboutBox9Swiper .img {
  width: 100%;
  height: 5.0375rem;
  border: 1px solid rgb(50, 110, 190);
  overflow: hidden;
}

.aboutBox9Swiper .name {
  width: 100%;
  color: rgb(0, 0, 0);
  font-family: var(--lat);
  font-size: .25rem;
  font-weight: 700;
  text-align: center;
  margin-top: .3125rem;
}

.aboutBox9-pagination {
  margin-top: .875rem
}



/*邮件表单*/
.ejectEmail_form{
    position: fixed;
    background: #ffffff;
    width: 600px;
    height: 532px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -266px;
    padding: 30px;
    z-index: 100000;
    display: none;
}
.ejectEmail_form .close_Emailform{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    font-size: 46px;
    display: block;
    cursor: pointer;
    background: #6f6f6f;
    color: #ffffff;
}
.ejectEmail_form form h2{
    display: none;
}
.ejectEmail_form form p{
    font-size: 30px;
    color: #000000;
}
.ejectEmail_form .info{
    width: 100%;
    margin-top: 20px;
    position: relative;
}
.ejectEmail_form .label_control{
    position: absolute;
    left: 10px;
    font-size: 16px;
    color: #a5a5a5;
    line-height: 40px;
}
.ejectEmail_form .tips{
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    font-size: 14px;
    color: #ff0000;
}
.ejectEmail_form input[type="text"]{
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #a5a5a5;
    text-indent: 10px;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    border: 1px solid #dddddd;
}
.ejectEmail_form textarea{
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 16px;
    color: #a5a5a5;
    border: 1px solid #dddddd;
}
.ejectEmail_form input[type="submit"]{
    width: 155px;
    height: 40px;
    background: #337ae2;
    color: #ffffff;
    border: 0;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: all .3s;
}
.ejectEmail_form input[type="submit"]:hover{
    opacity: .85;
    transition: all .3s;
}
.ejectEmailform_bj{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    z-index: 99999;
    display: none;
}


/* 视频播放 */

.cboxOverlay {
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.colorbox {
    position: fixed;
    width: 90%;
    height: 80%;
    top: 10%;
    left: 5%;
    background: #ffffff;
    z-index: 100001;
    display: none;
}

.colse_click {
    position: absolute;
    top: -30px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url("/public/static/images/home/en-us/closeVideo.png") no-repeat center;
    cursor: pointer;
}

.colorbox iframe {
    width: 100%;
    height: 100%;
}


.aboutBox9Swiper .swiper-slide,
.aboutBox9Swiper .swiper-slide-prev ,
.aboutBox8Swiper .swiper-slide,
.aboutBox8Swiper .swiper-slide-prev,
.aboutBox7Swiper .swiper-slide,
.aboutBox7Swiper .swiper-slide-prev ,
.aboutBox6Swiper .swiper-slide,
.aboutBox6Swiper .swiper-slide-prev {
  transform: none;
}



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

@media screen and (max-width: 1024px) {
  .aboutBox1 h2 {
    font-size: 20px;
  }

  .aboutBox1 p {
    font-size: 16px;
    margin: 5px 0 10px 0;
  }

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

  .aboutBox3,
  .aboutBox5,
  .aboutBox6,
  .aboutBox7 ,
  .aboutBox8,
  .aboutBox9{
    padding: 20px 0;
  }

  .aboutBox3 h6 {
    font-size: 18px;
    line-height: 25px;
  }

  .aboutBox3 ul,
  .aboutBox4Con,
  .aboutBox5Con {
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .aboutBox3 ul li {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }

  .com-ls {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .aboutBox4Con img {
    display: none;
  }

  .aboutBox4 {
    padding: 20px 4%;
  }

  .aboutBox4Con .text {
    flex: none;
    width: 100%;
    padding: 0 0;

  }

  .com-tl {
    font-size: 18px;
  }

  .aboutBox4 {
    background: none;
    background: rgb(245, 245, 245);
  }

  .aboutBox5,
  .aboutBox6 {
    background: none;
  }

  .aboutBox5Con li:nth-child(2),
  .aboutBox5Con li:last-child {
    margin-top: 0;
  }
.aboutBox7Con{
  padding-left: 0;
}
.aboutBox8Swiper .cons,
.aboutBox9Swiper .img{
  height: auto;
}



}

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

  .aboutBox3Con li .img {
    height: auto !important;
  }

  .aboutBox6Swiper .swiper-slide ,
  .ejectEmail_form{
    width: 100%;
  }
  .ejectEmail_form{
            width: 90%;
        left: 5%;
        margin-left: 0;
  }

  .aboutBox6Swiper .img,
  .aboutBox6Swiper img,
  .aboutBox7Swiper img,
  .aboutBox8Swiper img,
  .aboutBox9Swiper img {
    height: auto;
  }
  .aboutBox6Swiper .name {
text-align: center;
}
.colorbox {
    height: 50%;
}
}

@media screen and (max-width: 450px) {
  .aboutBox5Con li {
    flex-grow: 1;
  }
  .aboutBox7Swiper .swiper-slide{
    width: 100%;
  }
  .aboutBox7Swiper .cons{
    height: auto;
  }
  .aboutBox7Swiper .name{
    height: auto;
    text-align: center;
    line-height: 25px;
    padding: 2%;
  }
}

@media screen and (max-width: 420px) {
  .aboutBox1 {
    height: 190px;
  }

  .aboutBox1 .bg {
    height: 100%;
  }
.aboutBox7-pagination .swiper-pagination-bullet,
.aboutBox9-pagination .swiper-pagination-bullet {
  width: 10px;
}

}

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

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