@charset "UTF-8";

body, html {
    background: #fff;
    font-family: PingFangSC-Regular,PingFang SC;
    font-size: 14px;
    color: #333;
}
*{
    box-sizing: border-box;
}
div,p,h1,h2,h3,h4,h5,h6,ul,li{
    margin: 0;
    padding: 0;
}
input {
    outline: none;
}

.container-fluid {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a:focus{text-decoration: none}
a:hover {
    text-decoration: none;
}
.clear-line:after{
    content:'';
    display: block;
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}
.center{
    text-align: center;
    margin: 0 auto;
}
.clear-line:after {
    content: '';
    display: block;
    clear: both;
}
.w-l{
    width:1200px;
    margin:0 auto;
    position: relative;
}
.height-80{
    height:70px;
}
.fz {
    font-size: 18px;
}
.head{
    /*background: #fff;*/
    /*position: fixed;*/
    z-index:99;
    left:0;
    width:100%;
    height:57px;
    /* box-shadow:0 0 8px #ddd; */
}
.head .logo{
}
/*.head img{*/
/*    display: block;*/
/*}*/
.pull-left img{
    height: 29px;
    width: 147px;
}

.nav {
    height: 57px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
}
.nav li{
    display: block;
    float: left;
    /*margin-left: 25px;*/
    position: relative;
}
.nav li a {
    position: relative;
    display: block;
    height: 57px;
    line-height: 57px;
    padding: 0 15px;
    color: #FFFFFF;
    /*border: solid #fff;*/
    border-width: 0 1px 0 1px;
    font-size: 14px;
    font-weight: 400;
}
/*.nav li a.active:before{*/
/*    content: '';*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    display: inline-block;*/
/*    background: url(//web-img.qmimg.com/qianmicom/u/cms/syy/201708/011343209nuf.png)no-repeat center;*/
/*    vertical-align: middle;*/
/*}*/
.nav li a.active{
    color:#5aaae0;
}
.nav li a:hover {
    background-color: rgba(255,255,255,0.2);
}
.nav-bar li a:hover {
    background-color: #F7F7F7;
}
.reg-btn{
    width: 88px;
    height: 30px;
    display: inline-block;
    background: #FFFFFF;
    color: #1357F9;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-left: 30px;
    margin-right: 8px;
}
.numb-btn {
    width: 152px;
    height: 30px;
    border: 1px solid #FFFFFF;
    display: inline-block;
    line-height: 28px;
    text-align: center;
}
.numb-btn img{
    height: 16px;
    width: 16px;
    margin-right: 6px;
    margin-top: -3px;
}
.numb-btn a{
    font-size: 14px;
    color: #FFFFFF;
}
.footer{
    color: #FFFFFF;
}
.footer-top {
    background:url(http://www.wanmi.com/attachment/20200923/79cf2fcc5712438fbcd60f985467505a.png)no-repeat center;
    background-size: cover;
    height: 200px;
}
.footer-top-content {
    margin: 0 auto;
    width: 476px;
    padding-top: 45px;
}
.footer-top-content p{
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 48px;
    color: #FFFFFF;
}
.top-button {
    width: 164px;
    height: 43px;
    margin: 0 auto;
    background-color: #1357F9;
    text-align: center;
}
.top-button a {
    line-height: 43px;
    font-size: 18px;
    color: #FFFFFF;
}
.footer-bottom {
    background-color: #2F2F2F;
    padding-top: 60px;
    padding-bottom: 64px;
}
.footer-bottom ul {
    width: 840px;
}
.footer-bottom li {
    width: 154px;
    display: inline-block;
}
.footer-bottom li a{
    color: #FFFFFF;
    font-size: 20px;
}
.footer-line {
    width: 475px;
    margin: 43px auto 43px auto;
    height: 2px;
}
/*.single-banner div{*/
/*    !*position: relative;*!*/
/*    !*width:100%;*!*/
/*    !*height:510px;*!*/
/*    text-align: center;*/
/*    !*background: no-repeat center center;*!*/
/*}*/

/*.single-banner div .btn{*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 60px;*/
/*    margin-left: -110px;*/
/*    display: block;*/
/*    width: 167px;*/
/*    height: 55px;*/
/*    line-height: 51px;*/
/*    text-align: center;*/
/*    background: #FFFFFF;*/
/*    font-size: 24px;*/
/*    border-radius: 27.5px;*/
/*}*/
/*.single-banner div .btn a{*/
/*    color: #3F6BFF;*/
/*    font-size: 24px;*/
/*}*/
/*.single-banner div .btn a img{*/
/*    width: 16px;*/
/*    height: 12px;*/
/*}*/
/*.single-banner h1{*/
/*    font-size: 48px;*/
/*    color: #fff;*/
/*    letter-spacing: 10px;*/
/*    padding-top: 90px;*/
/*}*/
/*.single-banner h1 span{*/
/*    color: #66aae3;*/
/*}*/
/*.single-banner p{*/
/*    font-size: 24px;*/
/*    color: #ddd;*/
/*    letter-spacing:3px;*/
/*    margin: 40px 0;*/
/*}*/
/*.single-banner p span{*/
/*    color:#549ccd;*/
/*}*/
/*.single-banner ul li{*/
/*    display: inline-block;*/
/*    margin: 0 35px;*/
/*}*/
/*.single-banner ul li p{*/
/*    font-size: 16px;*/
/*    margin: 10px 0;*/
/*    letter-spacing: inherit;*/
/*}*/
.banner-h1 {
    color: #FFFFFF;
    font-size: 46px;
}
.single-content p{
    margin-top: 25px;
    margin-bottom: 22px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 35px;
}
.banner-btn {
    width: 167px;
    height: 55px;
    background-color: #FFFFFF;
    border-radius: 28px;
    text-align: center;
}
.banner-btn a{
    color: #3F6BFF;
    font-size: 20px;
    line-height: 55px;
}
.banner-btn img {
    width: 16px;
    height: 12px;
    margin-left: 4px;
    margin-top: -3px;
}
.container{
    padding: 0 15px;
    width: 100%;
}
.heading-middle-border{
    position: relative;
    margin-bottom: 50px;
}
.heading-middle-border:before{
    border-top: 1px solid #DBDBDB;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
}
.heading-middle-border .header-text{
    position: relative;
    background: #FFF;
    display: inline-block;
}
.heading-middle-border h1{
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    background: #FFF;
    display: inline-block;
    line-height: 44px;
    color: #333;
    font-weight: 200;
    font-size: 36px;
}
.heading-middle-border span{
    display: inline-block;
    height: 9px;
    width: 9px;
    background: #ddd;
    border-radius: 50%;
    margin-bottom:8px;
}
.heading p{
    font-size: 18px;
    padding-top: 30px;
}
.heading:before {
    top: 23%;
}
.s1{
    padding-top:50px;
}
.s1 .item{
    float: left;
    width: 304px;
    height: 330px;
    margin-left: 60px;
}
.s1 .item h3{
    margin-top: 35px;
}
.s1 .item p{
    margin: 20px 0;
}
.blue-btn{
    display: block;
    width: 132px;
    height: 44px;
    background: #5aaae0;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
}
.lg-blue-btn{
    width: 276px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    border-radius: 6px;
    margin-top: 40px;
}
.s2{
    padding-top: 50px;
}
.s2 .item{
    float: left;
    width: 250px;
    height: 276px;
    margin-left: 35px;
}
.successful-case {

}
.successful-case img{
    max-width: 100%;
}
.s3{
    padding:50px 0 60px 0;
}
.bg-blue{
    background: #ecf5fe;
}
.c{
    width: 1200px;
    margin: 0 auto;
}
.s3 .p-line{
    width: 330px;
    height: 0;
    border-bottom: 1px solid #ddd;
    margin: 15px auto;
    position: relative;
}
.s3 .p-line b{
    position: absolute;
    left: 50%;
    top:-1px;
    margin-left: -57px;
    width: 114px;
    height: 0;
    border-bottom: 3px solid #5aaae0;
}
.s3 p{
    font-size: 18px;
    margin: 20px 0;
}
.s3 .system li{
    display: inline-block;
}
.s3 .system li p{
    font-size: 16px;
    width: 260px;
    line-height: 28px;
    margin: 20px 25px 0 25px;
}
.logo-list{
    padding: 0 70px;
}
.logo-list li{
    display: inline-block;
    margin: 20px;
}
.logo-list li div{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-left: 10px;
    width: 190px;
}
.logo-list li div h4{
    font-size: 16px;
    color: #666;
    margin: 10px 0;
}
.logo-list li div p{
    font-size: 12px;
    color: #999;
    margin: 10px 0;
}
.payment li{
    display: inline-block;
    margin: 17px 55px;
    width: 125px;
}
.payment li p{
    font-size: 16px;

}
.cases li{
    width: 220px;
    height: 236px;
    display: inline-block;
    margin: 0 25px;
}
.cases p{
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}
.cases2{
    height: 376px;
}
.list-text{
    display: inline-block;
    vertical-align: middle;
    width: 520px;
    padding: 0 20px;
}
.list-text li{
    width: 436px;
    height: 95px;
    background: url(//web-img.qmimg.com/qianmicom/u/cms/syy/201708/02112345jrfk.png)no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    font-size: 18px;
    padding: 18px 32px;
    margin: 52px 68px;
}
.list-text h4{
    font-size: 24px;
    padding: 20px 0;
}
.list-text p{
    font-size: 18px;
    color: #666;
}
.list-img{
    display: inline-block;
    max-width: 660px;
    padding: 0 60px;
}
.list-img img{
    max-width: 100%;
}
.plan-core{
    margin: 124px 0;
}
.right-bar a, .single-banner > div .btn {
    display: block;
    color: #fff;
    text-align: center
}

.right-bar a {
    width: 60px;
    height: 60px;
    margin-bottom: 1px;
    font-size: 16px;
    padding-top: 10px
}
.right-bar {
    position: fixed;
    z-index: 11;
    right: 10px;
    top: 50%;
    margin-top: -90px
}
.right-bar a.link1 {
    background: #F63321
}

.right-bar a.link2 {
    background: #FF7F10
}

.right-bar a.link3 {
    background: #5D1CFF
}
.com-img{
    max-width: 100%;
}
.col4 li{
    width: 290px;
    vertical-align: top;
}
.col4 li img{
    display: block;
    margin: 0 auto;
}
.col4 li p{
    width: auto!important;
    margin: 20px 0 0!important;
    text-align: center;
}
@media screen and (min-width: 375px) and (max-width: 980px){
    .w-l{
        width: 100% !important;
    }

    .single-banner {
        width: 100% !important;
    }

    .single-content{
        width: 100% !important;
    }

    .product-business-ul {
        width: 100% !important;        
    }

    .product-function {
        width: 100% !important;
    }

    .product-technology {
        width: 100% !important;
    }

}
@media screen and (min-width: 1024px) and (max-width: 1199px){
    .container {
        width: 1024px;
    }
    .c {
        width: 994px;
    }
    .w-l{
        width: 100%;
    }
    .s1 .item{
        margin-left: 20px;
    }
    .s2 .item{
        width: 228px;
    }
    .logo-list li{
        margin: 20px 2px;
    }
    .list-text{
        width: 426px;
    }
    .list-text li{
        width: 100%;
        margin: 52px 0;
    }
    .list-img{
        max-width: 563px;
        padding: 0 51px;
    }
    .cases li{
        margin: 0 10px;
    }
    .col4 li{
        width: 245px;
    }
}
@media screen and (min-width: 980px) and (max-width: 1023px){
    .container {
        width: 980px;
    }
    .c {
        width: 950px;
    }
    .w-l{
        width: 100%;
    }
    .nav{
        margin: 0;
    }
    .s1 .item{
        margin-left: 10px;
    }
    .s2 .item{
        width: 225px;
    }
    .logo-list{
        padding: 0 55px;
    }
    .logo-list li{
        margin: 20px 0;
    }
    .s3 .system li p{
        margin: 20px 20px 0 25px;
    }
    .payment li{
        margin: 17px 50px;
    }
    .list-text{
        width: 406px;
    }
    .list-text li{
        width: 100%;
        margin: 52px 0;
    }
    .list-img{
        max-width: 539px;
        padding: 0 49px;
    }
    .cases li{
        margin: 0 5px;
    }
    .col4 li{
        width: 225px;
    }
}

.c2 {
    width: 920px;
    margin: 0 auto;
}
.c2 .pad2 {
    padding: 30px 0 20px;
}

.c2 .line26{
    font-size: 16px;
    color: #343434;
    margin-bottom: 30px;
}
.c2 .pad1 {
    padding: 30px 0;
}

.c2 .flex2{
    text-align: center;
}

.c2 .flex2>li{
    display: inline-block;
    margin: 0 12px;
    vertical-align: top;
}

.c2 .flex2 li .p-top {
    font-size: 20px;
    line-height: 60px;
}

.c2 .flex2 li .p-top {
    font-size: 14px;
}

.c2 .s3{
    position: relative;
    height: 520px;
    background: url("http://web-img.qmimg.com/qianmicom/u/cms/qmwww2/201706/12151843fka6.png") center 180px no-repeat;
}
.c2 .s3 p{
    position: absolute;
    text-align: right;
    line-height: 22px;
}
.c2 .s3 p.p1{
    left: -8px;
    top: 179px;
}
.c2 .s3 p.p2{
    left: 564px;
    top: 266px;
    text-align: left;
}
.c2 .s3 p.p3{
    left: 180px;
    top: 358px;
}
.c2 .s3 p.p4{
    left: 564px;
    top: 447px;
    text-align: left;
}

.c2 .qualifi {
    text-align: center;
}

.c2 .qualifi ul {
    display: inline-block;
    margin-bottom: 40px;
}

.c2 .qualifi li {
    float: left;
    height: 230px;
    margin-left: 0;
    margin-right: 30px;
}

.c2 .qualifi li img {
    margin: 30px 0;
}

.c2 .qualifi li p {
    font-size: 16px;
    color: #343434;
}

.c2 .tcenter {
    line-height: 30px;
    font-size: 18px;
}

.c2  .mb40 {
    margin-bottom: 40px;
}
.c2 h3{
    text-align: center;
    margin-bottom:20px;
}
.a1 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.a2 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.a3 {
    padding-top: 80px;
}
.s14 {
    font-size: 14px;
}
.s16 {
    font-size: 16px!important;
}
.s20 {
    font-size: 20px!important;
}
.s40 {
    font-size: 40px!important;
}
.cases-wl {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.cases-s1 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.cases-middle-border {
    position: relative;
    margin-bottom: 80px;
}
.header-text span{
    font-size: 32px;
    color: rgba(0, 0, 0, 0.8);
}
.cases-more {
    display: flex;
}
.cases-more li{
    width: 390px;
    height: 321px;
    display: inline-block;
    text-align: center;
    /*margin: 0 25px;*/
    border: 1px solid #EAEAEA;
}
.cases-more-content {
    height: 160px;
    text-align: center;
}
.bc {
    background-color: #FFFFFF!important;
}
.cases-more-img {
    height: 160px;
    text-align: center;
}
.cases-more-img img{
    width: 388px;
    height: 160px;
}
.cases-more-synopsis {
    text-align: left;
    margin-left: 27px;
    margin-right: 27px;
    font-size: 14px;
    margin-top: 25px;
    color: rgba(0, 0, 0, 0.8);
}
.solution-middle-border{
    position: relative;
    margin-bottom: 80px;
}
.solution-header-text p{
    font-size: 32px;
    margin-bottom: 23px;
    color: rgba(0, 0, 0, 0.8);
    line-height: normal;
}
.solution-header-text span{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
}
.solution_ul {
    display: flex;
}
.solution_li {
    width: 586px;
    height: 380px;
    display: inline-block;
    border: 1px solid #EAEAEA;
    margin-right: 28px;
}
.h260 {
    height: 260px;
}
.solution_li_top {
    height: 92px;
    padding: 0 38px;
    justify-content: space-between;
    display: flex;
}
.solution_li_top a{
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    margin: auto 0;
 }
.solution_li_top img {
    width: 119px;
    height: 92px;
}
.solution_li_bottom {
    margin: 31px 44px 32px 44px;
}
.solution_li_bottom p{
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.6);
}
.solution_li_bottom ul{
    /*list-style-type:disc*/
}
.solution_li_bottom li{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    flex-direction: row;
    display: flex;
    line-height: 24px;
}
.solution-li-dot {
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    margin: auto 8px auto 0;
}
.solution-plan-core{
    height: 415px;
    width: 1200px;
    margin: 0 auto;
}
.solution-plan-core img {
    height: 415px;
    width: 1200px;
}
.solution-live {
    display: flex;
}
.solution-live-img {
   height: 761px;
    width: 427px;
    display: inline-block;
}
.solution-com-img {
    height: 761px;
    width: 427px;
}
.solution-live-ul {
    width: 500px;
    margin-left: 136px;
    display: inline-block;
    padding-bottom: 80px;
}
.solution-live-ul li{
    margin-top: 56px;
}
.solution-live-ul li a{
    font-size: 28px;
    color: rgba(0, 0, 0, 0.8);
}
.solution-live-ul li p{
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 24px;
}
.solution-live-dot {
    background-color: #4666FE;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: auto 16px auto 8px;
}
.solution-live-a1 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: rgba(70, 102, 254, 1);
    margin: 0 4px;
}
.solution-total {
    background-color: rgba(247, 247, 247, 1);
    padding-top: 80px;
    padding-bottom: 80px;
}
.solution-social ul{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.solution-social li{
    width: 288px;
    height: 292px;
    margin-right: 16px;
    text-align: center;
    display: inline-block;
    border: 1px solid rgba(235, 235, 235, 1);
    background-color: rgba(255, 255, 255, 1);
}
.solution-social img {
    height: 72px;
    width: 72px;
    margin-top: 40px;
}
.solution-p1{
    margin-top: 20px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.8);
}
.solution-p2{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    margin: 16px 24px 0;
}
.product-business-ul {
    margin: 0 auto;
    width: 1202px;
    display: flex;
}
.product-business-li {
    display: inline-block;
    text-align: center;
    height: 424px;
    width: 285px;
    margin-right: 20px;
}
.product-business-img {
    height: 160px;
    width: 285px;
}
.product-business-img img {
    height: 160px;
    width: 285px;
}
.product-business-bottom {
    padding: 32px 24px;
    background-color: #F7F7F7;
    justify-content: space-between;
    height: 264px;
    display: flex;
    flex-direction: column;
}
.product-business-bottom ul{
    display: flex;
    list-style-type:disc;
    flex-direction: column;
    margin-left: 16px;
}
.product-business-bottom li p{
    font-size: 14px;
    text-align: left;
    color: #666666;
}
.product-business-button {
    height: 40px;
    background-color: #2379FA;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 40px;
}
.product-business-button:hover, .product-business-button:focus {
    color: #FFFFFF;
}
/*.product-business-button a{*/
/*    color: #FFFFFF;*/
/*    font-size: 14px;*/
/*    line-height: 40px;*/
/*}*/
.channel-li {
    width: 590px;
    height: 166px;
}
.channel-top {
    display: flex;
    flex-direction: row;
    height: 68px;
    background-color: #2379FA;
    padding-left: 32px;
}
.channel-top img {
    height: 28px;
    width: 28px;
    margin: auto 0;
}
.channel-top div {
    padding-left: 16px;
    color: #FFFFFF;
    font-size: 18px;
    margin: auto 0;
}
.channel-bottom {
    justify-content: space-between;
    height: 98px;
    display: flex;
    flex-direction: column;
    padding: 24px 0 24px 32px;
    background-color: #FFFFFF;
}
.channel-label a{
    border: 1px solid #2379FA;
    height: 20px;
    /*width: 64px;*/
    font-size: 14px;
    color: #2379FA;
    line-height: 20px;
    margin-right: 8px;
    padding: 0 8px;
}
.product-experience {
    margin: 0 auto;
    width: 1052px;
    text-align: center;
    padding-bottom: 80px;
}
.product-experience img {
    max-width: 100%;
}
.product-marketing {
    display: flex;
    width: 1202px;
    height: 430px;
    margin: 0 auto;
}
.product-marketing-li {
    width: 285px;
    margin-right: 20px;
}
.marketing-top {
    height: 94px;
    color: #FFFFFF;
    padding: 22px 0;
}
.marketing-top-center {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
}
.marketing-bottom {
    height: 335px;
    padding: 32px 24px 16px 24px;
    background-color: #FFFFFF;
}
.marketing-bottom-li {
    height: 48px;
    flex-direction: row;
    display: flex;
    margin-bottom: 24px;
}
.bottom-li-left {
    width: 48px;
    height: 48px;
}
.bottom-li-left img{
    height: 48px;width: 48px;
}
.bottom-li-right {
    flex-direction: column;
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
}
.li-right-top {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
}
.li-right-bottom {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}
.product-function {
    width: 1200px;
    height: 90px;
    display: flex;
    margin: 0 auto;
    font-size: 18px;
}
.function-li {
    width: 183px;
    margin-right: 20px;
    text-align: center;
}
.function-li p{
    margin-top: 24px;
}
.function-li-top {
    height: 48px;
    width:  48px;
    margin: 0 auto;
}
.function-li-top img{
    height: 48px;
    width:  48px;
}
.product-technology {
    width: 1200px;
    height: 338px;
    display: flex;
    margin: 0 auto;
}
.technology-li {
    width: 224px;
    margin-right: 20px;
    text-align: center;
    padding: 64px 20px;
    background-color: #ffffff;
}
.technology-li-top {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background-color: #2379FA;
}
.technology-li-top img{
    width: 64px;
    height: 64px;
}
.function-li-center {
    margin: 24px 0 16px 0;
    font-size: 18px;
    color: #323232;
}
.function-li-bottom {
    font-size: 14px;
    color: #999999;
}
.index-qualification ul {
    width: 910px;
    margin: 0 auto;
    display: flex;
}
.index-qualification li {
    display: inline-block;
    height: 267px;
    width: 214px;
    text-align: center;
    margin-right: 18px;
    background-color: #FFFFFF;
}
.index-qualification li div {
    width: 212px;
    height: 186px;
}
.index-qualification li div img{
    width: 212px;
    height: 168px;
}
.index-qualification li p{
    margin: auto 26px;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
}
.qualification-con {
    height: 80px!important;
    display: flex;
}

.introduce li {
    margin-top: 5px;
}