@media (max-width:1200px) {
    .max{min-width: 100%; width: 100%;}
    .box{
        width: calc(100% - 30px);
    }
    .clamp2{
		word-break: break-all;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.clamp1{
		word-break: break-all;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
    .flexa.justb{
        align-items: center;
    }
    .header .menu{
        display: block;
    }
    .header .menu i{
        font-size: 24px;
        color: #fff;
    }
    .header.fixed .menu i,.header.default .menu i{
        color: #333;
    }
    .searchBox{
        justify-content: space-between;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .searchBox i{
        position: initial;
    }
    .searchBox .sbox{
        flex: 1;
    }
    .sosoBox{
        margin-left: auto;
        margin-right: 20px;
    }
    .header {
        padding: 10px 15px;
    }
    .header .soso {
        margin-top: 0;
        margin-left: auto;
    }
    .header .nav{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        transform:scaleY(0);
        transform-origin: 0 0;
        -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    }
    .header .nav ul li a{
        height: 80px;
        line-height: 80px;
    }
    .header .nav i{
        display: block;
        color: #fff;
        position: absolute;
        right: 20px;
        font-size: 14px;
        top: 20px;
        background: #2966e2;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
    }
    .header .nav.active{
        transform:scaleY(1);  
    }
    .header .nav ul{
        padding-top: 60px;
        display: block;
    }
    .header .nav ul li a{
        color: #333;
    }
    .header .xtell{ position:absolute; right:100px; height:40px; line-height:40px;}
    
    .mySwiper{height:50vh;}
.mySwiper .swiper-slide{height:50vh;} 
.mySwiper .swiper-pagination-bullet{
    width: 20px;
}
    .mySwiper video{
        width: 100%;
        height: 50vh;
        object-fit: cover;
    }
.htit h2{
    font-size: 22px;
    line-height: 30px;
}
.header .nav ul li a.active, .header .nav ul li a:hover{
    color: #2966e2;
}
.htit p{
    font-size: 16px;
}
.htit{
    padding-top: 30px;
    padding-bottom: 10px;
}
.hbg .flexa{
    display: block;
    text-align: center;
}
.lmbut{
    padding-bottom: 30px;
}
.lmbut dl{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.lmbut dl dt{
    padding-top: 0;
}
.lmbut dl dt h3{
    font-size: 20px;
    padding-bottom: 0;
}
.lmbut dl dt a{
    font-size: 14px;
}
.lmbut{
    padding-top: 30px;
}
.indexTwo .indexTwomySwiper1{
    display: none;
}
.indexTwo .indexTwomySwiper2 .swiper-slide{
    height: auto;
}
.indexTwo .indexTwomySwiper2 .swiper-slide .box{
    padding:60px 20px;
    box-sizing: border-box;
    padding-bottom: 140px;
}
.indexTwo .indexTwomySwiper2 .swiper-slide .box p{
    width: 100%;
}
.indexTwo .indexTwomySwiper2 .swiper-slide .box h3{
    font-size: 25px;
}
.indexTwo .indexTwomySwiper2 .swiper-slide .box p{
    font-size: 16px;
    line-height: 28px;
}
.indexTwo .indexTwomySwiper2 .swiper-slide .box span{
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}
.indexTwo .indexTwomySwiper2 .swiper-slide .box a{
    font-size: 12px;
    width: 100px;
    margin-top: 15px;
}
.indexTwo .indexTwomySwiper2 .swiper-slide .box a i{
    font-size: 14px;
}
.indexTwo .indexTwomySwiper2 .swiper-button-prev{
    left: 50px;

}
.indexTwo .indexTwomySwiper2 .swiper-button-next{
    right: 50px;
}
.indexThree .indexThreeSwiper .swiper-pagination-bullet{
    width: 20px;
}
.indexThree .indexThreeSwiper .swiper-slide .img img,.indexThree .indexThreeSwiper .swiper-slide .img{
    height: 180px;
}
.indexThree .indexThreeSwiper{
    margin-top: 25px;
}
.indexThree .indexThreeSwiper .swiper-slide p{
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
.indexThree .indexThreeSwiper .swiper-slide .img span{
    font-size: 14px;
}
.indexFour{
    margin-top: 30px;
}
.indexFour ul{
    margin-top: 30px;
}
.indexFour ul{
    display: block;
}
.indexFour ul li{
    width: 100%;
    height: 100px;
    box-sizing: border-box;
}
.indexFour ul li.active{
    width: 100%;
    height: 300px;
}
.indexFour ul li.active{
    padding: 20px;
}
.indexFour ul li strong{
    font-size: 24px;
}
.indexFour ul li.active span{
    display: block;
    margin-top: 10px;
}
.indexFour ul li p{
    width: 100%;
}
.indexFour{
    padding-bottom: 40px;
}
.indexFour ul li p{
    font-size: 14px;
    line-height: 24px;
}
.footer .footerLeft{
    display: none;
}
.footer .footerTop .footerNav{
    display: none;
}
.footer .footerTop .footerRight{
    width: 100%;
    justify-content: space-around;
}
.footer .footerTop .footerRight .item{
    margin-left: 0;
}
.footer .footerTop .footerRight .item p{
    font-size: 16px;
}
.footer .copyright{
    font-size: 12px;
    text-align: center;
}

.mobileFixed{
    display: flex;
    position: fixed;
    width: 50px;
    height: 50px;
    background:#2966e2;
    border-radius: 50%;
    right: 15px;
    bottom: 100px;
    z-index: 999;
    align-items: center;
    justify-content: center;

}
.mobileFixed i{  
    color: #fff;
    font-size: 28px; 
}
.proDetailOneOne .newsnav{
    font-size: 14px;
    height: 50px;
}
.proDetailOneOne .sbox{
    margin-top: 30px;
    display: block;
}

.proDetailOneOne .sbox img{
    width: 100%;
    height: auto;
}
.proDetailOneOne .sbox .right{
    margin-left: 0;
    display: block;
    height: auto;
}
.proDetailOneOne .sbox .right h1{
    font-size: 20px;
}
.proDetailOneOne .sbox .right .dec{
    font-size: 14px;
    line-height: 25px;
}
.proDetailOneOne .sbox .right .bot{
    margin-top: 30px;
    display: block;
}
.proDetailOneOne .sbox .right .bot a{
    width: 100%;
    height: 50px;
    font-size: 14px;
}
.proDetailOneOne .sbox .right .bot .tel{
    width: 100%;
    margin-top: 15px;
}
.proDetailOneOne{
    padding-bottom: 30px;
}
.proDt strong{
    font-size: 18px;
}
.proDt::after {
    width: 2px;
    height: 18px;
    top: 17px;
}
.proDetailTwoThree .swiper-button-next,.proDetailTwoThree .swiper-button-prev{
    display: none;
}
.proDt{
    margin-bottom: 15px;
    padding-left: 10px;
}
.proDetailOneThree ul{
    display: block;
}
.proDetailOneThree ul li{
    width: 100%;
    align-items: flex-start;
    margin-bottom: 30px;
}
.proDetailOneThree ul li .img{
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.proDetailOneThree ul li .img img{
    width: 40px;
    height: 40px;
}
.proDetailOneThree ul li .text strong{
    font-size: 18px;
    margin-bottom: 0;
}
.proDetailOneThree{
    padding-bottom: 30px;
    padding-top: 30px;
}
.proDetailOneFour ul{
    display: block;
}
.proDetailOneFour ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.proDetailOneFour{
    padding-bottom: 40px;
}
.proDetailOneFour ul li p{
    font-size: 16px;
    line-height: 24px;
}
.proDetailTwoOne .box{
    padding-top: 100px;
}
.proDetailTwoOne{
    height: auto;
    padding-bottom: 50px;
}
.proDetailTwoOne .box h1{
    font-size: 26px;
}
.proDetailTwoOne .box p{
    width: 100%;
    font-size: 14px;
}
.proDetailTwoTwo ul{
    justify-content: space-between;
}
.proDetailTwoTwo ul li{
    width: 49%;
    margin-right: 0;
    margin-top: 20px;
    padding-bottom: 15px;
}
 .proDetailTwoTwo ul li:nth-child(3){
    margin-top: 20px;
}
.proDetailTwoTwo ul li img{
    width: 40px;
}
.proDetailTwoTwo ul li strong{
    font-size: 16px;
}
.proDetailTwoTwo ul li p{
    font-size: 14px;
    line-height: 24px;
}
.proDetailTwoThree{
    margin-top: 30px;
}
.proDetailTwoThree .sbox .prodtt1 .swiper-slide{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.proDetailTwoThree .sbox .prodtt2 .swiper-slide{
    display: block;
    padding: 15px;
    box-sizing: border-box;
}
.proDetailTwoThree .sbox .prodtt1{
    margin-bottom: 15px;
}
.proDetailTwoThree .sbox .prodtt2 .swiper-slide .img, .proDetailTwoThree .sbox .prodtt2 .swiper-slide .img img{
    width: 100%;
    height: auto;
}
.proDetailTwoThree .sbox .prodtt2 .swiper-slide .text{
    margin-left: 0;
    padding: 15px 0;
}
.proDetailTwoThree .sbox .prodtt2 .swiper-slide .text strong{
    font-size: 18px;
}
.proDetailTwoThree .sbox .prodtt2 .swiper-slide .text p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
}
.proDetailTwoThree{
    padding-bottom: 30px;
}
.proDetailTwoFour ul li{
    align-items: flex-start;
}
.proDetailTwoFour ul li .img{
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.proDetailTwoFour ul li .img img{
    width: 40px;
    height: 40px;
}
.proDetailTwoFour ul li .text strong{
    font-size: 18px;
}
.proDetailTwoFour ul li .text p{
    font-size: 14px;
    line-height: 24px;
}
.proDetailTwoFour .htit,.proDetailTwoThree .htit,.proDetailTwoTwo .htit,.solutionTwo .htit,.solutionThree .htit,.solutionFour .htit{
   padding-bottom: 15px;
}
.solutionOne{
    height:450px;
}
.solutionOne .box{
    padding-top: 100px;
}
.solutionOne .box h1{
    font-size: 24px;
}
.solutionOne .box p{
    width: 100%;
    font-size: 14px;
    line-height: 24px;
}
.solutionOne .solutionNav{
    flex-wrap: wrap;
    height: auto;
}
.solutionOne .solutionNav a{
    width: 50%;
    flex: auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #6291ef;
}
.solutionOne .solutionNav a.active {
    background: #2855e4;
}
.solutionTwo ul{
    display: block;
}
.solutionTwo ul li{
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    align-items: flex-start;
}
.solutionTwo {
    padding-bottom: 15px;
}
.solutionTwo ul{
    margin-top: 30px;
}
.solutionTwo ul li .img img{
    width: 100%;
}
.solutionTwo ul li .img{
    width: 60px;
}
.solutionTwo ul li .text strong{
    font-size: 18px;
    margin-bottom: 5px;
}
.solutionTwo ul li .text{
    margin-left: 10px;
}
.solutionTwo ul li .text p{
    font-size: 14px;
    line-height: 24px;
}
.solutionThree .content{
    margin-top: 30px;
}
.solutionThree{
    padding-bottom: 30px;
}
.proDetailOneFour ul li .img span{
    font-size: 12px;
}
.solutionFour ul li{
    width: 50%;
    margin-bottom: 15px;
}
.solutionFour ul{
    flex-wrap: wrap;
}
.solutionFour ul li{
    padding: 15px;
}
.solutionFour ul{
    margin-top: 30px;
}
.solutionFour ul li img{
    width: 40px;
    height: 40px;
}
.solutionFour ul li strong{
    font-size: 18px;
    margin-top: 15px;
}
.solutionFour ul li p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
.solutionFour{
    padding-bottom: 20px;
}

.nybanner{
    height: 260px;
    padding-top: 100px;
}
.nybanner h3{
    font-size: 24px;
}
.nybanner p{
    font-size: 14px;
    margin-top: 15px;
}
.proNydh .box .right{
    display: none;
}
.proNydh .box .left {
    width: 100%;
    justify-content: space-around;
}
.proNydh .box .left a{
    margin-right: 0;
}
.proList{
    padding-top: 30px;
}
.proList ul {
    justify-content: space-between;
}
.proList ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.proList ul li a{
    height: auto;
}
.proList ul li a{
    padding: 20px;
}
.proList ul li strong{
    font-size: 20px;
}
.proList{
    padding-bottom: 30px;
}
.fenye a,.fenye b,.fenye a:hover{
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
}
.caseNydh,.caseNydh .box{
    height: auto;
}
.caseNydh{
    padding-top: 15px;
    padding-bottom: 10px;
}
.caseNydh .box .left{
    flex-wrap: wrap;
    height: auto;
    justify-content: flex-start;
}
.caseNydh .box .left a{
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    margin-bottom: 5px;
    margin-right: 5px;
    background: #eee;
}
.caseNydh .box .left a.active{
    background: #2855e4;
    color: #fff;
}
.caseList{
    padding-top: 30px;
    padding-bottom: 40px;
}
.caseList ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.caseList ul li p{
    font-size: 16px;
    line-height: 24px;
}
.contatcBox .htit p{
    line-height: 24px;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
}
.contatcBox .box{
    display: block;
}
.contatcBox .box ul{
    width: 100%;
    padding: 0 15px;
    height: 300px;
    margin-bottom: 15px;
}
.contatcBox .box ul li .text strong{
    font-size: 16px;
}
.contatcBox .box ul li .text p{
    font-size: 14px;
}
.contatcBox .box ul li .icon i{
    font-size: 24px;
}
.contatcBox .box #allmap{
    width: 100%;
    height: 300px;
}
.contatcBox .box{
    padding-bottom: 30px;
}
.message .top{
    flex-wrap: wrap;
}
.message .top .item{
    width: 100%;
    margin-bottom: 10px;
}
.message .bot{
    margin-top: 0px;
}
.message button{
    width: 150px;
    height: 40px;
    font-size: 12px;
}
.pageBox{
    margin-top: 30px;
}
.pageBox .top h1{
    font-size: 20px;
}
.pageBox .top{
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.fn{
    font-size: 14px;
}
.aboutPage ul{
    flex-wrap: wrap;
}
.aboutPage ul li{
    width: 50%;
    margin-bottom: 15px;
}
.aboutPage ul li p{
    font-size: 12px;
    margin-top: 0;
    line-height: 20px;
}
.aboutPage ul li span strong{
    font-size: 30px;
}
.aboutPage ul{
    margin-bottom: 10px;
}
.aboutPage img{
    margin-bottom: 30px;
}
.pronav2{
    padding:20px 0;
}
.pronav2 a{
        height: 35px;
    line-height: 35px;
    padding: 0 10px;
    margin-bottom: 5px;
    margin-right: 5px;
    background: #eee;
    font-size: 14px;
}

.aboutPage{
 
     font-size: 16px;
    line-height: 28px;
    color: #545454; 
}


.pageBox .detailBox{
    max-width: 100%;
}
.detailBox .video{
    width: 100% !important;
}

.honorBox .swiper{
    width: 100%;
}
.honorBox .swiper .swiper-slide {
    height: 250px;
    padding: 5px;
}

.honorBox .swiper .swiper-slide img {
    height: 210px;
}

.honorBox .sbox{
    padding-bottom: 0;
}
.honorBox .sbox .swiper-button-next, .honorBox .sbox .swiper-button-prev{
    display: none;
}


.cultureOne .box{
    height: auto;
    background: url(../images/cultureOneBg.jpg) no-repeat center;
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px;
    background-size: 100%;
    background-size: cover;
}
.cultureOne .box strong {
    font-size: 20px;
}
.cultureOne .box p{
      width: 100%;
    font-size: 15px;
    line-height: 28px;
    margin-top: 18px;
}
.cultureTwo ul{
    flex-wrap: wrap;
}
.cultureTwo ul li{
    margin: 0 10px;
}
.cultureTwo ul li:nth-child(8){
    margin-top: 50px;
}
.cultureTwo ul li:nth-child(6){
    margin-top: 40px;
}
.cultureTwo ul li:nth-child(1) {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    background: rgba(37,102,236,.7);
    margin-top: 70px;
}
.cultureTwo ul li:nth-child(3) {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    background: rgba(37,102,236,.8);
    margin-top: 40px;
}
.cultureTwo ul li:nth-child(4) {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    background: rgba(37,102,236,.9);
    margin-top: 60px;
}
.cultureTwo ul li:nth-child(5) {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    background: rgba(37,102,236,.5);
    margin-top: 20px;
}
.cultureTwo ul li:nth-child(2){
        width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    background: rgba(37,102,236,.4);
    margin-top: 100px;
}
.cultureTwo ul li:nth-child(8) {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    background: rgba(37,102,236,1);
    margin-top: 0px;
}
.cultureTwo ul li:nth-child(7){
    margin-top: 30px;
}
.cultureThree ul{
    flex-wrap: wrap;
}
.cultureTwo{
    padding-bottom: 100px;
}
.cultureThree ul{
    margin-top: 30px;
}
.cultureThree ul li{
    width: 100%;
    margin-bottom:20px;
}
.cultureThree ul li img{
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}
.cultureThree ul li strong{
    font-size: 18px;
}
.cultureThree ul li p{
    font-size: 14px;
}
.cultureThree{
    padding-bottom: 50px;
}



.joinOne ul{
    display: block;
    margin-top: 20px;
    justify-content: space-between;
}
.joinOne ul li{
    width: 100%;
    margin-bottom: 20px;
}
.joinOne ul li .text{
    padding: 20px;
}
.joinOne ul li .text strong{
    font-size: 16px;
}
.joinOne {
    padding-bottom: 30px;
}
.joinTwo{
    padding-bottom: 40px;
}
.joinTwo ul{
    display: block;
    padding: 20px 0;
}
.joinTwo ul li{
    padding: 0 20px;
    margin-bottom: 20px;
    border-right: none;
}
.joinTwo ul li .t {
    width: 65px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #fff; 
    background-size: 100%;
    margin: 0 auto;
    font-size: 20px;
}
.joinThree ul{
    margin-top: 30px;
    display: block;
}
.joinThree ul li{
    width: 100%;
    margin-bottom: 20px;
}
.joinThree ul li strong{
    font-size: 16px;
}
.joinThree ul li p{
    font-size: 14px;
    line-height: 24px;
}
.joinThree {
    padding-bottom: 200px;
}
.joinFour thead{
    height: 40px;
}
.joinFour thead tr  td{
    font-size: 14px;
    height: 40px;
}
.joinFour thead tr td:last-child,.joinFour thead tr td:nth-child(2){
    display: none;
}
.joinFour tbody td{
    font-size: 14px;
    height: 50px;
}
.joinFour tbody tr td:last-child,.joinFour tbody tr td:nth-child(2){
    display: none;
}
.joinSwiper{
    margin-top: 30px;
}
.joinThree{
    padding-bottom: 30px;
}
.joinThree .sbox .swiper-button-next,.joinThree .sbox .swiper-button-prev{
    width: 35px;
    height: 35px;
    border: 1px solid #fff; 
    background: #fff;
    border-radius: 50%;
}
.joinThree .sbox .swiper-button-prev{
    left: 20px; 
}
.joinThree .sbox .swiper-button-next{
    right: 20px; 
}
}

@media (max-width:440px) {
.header .xtell{ font-size:20px; right:90px;}
}
