.home-header {
  background: transparent;
  color: #ffffff;
  border-bottom: 1px solid hsla(0,0%,100%,.1);
}

.home-header:hover {
  background: #ffffff;
  color: #333333;
}
.logo-container {
  height: 51px;
  width: 283px;
  background-image: url("../img/ether.png");
  background-size: contain;
}

.home-header .logo-container {
  background-image: url("../img/ether_white.png");
}

.home-header:hover .logo-container {
  background-image: url("../img/ether.png");
}

.navbar-toggler-icon {
  color: #ffffff;
}



@media (min-width: 992px) {
  .home-header .nav-link {
    color: #ffffff !important;
  }

  .home-header:hover .nav-link {
    color: #333333 !important;
  }

  .home-header .jpress-collapse .nav-link {
    color: rgba(0,0,0,.5) !important;
  }
}



.app-container {
  width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  top: -100px;
}

.video-bg {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.video-bg .video {
  position: absolute;
}

.video {
  max-width: fit-content !important;
}

.container {
  max-width: 100vw !important;
  width: 92vw !important;
  margin-top: 20px !important;
}

.right_nav {
  position: fixed;
  width: 32px;
  right: 50px;
  z-index: 500;
  top: 50%;
  transform: translate(0, -50%)
}

.right_nav a {
  display: block;
  border: 1px solid hsla(0,0%,100%,0);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 0 6px 0;
  position: relative;
}

.right_nav a:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  left: 14px;
  top: 14px;
  z-index: 2;
  background: #ffffff;
  border-radius: 2px;
}

.right_nav a:hover {
  border: 1px solid rgba(0,91,187,.6) !important;
}

.right_nav a.one {
  border: 1px solid hsla(0,0%,100%,.3);
}

.right_nav_on a:before {
  background: #000000 !important;
}

.right_nav_on a.one {
  border: 1px solid rgba(0,91,187,.6) !important;
}

.home-banner {
  min-height: 100vh !important;
}

.home-index {
  /*height: 1080px;*/
  /*min-height: 980px;*/
  min-height: calc(100vh - 100px);
  background: #FBFBFB;
  overflow: hidden;
  padding-bottom: 20px;
}
.homeImg1{
  background-image: url('../img/bg.png');
  background-size: 100% 100%;
}
.home1-title{
  font-size: 42px;
  font-family:思源黑体Medium;
  color: #013568;
  width: 100%;
  padding-top:152px;
  text-align: center;
}
.home2-title{
  font-size: 42px;
  font-family:思源黑体Medium;
  color: #013568;
  width: 100%;
  padding-top:98px;
  text-align: center;
}
.home1-title-text{
  text-align: center;
  display: grid;
  justify-content: center;

}
.home1-title-text-end{
  width: 2em;
  height: 1px;
  border-bottom: solid 2px #e30000;
  margin-left: calc(50% - 1em);
}

