*{
    margin:0px;
    padding:0px;
}
body {
    background-color: #222222;
    /*min-width:1600px;*/
    /*overflow-x: hidden;*/
}
.title{
    text-align: center;
}
.title-img {
    width:70%;
    margin-top:80px;
}
.title-img-2{
    width:60%;
    margin-top:20px;
}
.blocks-1-item{
    width:178px;
    height:158px;
    color:#f4f4f4;
    border-radius:10px;
    padding-top:20px;
    float:left;
    margin-left:21px;
    cursor: pointer;
    text-align: center;
}
.blocks-1-item:hover{
    opacity:0.9;
}
.blocks-1-item-img{
    width:70px;
    margin-top:10px;
}
.blocks-1-item-text{
    width:70%;
    margin:auto;
    margin-top:18px;
    font-size:14px;
}
.light-orange{
    background: #00C98E;
    border:solid 2px #00C98E;
}
.deep-orange {
    background: #00C98E;
    border:solid 2px #00C98E;
}
.light-red {
    background: #4EC7E6;
    border:solid 2px #4EC7E6;
}
.deep-red {
    background-color: #FFB21E;
    border:solid 2px #FFB21E;
}
.blocks{
    width:100%;
    text-align: center;
    /*min-height:400px;*/
}
.blocks-1 {
    width:848px;
    height:200px;
    margin: auto;
    margin-top:30px;
}
.color-code{
    width:130px !important;
    /*margin-top:20px;*/
    position:absolute;
    /*right:20px;*/
    margin-left:20px;
    margin-top:-125px;

    z-index:999;
    position: fixed;
    top: 350px;
    right: 0px;
}

.blocks-2{
    width:1038px;
    height:130px;
    margin: auto;
    margin-top:10px;
}
.blocks-2-item {
    width:180px;
    height:80px;
    background: #EDF4DE;
    color:#6A9B1F;
    border-radius:10px;
    font-size: 12px;
    float:left;
    margin-left:18px;
    padding-top:20px;
    cursor: pointer;
    text-align: center;
    border:solid 2px #6A9B1F;
}
.blocks-2-item-img{
    width:45px;
}
.selected-color{
    background: #6A9B1F;
    color:#f4f4f4;
}
.blocks-3{
    width:1220px;
    height:120px;
    margin:auto;
    margin-top:30px;
    margin-bottom:30px;
}
.blocks-3 img{
    width:100px;
    float:left;
    display:inline-block;
    margin-left:10px;
}
.footer{
    width:100%;
    height:70px;
    margin-bottom:0px;
    /*margin-top:30px;*/
    background: #222222;
    padding:20px 0;
    line-height: 25px;
    text-align: center;
    font-size:12px;
    color:#CCCCCC;
}
.content{
    min-height:550px;
    background: url("../img/bg_1_img.png?v=2") no-repeat;
    background-size: 100%;
    /*min-width:1600px;*/
}


/**

 */

.footer{
    width:100%;
    height:70px;
    margin-bottom:0px;
    margin-top:30px;
    background: #222222;
    padding:20px 0;
    line-height: 25px;
    text-align: center;
    font-size:12px;
    color:#CCCCCC;
}

.content{
    /*min-height:800px;*/
    background: url("../img/bg.png") no-repeat;
    background-size: 100%;
}