*{
    padding: 0;
    margin: 0;
}
.container{
    width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.container-1-left{
    width: 500px;
    height: 450px;
    float: left;
    display: block;
    /*background-color: red;*/
}
.container-1-h3{
    font-size: 16px;
    font-family: 微软雅黑;
    opacity: 0.8;
    margin-left: 90px;
    margin-top: -20px;
}
.container-1-p{
    font-size: 14px;
    font-family: 微软雅黑;
    opacity: 0.6;
    margin-left: 90px;
    line-height: 30px;
}
.container-1-right{
    width: 500px;
    height: 450px;
    float: left;
    display: block;
    /*background-color: green;*/

}
.team{
    font-size: 16px;
    font-family: 微软雅黑;
    text-align: center;
    opacity: 0.6;
}
.team-img{
    text-align: center;
    padding-left: 300px;
    margin-top: 10px;
}
.img{
    width: 200px;
    height: 200px;
    border-radius: 100px;
    align: center;
    margin-left: 25px;
}
.container-2-p{
    font-size: 14px;
    font-family: 微软雅黑;
    text-align: center;
    opacity: 0.6;
}
.container-2-h3{
    font-size: 16px;
    font-family: 微软雅黑;
    text-align: center;
    opacity: 0.8;
    margin-top: 10px;
}
.container-2-left{
    width: 250px;
    height: 450px;
    float: left;
    display: block;
    /*background-color:green ;*/
}
.container-2-min{
    width: 250px;
    height: 450px;
    float: left;
    display: block;
    /*background-color: yellow;*/
}
.container-2-right{
    width: 250px;
    height: 450px;
    float: left;
    display: block;
    /*background-color: red;*/
}
.container-3{
    width: 1423px;;
    height:600px;
    float: left;
    display: block;
    background-color: #2babcf;
}
.other{
    height: 333px;
    width:220px;
    display: block;
    float: left;
    margin-left: 170px;
}
.container-3-p{
    font-size: 14px;
    font-family: 微软雅黑;
    opacity: 0.6;
    padding-left:10px;
    line-height: 30px;
    background-color: #ffffff;
    width: 200px;
    height: 200px;
    border-top-left-radius:0px;
    border-top-right-radius:30px;
    border-bottom-left-radius:30px;
    border-bottom-right-radius: 10px;
    margin-top: -40px;
    margin-left: 87px;
}
.container-3-img1{
    width: 80px;
    height: 80px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    margin-left: 5px;
    margin-top:30px
}
.container-3-img2{
    width: 80px;
    height: 80px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    margin-left: 5px;
}