@media (min-device-width: 1660px){
  .container {
    max-width: 1600px;
  }
}
.mptop120{
  margin-top: 120px;
}
.newTitle{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.newsTitle{
  display: flex;
  align-items: flex-end;
}
.gsTitle{
  font-family: 思源黑体Bold;
  color: #013568;
  line-height: 34px;
  font-size: 32px;
}
.gsCha{
  font-family: 思源黑体Medium;
  font-size: 16px;
  background: linear-gradient(to bottom, #FFFFFF,#013568);
  background-clip: text;
  margin-left:5px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gsSome{
  font-family: 思源黑体Regular;
  font-size: 20px;
  color:#013568;
  cursor: pointer;
}
.gsSome a{
  color:#013568;
}
.gsSome a:hover{
  color:#013568;
}


.hvBt{
  margin-top: 32px;
  border-bottom: solid 1px #999999;
}

.newRight{
  /*margin-left: 4%;*/
  /*width: 88%;*/
  flex: 1;
  overflow: hidden;
}
.newlable{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.newlable-title{
  font-family: 思源黑体Bold;
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newlable-gs{
  font-family: 思源黑体Regular;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 27px;
}


.news-image-container{
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 0;
  background-color: #154575;
}
.newBGmes{
  width: 100%;
  padding-top:12px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.36);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.newTGmes{
  position: absolute;
  width: 100%;
  padding-top:12px;
  padding-bottom: 20px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.36);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.BGmesTitle{
  color: #ffffff;
  font-family: 思源黑体Regular;
  width: 65%;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.messLeft .swiper-container .swiper-pagination{
  bottom: 10%!important;
}

.mptop110{
  margin-top: 70px;
}

/*产品*/
.productNav{
  width: 100%;
  height: 688px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}
.productItem{
  width: 25%;
  height: 100%;
  float: left;
  position: relative;
}
.productItem-title{
  width: 100%;
  height: 100%;
  display: flex;
  top: 0px;
  left: 0px;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-family: 思源黑体Medium;
  font-size: 28px;
  color: #333333;
}
.productItemIsHide{
  position: absolute;
  height: 100%;
  width: 25%;
  display: none;
  top:-2px;
  animation-duration: 1s;
}

.productItemIsHide-nav{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}



.productItemIsBut{
  display: flex;
  margin-top: 32px;
}
.productItemIsHide-but{
  width: 152px;
  height: 40px;
}
.productItemIsHide-nav-Li{
  margin-top: 24px;
  color: #ffffff;
  font-family: 思源黑体Normal;
  font-size: 14px;
  padding-left: 18px;
}
.productItemIsHide-nav-Li ul li{
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
@media (min-device-width:366px){
  .productItemIsHide-nav-cen{
    height: 80%;
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
    top: 20%;
  }

  .productItemIsHide-nav-cen2{
    height: 80%;
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
    top: 20%;
  }
  .productItemIsHide-nav-cen3{
    height: 70%;
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
    top: 30%;
  }
  .productItemIsHide-nav-cen4{
    height: 58%;
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
    top: 42%;
  }
  .productItemIsHide-nav-cen5{
    height: 60%;
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
    top: 40%;
  }
}

@media (min-device-width:996px){
  .productItemIsHide-nav-cen{
    height: 80%;
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
    top: 20%;
  }

  .productItemIsHide-nav-cen2{
    height: 80%;
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
    top: 20%;
  }
  .productItemIsHide-nav-cen3{
    height: 70%;
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
    top: 30%;
  }
  .productItemIsHide-nav-cen4{
    height: 55%;
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
    top: 45%;
  }
  .productItemIsHide-nav-cen5{
    height: 60%;
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
    top: 40%;
  }
}



/*qc*/
.qcNav{
  width: 100%;
  height: 680px;
  display: flex;
  justify-content: space-between;
  overflow: visible;
}
.qcItem{
  width: 17.6vw;
  height: 100%;
  position: relative;
  background: #ffffff;
  cursor: pointer;
  border-radius: 16px;
  box-shadow: 0px 0px 10px 0px #EBEBEB;
}
.qcTitle{
  height: 40%;
  width: 100%;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.qcCen{
  height: 60%;
  width: 100%;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.qcCen-title{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size:28px;
  font-family: 思源黑体Bold;
  color: #333333;
}
.qcCen-nav{
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.qcCen-row{
  color:#999999;
  font-family: 思源黑体Regular;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*font-size: 18px;*/
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-bottom: 6px;
}
.qcAbsl{
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  position: absolute;
  top: -15px;
  left: -15px;
  background-size: 100% 100%;
  display:none;
  z-index: 1;
}
.qcAbsImg1{
  background-image: url("../img/qcBg1.png");
}
.qcAbsImg2{
  background-image: url("../img/qcBg2.png");
}
.qcAbsImg3{
  background-image: url("../img/qcBg3.png");
}
.qcAbsImg4{
  background-image: url("../img/qcBg4.png");
}
.qcAbsl-title{
  height: 120px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #013568;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.qcText{
  width: 100%;
  text-align: center;
  font-family:思源黑体Bold;
  font-size: 28px;
  color: #ffffff;
}
.qcAb-nav{
  width: 100%;
  height: calc(100% - 210px);
  padding-top: 23px;
  padding-left: 12px;
  padding-right: 12px;
}
.qcAb-icon{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qcAb-row{
  width: 100%;
  margin-top: 6px;
  text-align: center;
  color: #ffffff;
}
.qcAb-end{
  position: absolute;
  bottom: 5%;
  width: 100%;
}
.qcAb-but{
  width: 100%;
  text-align: center;
}
.qcItem .active{
  animation: qcup 1s;
}
@keyframes qcup {
  0%{
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100%{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}


.home-index5{
  width: 100%;
  background: #F5F5F8;
}
.platformEnd{
  display: flex;
  justify-content: center;
  margin-top: 72px;
}
.platformItem{
  width: 400px;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 16px;
  cursor: pointer;
}
.platformItem:hover{
  background: #013568;
}

.platformEnd .platformItem:nth-child(2) {
  margin-left: 10vw;
}

.plander{
  padding-top:44px;
  width: 1920px;
  height: 634px;
  overflow: auto;
  background: linear-gradient( 180deg, rgba(209,215,226,0.32) 0%, rgba(238,239,240,0) 100%), #FFFFFF;
  box-shadow: 0px 2px 24px 0px #E2E2EE;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
}
.plander ::-webkit-scrollbar {
  display:none;
}
.pladerNav{
  width: 200%;
  float: left;
  overflow: auto;
}
#marquee-box{
  width:100%;
  overflow: hidden;
  height:100%
}

#marquee,#marquee-1{
  float:left;
}
.marquee-img{
  float:left;
  width: 366px;
  height: 108px;
  text-align: center;
  margin-top: 18px;
  margin-left: 9px;
  margin-right: 9px;
  border-radius: 16px;
  cursor: pointer;
}
#marquee-con{
  width:200%;
  float:left;
}
.planderItem{
  width: 366px;
  height: 108px;
  float:left;
  text-align: center;
  margin-top: 18px;
  margin-left: 18px;
  color: #333333;
  font-size: 32px;
  font-family: 思源黑体Medium;
  border-radius: 16px;
  cursor: pointer;
  animation: scrolltop 12s linear infinite;/*普通轮播*/
}
.plander-mcleft{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 152px;
  height: 100%;
  z-index: 1;
}
.plander-mcRight{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 152px;
  height: 100%;
  z-index: 1;
}

@keyframes scrolltop {
  0% {
    transform: translateX(0%);
  }
  25% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-200%);
  }
  75% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(-400%);
  }
}
.endEarth{
  width: 100%;
  height: 186px;
  position: relative;
  margin-top: 50px;
}
.earthImg{
  position: absolute;
  top: 0px;
}
.earthdiv{
  width: 150px;
  position: absolute;
  z-index: 1;
  top: 29px;
  left: calc(50% - 75px);
}
.earthtitle{
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.earthNum{
  display: flex;
  align-items: flex-start;
}
.earthNum-num{
  font-size: 58px;
  color:#013568;
  font-family: 思源黑体Bold;
  font-weight: bold;
}
.earthNum-jia{
  color:#013568;
  font-weight: bold;
  font-size: 34px;
  font-family: 思源黑体Bold;
}
.earthNum-jias{
  font-family: 思源黑体Regular;
  color:#013568;
  font-size: 22px;
  margin-bottom: 15px;
}
.earthNum-lable{
  color: #000000;
  font-size: 17px;
  font-family: 思源黑体Regular;
}

.caseBtua{
  color:#ffffff;
  text-decoration: none;
}
.caseBtua:hover{
  color:#ffffff;
}

/**移动端**/
@media (max-device-width: 1400px) {
  .qcItem {
    width: 250px !important;
  }
}

@media (max-device-width: 1200px) {
  .qcItem {
    width: calc(25% - 10px) !important;
  }

  .qcItem .qcCen-row {
    font-size: 14px;
  }

  .qcItem .qcAb-row {
    font-size: 14px;
  }
}

@media (max-device-width: 992px) {
  .platform-news .gsTitle {
    font-size: 24px;
  }

  .platform-news .gsSome {
    font-size: 18px;
  }

  .platform-news .hvBt {
    margin-top: 20px;
  }

  .newRight {
    margin-left: 0 !important;
  }

  .newRight .newlable-title {
    font-size: 16px;
  }

}

@media (min-device-width: 400px) {
  .area-pagination {
    display: none;
  }
}

@media (max-device-width: 768px) {
  .area-pagination {
    margin-left: calc(50% - 40px);
    display: block;
  }

  /*新闻资讯*/
  .home-index {
    min-height: unset !important;
  }


  .right_nav {
    display: none;
  }

  .home1-title {
    padding-top: 40px;
  }

  .home2-title {
    padding-top: 20px;
  }

  .home1-title-text {
    font-size: 24px !important;
  }

  .container {
    margin-top: 30px !important;
  }

  .container .messend {
    padding-left: 20px;
  }

  .container .messend span {
    font-size: 16px !important;
  }

  .platform-news {
    margin: 20px 0 0 0;
  }

  /*产品与服务*/
  .productNav .productItem {
    height: 70vh !important;
    cursor: pointer;
  }

  .productNav .productItem img {
    object-fit: cover;
  }

  .productNav .productItem,.productItemIsHide {
    float: unset !important;
    width: 100%;
  }

  .productItemIsBut {
    position: absolute;
    bottom: 15%;
  }

  .platformEnd {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .platformEnd .platformItem {
    width: 72vw;
    margin: 0 0 20px 0 !important;
  }

  .platformEnd .platformItem img {
    height: auto !important;
  }

  /*案例展示*/
  .containercs {
    overflow: visible !important;
  }

  .case-view .item {
    height: 530px;
    background-size: cover !important;
  }

  .case-view .item .content .text .tit {
    font-size: 24px;
  }

  .item.active {
    flex-basis: 100% !important;
    flex-shrink: 0 !important;
  }

  .nweSwiper{
    position:relative;
  }
  .news-swiper-pagination {
    margin-top: 10px;
  }

  .case-swiper-pagination {
    margin-top: 10px;
  }

  .caseBtu {
    height: 40px !important;
  }

  /*资质许可*/
  .qcItem {
    width: 100% !important;
    min-height: 570px;
    cursor: pointer;
  }

  .patent-swiper-pagination {
    margin-top: 40px;
  }

  .qcAbsl{
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }

  .qcAb-nav {
    height: auto;
    margin: 0 0 20px 0;
  }

  .earthImg {
    object-fit: cover;
  }
}
.productItemIsBut{
  position: absolute;
}
@media (min-device-width:366px){
  .new-menu-left{
    min-height: 100%;
    height: 327px;
    width: 100%;
  }
  .messLeft{
    min-height: 100%;
    height: 327px;
    width: 100%;
  }
  .img-responsive{
    width: 100%;
    height: 271px;
    /*height: 327px;*/
    /*border-radius: 16px;*/
  }
  .img-responsive-he{
    width: 100%;
    height: 271px;
    /*height: 327px;*/
    /*border-radius: 16px;*/
  }
  .img-responsive-mo{
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*border-radius: 16px;*/
  }
  .productItemIsHide-nav-row{
    font-family: 思源黑体Medium;
    font-size: 12px;
    color: #ffffff;
    max-height: 30%;
    overflow-y: auto;
    margin-top: 8px;
  }
  .productItemIsBut{
    bottom: 15%;
  }
  .productItemIsHide-nav-cen .productItemIsHide-nav-row{
    max-height: 35%;
    overflow-y: auto;
  }
  .productItemIsHide-nav-cen4 .productItemIsHide-nav-row{
    max-height: 20%;
    overflow-y: auto;
  }
  .productItemIsHide-nav-cen5 .productItemIsHide-nav-row{
    max-height: 20%;
    overflow-y: auto;
  }
  .productItemIsHide-nav-title{
    font-size: 18px;
    font-family: 思源黑体Bold;
    color: #ffffff;
  }
  .messend{
    height: 76px;
  }
  .newItem{
    width: 100%;
    height: 80px;
    display:flex;
    align-items: center;
    border-bottom: solid 1px #999999;
    cursor: pointer;
  }
}
@media (min-device-width:966px){
  .new-menu-left{
    min-height: 100%;
    height: 325px;
    width: 390px;
  }
  .messLeft{
    min-height: 100%;
    width: 100%;
    height: 325px;
  }
  .img-responsive{
    width: 100%;
    height: 269px;
    /*height: 325px;*/
    /*border-radius: 16px;*/
  }
  .img-responsive-he{
    width: 100%;
    height: 269px;
    /*height: 325px;*/
    /*border-radius: 16px;*/
  }
  .img-responsive-mo{
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*border-radius: 16px;*/
  }
  .productItemIsHide-nav-row{
    font-family: 思源黑体Medium;
    font-size: 16px;
    color: #ffffff;
    max-height: 40%;
    overflow-y: auto;
    margin-top: 16px;
  }
  .productItemIsBut{
    bottom: 15%;
  }
  .productItemIsHide-nav-cen4 .productItemIsBut{
    bottom: 9%;
  }
  .productItemIsHide-nav-cen5 .productItemIsBut{
    bottom: 12%;
  }
  .productItemIsHide-nav-cen .productItemIsHide-nav-row{
    max-height: 35%;
    overflow-y: auto;
  }
  .productItemIsHide-nav-cen4 .productItemIsHide-nav-row{
    max-height: 20%;
    overflow-y: auto;
  }
  .productItemIsHide-nav-cen5 .productItemIsHide-nav-row{
    max-height: 30%;
    overflow-y: auto;
  }
  .productItemIsHide-nav-title{
    font-size: 24px;
    font-family: 思源黑体Bold;
    color: #ffffff;
  }
  .messend{
    height: 50px;
  }
  .messend span{
    font-size: 14px!important;
  }
  .newrow{
    padding-top: 4px;
    padding-bottom: 4px;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .newItem{
    width: 100%;
    height: 90px;
    display:flex;
    align-items: center;
    border-bottom: solid 1px #999999;
    cursor: pointer;
  }
}
@media (min-device-width:1200px){
  .new-menu-left{
    height: 516px;
    width: 720px;
  }
  .messLeft{
    width: 100%;
    height: 516px;
  }
  .img-responsive{
    width: 100%;
    height: 404px;
    /*border-radius: 16px;*/
  }
  .img-responsive-he{
    width: 100%;
    /*height: 516px;*/
    height: 404px;
    /*border-radius: 16px;*/
  }
  .img-responsive-mo{
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*border-radius: 16px;*/
  }
  .messend{
    height: 66px;
  }
  .messend span {
    font-size: 20px !important;
  }
  .productItemIsHide-nav-row{
    font-family: 思源黑体Medium;
    font-size: 18px;
    color: #ffffff;
    max-height: 30%;
    overflow-y: auto;
    margin-top: 24px;
  }
  .productItemIsBut{
    bottom: 15%;
  }
  .productItemIsHide-nav-cen4 .productItemIsBut{
    bottom: 9%;
  }
  .productItemIsHide-nav-cen5 .productItemIsBut{
    bottom: 12%;
  }
  .productItemIsHide-nav-cen .productItemIsHide-nav-row{
    max-height: 35%;
    overflow-y: auto;
  }
  .productItemIsHide-nav-cen4 .productItemIsHide-nav-row{
    max-height: 20%;
    overflow-y: auto;
  }
  .productItemIsHide-nav-cen5 .productItemIsHide-nav-row{
    max-height: 20%;
    overflow-y: auto;
  }
  .productItemIsHide-nav-title{
    font-size: 32px;
    font-family: 思源黑体Bold;
    color: #ffffff;
  }
  .newItem{
    width: 100%;
    height: 112px;
    display:flex;
    align-items: center;
    border-bottom: solid 1px #999999;
    cursor: pointer;
  }
}
.swiper-wrapper {
  -ms-overflow-style: none;  /* IE 10+ */
  scrollbar-width: none;  /* Firefox, Edge */
}
.my-bullet{
  color: #0b8235;
  background: #666666;
  width: 16px;
  height: 16px;
}

/*适配不同分辨率*/
@media (max-device-width: 1900px) and (min-device-width: 768px) {
  .container {
    margin-top: 20px !important;
  }

  .home1-title {
    padding-bottom: 30px;
  }

  .platform-news .hvBt {
    margin-top: 15px;
  }

  .container {
    max-width: 100vw !important;
    width: 90vw !important;
    margin-top: 20px !important;
  }

  .platform-news .hvBt {
    margin-top: 15px;
  }


  .qcItem {
    width: 24% !important;
  }

  .qcItem img {
    object-fit: cover;
  }
}

@media (max-device-width: 1370px) and (min-device-width: 768px) {
  .qcAb-nav {
    height: calc(100% - 170px);
  }

  .qcAb-row, .qcCen-row {
    font-size: 14px;
  }
  .qcItem {
    width: 21% !important;
  }
  .container {
    width: calc(100vw - 20px) !important;
    margin-top: 20px !important;
  }
}

@media (min-device-width: 768px) and (max-device-height: 800px) {
  .home1-title {
    padding: 110px 0 10px 0;
  }

}
.el-carousel__container{
  height: 100% !important;
}

.messend{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px){
}



