﻿footer .contact .code img {
    width:100%;
    height: 100%;
}
img {
    max-width: 100%;
}

.col-sm-12 {
    padding:0;
}

.carousel-inner > .item {
    height: 200px;
}
.carousel-inner > .item .carousel-caption .dsbtn {
    padding: 3px 14px;
    bottom: 30%;
    left: 40%;
    font-size: 12px;
}
.carousel-indicators li, .carousel-indicators .active {
    width: 14px!important;
    height: 14px!important;
    margin:0 3px;
}

/*动态咨询*/
.info {
    margin: 40px 0;
}
.info .list {
    /*margin: 10px 15px;*/
    width: 90%;
    margin: 10px auto;
    padding:20px 5px;
}
.info .list .fl {
    max-width: 57%;
}
.info .tit {
    /*margin: 10px 20px;*/
    width: 90%;
    margin: 10px auto;
}
/*解决方案*/
.plan{
    padding:30px 0;
}
.plan .fl {
    float: none;
    width: 90%;
    margin: 0 auto 5%;
    border-radius: 5px;
}
/*视频*/
.videobox {
    width: 90%;
    float: none;
    margin: 20px auto;
    text-align: center;
}
.vidediv .videobox video {
    width: 100%;
    height:100%;
    margin:0;
}
.videotext {
    float: none;
    margin: 0 auto;
    width: 95%;
    padding: 0;
    font-size: 16px;
}
.videotext .txt3 {
    font-size: 17px;
}

/*客户服务*/
.service{
    background-size: 100% 100%;
}
.service .serviceimg{
    display:none;
}
.servicetit div{
    display:flex;
}
.service .img {
    margin-left: 0; 
    text-align: center;
    font-size: 2rem;
    letter-spacing: 2px;
}
.servicetit {
    float: none; 
    width: 90%;
    margin: 0 auto;
    padding-left: 0; 
    line-height: 5rem;
    font-size:15px;
}
.servicetit .i_img img{
    vertical-align:middle;
    width:25px;
}
.sslc{
    min-width:max-content;
}
.servicetit > .time > img {
    width: 24px;
    height: 24px;
}
.servicetit .i_cont {
    white-space: normal;
    line-height: 24px;
}
   
/*客户案例*/
.case {
    padding: 30px 0;
}
.case .series .serieslist .picbox {
    width: 31.33%;
    margin: 1%;
}
.case .client .clientlist{
    width: 95%;
    margin: 0 auto;
    margin-left: 4%;
}
.case .client .clientlist .picbox {
    width: 48%;
    margin: 0 2% 2% 0;
}
.case .series .serieslist {
    width: 100%;
    margin: 0 auto;
}

/*合作平台*/
.platform {
    padding: 30px 0;
}
.platform h4 {
    margin-bottom: 20px;
}
.platform .platformlist{
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}
.platform .platformlist .picbox {
    width: 48%;
    /*width: 43%;*/
    /*height: 65px;*/
}
/*.platform .platformlist{
    margin-left: 3%;
}*/
/*名片墙*/
.iqpbox {
    left: 5%;
    width: 90%;
    height:80%;
}
.searchinp {
    width: 70%;
    margin-left: 8%;
}
.searchbox img {
    left: 10%;
}

.info,.service,.online,.qpunion{
    width:100%;
    margin-left:0;
    padding-bottom: 4rem;
}
.vidediv{
    margin: 4rem 0;
    padding: 7rem 0 2rem;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    background-size: cover;
}
.vidediv h4{
    top: 5%;
}
.iqp{
    height:200px;
    background-size: cover;
}

/*iPhone5/SE*/
@media screen and (max-width:320px) { 
    .carousel-inner > .item{
        height: 150px;
    }
    .info .list .fl {
        max-width: 50%;
    }
    .videotext {
        font-size: 15px;
        line-height: 2rem;
    }
    .videotext .txt3 {
        font-size: 14px;
    }
    .servicetit {
        font-size: 13px;
    }
    .servicetit .i_img img {
        width: 20px;
    }
    /*.case .client .clientlist .picbox {
        height: 50px;
    }*/
    /*.platform .platformlist .picbox {
        height: 55px;
    }*/
}  

/*iPhone 6/7/8/x*/
@media screen and (min-width:361px) and (max-width:375px) {
    .carousel-inner > .item {
        height: 170px;
    }
    .info .list .fl {
        max-width: 60%;
    }
}

/*iPhone 6/7/8 Plus*/
@media screen and (min-width:400px) and (max-width:414px) {
    .info .list .fl {
        max-width: 65%;
    }
}