


.connect-us{
    padding: 0;
    width: 100%;
    background: #f5f6f9;
}
.c_title{
    margin-top: 40px;
    font-size:32px;
    font-weight:300;
    color:rgba(0,0,0,1);
}





.connect-way{
    padding: 0;
    background: #fbfbfb;
    min-height: calc(100vh - 400px);
    display: flex;
    align-items: center;
}
.connect-way .types{
    margin: 36px 0;
    display: flex;
    flex-wrap: wrap;
}
.connect-way .one-type:nth-of-type(odd){
    background: #f5f6f9;
    width: 49%;
    height: 80px;
    margin: 16px 1% 16px 0;


}
.connect-way .one-type:nth-of-type(even){
    background: #f5f6f9;
    width: 49%;
    height: 80px;
    margin: 16px 0 16px 1%;
}
.connect-way .icons{
    float: left;
    font-size: 20px;
    line-height: 60px;
    padding-left: 10px;
    color: #696969;
    width: 26px;

}
.connect-way .tt{
    margin-left: 57px;
    line-height: 20px;
}
.one-type .s{
    margin-top: 20px;
    font-size:16px;
    font-weight:bold;
    color:rgba(0,0,0,1);
}
.one-type .t{
    font-size:10px;
    font-weight:400;
    color:rgba(0,0,0,1);
    opacity:0.79;
}
.tts{
    margin-left: 57px;
    line-height: 80px;
}
.s-name{
    font-size:14px;

    font-weight:400;
    color:rgba(0,0,0,1);
    opacity:0.7;
}
.des{
    font-size:16px;
    font-weight:normal;
    color:rgba(0,0,0,1);
    padding-left: 16px;
}
.des a,.tt a{
    color:rgba(0,0,0,1);

}
.des a:active,.des a:visited,.des a:hover,.tt a:hover{
    color:rgba(0,0,0,1);
}







