* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.height {
  height: 100%;
  overflow: hidden;
}

.gh {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .header-wrap .nav .nav-link{
  	padding: 0 25px;
  	font-size: 14px;
  }
  .container {
    width: 90%;
  }
  .banner .slogen {
    -o-background-size: contain;
       background-size: contain;
    width: 100%;
  }
  .technology .tech-box ul.tech-left li{
  	width: 48.5%;
  }
  .technology .tech-box ul.tech-right{
  	width: 32%;
  }
  .technology .tech-box ul.tech-right li{
  	width: 100%;
  }
  .features .hd {
    font-size: 50px;
  }
  .products {
    padding: 50px 0 80px;
  }
  .products .hd {
    margin-bottom: 0;
  }
  .news  {
    padding: 50px 0 80px;
  }
  .news .hd {
    margin-bottom: 0;
  }
  .news .hd h3{    
	margin-bottom: 0;
  }
  .case-product .list {
    gap: 25px;
  }
  .technology  {
   padding: 0 0!important;
  }
  .news {
    padding: 50px 0;
  }
  .news-wrap .news-item a {
    margin-top: 35px;
  }
  .news-wrap .news-item .img {
    width: 395px;
    height: auto;
  }
  .case-wrap .swiper-box {
    height: 390px;
  }
  .project .utext li{
  	width: 23.5%;
	margin-bottom: 15px;
  }
  .project .utext li .text{
   	width: 100%;
  }
  .project .utext li .text p{
  	font-size: 12px;
  }
  .block-list-2column .block-item{
  	width: 47.5%;
  }
  .about-info{
	  padding: 10px 0;
	  background-size: contain; 
  }
  .about-info .item{
  	margin-top: 45px;
  }
  .about-info .about-desc{
  	width: 70%;
  }
  .about-info .about-desc p{
	  line-height: 22px;
  	  font-size: 12px;
  }
  .about-business .cleft-boxs .num{
  	font-size: 36px;
  }
  .footer .navbar-item a{
  	font-size: 12px;
  }
  .footer .qr .img{
  	width: 78px;
  }
  .footer .img img{
  	width: 100%;
  }
}


