#ido .section1{
    position: relative;
}
#ido .section1 .title{
    position: absolute;
    top: 45px;
    left: 50px;
    font-size: 25px;
    z-index: 300;
}
#ido .section1 .title .en{
    font-size: 20px;
}
#ido .section1 .text-content{
    width: 620px;
    height: 400px;
    padding: 50px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 150px;
    left: 32%;
    background-color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    z-index: 300;
}
#ido .section1 .fp-tableCell{
    vertical-align: top;
}
#ido .section1 .next,
#ido .section2 .next{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    z-index: 300;
}

#ido .section2{
    position: relative;
}
#ido .section2 .ourValue img{
    width: 100%;
    height: 100%;
}
#ido .section2 .title{
    text-align: center;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#ido .section2 .title .zh{
    font-size: 45px;
    font-weight: 700;
    color: #666666;
}
#ido .section2 .title .en{
    font-size: 20px;
    color: #999999;
}
#ido .section2 .values{
    position: absolute;
    left: 32%;
    right: 0;
    margin: 0 auto;
    font-size: 38px;
    color: #333333;
}

#ido .section3{
    position: relative;
}
#ido .section3 .fp-tableCell{
    vertical-align: bottom;
}
#ido .section3 img{
    width: 100%;
    height: 100%;
}
#ido .contactUs{
    position: absolute;
    left: 0;
    top: 15%;
    right: 0;
    margin: 0 20%;
}
#ido .contactUs .left{
    width: 50%;
    display: inline-block;
}
#ido .contactUs .left img{
    width: 100%;
    vertical-align: middle;
}
#ido .contactUs .right{
    width: 40%;
    padding-left: 5%;
    display: inline-block;
    vertical-align: middle;
}
#ido .contactUs .right .title{
    margin-bottom: 50px;
}
#ido .contactUs .right .zh{
    font-size: 30px;
}
#ido .contactUs .right .en{
    font-size: 18px;
    color: #333333;
}
#ido .contactUs .right .contact-way{
    line-height: 30px;
    font-size: 18px;
}

#ido .section3 footer{
    z-index: 300;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#ido .section3 footer img{
    width: 10%;
}
