#container2 {
    width: 1000px;
    height:700px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;

}
.container-left{
    color: white;
    display: block;
    width: 333px;
    height:400px;
    float: left;

    /*background-color: red;*/
}
/*.yuan-blue{*/
/*width:80px;*/
/*height: 80px;*/
/*border-radius: 40px;*/
/*background-color: #2babcf;*/
/*margin-left: auto;*/
/*margin-right: auto;*/
/*}*/
.yuan-white{
    width:80px;
    height: 80px;
    border-radius: 40px;
    background-color:white;
    box-shadow: 0px 5px 0px #2babcf;
    margin: 10px auto 10px auto;

}
.yuan-white:hover{
    width:80px;
    height: 80px;
    border-radius: 40px;
    background-color:white;
    box-shadow: 0px 3px 0px #2babcf;
    margin: 10px auto 10px auto;
}
.yuan-white:hover img{
    margin-top: 25px;
}
.img{
    width: 40px;
    height: 40px;
    margin-left: 20px;
    margin-top: 20px;
}
.container-p{
    font-family: 微软雅黑;
    font-size: 14px;
    color: #333333;
    padding-top: 15px;
    opacity: 0.8;
    line-height: 25px;
    margin-top: 20px;
    margin-left: 25px;
    width: 280px;

}
.container-min{
    color: white;
    display: block;
    width: 334px;
    height:400px;
    float: left;
    /*background-color: blue;*/
}
.container-right{
    color: white;
    display: block;
    width: 333px;
    height: 400px;
    float: left;
    /*background-color: green;*/
}
.row{
    width: 100%;
    height: 180px;
}
.h4Class{
    color: black;
    opacity: 0.8;
    text-align: center;
    margin-top: 30px;
    opacity:0.6;
}