@media only screen and (max-width: 768px) {
  html {
    font-size: 13.33333vw;
  }
  .gh {
    display: block;
    position: relative;
    float: right;
    height: 35px;
    width: 35px;
    top: 0px;
    right: 0;
    z-index: 100;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  }
  .gh.nselected {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .gh.nselected a {
	display: block;
    background-color: transparent;
  }
  .gh.nselected a::before, .gh.nselected a::after {
    top: 0;
  }
  .gh.nselected a::before {
    -webkit-transform: translateY(0px) rotate(-45deg);
       -moz-transform: translateY(0px) rotate(-45deg);
        -ms-transform: translateY(0px) rotate(-45deg);
         -o-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
  .gh.nselected a::after {
    -webkit-transform: translateY(0px) rotate(45deg);
       -moz-transform: translateY(0px) rotate(45deg);
        -ms-transform: translateY(0px) rotate(45deg);
         -o-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
  .gh a {
    display: block;
    height: 2px;
    margin-top: -2px;
    position: relative;
    top: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 60%;
    margin: 0 20%;
    background: #fff;
  }
  .gh a::before, .gh a::after {
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    background: #fff;
  }
  .gh a::before {
    top: -8px;
  }
  .gh a::after {
    top: 8px;
  }
  .container {
    padding: 0 5%;
    width: 100%;
  }
  .header-wrap .container {
    border: none;
  }
  .header-wrap .button-contact {
    display: none;
  }
  .header-wrap.show .gh a {
    background-color: #206aeb;
  }
  .header-wrap.show .gh a::before, .header-wrap.show .gh a::after {
    background: #206aeb;
  }
  .nav {
    display: none;
  }
  .banner .txt {
    margin-top: 50%;
    z-index: 22;
    padding-left: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .banner .txt .title {
    font-size: 0.8rem;
    color: #fff;
    letter-spacing: 0.0125rem;
    line-height: 1.13rem;
  }
  .banner .txt .title .split {
    margin: auto 0.1rem;
  }
  .banner .txt .title .name {
    color: #fff;
  }
  .banner .txt .description {
    margin-top: 0;
    font-size: 0.4rem;
    line-height: 0.56rem;
    color: #fff;
    letter-spacing: 0.08rem;
  }
  .banner .txt .btn {
    margin-top: 0.36rem;
    width: 1.6rem;
    height: 0.56rem;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    letter-spacing: 0.016rem;
  }
  .banner .slogen {
    width: 100%;
    height: 100%;
  }
  .banner .toolbar {
    bottom: 0.68rem;
    right: 0.7rem;
  }
  .banner .toolbar .progress {
    width: 3.5rem;
  }
  .banner .toolbar .navigation .swiper-button-next, .banner .toolbar .navigation .swiper-button-prev {
    margin-left: 0.45rem;
    width: 0.75rem;
    height: 0.75rem;
    -o-background-size: cover;
       background-size: cover;
  }
  .sidebar {
    right: 20px;
  }
  .sidebar img {
    width: 45px;
  }
  .features .hd {
    font-size: 0.4rem;
    padding: 0.6rem 0 0.54rem;
  }
  .features .hd p{
    font-size: 0.4rem;
  }
  .features .bd ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .features .bd li {
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0.3rem;
    min-height: 3.68rem;
  }
  .features .bd .img {
    width: 1rem;
    height: 1rem;
    margin-bottom: 0.22rem;
  }
  .features .bd .title {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }
  .features .bd .desc {
    font-size: 0.24rem;
    line-height: 0.42rem;
  }
  .project .txt .tit {
    width: 100%;
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .project .txt .desc {
    font-size: 0.24rem;
    line-height: 0.42rem;
    width: 4.56rem;
    margin: 0 auto 0.5rem;
  }
  .project .txt .btn {
    line-height: 0.64rem;
    width: 2.32rem;
    font-size: 0.28rem;
    border: 0.02rem solid #fff;
    border-radius: 0.12rem;
    background: #206aeb;
    border-color: #206aeb;
    color: #fff;
  }
  .products {
    padding: 0.6rem 0 0;
  }
  .products .hd {
    font-size: 0.4rem;
  }
  .products .bd ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .products .bd li {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .products .bd .mv {
    height: auto;
  }
  .products .bd .tit {
    font-size: 0.32rem;
    font-weight: 700;
    margin: 0.3rem 0 0.6rem;
  }
  .introduce {
    padding: 0.6rem 0;
  }
  .introduce .title {
    font-size: 0.4rem;
    margin-bottom: 0.27rem;
  }
  .introduce .sub-title {
    font-size: 0.32rem;
    margin-bottom: 0.36rem;
  }
  .introduce .desc {
    font-size: 0.24rem;
    line-height: 0.42rem;
    margin-bottom: 0.5rem;
  }
  .introduce .btn {
    font-size: 0.28rem;
    border: 0.02rem solid #206aeb;
    border-radius: 0.08rem;
  }
  
  .section-desc {	
		padding: 0;
		padding-top: 50px;
  }  
  
  .news {
    /*padding: 0.6rem 0 0;*/
  }
  .news .title {
    font-size: 0.4rem;
  }
  .news .news-box {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news .news-item-left {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .news .news-item-left .img {
    height: 2.9rem;
  }
  .news .news-item {
    margin: 0.3rem auto;
  }
  .news .news-item .img {
    height: 2.9rem;
  }
  .news .news-item .txt {
    font-size: 0.28rem;
    height: 0.88rem;
    color: #333;
    background-color: #ebf7ff;
    border-radius: 0 0 8px 8px;
    padding: 0 0.3rem;
  }
  .news ul {
    gap: 0;
  }
  .news ul li {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .news .btn {
    margin: 0.3rem auto 0.6rem;
    line-height: 0.64rem;
    width: 2.32rem;
    font-size: 0.28rem;
    border: 0.02rem solid #206aeb;
    border-radius: 0.08rem;
  }
  .message {
    padding-bottom: 0.6rem;
    height: auto;
  }
  .message .title {
    padding: 0.6rem 0 0.3rem;
    text-align: left;
    font-size: 0.4rem;
  }
  .message .bd {
    display: block;
  }
  .message .left {
    width: 100%;
    max-width: 100%;
  }
  .message .left .desc1 {
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin-bottom: 0.6rem;
  }
  .message .left .desc2 {
    font-size: 0.4rem;
    margin-bottom: 0.56rem;
  }
  .message .right {
    width: 100%;
    max-width: 100%;
  }
  .message .right .layui-form-item {
    display: block;
  }
  .message .right .layui-form-item:last-child {
    margin-bottom: 0;
  }
  .message .right .layui-input {
    margin-bottom: 15px;
    width: 100%;
    border-width: 2px;
    height: 45px;
    font-size: 14px;
  }
  .message .right .layui-textarea {
    font-size: 14px;
  }
  .message .right .layui-btn {
    font-size: 20px;
  }
  .footer .container {
    padding: 0.6rem 0;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .navbar-item .title {
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    font-size: 0.28rem;
    height: 40px;
  }
  .footer .navbar-item .title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url("../images/arrow-right.png") no-repeat center;
    -o-background-size: 20px;
       background-size: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer .navbar-item .title.show::after {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .footer .navbar-item .content {
    display: none;
    padding: 10px 0;
  }
  .footer .navbar-item a {
    padding: 0 30px;
    line-height: 1.8;
    font-size: 0.28rem;
    color: #9FA1A5;
  }
  .footer .navbar-item.address .title::after {
    display: none;
  }
  .footer .navbar-item.address .contents {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer .navbar-item.address a {
    padding: 0 20px;
    width: 50%;
  }
  .footer .navbar-item.address a span {
    display: block;
  }
  .footer .qr {
    margin: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
  }
  .footer .qr .img {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.3rem;
  }
  .footer .copty {
    padding: 20px;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #fff;
    min-height: 0;
    line-height: 2;
  }
  .footer .copty .line {
    display: none;
  }
  .page-banner {
    height: 3.6rem;
  }
  .page-banner .title {
    font-size: 0.36rem;
  }
  .page-banner .desc {
    font-size: 0.32rem;
    line-height: 0.52rem;
    width: 6.48rem;
    margin: 0 auto;
  }
  .case-product {
    padding: 0.66rem 0;
  }
  .case-product .swiper-box .swiper-button-prev, .case-product .swiper-box .swiper-button-next {
    width: 30px;
  }
  .case-product .swiper-box .swiper-button-prev::after, .case-product .swiper-box .swiper-button-next::after {
    font-size: 30px;
  }
  .case-product .swiper {
    margin: 0 30px;
  }
  .case-product .swiper li {
    width: 33.33%;
    height: 130px;
  }
  .case-product .swiper .img {
    width: 30px;
    height: 30px;
  }
  .case-product .list {
    margin-top: 0.66rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .case-product .list .txt {
    padding: 0.52rem 0.38rem 0.6rem;
  }
  .case-product .list .txt .name {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .case-product .list .txt .desc {
    margin-top: 0.4rem;
    font-size: 0.24rem;
    line-height: 0.24rem;
    font-weight: 400;
  }
  .form-wrap {
    padding-bottom: 0.6rem;
    height: auto;
  }
  .form-wrap .title {
    font-size: 0.4rem;
    height: 1.64rem;
    font-weight: 500;
  }
  .form-wrap .layui-form-item {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
    margin: 0;
  }
  .form-wrap .layui-form-item .layui-input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
  }
  .form-wrap .layui-form-item .layui-textarea {
    border-radius: 5px;
    font-size: 14px;
  }
  .form-wrap .layui-form-item .layui-btn {
    width: 100%;
  }
  .case-wrap {
    margin-top: 1.96rem;
    padding-bottom: 0.3rem;
  }
  .case-wrap .sub-tabs {
    padding-bottom: 0;
  }
  .case-wrap .sub-tabs .select-case {
    font-size: 0.4rem;
    margin: 0.56rem 0 0.3rem;
  }
  .case-wrap .sub-tabs .subTitle {
    font-size: 0.28rem;
    margin-bottom: 1rem;
    color: #333;
  }
  .case-wrap .sub-tabs ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0.56rem;
    grid-row-gap: 0.6rem;
    row-gap: 0.6rem;
  }
  .case-wrap .sub-tabs li {
    width: 2.44rem;
    margin-right: 0.5rem;
  }
  .case-wrap .sub-tabs .img {
    width: 0.6rem;
    height: 0.6rem;
    margin-bottom: 0.08rem;
  }
  .case-wrap .sub-tabs .desc1 {
    font-size: 0.36rem;
    color: #373737;
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
  }
  .case-wrap .sub-tabs .desc2 {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.28rem;
    font-weight: 400;
  }
  .case-wrap .case-vat > div {
    padding: 0.58rem 0;
  }
  .case-wrap .case-vat .title {
    margin-bottom: 20px;
    font-size: 0.32rem;
  }
  .case-wrap .case-vat .title img {
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.1rem;
  }
  .case-wrap .case-vat .content {
    font-size: 0.28rem;
    color: #333;
    line-height: 0.5rem;
    font-weight: 200;
  }
  .case-wrap .case-vat .challenges {
    padding-left: 20px;
  }
  .case-wrap .swiper-box {
    height: 6.04rem;
  }
  .case-wrap .swiper-box .swiper-button-next, .case-wrap .swiper-box .swiper-button-prev {
    display: none;
  }
  .case-wrap .swiper-box .swiper-pagination {
    bottom: 40px;
  }
  .case-wrap .case-more .title {
    font-size: 0.4rem;
    line-height: 0.54rem;
    margin-top: 0.58rem;
    margin-bottom: 0.58rem;
  }
  .case-wrap .case-more .swiper {
    padding-bottom: 60px;
  }
  .case-wrap .case-more .swiper .swiper-pagination {
    display: block;
    top: auto;
    bottom: 30px;
  }
  .case-wrap .case-more .swiper .swiper-button-next, .case-wrap .case-more .swiper .swiper-button-prev {
    display: none;
  }
  .case-wrap .case-more .swiper li {
    width: 100%;
    min-width: 5rem;
    height: 5.56rem;
    border-radius: 0.1rem;
    padding: 0 0.2rem;
    cursor: pointer;
  }
  .case-wrap .case-more .swiper .tit {
    height: 1.6rem;
    font-size: 0.28rem;
  }
  .case-wrap .case-more .swiper .tit img {
    height: 0.48rem;
    margin-right: 0.25rem;
  }
  .case-wrap .case-more .swiper .img {
    height: 2.7rem;
  }
  .case-wrap .case-more .swiper .desc {
    height: 1.26rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 0.2rem;
    font-weight: 400;
    word-wrap: break-word;
  }
  .news-wrap {
    padding-bottom: 0.66rem;
  }
  .news-wrap .news-item a {
    margin-top: 20px;
    padding: 0;
    display: block;
    overflow: hidden;
    height: auto;
  }
  .news-wrap .news-item .img {
    margin: 0;
    width: 100%;
    height: 230px;
    border-radius: 0;
  }
  .news-wrap .news-item .content {
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0.3rem;
    height: 60px;
  }
  .news-wrap .news-item .content .title {
    font-size: 0.28rem;
  }
  .news-wrap .news-item .content .desc {
    display: none;
  }
  .news-wrap .news-item .content .info {
    display: none;
  }
  
  .form-wrap .layui-form-item .layui-input{
  	margin-left: 0;
	margin-right: 0;
  }
  
  
  .section-tit{
  	font-size: 22px;
  }
  .case-more .title{
  	font-size: 22px;
	margin: 22px auto;
  }
  .section-desc{
  	padding-top: 22px;
  }
  .pt60{
  	padding-top: 10px;
  }
  .pb40{
  	padding-bottom: 0;
  }
  .section-box{
  	padding: 0;
  }
  .section-info .block-content div.b0{
  	width: 100%;
	padding-right: 0;
  }
  .section-info .block-content div.b0 div{
  	width: 100%;
  }
  .section-info .block-content .img{
  	width: 100%;
	height: auto;
	margin: 15px auto;
  }
  .section-info .block-content .text h3{
  	margin-bottom: 0;
  }
  .block-list .block-item{
  	width: 100%;
	height: auto;
  }
  .section-value .block-list2 li{
  	width: 100%;
	margin-bottom: 30px;
  }
  .section-value .block-list2 li .card{
  	margin: 0 ;
  }
  .videoWrapper .playWrapper{
	  display: none;
  }
  .newslist ul.list{
  	display: block;
  }
  .newslist ul.list li{
	 width: 100%;  
  	 max-width: 100%;
  }
  .tab_tit{
  	margin-bottom: 10px;
  }
  .d-title{
  	font-size: 20px;
	line-height: 36px;
  }
  .detail-box{
  	padding: 100px 0 50px;
  }
  .section-info .block-content .text .more{
  	max-width: 100%;
  }
  .bread-box{
  	display: none;
  }
  .content-page .return-list{
	top: 100px;
  	right: calc(50% - 45px);
  }
  .business-box-width{
  	width: 100%;
  }
  .about-business .cleft-boxs .num{
  	font-size: 22px;
  }
  .about-business .cleft-boxs .t2{
  	font-size: 14px;
  }
  .about-business{}
  .about-history{
  	margin-top: 0;
  }
  .section-case{
  	padding-bottom: 0;
  }
  .hisgroups h2{
  	font-size: 16px;
  }
  .hisgroups h4{
  	font-size: 14px;
  }
  .hisgroups .pub-intro{
  	font-size: 14px;
  }
  .history-list #hisgroup .swiper-slide {
	background-color: #fff;
  }
  
  .contact-box .contact-item .section-tit{
  	margin-bottom: 10px;
  }
  .contact-box .contact-item{
  	width: 100%;
  }
  .contact-form{
   	padding: 30px 15px;
	margin-bottom: 25px;
  }
  .contact-form .form-wrap .container{
  	padding: 0;
  }
  .contact-form .form-wrap .layui-form-item{
  	gap: 5px 0;
  }
  .contact-form .form-wrap .layui-form-item .layui-input{
  	margin: 5px 0;
  }
  .project .tab li{	
  	margin: 40px 10px; 
  }
  .project .tab li p{
	width: 40px;
  	font-size: 14px;
  }
  .project .tab li img{
	height: 22px;
	margin-right: 6px; 
  }
  .project .utext li{
  	width: 100%;
	height: auto;
	padding-bottom: 25px;
  }
  .project .utext li{
	margin-bottom: 50px;
  }
  .technology .tech-box ul.tech-left{
  	width: 100%;
  }
  .technology .tech-box ul.tech-right{
  	width: 100%;
  }
  .technology .tech-box ul.tech-right li{
  	width: 100%;
  }
  .index-title{
  	font-size: 26px;
  }
  .sub-index-title{
  	margin: 10px auto;
  }
  .technology .tech-box ul li a div{
  	font-size: 16px;
  }
  .project .utext li .text .tit{
  	font-size: 16px;
  }
  .section-padding{
	margin-top: 30px;
  	padding: 0;
  }
  .section-info .block-content .text h3{
  	font-size: 20px;
  }
  .section-info .block-content .text p{
  	font-size: 14px;
	line-height: 26px;
  }
  .case-product .list .txt .name{
  	height: auto;
	font-size: 0.26rem;
	line-height: 0.4rem;
  }
  .p50{
  	padding: 30px 0;
  }
  .about-info{
  	background-size: cover;
	padding-bottom: 100px;
  }
  .about-info .about-desc{
  	width: auto;
  }
  .about-info h1{
  	padding-top: 0;
  }
  .about-info .item{
  	width: 100%;
	margin-top: 400px;
  }
  .about-business .item-box .item{
  	width: 30%;
  }
  .about-business .item-box .item:after{
  	margin-left: 4%;
  }
  .about-business .cleft-boxs .p1 span{
  	font-size: 16px;
  }
  .roundabout-holder{
  	width: 240px!important;
	height: 120px!important;
  }
  .roundabout-holder span{
	  font-size: 14px!important;
  }
  .tab_tit{
	  font-size: 14px;
  }
  .tab_tit a img{
	  height: 16px;
  }
  .tab_tit a span{
	  display: block;
	  padding-top: 4px;
  }
  .tab-content-box .tab-content-group .tab-content-body{
  	width: 100%;
  }
  .tab-content-box .tab-content-group-full .tab-content-list{
  	grid-template-columns: repeat(2, 1fr);
  }
  .section-desc{
	  font-size: 14px;
	  line-height: 26px;
  }
  .sidebar .service-contact{
  	width: 50px;
	height: 50px;
	font-size: 12px;
  }
  .sidebar .back-top{
    width: 50px;
	height: 50px;
  }
}