body,html{
    width:100%;
    padding:0;
    background-color:#ff9600;
    background-image:url("../images/registry_back.png");
    background-size:100% 100%;
    min-width:1200px;
}
*{
    margin:0;
    padding:0;
}
.head{
    margin-top:120px;
    position:relative;
    width:100%;
    min-width:1200px;

}
.content{
    position:relative;
    width:1200px;
    height:1920px;
    margin:0 auto;
    margin-top:-94px;
    text-align:center;
    background-image:url("../images/registry_red.png");
    background-size:100% 100%;
}
.red_back{
    position:absolute;
    margin:0 auto;
    left:0;
    right:0;
    min-width:1200px;
}
.group{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width:1000px;
}
.group-one{
    margin-top:197px;
}
.group-two{
    margin-top:635px;
}
.group-three{
    margin-top:1107px;
}
.group ul{
    padding-top:20px;
}
.group-one ul li{
    position: relative;
    display:inline-block;
    width:200px;

    margin-left:46px;
    background-size:cover;
    height:304px;
}
.group-one ul li span{
    color: white;
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    line-height:25px;
    top: 105px;
}
.group-two ul li span{
    color: white;
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    line-height:25px;
    top: 68px;
}
.group-two ul li{
    position: relative;
    display:inline-block;
    margin-left:36px;
    background-size:cover;
}
.group-one p{
    color:#666;
    font-weight:bold;
    font-family:"微软雅黑";
    margin-top:-21px;
}
.group-two p{
    color:#666;
    font-weight:bold;
    font-family:"微软雅黑";
    margin-top:21px;
}
.group-one .group-list-one{
    background-image:url("../images/registry_group1_01.png");
}
.group-one .group-list-two{
    background-image:url("../images/registry_group1_02.png");
}
.group-one .group-list-three{
     background-image:url("../images/registry_group1_03.png");
 }
.group-one .group-list-four{
      background-image:url("../images/registry_group1_04.png");
}


.group-two .group-list-one{
    width: 244px;
    height: 202px;
    margin-left:-40px;
    background-image:url("../images/registry_group2_01.png");
}
.group-two .group-list-one span{
    left:50px;
    right:inherit;
}
.group-two .group-list-two{
    background-image:url("../images/registry_group2_code.png");
    width: 167px;
    height: 166px;
    top:-20px;
}

.group-two .group-list-three{
    background-image:url("../images/registry_group2_02.png");
    width: 203px;
    height: 202px;
}
.group-three .group-icon{
    width:600px;
    margin:20px auto;
}
.group-three ul{
    width:610px;
    margin-left:228px;
}
.group-three ul li{
    text-align:left;
    color:#ff6b00;
    font-size:15px;
    font-weight:bold;
    font-family:"微软雅黑";
    margin-bottom:10px;
}
.bottom{
    height:150px;
}
div.footer{
    background-color:white;
}
/*.group ul li img{*/
    /*position:absolute;*/
/*}*/
/*.group ul li span{*/
    /*position:absolute;*/
/*}*/