.swiper-container {
    overflow: hidden;
    width: 100%;
    height: 500px;

}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    background-position: center;background-size: cover;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}
body{
    background-color: white;
}
.flow{
    position: relative;
    margin: auto;
    width: 1169px;
    text-align: center;
    padding-top: 50px;
  /*background-color: #1DAFF0;*/


}
.basetable{
    position: relative;
    margin: auto;
    width: 1300px;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;

    color: white;
}
.line-bottom{
    background-color: #1daff0;
    overflow: hidden;
    width: 100%;

}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    border-bottom: 10px;
}
.basetable td {
    vertical-align: middle;
    font-family: 'Microsoft YaHei Light';

}
td .l{
    margin-bottom: 4px;
    margin-left: 22px;
    margin-right: 40px;
    vertical-align: middle;
}
td img.r {
    margin-bottom: 4px;
    margin-left: 40px;
    margin-right: 22px;
    vertical-align: middle;
}
.basetable .td1{
    width:613px;
    font-size: 18px;
    text-align: right
}

.basetable .td2{
    width: 89px;
    height: 89px;
    /*background: url(img/partner/circle.png) no-repeat;*/

    font-size: 22px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    /*padding-top: 26px;*/
    text-align: center;

    margin: 0px auto;

}
 .td2 .c_m {
     margin-left: 15.5px;
    width: 58px;
    height: 58px;
     line-height: 58px;
    /*background: url(img/partner/circle.png) no-repeat;*/
    border-radius: 29px;
     border: solid 1px white;
}
.basetable .td3{
    width:613px;
    font-size: 18px;
    text-align: left;
}


.line{
    position: absolute;
    top: 200px;
    height: 50px;
    width: 100%;
    border-top:black solid 3px;
    border-left: black solid 3px;
    border-right: black solid 3px;;
}

.flow ul{
    overflow: hidden;

    font-size: 0;
    padding: 0;
    margin: 0;

}
.flow li{
    padding-top: 20px;
    position: relative;
    float: left;
    margin: 0;
    display: inline-block;

    font-size: 18px;
     width: 220px;
    padding-bottom: 40px;

}
.arrows{
    position: absolute;
    top: 75px;
    right: -20px;

}

.advantage{
 width: auto;
}
.wrappers{

  margin: auto;
    width: 80%;
    overflow: hidden;
}
.footer {

    padding: 30px 0;
    width: 100%;
    color: white;
    font-size: 15px;
    line-height: 20px;
    /*vertical-align: middle;*/
}

.footers {

    width: 1080px;
    margin: auto;
    overflow: hidden;

}

.footers .centnet{
     float: left;

     width: 360px;

    /*background-color: white;*/
}
/*.centnet ul{*/
    /*font-size: 0;*/
    /*padding: 0;*/
    /*margin: 0;*/
    /*overflow: hidden;*/
/*}*/
.centnet li{
    display: inline-block;
    width: 150px;
    height: 31px;
    line-height: 31px;
    /*background-color: red;*/
    /*float: left;*/
}

